About 853,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 …

  2. How to install specific Ubuntu deb packages, with exact version?

    Even if there is a new version of this package on the servers this one should be installed. The solution has to work/scale with multiple (n) "setups". Another virtual machine might need an …

  3. apt - How can I download THEN install packages? - Ask Ubuntu

    Dec 6, 2015 · For example, if you download a package and its dependencies, you need to provide all packages to dpkg, and the package management marks the dependencies as manually …

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

    When you install a program like that you just download/install a set of packages. You need to change what is included in the package and you can't do that as a user.

  5. How do I install a .tar.gz (or .tar.bz2) file? - Ask Ubuntu

    Nov 10, 2014 · I have downloaded tar.gz files. But I don't know how to install it. How do I install this kind of file?

  6. How do I install applications in Ubuntu?

    Jun 12, 2013 · How can I install applications like Google Chrome on Ubuntu? Are there any commands to install an application? Index of answers: Basic usage of APT, Synaptic Package …

  7. How to install specific version of some package? - Ask Ubuntu

    My questions are divided into two parts: How to know the version of installed package? How to install a specific package version?

  8. Determine destination location of apt-get install <package>?

    Aug 14, 2015 · 2 I see many responses rightly saying "dpkg -L " is the command for listing content of an installed package. But, none of them have answered the other question, why does …

  9. How do I install packages with pip when there are multiple Python ...

    $ vex venv pip install pyramid If you want to use pip to install for a system python3 then you could install pip for it: $ sudo apt-get install python3-pip It installs pip3 program. Then: $ pip3 install - …

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