
deb package.Īctually central Ubuntu, Debian, Mint, and Kali repositories distribute applications as. deb packages where also can be used to install a. The dpkg command is used to list contents of a. deb format is a simple compressions format that is created to store multiple installations, executables, configurations, and help files in a single file. deb packages or extensions to install via command line or terminal, or graphical user interface (GUI). In this tutorial, we will learn how to install. deb packages for compliance and license issues. Even in most cases, centralized package managers like apt and apt-get are preferred some applications are provided via. deb package it should be installed into the current system. deb packages can be provided via different ways like a central repository, file server, USB, web page, etc. deb packages in order to install new software. You can either specify the full path of the file or just change your directory where the file is present.įor example, I am already in the Downloads folder, so let's just print all the info : dpkg -I sublime-text_build-3211_amd64.Linux distributions like Debian, Ubuntu, Mint, Kali, etc. Syntax: -I give all the information of the deb package like dependencies, installation size, etc. You can skip the above steps if you already have the deb package and move ahead in the tutorial.īefore installing, let's just get some information about the package that we are going to install.

So, open up the terminal window and let's begin.įor example, I want to install Sublime Text editor on my Ubuntu machine so I will either get the Debian package from their website or just use the terminal window to fetch the file using the wget command like the below :įirst I will navigate to the Downloads folder : cd Downloads 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.

The way we install application programs in Linux is a little different than in Windows.
