Using Gdebi To Install Together With Resolve Dependencies For A Local Deb File
Debian comes amongst over 37,500 packages inwards its default distribution. Yet, occasionally, nosotros even thus take away to install a bundle which has non made it into the default distribution.
If your electrical flow organisation already has all the prerequisite packages installed, thus life is good. You merely download the deb file, in addition to install it amongst the dpkg
command:
$ sudo apt-get update
$ sudo dpkg -i somelocal.deb
But, if y'all run across bundle dependency problems, y'all are on your own. The dpkg
ascendency does non resolve dependency problems for you.
For a Debian or Ubuntu system, a amend vogue to install a local bundle is to move the gdebi
command. The gdebi
ascendency accesses the repositories specified inwards your /etc/apt/sources.list
file to resolve whatever dependencies.
First, install gdebi
past times running the next commands.
$ sudo apt-get update
$ sudo apt-get install gdebi
You take away to live on root
inwards club to run the gdebi
ascendency to install a package.
$ sudo apt-get update
$ sudo gdebi somelocal.deb
Using the gdebi
ascendency saves y'all fourth dimension if y'all run across dependency problems piece installing a local deb
package.
0 Response to "Using Gdebi To Install Together With Resolve Dependencies For A Local Deb File"
Post a Comment