How to Install DEB in Debian systems using GUI or Terminal – Guide

Deb packages are used to install various programs on Linux distributions based on the popular Debian which is not available in official repositories. Here, we learn two easy methods to install Deb files… Just like we did.Exe files on Windows to install different software distributed by Microsoft or third-party developers; the same way “.Deb”Packages must run on Debian and its based systems like Ubuntu, Linux Mint, MX Linux and others.

Debian systems have a different way of installing software than Windows systems. Double clicking an executable will not work on Debian systems. The command terminal is always there.

Installing deb packages from Software Center

To follow the Debian installation process, you will need to install Ubuntu. Ubuntu is a Debian-based operating system that can be used to run many different applications.

Deb packages can be installed using a GUI, which is done through the installation of the software center.

To install an application, you will need to download the deb file. ..

After that, navigate to your download folder or where you saved it.

Double-click on the .Deb file to open the software installation program.

Ubuntu is a Debian-based Linux operating system that provides a wide range of software options, including open workarounds for some common software issues.

However, the Deb file installation process will remain unchanged. Click “Install” and the installation will begin. ..

Installing deb packages from the terminal

Debian based Linux systems can install Deb packages using the command terminal. If you prefer to use the graphical installation, this can also be done without problems via the apt package manager.

Debian-based systems are more reliable when it comes to installing software because the package manager will detect and resolve dependencies for you automatically. ..

Open a Terminal window.

sudo apt install ./deb-package-name

After that, press the “To type” key. ..

The package “teamviewer_amd64.deb” is in the “Downloads” directory.

If we want to install the software, we first need to change to the Downloads directory. Then we can use cd to move into that directory and use the command:

sudo apt install ./teamviewer_amd64.deb installs the TeamViewer software on your computer. ..

If prompted, enter your password and confirm again with [Enter].

The deb package with all its dependencies on other packages is now automatically installed by apt. The program is then available for immediate use.

Final note

Debian is a Linux distribution that comes with a graphical installer and a terminal-based installer. This guide will show you how to install DEB packages using either the graphical installer or the terminal-based installer. ..