About 54,100 results
Open links in new tab
  1. How do I install a .deb file via the command line? - Ask Ubuntu

    May 6, 2011 · With modern apt I would recommend doing sudo apt install ./package.deb instead. This allows automatically installing all the dependencies and it does all the extra sanity checks …

  2. How to let `dpkg -i` install dependencies for me? - Ask Ubuntu

    After running sudo apt-get -f install my package and it's dependencies were all installed. Running sudo dpkg -i my_package.deb is unnecessary and will just install the package again.

  3. How do I install downloaded .deb file [duplicate] - Ask Ubuntu

    May 10, 2020 · chris@CandKAcer:~$ The file passwordsafe-ubuntu18-1.10-amd64.deb is in my downloads folder. What did I do wrong? I also tried to Install it by extracting it in Archive …

  4. How to update software installed via .deb file - Ask Ubuntu

    Dec 2, 2017 · There are so many software which we installed via .deb file because official ubuntu repo has very old version of it. But I was just wondering how to update packages install via …

  5. Install .deb files without any Internet - Ask Ubuntu

    Open a terminal (by pressing CTLR + ALT + T) and then change to the directory where the .deb file is. Assuming that the .deb file is in the Downloads folder, type this in terminal: cd …

  6. How can I install a package without root access? - Ask Ubuntu

    Jun 3, 2014 · dpkg -x package.deb dir If the deb isn't in the Ubuntu repositories, apt-get download package_name won't work, but you may be able to download it from a web site. This will …

  7. How can I install software or packages without Internet (offline)?

    Aug 5, 2010 · How to obtain installed package files? The .deb files are stored in /var/cache/apt/archives, then in the other computer launch Synaptic and select File -> Add …

  8. How can I install a package without installing some ... - Ask Ubuntu

    If you installed scheme-full except collection-texinfo as recommended, the file should look like this example (Basically, one has to create a dummy package to fool apt-get) For other ways, see …

  9. Is it possible to install a .deb from a URL? - Ask Ubuntu

    And yes you need Ubuntu Software Center to finish the installation of a .DEB. Otherwise you will have to execute the installation from Nautilus or command line.

  10. Problem installing .deb in Software Install Ubuntu 20.04

    I tried to install some .deb files in Ubuntu 20.04 from GitHub and other internet sources, but when I open it with Software Install it gives me this problem (Failed to install file: not supported)....