Category: Linux Terminal

Added: 17th of March 2017

Viewed: 10,647 times

Related Tips & Tutorials

How do I install a .deb package using the terminal in Ubuntu and Ubuntu based distributions


Install multiple .deb files



If you need to install multiple .deb files inside a folder, open the terminal and enter the following command. I found this to be the case after downloading Libre Office which had multiple .deb files.

sudo dpkg -i *.deb