Install/uninstall .deb files

To install a .deb file, simply double click on it, and then select Install Package

Alternatively, we can also install a .deb file by opening a terminal and typing:

sudo dpkg -i package_file.deb

To uninstall a .deb file, deselect it in your package manager, or type:

sudo dpkg -r package_name

(For more help see: Ubuntu Desktop Guide – Install/uninstall .deb files.)

Please share your views.

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.