HOW TO INSTALL LMMS FROM COMMAND LINE

Write guides and how-tos about LMMS for other members.
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!
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
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/