-->

Install Deb Packages with dpkg

installing deb file in linux terminal



A quick way to install a single package, is to double click on it or in a Terminal:
sudo dpkg -i yourpackage.deb
To install more than.. place them in a folder... open the folder in terminal and..
cd folder; dpkg -i *