How To Install .deb File In Ubuntu?

Open Terminal

Go to the folder containing the .deb file

Run `sudo apt install ./package-name.deb`

Enter your password if prompted

Wait for the installation to finish

If needed, fix missing dependencies with `sudo apt –fix-broken install`

Suggested for You

Trending Today