Category: Linux Terminal

Added: 17th of March 2017

Viewed: 9,894 times


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