Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
25
rated 0 times [  25] [ 0]  / answers: 1 / hits: 40224  / 1 Year ago, mon, february 27, 2023, 12:26:13

Hello I'm using Ubuntu 12.04 Beta 2 and I've got the .debs of the softwares I had been using in Oneiric. I wanna install them all!! But the problem is I can't install them one by one [due to shortage of time and patience].



Is there any command to install all the .debs placed in a single folder once and for all!!


More From » 12.04

 Answers
4

here is how
Click the Dash -> type Terminal



open up the terminal



then type cd PATH_TO_THE_FOLDER_CONTAINING_THE_DEBS



then run



sudo dpkg -i *.deb


basically, what this does is fills in the rest of the name in place of the * character. You may encounter an error saying dependencies not met, if you see this then you can run



sudo apt-get install -f


This usually will cause apt to download the missing dependencies.


[#39352] Monday, February 27, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
atetamme

Total Points: 11
Total Questions: 121
Total Answers: 109

Location: Puerto Rico
Member since Sun, Jun 27, 2021
3 Years ago
;