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.
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
|
||||
|
|
|
Please cd to the folder containing the .deb file and use |
|||||||||
|
|
"sudo install" isn't an appropriate command to achieve what you want.This, however, is:
|
|||
|
|