how to install deb file in ubuntu

1 Answer(s)

    Install/Uninstall .deb files

    The package files associated with Kubuntu have the .deb suffix because of Kubuntu’s close relation to the Debian GNU/Linux distribution. You can download and install individual .deb files. You will need administrative privileges to do this (see the section called “Root And Sudo”).

    1. To install a .deb file, simply Right-click on the .deb file, and choose Kubuntu Package Menu->Install Package.
    2. Alternatively, you can also install a .deb file by opening a terminal and typing:
      sudo dpkg -i package_file.deb
    3. To uninstall a .deb file, remove it using Adept, or type:
      sudo apt-get remove package_name
    Answered on September 1, 2021.
    Add Comment

    Your Answer

    By posting your answer, you agree to the privacy policy and terms of service.