Page 1 of 1

HOW TO INSTALL LMMS FROM COMMAND LINE

Posted: Sun Dec 24, 2017 12:53 pm
by Single Coil
In order to get the best compatible version of LMMS, you can install it from the command line like so:

0. Make sure you have an internet conmection
1. Search for a thing called the "terminal" and write down "su" if you are operating on Debian, or "sudo" for Ubuntu. (no quotes)
2. Then, write down your admin password.
3. Write this: (CTRL-C + SHIFT-CTRL-V in terminal)

Ubuntu:

sudo apt-get install lmms

Debian:

apt-get install lmms

4. Press "y" if required by terminal
5. Give the terminal some time to finish and then close it.
6. Search for LMMS and go ahead and use it!

Re: HOW TO INSTALL LMMS FROM COMMAND LINE

Posted: Sun Apr 01, 2018 3:54 am
by Yebsi
Thanks a ton, worked perfectly. My previous install was done wrong, and when I set up the .AppImage I didn't have the right directories or anything that was needed for the program. Now I can get right into making the bangers ;)

Much Appreciated,

Yebsi

Re: HOW TO INSTALL LMMS FROM COMMAND LINE

Posted: Sun Jan 06, 2019 3:02 pm
by itsmarttricks
How to install LMMS (Linux Multimedia Studio) on Ubuntu 18.04 – A Digital Audio Workstation Application

Code: Select all

sudo apt-get update
sudo apt-get install lmms
Read More - https://www.itsmarttricks.com/how-to-in ... plication/