About 50 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 that dpkg …

  2. 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 Manager, …

  3. 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.

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

    If you do this in a tmp dir, the deb file will be cleaned up whenever you empty your tmp folder. Otherwise you can manually delete the deb package if you need the disk space.

  5. How to add my .deb package to the sudo apt-get install command

    Jan 14, 2021 · I have a .deb file for my ubuntu app, but I want users to be able to install it using the sudo apt-get install command. How would I make it so that anyone can install my .deb file with sudo apt …

  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 extract the …

  7. How to install .deb file in ubuntu using terminal? [duplicate]

    I am trying to install Google Chrome,for that I downloaded a google-chrome-stable_current_i386.deb file. When I try to install using install in terminal sudo install google-chrome-stable_current...

  8. 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 Downloads and then …

  9. 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 .deb file. One …

  10. How to uninstall a .deb package? - Ask Ubuntu

    Jan 19, 2011 · 337 Suppose I download a .deb package from a website and install it. (I assume that when I double click the .deb file, the package is installed through a GUI that interfaces with dpkg …