

You can use GDebi via the command-line or the Ubuntu GUI. Apart from installing the specified file, it also identifies all the required dependencies and automatically downloads and installs them using apt. GDebi is a simple tool for installing local deb packages. To install a deb package using dpkg run the command: sudo dpkg -i Install deb Files Using the GDebi Package Installer This means you’ll need to download them manually. If a package relies on dependencies that are not on the system, dpkg returns an error. The difference between dpkg and the apt package manager is that the first does not automatically resolve dependencies required by a package. Install deb Files from the Command Line Install deb Files Using the dpkg CommandĪnother way to install deb packages is with dpkg, a package manager software used for installing, removing, and building packages. You can also install deb files using GUI method.That’s it! You have successfully installed a deb package on Ubuntu.

To install a deb file using gdebi, run the following command: Once the gdebi tool is installed, you can easily install deb files. You will have to install it manually using the command “sudo apt install gdebi”. You must know that the gdebi package manager is not installed by default in Ubuntu. It can also resolve build-depends of debian/control files. Note that the apt tool does the same, but only for remote (http, ftp) located packages. gdebi lets you install local deb packages resolving and installing its dependencies. The gdebi is a simple tool to install deb files. Terminal Method using GDEBI Package Manager Install the debian package using dpkg: sudo dpkg -i b. You can the run the following commands to install deb package using apt: If using this method it is recommended to be ready with a rescue disc image of Arch & backup of the user data/space. The apt is the default package manager and is one of the easiest ways to install a deb package. deb file with the following command: sudo dpkg -i /path/to/the/b. First, open up the Terminal with CTRL + ALT + T or open it up via the graphical user interface. In such case, run the following command to install the pending dependencies alongwith the deb package: deb file via the command-line interface (CLI) or the Terminal, you need to follow the instructions below. In some cases you may get dependency error while installing the deb package. Run the following command to install deb package:
