Linux Commands and Scripts

Install Software Using Gdebi Command in Linux

In this article, we will learn how to install software using Gdebi command in Linux.

gdebi is a tiny command-line tool for installing local deb packages. It resolves and installs package dependencies on the fly.

To install a package, use the following command

# gdebi teamviewer_13.1.3026_amd64.deb

To remove a package installed from gdebi

# apt purge teamviewer
OR
# apt-get purge teamviewer
OR
# dpkg –purge teamviewer

We have successfully learnt how to install software using Gdebi command in Linux.

[Need assistance to fix this error or install tools? We’ll help you.]

Related Articles