Linux Tips

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Installing .

deb package using command line:

https://unix.stackexchange.com/questions/159094/how-to-install-a-deb-file-by-dpkg-i-or-by-apt

Install and Remove deb packages in Ubuntu:


https://www.youtube.com/watch?v=7SqPT386zYM

https://www.youtube.com/watch?v=f_nn70DWYRo

open file manager form command line:

>nautilus

Opens file GUI file manager.

Ubuntu Packages Search:

https://packages.ubuntu.com/

 sudo add-apt-repository -y ppa:appgrid/stable

 sudo apt-get update && sudo apt-get install -y appgrid

Installing rpm using command line:

 rpm –ivh ./rpmfile.rmp

You might also like