Ubuntu – Is it safe to use gdebi instead of Ubuntu Software Center to install .deb files

debgdebipackage-management

I've noticed that Ubuntu 10.10 manages single .deb files with the Ubuntu Software Center. Since I find it too heavy to load I've installed gdebi with: sudo apt-get install gdebi
and I've set it as default application to open any .deb file.

My question is: is it safe/supported to use this kind of operation? I mean: does gdebi still relate to internal apt-get to satisfy dependencies and install .deb files?

Best Answer

It should be just fine to use gdebi the way you are using it.

Both accomplish the same thing. Gdebi does relate to internal apt-get to satisfy dependencies and install .debs. It worked in previous versions of Ubuntu, it will work in Maverick.