How to install programs via the terminal on Ubuntu 18.04 (apt and snap)


Today we look at how to install packages on Ubuntu 18.04 with the terminal.  The two methods which we are looking at in this video is the classic apt and the new version snap.  You will see how to do it in the video, but below you will also find examples, instructions, and tips.  Enjoy!

Commands Used:
APT:
sudo apt install package_name

for example: sudo apt install vlc

SNAP
sudo snap install package_name

for example: sudo snap install minecraft

TIPS:
sudo (gives you root permission for command)
"enter" allows you to move from step to step
"tab" will show you available options and autofill commands and package_names.

Subscribe to our weekly Linux Round-Up: SUBSCRIBE


Curios about Chromebooks have a look at our Chromebook Comparison Chart!

Want to buy us a cup of coffee, thank you!

Do you want an ad-free, secure web experience, that pays you?  Look here for more information!

Follow us on Facebook:  https://www.facebook.com/linuxmadesimple

Comments