• Home
  • Windows
    • Windows 10
    • Windows 11
  • Mac
  • iOS
  • iPad
  • iPhone
  • Social Media
  • News
Tuesday, June 6, 2023
HowToFixIssue
  • Home
  • Windows
    • Windows 10
    • Windows 11
  • Mac
  • iOS
  • iPad
  • iPhone
  • Social Media
  • News
No Result
View All Result
  • Home
  • Windows
    • Windows 10
    • Windows 11
  • Mac
  • iOS
  • iPad
  • iPhone
  • Social Media
  • News
No Result
View All Result
HowToFixIssue
No Result
View All Result
Home How To

How do I Install Deb Files on Ubuntu Linux (4 Methods) (4 Methods)

February 3, 2023
in How To
Reading Time: 10 mins read

InterestingPosts

How to Find the Sniffer Egg in Minecraft (2023)

Decky Loader on Steam Deck: How to Install Best Plugins

Diablo 4: How to Leave Dungeons (3 Ways)

How do I Install Deb Files on Ubuntu Linux (4 Methods) (4 Methods).

DEB information on Ubuntu are much like EXE information on Windows and DMG information on macOS. It’s a software program packaging format for Ubuntu (Debian) methods, and the set up of .deb information is easy. You can double-click on .deb information to put in them immediately. Apart from that, with only one Linux command, you may set up Deb information by means of the Terminal. So on this information, we’ve got added 4 completely different strategies to put in Deb information on Ubuntu. With that stated, let’s transfer on to the steps.

Install Deb Files on Ubuntu (2022)

We have talked about 4 methods to put in Deb information on Ubuntu on this information. While the primary three are native strategies, the final one permits you to set up deb information with none dependency error. In addition, we’ve got talked about how to uninstall deb information as nicely.

What is a Deb File in Ubuntu?

As talked about above, Deb information are like EXE information on Windows. It’s the usual set up package deal format for Debian-based distros. It incorporates all of the libraries and dependencies wanted to run this system. If you wish to set up a program on Ubuntu, you’ll possible obtain a .deb file based mostly in your pc’s structure (64-bit or 32-bit).

Double-clicking the .deb file will set up the app on Ubuntu. However, most frequently, Archive Manager will open the downloaded information, and you’ll have to observe the directions under to put in them.

Install Deb Files on Ubuntu Using Software Center

1. First, right-click on the Deb file and select “Open With Other Application“.

Install Deb Files on Ubuntu Using Software Center

2. Next, select “Software Install” and click on “Select” on the top-right.

Install Deb Files on Ubuntu Using Software Center

3. Now, the Software Center will open up on the display with data on the app you’re putting in. Here, click on on the “Install” button to put in the downloaded deb file. You can be requested to enter your password for authentication. And that’s how one can set up Deb information on Ubuntu.

Install Deb Files on Ubuntu Using Software Center

Install Deb Files on Ubuntu Using the apt Command

If you wish to set up Deb information on Ubuntu by means of the Terminal, you should use the apt command to shortly set up applications. Here’s the way it works:

1. First, right-click within the folder the place the Deb file is positioned and click on on “Open in Terminal“.

How do I Install Deb Files on Ubuntu Linux (4 Methods)

2. After that, run the under command within the Terminal window. You simply have to change filename.deb with the precise title of the Deb file. Now, the DEB package deal can be put in in your Ubuntu Linux PC.

sudo apt set up ./filename.deb
Install Deb Files on Ubuntu Using the APT Command

Install Deb Files on Ubuntu by way of dpkg Package Manager

1. You may set up Deb information on Ubuntu using the dpkg command. Move to the folder the place the Deb file is positioned. Right-click within the empty area and choose “Open in Terminal” from the context menu.

Install Deb Files on Ubuntu Using the Terminal

2. A Terminal window will open up in the identical folder. Now, run the under command, however make sure that to switch <debfilename> with the title of the downloaded Deb file. And that’s how one can set up .deb information using the dpkg Package Manager.

sudo dpkg -i <debfilename>
Install Deb Files on Ubuntu Using the Terminal

Install Deb Files on Ubuntu Using GDebi

Sometimes whenever you set up a Deb file, you may get a dependency error. It means some needed package deal or library is lacking out of your system. You can use the GDebi instrument to resolve such points, because it permits you to set up deb information and fixes errors by putting in dependencies alongside the best way. Here is how you should use this little app to put in .deb information.

1. First, use the “Alt + Ctrl + T” keyboard shortcut to open the Terminal. Then, run the under command to put in GDebi in your system.

sudo apt set up gdebi
Install Deb Files on Ubuntu Using GDebi

2. Now, right-click on the Deb file you wish to set up and select “Open With Other Application“.

Install Deb Files on Ubuntu Using Software Center

2. On the following window, select “Gdebi Package Installer” after which click on “Select” on the top-right.

Install Deb Files on Ubuntu Using GDebi

3. Finally, click on the “Install Package” button to put in the Deb file on Ubuntu. As you may see next to the “Status” label within the screenshot under, it reads “All dependencies are satisfied”.

gdebi

How do I Uninstall Deb Files on Ubuntu Linux

Use Ubuntu Software

1. You can simply uninstall Deb information using the Ubuntu Software GUI app. Go forward and open it from the app launcher.

ubuntu software

2. Here, transfer to the “Installed” tab on high and scroll right down to search for this system title you want to uninstall. Now, click on on “Uninstall” to take away the put in .deb file from Ubuntu. If a program doesn’t present up right here, transfer to the Terminal methodology under to uninstall it.

uninstall apps from ubuntu

Use Command Line

To uninstall Deb information on Ubuntu, you first want to search out the package deal title of the Deb file you may have put in. Keep in thoughts that the package deal title is completely different from the Deb file title. Here are the steps you could observe to search out the package deal title and uninstall it immediately.

1. To discover the package deal title, open the Terminal using the “Alt + Ctrl + T” shortcut and run the under command. Then, change title with this system title or the closest matching key phrase for the app. For instance, to search out the package deal title of Google Chrome, enter “chrome”.

sudo apt listing --installed | grep title
How do I Install Deb Files on Ubuntu Linux (4 Methods)

2. The Terminal will return the package deal title of this system. Whatever is talked about earlier than / is your package deal title.

Terminal

3. Now, run the under command to uninstall the Deb file from Ubuntu Linux. Make certain to change the <packagename> with the precise package deal title you famous above. And that’s just about it. The Deb file can be eliminated out of your Ubuntu system.

sudo apt take away <packagename>
apt remove

Four Simple Ways to Install Deb Files on Ubuntu

These are the 4 easy strategies to put in Deb information on Ubuntu. Along with that, we’ve got additionally talked about how to put in Deb information resolving the dependency error. And if you wish to uninstall Deb information, you added that on this information as nicely. Moreover, in the event you want to learn to take screenshots on Ubuntu, head to our linked tutorial. And to modify between Wayland and Xorg show servers in Ubuntu, we’ve got a information in place for that too. Finally, when you’ve got any questions, tell us within the remark part under.


Check out more article on – How-To tutorial and latest highlights on – Technical News


Tags: DebFilesFix IssueFix Software IssuesFix Technical IssuesHow To FixHow To Fix IssueHow-To-9-How-ToInstallLinuxMethodsUbuntu

Recommended.

How do I Add Apps to a Sony Smart TV

How do I Add Apps to a Sony Smart TV

February 7, 2023
How To Open A PC Case Safely

How To Open A PC Case Safely

March 27, 2023

Trending.

No Content Available
  • About
  • Advertise
  • Privacy & Policy
  • Contact
All about technical, android, mobile, windows relating website. We provide you with the latest technology straight from the industry.

© 2023 How To Fix Issue - All rights reserved.

No Result
View All Result
  • Home
  • Windows
    • Windows 10
    • Windows 11
  • Mac
  • iOS
  • iPad
  • iPhone
  • Social Media
  • News

© 2023 How To Fix Issue - All rights reserved.

Welcome Back!

Login to your account below

Forgotten Password?

Retrieve your password

Please enter your username or email address to reset your password.

Log In
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.
Do not sell my personal information.
Cookie SettingsAccept
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
SAVE & ACCEPT
This website uses cookies. By continuing to use this website you are giving consent to cookies being used. Visit our Privacy and Cookie Policy.