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

    May 6, 2011 · Packages are manually installed via the dpkg command (Debian Package Management System). dpkg is the backend to commands like apt-get and aptitude, which in turn are the backend …

  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 to install Chromium without snap? - Ask Ubuntu

    Jan 21, 2020 · I just discovered that chromium will only be released as a snap package. How can I continue to get chromium, without snap? Is this possible without building from source? Notes: Please …

  4. How can I install a package without installing some dependencies?

    Here are the instructions following the TUG page on TeX Live and Debian/Ubuntu: Install vanilla TeX Live as root, system-wide. Ensure that the only Debian TeX Live packages installed are tex-common, …

  5. How do I install ncurses header files? - Ask Ubuntu

    Open up your terminal and install libncurses-dev by using this command: sudo apt-get install libncurses-dev

  6. drivers - How to install Debian package in Ubuntu - Ask Ubuntu

    Jun 3, 2022 · Looking around, I suspect it's a driver issue. The problem is that Ubuntu doesn't package the drivers I need. I found the drivers in Debian Bookworm (which is what Ubuntu 22.04 is based on), …

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

    Is there a way to install a deb package directly from a URL, using a shell? Something like dpkg -i http://domain.com/path/to/package.deb (I know I could use wget and ...

  8. How do I install kernel header files? - Ask Ubuntu

    Nov 5, 2011 · sudo apt-get install linux-generic Note: Depending on your Ubuntu edition, See if you need linux-lowlatency (Ubuntu Studio), linux-signed-generic or linux-virtual.

  9. How can I install apt packages non-interactively? - Ask Ubuntu

    Dec 4, 2014 · 45 If I run: sudo apt-get --yes install postfix or sudo bash -c 'yes | apt-get --yes install postfix' an interactive prompt appears to configure postfix. I need to automate the installation of …

  10. software installation - How do I install git-lfs? - Ask Ubuntu

    I am trying to install git-lfs package and it looks like expected paths are not Ubuntu friendly. From Downloads section of git-lfs I choose Linux AMD64 file name git-lfs-freebsd-amd64-1.2.1.tar.gz, …