Packaged Software

From FarmShare

(Difference between revisions)
Jump to: navigation, search
(Created page with "To obtain a list of installed software from the command-line on machines running Debian or Ubuntu: <pre>dpkg --get-selections</pre> Use grep to search for specific packages or ...")
Line 3: Line 3:
Use grep to search for specific packages or groups of packages:  
Use grep to search for specific packages or groups of packages:  
<pre>dpkg --get-selections | grep r-cran</pre>  
<pre>dpkg --get-selections | grep r-cran</pre>  
-
If a package is missing but available from the standard Ubuntu repository you can request installation by submitting a HelpSU ticket.
+
If a package is missing but available from the standard Ubuntu repository you can request installation by submitting a HelpSU ticket. You can look up information about packages at http://packages.ubuntu.org

Revision as of 11:11, 25 April 2012

To obtain a list of installed software from the command-line on machines running Debian or Ubuntu:

dpkg --get-selections

Use grep to search for specific packages or groups of packages:

dpkg --get-selections | grep r-cran

If a package is missing but available from the standard Ubuntu repository you can request installation by submitting a HelpSU ticket. You can look up information about packages at http://packages.ubuntu.org

Personal tools
Toolbox
LANGUAGES