How to Install Deb?

Download the `.deb` package file

Open a terminal

Go to the folder containing the file

Install with `sudo apt install ./package-name.deb`

Enter your password if prompted

If needed, run `sudo dpkg -i package-name.deb`

If dependencies are missing, run `sudo apt -f install`

Verify the installation with the app launcher or `dpkg -l | grep package-name`

Suggested for You

Trending Today