{"id":8410,"date":"2026-08-19T04:48:08","date_gmt":"2026-08-19T04:48:08","guid":{"rendered":"https:\/\/www.bodhost.com\/blog\/?p=8410"},"modified":"2026-08-19T05:49:13","modified_gmt":"2026-08-19T05:49:13","slug":"how-to-install-deb-files-in-ubuntu","status":"publish","type":"post","link":"https:\/\/www.bodhost.com\/blog\/how-to-install-deb-files-in-ubuntu\/","title":{"rendered":"How to Install .deb Files in Ubuntu"},"content":{"rendered":"<p>A .deb file is a Debian package that can be installed directly on Ubuntu. You can install it from the Terminal using APT or dpkg, or use a graphical package installer on supported Ubuntu desktop versions.<\/p>\n<p><strong>Quick Answer<\/strong><\/p>\n<p>To install a local .deb file in Ubuntu, open Terminal, navigate to the directory containing the package and run:<\/p>\n<p><em>sudo<\/em><em> apt install .\/package-name.deb<\/em><\/p>\n<p>Replace package-name.deb with the actual name of your downloaded package. The .\/ tells APT that the package is a local file instead of a package it should search for in the configured repositories.<\/p>\n<p>To install a .deb file in Ubuntu:<\/p>\n<ol>\n<li>Download the .deb package from a trusted source.<\/li>\n<li>Open Terminal and go to the directory containing the file.<\/li>\n<li>Run sudo apt install .\/package-name.deb.<\/li>\n<li>Review the packages and dependencies APT proposes to install.<\/li>\n<li>Confirm the installation when prompted.<\/li>\n<\/ol>\n<p>APT is generally the preferred method for installing a local .deb package because it can resolve dependencies that are available through your configured Ubuntu repositories.<\/p>\n<p>In this guide, we will cover different ways to install .deb files in Ubuntu, how to check a package before installing it, verify the installation, fix dependency problems and remove the package when it is no longer needed.<\/p>\n<div style=\"border: 2px solid #0078ff; border-radius: 10px; padding: 20px; margin: 30px 0; background: #f9fbff; font-family: Arial,sans-serif; box-shadow: 0 3px 8px rgba(0,0,0,0.05);\">\n<h2 style=\"font-size: 20px; color: #2b3a55; border-bottom: 2px solid #0078ff; display: inline-block; padding-bottom: 5px; margin-bottom: 15px;\">Table of Contents<\/h2>\n<ol style=\"margin: 0; padding-left: 20px; line-height: 1.8;\">\n<li><a style=\"color: #0078ff; text-decoration: none;\" href=\"#what-is-deb-file\">What Is a .deb File?<\/a><\/li>\n<li><a style=\"color: #0078ff; text-decoration: none;\" href=\"#when-install-deb-file\">When Do You Need to Install a .deb File?<\/a><\/li>\n<li><a style=\"color: #0078ff; text-decoration: none;\" href=\"#before-installing-deb\">Things to Check Before Installing a .deb File<\/a><\/li>\n<li><a style=\"color: #0078ff; text-decoration: none;\" href=\"#install-deb-using-apt\">How to Install a .deb File in Ubuntu Using APT<\/a><\/li>\n<li><a style=\"color: #0078ff; text-decoration: none;\" href=\"#why-use-apt-instead-dpkg\">Why Use APT Instead of dpkg?<\/a><\/li>\n<li><a style=\"color: #0078ff; text-decoration: none;\" href=\"#install-deb-using-dpkg\">How to Install a .deb File Using dpkg<\/a><\/li>\n<li><a style=\"color: #0078ff; text-decoration: none;\" href=\"#dpkg-dependency-errors\">What If dpkg Reports Dependency Errors?<\/a><\/li>\n<li><a style=\"color: #0078ff; text-decoration: none;\" href=\"#install-deb-using-gdebi\">How to Install a .deb File Using GDebi<\/a><\/li>\n<li><a style=\"color: #0078ff; text-decoration: none;\" href=\"#install-deb-without-terminal\">How to Install a .deb File Without Using Terminal<\/a><\/li>\n<li><a style=\"color: #0078ff; text-decoration: none;\" href=\"#check-deb-file\">How to Check a .deb File Before Installing It<\/a><\/li>\n<li><a style=\"color: #0078ff; text-decoration: none;\" href=\"#find-package-name\">How to Find the Actual Package Name<\/a><\/li>\n<li><a style=\"color: #0078ff; text-decoration: none;\" href=\"#verify-deb-installation\">How to Verify a .deb Package was Installed<\/a><\/li>\n<li><a style=\"color: #0078ff; text-decoration: none;\" href=\"#remove-deb-package\">How to Remove a Package Installed From a .deb File<\/a><\/li>\n<li><a style=\"color: #0078ff; text-decoration: none;\" href=\"#faqs\">Frequently Asked Questions<\/a><\/li>\n<li><a style=\"color: #0078ff; text-decoration: none;\" href=\"#conclusion\">Conclusion<\/a><\/li>\n<\/ol>\n<\/div>\n<h2 id=\"what-is-deb-file\">What Is a .deb File?<\/h2>\n<p>A .deb file is a Debian software package used by Debian-based Linux distributions, including Ubuntu.<\/p>\n<p>A package can contain:<\/p>\n<ul>\n<li>Application files<\/li>\n<li>Package metadata<\/li>\n<li>Version information<\/li>\n<li>Dependency information<\/li>\n<li>Configuration files<\/li>\n<li>Installation and removal scripts<\/li>\n<\/ul>\n<p>A downloaded package may have a filename similar to:<\/p>\n<p><em>example-app_1.0.0_amd64.deb<\/em><\/p>\n<p>The filename can include the application name, package version and target architecture.<\/p>\n<p>Ubuntu uses the Debian package format, which is why .deb files are commonly used to distribute Linux applications outside the standard Ubuntu repositories.<\/p>\n<h2 id=\"when-install-deb-file\">When Do You Need to Install a .deb File?<\/h2>\n<p>You may need to install a .deb package when:<\/p>\n<ul>\n<li>An application is not available through the default Ubuntu repositories.<\/li>\n<li>A software vendor distributes the application directly as a Debian package.<\/li>\n<li>You need a particular version of an application.<\/li>\n<li>You have downloaded software from the developer\u2019s website.<\/li>\n<li>You are installing software on an Ubuntu server.<\/li>\n<\/ul>\n<p>For example, a software vendor may provide a .deb download specifically for Ubuntu users instead of asking them to install the application from the default repositories.<\/p>\n<h2 id=\"before-installing-deb\">Things to Check Before Installing a .deb File<\/h2>\n<p>Installing a local package is straightforward, but it is worth checking a few things first.<\/p>\n<h3>1. Download the Package From a Trusted Source<\/h3>\n<p>A .deb file is not automatically safe simply because Ubuntu can install it.<\/p>\n<p>Installing a package can execute installation scripts with administrative privileges. Download packages from the software vendor or another source you trust.<\/p>\n<p>If the vendor provides a checksum or digital signature, verify it where appropriate.<\/p>\n<h3>2. Check Your Ubuntu Architecture<\/h3>\n<p>The package must support your system architecture.<\/p>\n<p>Run:<\/p>\n<p><em>dpkg <span style=\"color: #ff0000;\">&#8211;print-architecture<\/span><\/em><\/p>\n<p>You may see:<\/p>\n<p><em>amd64 or arm64<\/em><\/p>\n<p>Additionally, ensure the .deb package you download supports the architecture reported by your system.<\/p>\n<h3>3. Check Ubuntu Version Requirements<\/h3>\n<p>A package built for one Ubuntu release may depend on libraries or package versions that are unavailable on another release.<\/p>\n<p>If the software vendor specifies supported Ubuntu versions, check those requirements before installing the package.<\/p>\n<h2 id=\"install-deb-using-apt\">How to Install a .deb File in Ubuntu Using APT<\/h2>\n<p>APT is the recommended starting point for most users who need to install a local .deb package. APT works at a higher level than dpkg and can resolve dependencies that are available through your configured repositories.<\/p>\n<h3>Step 1: Open the Terminal<\/h3>\n<p>On Ubuntu Desktop, press:<\/p>\n<p><em>Ctrl + Alt + T<\/em><\/p>\n<p>You can also search for <strong>Terminal<\/strong> from the Applications menu.<\/p>\n<h3>Step 2: Go to the Directory Containing the .deb File<\/h3>\n<p>If the package is in your Downloads directory, run:<\/p>\n<p><em><span style=\"color: #ff0000;\">cd<\/span> ~\/Downloads<\/em><\/p>\n<p>Then check the files:<\/p>\n<p>ls<\/p>\n<p>Find the exact .deb filename in the output.<\/p>\n<h3>Step 3: Update the Package Index<\/h3>\n<p>Updating the package index is useful when APT may need to download dependencies from your configured repositories.<\/p>\n<p>Run:<\/p>\n<p><em><span style=\"color: #ff0000;\">sudo<\/span> apt update<\/em><\/p>\n<p>Enter your password when prompted.<\/p>\n<h3>Step 4: Install the .deb Package<\/h3>\n<p><strong>Run:<\/strong><\/p>\n<p><em>sudo apt install <span style=\"color: #ff0000;\">.\/package-name.deb<\/span><\/em><\/p>\n<p><strong>For example:<\/strong><\/p>\n<p><em>sudo apt install <span style=\"color: #ff0000;\">.\/example-app_1.0.0_amd64.deb<\/span><\/em><\/p>\n<p>The .\/ is important. It tells APT that the package is a local file in the current directory.<\/p>\n<p>You can also provide the complete path without changing directories:<\/p>\n<p><em>sudo apt install ~\/Downloads\/example-app_1.0.0_amd64.deb<\/em><\/p>\n<h3>Step 5: Review and Confirm the Installation<\/h3>\n<p>APT will show the package it plans to install and any additional packages or changes required.<\/p>\n<p>Review the output before confirming.<\/p>\n<p><strong>If APT asks<\/strong>: Do you want to continue? [Y\/N]<\/p>\n<p>press: &#8220;<span style=\"color: #ff0000;\"><strong>Y<\/strong><\/span>&#8221;\u00a0and press <strong>Enter<\/strong> if the proposed changes are expected.\u00a0 APT will then install the package and configure it.<\/p>\n<h2 id=\"why-use-apt-instead-dpkg\">Why Use APT Instead of dpkg?<\/h2>\n<p>Both APT and dpkg can install .deb packages, but they operate at different levels.<\/p>\n<p>dpkg is a lower-level Debian package management tool. It can install a .deb package, but it does not automatically obtain missing dependencies.<\/p>\n<p>APT provides higher-level package management and can resolve dependencies when suitable packages are available through the configured repositories.<\/p>\n<p>For most users, this makes APT the more convenient option for installing a local .deb file.<\/p>\n<p><strong>In simple terms:<\/strong><\/p>\n<p>APT &gt;&gt; Installs the .deb &gt;&gt; Checks dependencies &gt;&gt; Can obtain available dependencies &gt;&gt;<\/p>\n<p><strong>Whereas:<\/strong><\/p>\n<p>dpkg &gt;&gt; Installs the .deb &gt;&gt; Does not automatically resolve missing dependencies<\/p>\n<p>This difference becomes important when the application requires packages that are not already installed<\/p>\n<h2 id=\"install-deb-using-dpkg\">How to Install a .deb File Using dpkg<\/h2>\n<p>dpkg is useful when you need lower-level control over Debian packages or are troubleshooting package states.<\/p>\n<p>Go to the directory containing the package:<\/p>\n<p><span style=\"color: #ff0000;\">cd<\/span> ~\/Downloads<\/p>\n<p>Then run:<\/p>\n<p><em>sudo dpkg <span style=\"color: #ff0000;\">-i<\/span> package-name.deb<\/em><\/p>\n<p>For example:<\/p>\n<p><em>sudo dpkg <span style=\"color: #ff0000;\">-i<\/span> example-app_1.0.0_amd64.deb<\/em><\/p>\n<p>You can also use the long-form command:<\/p>\n<p><em>sudo dpkg <span style=\"color: #ff0000;\">&#8211;install<\/span> package-name.deb<\/em><\/p>\n<h3 id=\"dpkg-dependency-errors\">What If dpkg Reports Dependency Errors?<\/h3>\n<p>A common situation is for dpkg to install or unpack a package but leave it unconfigured because required dependencies are missing.<\/p>\n<p>In that case, run:<\/p>\n<p><em>sudo apt <span style=\"color: #ff0000;\">&#8211;fix-broken<\/span> install<\/em><\/p>\n<p>The &#8211;fix-broken option tells APT to attempt to correct a system with broken dependencies.<\/p>\n<p>You can also use the shorter equivalent:<\/p>\n<p><em>sudo apt install <span style=\"color: #ff0000;\">-f<\/span><\/em><\/p>\n<p>If package configuration was interrupted, you can also run:<\/p>\n<p><em>sudo dpkg <span style=\"color: #ff0000;\">&#8211;configure -a<\/span><\/em><\/p>\n<p>These commands address different aspects of package recovery, so the command you need depends on the state reported by the package manager.<\/p>\n<h2 id=\"install-deb-using-gdebi\">How to Install a .deb File Using GDebi<\/h2>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-8414\" src=\"https:\/\/www.bodhost.com\/blog\/wp-content\/uploads\/2026\/08\/Install-GDebi.png\" alt=\"How to install .deb file using GDebi\" width=\"607\" height=\"405\" srcset=\"https:\/\/www.bodhost.com\/blog\/wp-content\/uploads\/2026\/08\/Install-GDebi.png 1536w, https:\/\/www.bodhost.com\/blog\/wp-content\/uploads\/2026\/08\/Install-GDebi-300x200.png 300w, https:\/\/www.bodhost.com\/blog\/wp-content\/uploads\/2026\/08\/Install-GDebi-1024x683.png 1024w, https:\/\/www.bodhost.com\/blog\/wp-content\/uploads\/2026\/08\/Install-GDebi-768x512.png 768w\" sizes=\"auto, (max-width: 607px) 100vw, 607px\" \/><\/p>\n<p>GDebi is a utility designed for installing local .deb packages. It can resolve and install dependencies required by the package. GDebi is optional because APT already provides a straightforward way to install local .deb packages.<\/p>\n<h3>Step 1: Install GDebi<\/h3>\n<p>Run:<\/p>\n<p><em><span style=\"color: #ff0000;\">sudo<\/span> apt update<\/em><br \/>\n<em><span style=\"color: #ff0000;\">sudo<\/span> apt install gdebi<\/em><\/p>\n<h3>Step 2: Install the Package<\/h3>\n<p><strong>Use:<\/strong><\/p>\n<p><em>sudo <span style=\"color: #ff0000;\">gdebi<\/span> package-name.deb<\/em><\/p>\n<p><strong>For example:<\/strong><\/p>\n<p><em><span style=\"color: #ff0000;\">sudo gdebi<\/span> ~\/Downloads\/example-app_1.0.0_amd64.deb<\/em><\/p>\n<p>GDebi will display package information and ask you to confirm the installation.<\/p>\n<h3>Should You Use GDebi Instead of APT?<\/h3>\n<p>There is usually no need to install another tool if APT already meets your requirements. GDebi can still be useful if you prefer its interface or workflow for local package installation.<\/p>\n<h2 id=\"install-deb-without-terminal\">How to Install a .deb File Without Using Terminal<\/h2>\n<p>&nbsp;<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-8413 \" src=\"https:\/\/www.bodhost.com\/blog\/wp-content\/uploads\/2026\/08\/Install-deb-file-without-terminal.png\" alt=\"How to Install .deb file without terminal\" width=\"659\" height=\"359\" srcset=\"https:\/\/www.bodhost.com\/blog\/wp-content\/uploads\/2026\/08\/Install-deb-file-without-terminal.png 1408w, https:\/\/www.bodhost.com\/blog\/wp-content\/uploads\/2026\/08\/Install-deb-file-without-terminal-300x164.png 300w, https:\/\/www.bodhost.com\/blog\/wp-content\/uploads\/2026\/08\/Install-deb-file-without-terminal-1024x559.png 1024w, https:\/\/www.bodhost.com\/blog\/wp-content\/uploads\/2026\/08\/Install-deb-file-without-terminal-768x419.png 768w\" sizes=\"auto, (max-width: 659px) 100vw, 659px\" \/><\/p>\n<p>Ubuntu Desktop may provide a graphical package installer for .deb files. The exact interface can vary depending on your Ubuntu release and installed software.<\/p>\n<p>If your system has a compatible graphical installer:<\/p>\n<ol>\n<li>Open Files.<\/li>\n<li>Go to the directory containing the .deb<\/li>\n<li>Double-click the package.<\/li>\n<li>Open it using the available package or software installer.<\/li>\n<li>Review the package information.<\/li>\n<li>Select Install.<\/li>\n<li>Enter your administrator password if prompted.<\/li>\n<li>Wait for the installation to complete.<\/li>\n<\/ol>\n<p>If the graphical installer is not available or does not open the package correctly, use APT:<\/p>\n<p><em>sudo apt install <span style=\"color: #ff0000;\">~\/Downloads\/package-name.deb<\/span><\/em><\/p>\n<p>This is also the practical approach on Ubuntu Server, where a graphical desktop environment is generally not installed.<\/p>\n<h2 id=\"check-deb-file\">How to Check a .deb File Before Installing It<\/h2>\n<p>If you downloaded a package from outside the Ubuntu repositories, you can inspect it before installation.<\/p>\n<h3>View Package Information<\/h3>\n<p>Run:<\/p>\n<p><em>dpkg <span style=\"color: #ff0000;\">-I<\/span> package-name.deb<\/em><\/p>\n<p>This displays information such as: Package name, Version, Architecture, Description and Dependencies.<\/p>\n<h3>List Files Inside the Package<\/h3>\n<p>Use:<\/p>\n<p><em>dpkg <span style=\"color: #ff0000;\">-c<\/span> package-name.deb<\/em><\/p>\n<p>This lets you see the files contained inside the package without installing it.\u00a0Inspecting a package can be useful when you want to understand what you are about to install before giving it administrative privileges.<\/p>\n<h2 id=\"find-package-name\">How to Find the Actual Package Name<\/h2>\n<p>The downloaded filename is not always the same as the package name recorded in the Debian package metadata.<\/p>\n<p>You can find the package name with:<\/p>\n<p><em><span style=\"color: #ff0000;\">dpkg-deb -f<\/span> package-name.deb Package<\/em><\/p>\n<p><strong>For example:<\/strong><\/p>\n<p><em><span style=\"color: #ff0000;\">dpkg-deb -f<\/span> example-app_1.0.0_amd64.deb Package<\/em><\/p>\n<p>The output is the package name recorded inside the .deb.<\/p>\n<p>This is useful when you later need to remove or query the package.<\/p>\n<h2 id=\"verify-deb-installation\">How to Verify a .deb Package was Installed<\/h2>\n<p>After installing the package, you can check its status using dpkg.<\/p>\n<p>Run:<\/p>\n<p><em>dpkg -l | grep package-name<\/em><\/p>\n<p>Replace package-name with the actual package name.<\/p>\n<p>For a more direct status check, use:<\/p>\n<p><em>dpkg-query -W -f=&#8217;${Status}\\n&#8217; package-name<\/em><\/p>\n<p>A successfully installed package should return:\u00a0install ok installed<\/p>\n<p>This checks the package database rather than simply checking whether the application appears in the Applications menu.<\/p>\n<h2 id=\"remove-deb-package\">How to Remove a Package Installed From a .deb File<\/h2>\n<p>You do not uninstall a .deb package by deleting the downloaded .deb file.\u00a0The .deb file is the package archive. After installation, Ubuntu records the installed package in its package database.<\/p>\n<p><strong>To remove the installed software, run:<\/strong><\/p>\n<p><em>sudo apt remove package-name<\/em><\/p>\n<p><strong>For example:<\/strong><\/p>\n<p><em>sudo apt remove example-app<\/em><\/p>\n<p>If you also want to remove the package\u2019s configuration files, use:<\/p>\n<p><em>sudo apt purge package-name<\/em><\/p>\n<p>After removing software, you can check whether automatically installed dependencies are no longer required:<\/p>\n<p><em>sudo apt autoremove<\/em><\/p>\n<p>Review the packages APT proposes to remove before confirming.<\/p>\n<h3 id=\"faqs\">Frequently Asked Questions<\/h3>\n<ol>\n<li>\n<h4>What is the command to install a .deb file in Ubuntu?<\/h4>\n<p>The recommended command for installing a local .deb package is:<\/p>\n<p><em>sudo apt install .\/package-name.deb<\/em><\/p>\n<p>Replace package-name.deb with the actual package filename. The .\/ specifies that the package is a local file.<\/li>\n<li>\n<h4>How do I install a .deb file in Ubuntu from Terminal?<\/h4>\n<p>Open Terminal, navigate to the directory containing the package and run:<\/p>\n<p><em>cd ~\/Downloads<\/em><br \/>\n<em>sudo apt install .\/package-name.deb<\/em><\/p>\n<p>APT will install the local package and can resolve dependencies that are available through your configured repositories.<\/li>\n<li>\n<h4>Is APT better than dpkg for installing .deb files?<\/h4>\n<p>For most users, yes. APT provides higher-level package management and can resolve available dependencies. dpkg is a lower-level tool that installs the package but does not automatically obtain missing dependencies.<\/li>\n<li>\n<h4>Can I install a .deb file without Terminal?<\/h4>\n<p>Yes. Ubuntu Desktop may provide a graphical package installer for .deb files. The exact interface depends on your Ubuntu release and installed software.<\/p>\n<p>If the graphical installer is unavailable, use:<\/p>\n<p><em>sudo apt install ~\/Downloads\/package-name.deb<\/em><\/li>\n<li>\n<h4>How do I uninstall a package installed from a .deb file?<\/h4>\n<p>Use:<\/p>\n<p>sudo apt remove package-name<\/p>\n<p>To remove the package and its configuration files:<\/p>\n<p><em>sudo apt purge package-name<\/em><\/li>\n<li>\n<h4>Can I install a .deb file on Ubuntu Server?<\/h4>\n<p>Yes. Ubuntu Server can install local .deb packages directly from the command line:<\/p>\n<p><em>sudo apt install .\/package-name.deb<\/em><\/p>\n<p>A graphical desktop environment is not required.<\/li>\n<\/ol>\n<h2 id=\"conclusion\">Conclusion<\/h2>\n<p>Installing a .deb file in Ubuntu is straightforward once you know which package manager to use.<\/p>\n<p>For most situations, APT is the best starting point:<\/p>\n<p><em>sudo apt install <span style=\"color: #ff0000;\">.\/package-name.deb<\/span><\/em><\/p>\n<p>It provides a simple way to install a local Debian package while allowing APT to resolve dependencies available through your configured repositories.<\/p>\n<p>dpkg remains useful when you need lower-level package control or are troubleshooting package states. GDebi is another option if you prefer a dedicated local package installer, while Ubuntu Desktop users may have a graphical installation option depending on their release and installed software.<\/p>\n<p>If you manage an Ubuntu VPS, the Terminal-based approach is particularly useful because you can install and manage software without relying on a graphical desktop environment.<\/p>\n<p>For businesses, developers and system administrators running Ubuntu workloads, having a reliable Linux VPS environment also gives you the flexibility to install and configure the software your applications require.<\/p>\n<p><strong>For more reference you can also check out:<\/strong><\/p>\n<ol>\n<li><strong>Our Knowledge Base:<\/strong> <a href=\"https:\/\/www.bodhost.com\/kb\/how-to-install-deb-files-in-ubuntu-using-four-methods\/\">How to Install .deb Files in Ubuntu Using Four Methods<\/a><\/li>\n<li><strong>Ubuntu Package Management<\/strong>: <a href=\"https:\/\/ubuntu.com\/server\/docs\/how-to\/software\/package-management\/\">Install and manage packages<\/a><\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>A .deb file is a Debian package that can be installed directly on Ubuntu. You can install it from the Terminal using APT or dpkg, or use a graphical package installer on supported Ubuntu desktop versions. Quick Answer To install a local .deb file in Ubuntu, open Terminal, navigate to the directory containing the package [&hellip;]<\/p>\n","protected":false},"author":8,"featured_media":8424,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[149],"tags":[1381,1382],"class_list":["post-8410","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-linux","tag-how-to-install-deb-file","tag-how-to-install-deb-files-in-ubuntu"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Learn how to install .deb file in Ubuntu using APT, dpkg, GDebi, and graphical tools. Fix dependency errors and remove packages safely.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"David T\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.bodhost.com\/blog\/how-to-install-deb-files-in-ubuntu\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"bodHOST | Web Hosting - Tips &amp; Tricks\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"How to Install .deb File in Ubuntu: Step-by-Step Guide\" \/>\n\t\t<meta property=\"og:description\" content=\"Learn how to install .deb file in Ubuntu using APT, dpkg, GDebi, and graphical tools. Fix dependency errors and remove packages safely.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.bodhost.com\/blog\/how-to-install-deb-files-in-ubuntu\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/www.bodhost.com\/blog\/wp-content\/uploads\/2026\/07\/favicon.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/www.bodhost.com\/blog\/wp-content\/uploads\/2026\/07\/favicon.png\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-08-19T04:48:08+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-08-19T05:49:13+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"How to Install .deb File in Ubuntu: Step-by-Step Guide\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Learn how to install .deb file in Ubuntu using APT, dpkg, GDebi, and graphical tools. Fix dependency errors and remove packages safely.\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/www.bodhost.com\/blog\/wp-content\/uploads\/2026\/07\/favicon.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/how-to-install-deb-files-in-ubuntu\\\/#article\",\"name\":\"How to Install .deb File in Ubuntu: Step-by-Step Guide\",\"headline\":\"How to Install .deb Files in Ubuntu\",\"author\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/author\\\/david-t\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/Install-deb-file-ubuntu-1.png\",\"width\":800,\"height\":360,\"caption\":\"How to install deb file in ubuntu\"},\"datePublished\":\"2026-08-19T04:48:08+00:00\",\"dateModified\":\"2026-08-19T05:49:13+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/how-to-install-deb-files-in-ubuntu\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/how-to-install-deb-files-in-ubuntu\\\/#webpage\"},\"articleSection\":\"Linux, How to install .deb file, How to Install .deb Files in Ubuntu\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/how-to-install-deb-files-in-ubuntu\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.bodhost.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/category\\\/linux\\\/#listItem\",\"name\":\"Linux\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/category\\\/linux\\\/#listItem\",\"position\":2,\"name\":\"Linux\",\"item\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/category\\\/linux\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/how-to-install-deb-files-in-ubuntu\\\/#listItem\",\"name\":\"How to Install .deb Files in Ubuntu\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/how-to-install-deb-files-in-ubuntu\\\/#listItem\",\"position\":3,\"name\":\"How to Install .deb Files in Ubuntu\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/category\\\/linux\\\/#listItem\",\"name\":\"Linux\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/#organization\",\"name\":\"bodHOST\",\"description\":\"Web Hosting - Tips & Tricks\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/favicon.png\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/how-to-install-deb-files-in-ubuntu\\\/#organizationLogo\",\"width\":40,\"height\":40,\"caption\":\"favicon\"},\"image\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/how-to-install-deb-files-in-ubuntu\\\/#organizationLogo\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/author\\\/david-t\\\/#author\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/author\\\/david-t\\\/\",\"name\":\"David T\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/how-to-install-deb-files-in-ubuntu\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ec70a3f0a7d2a7420923e9a3eebe66b7a1043ca36fd1d186f370883f1beed04c?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"David T\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/how-to-install-deb-files-in-ubuntu\\\/#webpage\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/how-to-install-deb-files-in-ubuntu\\\/\",\"name\":\"How to Install .deb File in Ubuntu: Step-by-Step Guide\",\"description\":\"Learn how to install .deb file in Ubuntu using APT, dpkg, GDebi, and graphical tools. Fix dependency errors and remove packages safely.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/how-to-install-deb-files-in-ubuntu\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/author\\\/david-t\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/author\\\/david-t\\\/#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/Install-deb-file-ubuntu-1.png\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/how-to-install-deb-files-in-ubuntu\\\/#mainImage\",\"width\":800,\"height\":360,\"caption\":\"How to install deb file in ubuntu\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/how-to-install-deb-files-in-ubuntu\\\/#mainImage\"},\"datePublished\":\"2026-08-19T04:48:08+00:00\",\"dateModified\":\"2026-08-19T05:49:13+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/\",\"name\":\"bodHOST\",\"description\":\"Web Hosting - Tips & Tricks\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"How to Install .deb File in Ubuntu: Step-by-Step Guide","description":"Learn how to install .deb file in Ubuntu using APT, dpkg, GDebi, and graphical tools. Fix dependency errors and remove packages safely.","canonical_url":"https:\/\/www.bodhost.com\/blog\/how-to-install-deb-files-in-ubuntu\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.bodhost.com\/blog\/how-to-install-deb-files-in-ubuntu\/#article","name":"How to Install .deb File in Ubuntu: Step-by-Step Guide","headline":"How to Install .deb Files in Ubuntu","author":{"@id":"https:\/\/www.bodhost.com\/blog\/author\/david-t\/#author"},"publisher":{"@id":"https:\/\/www.bodhost.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.bodhost.com\/blog\/wp-content\/uploads\/2026\/08\/Install-deb-file-ubuntu-1.png","width":800,"height":360,"caption":"How to install deb file in ubuntu"},"datePublished":"2026-08-19T04:48:08+00:00","dateModified":"2026-08-19T05:49:13+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/www.bodhost.com\/blog\/how-to-install-deb-files-in-ubuntu\/#webpage"},"isPartOf":{"@id":"https:\/\/www.bodhost.com\/blog\/how-to-install-deb-files-in-ubuntu\/#webpage"},"articleSection":"Linux, How to install .deb file, How to Install .deb Files in Ubuntu"},{"@type":"BreadcrumbList","@id":"https:\/\/www.bodhost.com\/blog\/how-to-install-deb-files-in-ubuntu\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.bodhost.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.bodhost.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.bodhost.com\/blog\/category\/linux\/#listItem","name":"Linux"}},{"@type":"ListItem","@id":"https:\/\/www.bodhost.com\/blog\/category\/linux\/#listItem","position":2,"name":"Linux","item":"https:\/\/www.bodhost.com\/blog\/category\/linux\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.bodhost.com\/blog\/how-to-install-deb-files-in-ubuntu\/#listItem","name":"How to Install .deb Files in Ubuntu"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.bodhost.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.bodhost.com\/blog\/how-to-install-deb-files-in-ubuntu\/#listItem","position":3,"name":"How to Install .deb Files in Ubuntu","previousItem":{"@type":"ListItem","@id":"https:\/\/www.bodhost.com\/blog\/category\/linux\/#listItem","name":"Linux"}}]},{"@type":"Organization","@id":"https:\/\/www.bodhost.com\/blog\/#organization","name":"bodHOST","description":"Web Hosting - Tips & Tricks","url":"https:\/\/www.bodhost.com\/blog\/","logo":{"@type":"ImageObject","url":"https:\/\/www.bodhost.com\/blog\/wp-content\/uploads\/2026\/07\/favicon.png","@id":"https:\/\/www.bodhost.com\/blog\/how-to-install-deb-files-in-ubuntu\/#organizationLogo","width":40,"height":40,"caption":"favicon"},"image":{"@id":"https:\/\/www.bodhost.com\/blog\/how-to-install-deb-files-in-ubuntu\/#organizationLogo"}},{"@type":"Person","@id":"https:\/\/www.bodhost.com\/blog\/author\/david-t\/#author","url":"https:\/\/www.bodhost.com\/blog\/author\/david-t\/","name":"David T","image":{"@type":"ImageObject","@id":"https:\/\/www.bodhost.com\/blog\/how-to-install-deb-files-in-ubuntu\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/ec70a3f0a7d2a7420923e9a3eebe66b7a1043ca36fd1d186f370883f1beed04c?s=96&d=mm&r=g","width":96,"height":96,"caption":"David T"}},{"@type":"WebPage","@id":"https:\/\/www.bodhost.com\/blog\/how-to-install-deb-files-in-ubuntu\/#webpage","url":"https:\/\/www.bodhost.com\/blog\/how-to-install-deb-files-in-ubuntu\/","name":"How to Install .deb File in Ubuntu: Step-by-Step Guide","description":"Learn how to install .deb file in Ubuntu using APT, dpkg, GDebi, and graphical tools. Fix dependency errors and remove packages safely.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.bodhost.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.bodhost.com\/blog\/how-to-install-deb-files-in-ubuntu\/#breadcrumblist"},"author":{"@id":"https:\/\/www.bodhost.com\/blog\/author\/david-t\/#author"},"creator":{"@id":"https:\/\/www.bodhost.com\/blog\/author\/david-t\/#author"},"image":{"@type":"ImageObject","url":"https:\/\/www.bodhost.com\/blog\/wp-content\/uploads\/2026\/08\/Install-deb-file-ubuntu-1.png","@id":"https:\/\/www.bodhost.com\/blog\/how-to-install-deb-files-in-ubuntu\/#mainImage","width":800,"height":360,"caption":"How to install deb file in ubuntu"},"primaryImageOfPage":{"@id":"https:\/\/www.bodhost.com\/blog\/how-to-install-deb-files-in-ubuntu\/#mainImage"},"datePublished":"2026-08-19T04:48:08+00:00","dateModified":"2026-08-19T05:49:13+00:00"},{"@type":"WebSite","@id":"https:\/\/www.bodhost.com\/blog\/#website","url":"https:\/\/www.bodhost.com\/blog\/","name":"bodHOST","description":"Web Hosting - Tips & Tricks","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.bodhost.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"bodHOST | Web Hosting - Tips &amp; Tricks","og:type":"article","og:title":"How to Install .deb File in Ubuntu: Step-by-Step Guide","og:description":"Learn how to install .deb file in Ubuntu using APT, dpkg, GDebi, and graphical tools. Fix dependency errors and remove packages safely.","og:url":"https:\/\/www.bodhost.com\/blog\/how-to-install-deb-files-in-ubuntu\/","og:image":"https:\/\/www.bodhost.com\/blog\/wp-content\/uploads\/2026\/07\/favicon.png","og:image:secure_url":"https:\/\/www.bodhost.com\/blog\/wp-content\/uploads\/2026\/07\/favicon.png","article:published_time":"2026-08-19T04:48:08+00:00","article:modified_time":"2026-08-19T05:49:13+00:00","twitter:card":"summary","twitter:title":"How to Install .deb File in Ubuntu: Step-by-Step Guide","twitter:description":"Learn how to install .deb file in Ubuntu using APT, dpkg, GDebi, and graphical tools. Fix dependency errors and remove packages safely.","twitter:image":"https:\/\/www.bodhost.com\/blog\/wp-content\/uploads\/2026\/07\/favicon.png"},"aioseo_meta_data":{"post_id":"8410","title":"How to Install .deb File in Ubuntu: Step-by-Step Guide","description":"Learn how to install .deb file in Ubuntu using APT, dpkg, GDebi, and graphical tools. Fix dependency errors and remove packages safely.","keywords":null,"keyphrases":{"focus":{"keyphrase":"install .deb file","score":0,"analysis":[]},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"schemas":[],"titles":[],"descriptions":[],"socialPosts":{"email":{"subject":"","preview":"","content":""},"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2026-08-18 08:51:32","updated":"2026-08-19 05:50:21","seo_analyzer_scan_date":null,"focus_keyword":"install .deb file","additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.bodhost.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.bodhost.com\/blog\/category\/linux\/\" title=\"Linux\">Linux<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tHow to Install .deb Files in Ubuntu\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.bodhost.com\/blog"},{"label":"Linux","link":"https:\/\/www.bodhost.com\/blog\/category\/linux\/"},{"label":"How to Install .deb Files in Ubuntu","link":"https:\/\/www.bodhost.com\/blog\/how-to-install-deb-files-in-ubuntu\/"}],"_links":{"self":[{"href":"https:\/\/www.bodhost.com\/blog\/wp-json\/wp\/v2\/posts\/8410","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.bodhost.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.bodhost.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.bodhost.com\/blog\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/www.bodhost.com\/blog\/wp-json\/wp\/v2\/comments?post=8410"}],"version-history":[{"count":10,"href":"https:\/\/www.bodhost.com\/blog\/wp-json\/wp\/v2\/posts\/8410\/revisions"}],"predecessor-version":[{"id":8426,"href":"https:\/\/www.bodhost.com\/blog\/wp-json\/wp\/v2\/posts\/8410\/revisions\/8426"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.bodhost.com\/blog\/wp-json\/wp\/v2\/media\/8424"}],"wp:attachment":[{"href":"https:\/\/www.bodhost.com\/blog\/wp-json\/wp\/v2\/media?parent=8410"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.bodhost.com\/blog\/wp-json\/wp\/v2\/categories?post=8410"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.bodhost.com\/blog\/wp-json\/wp\/v2\/tags?post=8410"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}