+4 votes
27 views
Install .DEB Linux

in Linux/Unix by (551k points)
reopened | 27 views

1 Answer

+5 votes
Best answer

1 Install .Deb Linux graphically
2 Install .Deb Linux from Terminal

To stay up to date, remember to subscribe to our YouTube channel!
SUBSCRIBE ON YOUTUBE

 

When we work with Linux environments, it is normal that we find various options for installing applications. There are installers specific to the distribution used and one of the most common is the .deb files..

 

This .deb file is a software package for Debian-based operating systems, such as Ubuntu, Linux Mint, within this .deb file you can find the program itself, libraries, configurations and all the files required to install and update that program or application.

 

deb file
When viewing a .deb file, it contains:

 

  • Pre-installation and post-installation scripts.
  • Control metadata with all the technical information of the application.
  • Program files that allow it to be started.
  • Settings and data.

 

 

 

TechnoWikis will teach you how to install a .deb file on Linux, in this case we will use Ubuntu 22.10..

 


1 Install .Deb Linux graphically

 

Step 1

This is one of the most used methods due to its simplicity and environment, first of all, we locate the .deb file:

 

image

 

Step 2

We right click on the .deb file, then click on “Open with another application”:

 

image

 

Step 3

The following will be displayed:

 

image

 

Step 4

There we select the “Install software” option and then click on “Select”, we wait for the application components to load to see this:

 

image

 

Step 5

We click on “Install” and we must enter the administrator password:

 

image

 

Step 6

We click on “Authenticate” and wait for the application to be installed:

 

image

 

Step 7

Alternatively, if this process gives an error, we can install the GDebi manager, GDebi (Gnome Debian Package Installer) is a package manager for Debian-based operating systems, its essential task is to facilitate the installation of .deb files.

 

To install it, we open the terminal, there we execute the following command:

 sudo apt install gdebi 
image

 

Step 8

We must enter the letter “S” to confirm the download and installation of the utility:

 

image

 

Step 9

We hope this process ends:

 

image

 

Step 10

Once installed, we right click on the .deb file, there we select the “Open with another application” option:

 

image

 

Step 11

Now, in the pop-up window, we select the option, “GDebi Package Installer”:

 

image

 

Step 12

We click on “Select”, we will see the following:

 

image

 

Step 13

We click on “Install package” and in some cases we will see the message that there is another option in the software channel, in this case we must install it from the Software Center, if this error does not appear, we will see that the installation begins:

 

image

 

We will now have access to said application on Linux.

 

 


2 Install .Deb Linux from Terminal

 

Step 1

Another option is to carry out the installation directly from the terminal, to do this we open the terminal, with the “cd” command we access Downloads and with “ls” we list the content:

 

image

 

Step 2

Then, we install the file using the syntax:
 sudo dpkg -i file.deb 
image

 

Step 3

Finally, we validate that the application has been installed:

 

image

 

Thus it is possible to install .deb files on Linux and have options to use these applications with all their functionality to the maximum..

 


by (3.5m points)
edited

Related questions

+4 votes
1 answer
asked Oct 7, 2023 in Linux/Unix by backtothefuture (551k points) | 35 views
+5 votes
1 answer
asked Sep 29, 2023 in Linux/Unix by backtothefuture (551k points) | 39 views
+4 votes
1 answer
asked Sep 22, 2023 in Linux/Unix by backtothefuture (551k points) | 40 views
+3 votes
1 answer
asked Aug 25, 2023 in Linux/Unix by backtothefuture (551k points) | 38 views
+4 votes
1 answer
asked Aug 16, 2023 in Linux/Unix by backtothefuture (551k points) | 48 views
Sponsored articles cost $40 per post. You can contact us via Feedback
10,632 questions
10,764 answers
510 comments
3 users