HOWTO: Install downloaded .DEB packages (and their dependencies) in 2 steps
The first command will unpack the package, and most probably give an error of missing dependencies.
The second command instructs apt-get to fix this problem. If these dependencies are available in the repositories, it will install them, and sucessfully finish the installation of downloaded_package.deb.
Be aware though, that not all .DEB packages were made with your version of Ubuntu in mind. You should inform yourself if it was intended for Ubuntu Hoary. If it was not (for example, many are packaged with Debian in mind), it may still work, but then again it may not. It might even make apt-get want to remove some packages you want to keep. You'll have to tell him not to continueCode:sudo dpkg -i downloaded_package.deb sudo apt-get -f install, and then remove the offending reason with
.Code:sudo apt-get remove downloaded_package
If you are not too knowledgable yet with apt-get, dpkg, or ubuntu for that matter, get your new software from the oficial Main and Backports repositories as much as you can (using Synaptic or apt-get). It have been reviewed, packaged and tested to integrate well with your ubuntu system.



Adv Reply




Bookmarks