

You can generally find these files on the downloads page of the application or software. Let's start with the installation procedure. deb packages to install, build, remove and manage packages by passing specific parameters. Using dpkg commandĭpkg command is a command line tool to deal with.

The Linux command line is a very powerful interface and can be used to control every service and tool on your Linux desktop.

1) The Terminal approach and 2) The GUI approach. You don't have to be a Linux pro for installing a deb package as we are going to show both the ways i.e. There are not any prerequisites required for this tutorial. Today we are specifically talking about them and how to install deb files in Ubuntu. deb packages in Debian-based Linux distributions like Ubuntu. exe files and execute them by just double-clicking them to install the application program. You can use GDebi via the command-line or the Ubuntu GUI.The way we install application programs in Linux is a little different than in Windows. 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. That’s it! You have successfully installed a deb package on Ubuntu.
