• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / How To / How To Install deb File In Ubuntu Using gdebi From Terminal

How To Install deb File In Ubuntu Using gdebi From Terminal

By Sourabh / December 16, 2016 Category: How To, Ubuntu

Install deb file in Ubuntu using gdebi from terminal. On Ubuntu, users can install deb with dependencies. Use gdebi as default deb package installer on Ubuntu Linux Systems which will make gdebi default for .deb installation.

gdebi is a simple tool to install deb files. It lets you install local deb packages resolving and installing its dependencies. apt does the same, but only for remote (http, ftp) located packages. It can also resolve build-depends of debian/control files.

gdebi isn’t installed by default on Ubuntu. To use gdebi on Ubuntu, first install gdebi using the following command:

$ sudo apt-get install gdebi

Once gdebi is installed, it can be used to install a local deb package. The command format to install deb file using gdebi is

$ sudo gdebi package_name.deb

Please noet that it sorts out all kinds of dependency problems. gdebi automatically installs dependency packages from software repository for the specific deb package.

If you wish to make gdebi default application for installing deb file, simply right click on the .deb file and select properties. Here select the option open with and then change it to gdebi. This will make gdebi default to install deb packages on the system.

There are many gdebi command options:

  • –version Show program’s version number and exit.
  • -h, –help Show this help message and exit.
  • –n, –non-interactive Run non-interactive (dangerous!).
  • –o APT_OPTS, –option=APT_OPTS Set an APT configuration option.
  • –q, –quiet Do not show progress information.
  • –apt-line Simulate only and print a apt-get install compatible line to stderr.
  • –root=ROOTDIR Use alternative root dir.

Tags: deb file download, dpkg install dependencies, gdebi command line, gdebi package installer command line, gdebi package installer for kali linux, gdebi ppa, gdebi vs dpkg, install deb file in ubuntu, install deb file iphone, install dpkg, install dpkg ubuntu, install gdebi, install gdebi debian, install gdebi from terminal, install gdebi in ubuntu, man gdebi, ubuntu deb command not found, ubuntu install deb with dependencies

Primary Sidebar

Latest Posts

Delete Directory And Contents Recursively Without Prompt On Linux

Check User Login History In Ubuntu Linux Command Line

Use Locate Command To Find File In Linux Terminal By Name

How To Change Terminal Color In Ubuntu Command Line

How To Run Fsck Manually In Linux To Fix Unexpected Inconsistency

How To Fix Broken Packages On Ubuntu From Terminal

Re Execute The Previous Command In Linux Ubuntu Command Line

How Much RAM Is Needed For Ubuntu PC

How To Find Large Files And Directories In Linux Command Line

How To Use Clear Command History In Linux Terminal

© 2026 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap