
The package manager helps to pull software from Distribution repositories using the command line or graphical interface. Package ManagerĪ package manager is a software tool that allows users to install, upgrade, search, download and remove software packages on an operating system. In this guide, we learn different ways to install software on Linux. The most common way to install software packages is by using the package manager. You may choose the installation method depending on the source by how application the delivered or available. Most modern “apt-get” can install the deb packages, but the most reliable and simple way is to follow dpkg or gdebi installer.Installing software on Linux is not limited to one method. Users can install any deb files onto the Ubuntu Linux system if they want. deb packages are the executable files that can be installed on Ubuntu. The above command will download any dependencies required when running in the Terminal. If your Ubuntu system is old enough, you’ll need to move the deb file into it. if in current dir) or ( /path/to/package/b) There is another way to install deb files on the Ubuntu system, which is an apt-get tool. To Reconfigure/Repair the deb installation.If you want to uninstall software, run the command into the Terminal. Run the below command if you get any dependency errors. To install a deb file, open the Terminal and run the following command:Įxample: sudo dpkg -i google-chrome-stable_current_b Installing a deb package through dpkg is a bit for advanced users but the most reliable one. sudo apt install gdebi-coreĮxample: sudo gdebi google-chrome-stable_current_b 3. Run the following command into the Terminal to install gdebi.

By installing through gdebi, it will be more efficient and faster compared to the Ubuntu software center.

Gdebi is available for both the Terminal/Shell and GUI – Graphical User Interface ways. deb file and because gdebi will try to remove dependency errors while performing an installation.īefore you go installing the deb file, it is best to install gdebi onto your system.

I prefer this system because it collects all dependencies before installing the main. Gdebi is one of the best ways to install deb files on Ubuntu Linux. Once users click that button, installation is complete. Then, the application will open in the software center with an Install button visible. There’s no need for users to do anything else after they download the desired. deb package on an Ubuntu or Debian system is by double-clicking the downloaded file. The quickest and simplest method to install a.
