<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: find out installed directory from command line in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/find-out-installed-directory-from-command-line/m-p/3570781#M68381</link>
    <description>Here are some useful debian commands:&lt;BR /&gt;&lt;BR /&gt;dpkg -l &lt;PACKAGE name=""&gt;&lt;BR /&gt;&lt;BR /&gt;the package name is optional, this command outputs a table of packages installed on a machine with a brief description like so:&lt;BR /&gt;&lt;BR /&gt;bofh:~# dpkg -l whois&lt;BR /&gt;Desired=Unknown/Install/Remove/Purge/Hold&lt;BR /&gt;| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed&lt;BR /&gt;|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)&lt;BR /&gt;||/ Name                 Version              Description&lt;BR /&gt;+++-====================-====================-========================================================&lt;BR /&gt;ii  whois                4.7.0                the GNU whois client&lt;BR /&gt;bofh:~#&lt;BR /&gt;&lt;BR /&gt;You can find out more about a specific package with this command :&lt;BR /&gt;&lt;BR /&gt;dpkg -s &lt;PACKAGE name=""&gt; &lt;BR /&gt;&lt;BR /&gt;This prints out the summary and library information for a package.&lt;BR /&gt;&lt;BR /&gt;dpkg -L &lt;PACKAGE name=""&gt;&lt;BR /&gt;&lt;BR /&gt;this tells you the actual location on the filesystem for everything that came in a package.&lt;BR /&gt;&lt;BR /&gt;There are lots of other great switches to dpkg to help administer debian boxes.&lt;BR /&gt;&lt;BR /&gt;--Dave&lt;/PACKAGE&gt;&lt;/PACKAGE&gt;&lt;/PACKAGE&gt;</description>
    <pubDate>Mon, 27 Jun 2005 12:04:07 GMT</pubDate>
    <dc:creator>Dave Falloon</dc:creator>
    <dc:date>2005-06-27T12:04:07Z</dc:date>
    <item>
      <title>find out installed directory from command line</title>
      <link>https://community.hpe.com/t5/operating-system-linux/find-out-installed-directory-from-command-line/m-p/3570776#M68376</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;how to find out installed directory from command line under linux,&lt;BR /&gt;for example, where was mozilla installed ? &lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;chris</description>
      <pubDate>Sat, 25 Jun 2005 12:52:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/find-out-installed-directory-from-command-line/m-p/3570776#M68376</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2005-06-25T12:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: find out installed directory from command line</title>
      <link>https://community.hpe.com/t5/operating-system-linux/find-out-installed-directory-from-command-line/m-p/3570777#M68377</link>
      <description>Hej,&lt;BR /&gt;it depends on which linux system.&lt;BR /&gt;For system with rpm packages (RedHat, Fedora) you can do:&lt;BR /&gt;rpm -qa | grep mozilla | xargs rpm -ql&lt;BR /&gt;&lt;BR /&gt;On Slackware linux &lt;BR /&gt;more /var/adm/packages/mozi*</description>
      <pubDate>Sat, 25 Jun 2005 13:08:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/find-out-installed-directory-from-command-line/m-p/3570777#M68377</guid>
      <dc:creator>Slawomir Gora</dc:creator>
      <dc:date>2005-06-25T13:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: find out installed directory from command line</title>
      <link>https://community.hpe.com/t5/operating-system-linux/find-out-installed-directory-from-command-line/m-p/3570778#M68378</link>
      <description>On most distributions these days, there is a package called 'which'.&lt;BR /&gt;&lt;BR /&gt;This small application searches through the path for binaries matching the name passed to it, so you could do:&lt;BR /&gt;&lt;BR /&gt;which mozilla&lt;BR /&gt;&lt;BR /&gt;If what you're searching for is not in the path, then you've got the option of using the 'slocate' database:&lt;BR /&gt;&lt;BR /&gt;locate mozilla&lt;BR /&gt;&lt;BR /&gt;This will list all filenames in the 'slocate' database that matches the given name.&lt;BR /&gt;&lt;BR /&gt;All that being said, if you need information about what files a given package has put onto your filesystem (on a Debian box), then things get a little messy.  'apt', 'dpkg' and 'dselect' are your friends though.</description>
      <pubDate>Sat, 25 Jun 2005 13:40:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/find-out-installed-directory-from-command-line/m-p/3570778#M68378</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-06-25T13:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: find out installed directory from command line</title>
      <link>https://community.hpe.com/t5/operating-system-linux/find-out-installed-directory-from-command-line/m-p/3570779#M68379</link>
      <description>I have Debian Sarge Stable.</description>
      <pubDate>Sat, 25 Jun 2005 13:54:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/find-out-installed-directory-from-command-line/m-p/3570779#M68379</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2005-06-25T13:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: find out installed directory from command line</title>
      <link>https://community.hpe.com/t5/operating-system-linux/find-out-installed-directory-from-command-line/m-p/3570780#M68380</link>
      <description>I think "whereis" is, what I'm looking for.&lt;BR /&gt;&lt;BR /&gt;SUSE 8.2:&lt;BR /&gt;&lt;BR /&gt;# whereis mozilla&lt;BR /&gt;mozilla: /usr/X11R6/bin/mozilla /usr/bin/X11/mozilla /usr/X11/bin/mozilla /opt/mozilla/bin/mozilla.sh /usr/share/man/man1/mozilla.1.gz&lt;BR /&gt;# which mozilla&lt;BR /&gt;/usr/X11R6/bin/mozilla&lt;BR /&gt;# locate mozilla&lt;BR /&gt;-bash: locate: command not found&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;DEBIAN SARGE:&lt;BR /&gt;&lt;BR /&gt;# whereis mozilla&lt;BR /&gt;mozilla: /usr/bin/mozilla /etc/mozilla /usr/lib/mozilla /usr/share/man/man1/mozilla.1.gz&lt;BR /&gt;# which mozilla&lt;BR /&gt;/usr/bin/mozilla&lt;BR /&gt;# locate mozilla&lt;BR /&gt;/usr/lib/mozilla/res/rdf/loading.gif&lt;BR /&gt;/usr/lib/mozilla/res/samples&lt;BR /&gt;/usr/lib/mozilla/res/samples/aform.css&lt;BR /&gt;/usr/lib/mozilla/res/samples/Anieyes.gif&lt;BR /&gt;/usr/lib/mozilla/res/samples/beeptest.html&lt;BR /&gt;/usr/lib/mozilla/res/samples/bform.css&lt;BR /&gt;/usr/lib/mozilla/res/samples/bg.jpg&lt;BR /&gt;/usr/lib/mozilla/res/samples/cform.css&lt;BR /&gt;/usr/lib/mozilla/res/samples/checkboxTest.xul&lt;BR /&gt;/usr/lib/mozilla/res/samples/colorpicker.xul&lt;BR /&gt;............................................&lt;BR /&gt;............................................&lt;BR /&gt;............................................&lt;BR /&gt;&lt;BR /&gt;which shows only a startup script.&lt;BR /&gt;&lt;BR /&gt;greetings&lt;BR /&gt;chris</description>
      <pubDate>Sat, 25 Jun 2005 14:05:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/find-out-installed-directory-from-command-line/m-p/3570780#M68380</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2005-06-25T14:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: find out installed directory from command line</title>
      <link>https://community.hpe.com/t5/operating-system-linux/find-out-installed-directory-from-command-line/m-p/3570781#M68381</link>
      <description>Here are some useful debian commands:&lt;BR /&gt;&lt;BR /&gt;dpkg -l &lt;PACKAGE name=""&gt;&lt;BR /&gt;&lt;BR /&gt;the package name is optional, this command outputs a table of packages installed on a machine with a brief description like so:&lt;BR /&gt;&lt;BR /&gt;bofh:~# dpkg -l whois&lt;BR /&gt;Desired=Unknown/Install/Remove/Purge/Hold&lt;BR /&gt;| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed&lt;BR /&gt;|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)&lt;BR /&gt;||/ Name                 Version              Description&lt;BR /&gt;+++-====================-====================-========================================================&lt;BR /&gt;ii  whois                4.7.0                the GNU whois client&lt;BR /&gt;bofh:~#&lt;BR /&gt;&lt;BR /&gt;You can find out more about a specific package with this command :&lt;BR /&gt;&lt;BR /&gt;dpkg -s &lt;PACKAGE name=""&gt; &lt;BR /&gt;&lt;BR /&gt;This prints out the summary and library information for a package.&lt;BR /&gt;&lt;BR /&gt;dpkg -L &lt;PACKAGE name=""&gt;&lt;BR /&gt;&lt;BR /&gt;this tells you the actual location on the filesystem for everything that came in a package.&lt;BR /&gt;&lt;BR /&gt;There are lots of other great switches to dpkg to help administer debian boxes.&lt;BR /&gt;&lt;BR /&gt;--Dave&lt;/PACKAGE&gt;&lt;/PACKAGE&gt;&lt;/PACKAGE&gt;</description>
      <pubDate>Mon, 27 Jun 2005 12:04:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/find-out-installed-directory-from-command-line/m-p/3570781#M68381</guid>
      <dc:creator>Dave Falloon</dc:creator>
      <dc:date>2005-06-27T12:04:07Z</dc:date>
    </item>
  </channel>
</rss>

