4 Ways To Install Deb Files on Linux

Deb or Debian file is run on Linux, it’s similar to what we have .exe files on Windows and DMG files on macOS. Debian file is a software packaging file format for Linux. You can install the Deb file on Linux by simply double-clicking on the .deb file to install it on your system. We already told you the simplest way to install .deb files if you are learning Linux and looking for command lines so in this article we will learn 4 ways to install Debian files on your computer. Let’s see how to do that.

Also Read: Best YouTube Vanced Alternative Apps To Watch YouTube

What is a Debian File in Linux?

Debian is the standard installation package format for Debian-based distros, Debian files are software packages that you can install on your system as we mentioned above. It’s like a .exe file that we install in Windows.

Also Read: How To Change DNS Settings on Android

Install Debian File Using Software Center

Step 1. Right-click on your downloaded file and choose “Open With other application“.

Step 2. Now click on “Software Install” and then click on “Select“.

Step 3. After that, you see the information about your software before installing it. Now click on the install button to install the software it might ask for a password for authentication and that is how you can install the Debian file on Linux.

Also Read: How To Delete Instagram Account or Deactive Account

Install Debian File Using apt Command

Now let’s see the exciting part, how you install Debian files using a terminal, here we use the apt command to install the software. Let’s see how to do that.

Step 1. Right-click on the folder where you download the file and click on “Open in terminal“.

Step 2. Now run the below command line, but replace the file name with your downloaded file name. Now your file will start installing on your system.

sudo apt install ./filename.deb

Also Read: Free Music Download Apps For Android & IOS

Install Debian File Via dpkg Package Manager

To install the deb file use the pkg command.

Step 1. Open the folder where are your download file Right-click on the empty area and click on the open in Terminal.

Step 2. Now run the mentioned command below and replace the name with the name of your file.

sudo dpkg -i <debfilename>

Also Read: View Instagram Profile Without an Account

Install Debian File Using GDebi

When we install the Deb file sometimes it shows a Dependency error, which means some of the necessary package or library is missing from your system. In this case, you can use the GDebi tool to install the Debian file but first, you need to install GDebi tool on your system. Let’s see how to do that.

Step 1. Press “Alt+Ctrl+T” on your keyboard to open Terminal and enter the below command line to install GDebi tool on your system.

sudo apt install gdebi

Step 2. After that, right-click on the deb file you want to install and click on “Open With Other Application”.

Step 3. On the new Windows choose GDebi Package Installer and click on Select.

Step 4. Now click on the “Install Package” to install software on your system.

Also Read: Best Apps To Download Movies For Free

Leave a Reply

Your email address will not be published. Required fields are marked *