Results 1 to 3 of 3

Thread: Search for apt-get installed programs!

Hybrid View

  1. #1
    Join Date
    Oct 2008
    Location
    Panama City
    Beans
    175
    Distro
    Ubuntu 8.04 Hardy Heron

    Search for apt-get installed programs!

    Hello, there is a command like dpkg -l, to search all the programs installed with the apt-get command? or to find a file programa installed in the disk..
    an option can be locate?
    thanks

  2. #2
    Join Date
    May 2008
    Location
    Australia
    Beans
    173
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Search for apt-get installed programs!

    type this to find first:

    sudo updatedb

    locate (filename) "if you require a specific installed program"

    then

    sudo find / -name *.*>>(or the name of the file) -print

    hope it helps
    Ubuntu Hardy Heron 8.04 64 LTS With Sugar On Top.

    Do U Boot Too, I U Boot Too, We All Ubuntu because I Ubuntu, If only life was this interesting.

  3. #3
    Join Date
    Sep 2007
    Location
    KCMO
    Beans
    210
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Search for apt-get installed programs!

    You can also get a list of all installed packages in Synaptic by opening it, then clicking on "Status", then selecting "Installed".
    Desktop: Custom - AMD Athlon X4 Quadcore 4.02GHz, 8GB DDR3, 750GB HDD, 500GB HDD, Win7 x64/Ubuntu 14.04 x64
    Laptop: Thinkpad T61 - Intel Core 2 Duo 2.00GHz, 4GB DDR2, 500GB HDD, Win7 x86/Ubuntu 14.04 x86

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •