GDebi is a tool that can install .deb packages. It is available with a graphical interface, but also has a command line option. In Ubuntu 10.10 Maverick Meerkat, GDebi was replaced by the Ubuntu Software Center. In Ubuntu 11.10, Ubuntu Software Center includes Gdebi functionality to increase the speed of .deb files installation.
Questions tagged [gdebi]
66 questions
5
votes
2 answers
Gdebi-core package is not available
sudo apt-get install -f gdebi-core
[sudo] password for sdksdk:
Reading package lists ... Done
Building dependency tree
Loading state information ... Done
Gdebi-core package is not available, but is referred to by another package. This may mean,
that…
3
votes
2 answers
How to install recommends using gdebi?
Gdebi apparently doesn't install recommend packages by default, it only installs dependencies. I tried
sudo gdebi -o="--install-recommends" package.deb
but it doesn't work.
How to install also the recommend packages using gdebi?

user539484
- 127
0
votes
1 answer
GDebi help please
I have installed this to deal with a .deb file.
In GDebi it takes me through to the file location, on Desktop. I highlight it and then nothing happens. GDebi remains empty and I remain at a loss.
PH

Pete Watt
- 17