Saturday, April 27, 2024
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 5723  / 2 Years ago, sat, september 10, 2022, 4:38:51

I'm trying to install the gdebi.deb package on my computer. I need to do it manually through the terminal, but I have tried the sudo install -I package.deb but says it doesn't work because it's not a directory or something. Then I did cd /home/user/downloads/package.deb and when it changed directories I did sudo install -I package.deb but the same thing came up. I've already downloaded gdebi.deb in my downloads but need to install it through the terminal.


More From » installation

 Answers
7

Please cd to the folder containing the .deb file and use sudo dpkg -i gdebi.deb. See the man page on dpkg for more info. If you require any more help, I'll assist further.


[#36806] Saturday, September 10, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
avilyexplor

Total Points: 20
Total Questions: 102
Total Answers: 120

Location: Maldives
Member since Mon, Jun 21, 2021
3 Years ago
;