Home
|
About
|
Categories
|
All Tips & Tutorials
Install multiple .deb files
ID:
86
Category:
Linux Terminal
Added:
17th of March 2017
Views:
10,910
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
Related Tips & Tutorials
➔
How do I install a .deb package using the terminal in Ubuntu and Ubuntu based distributions