Results 1 to 4 of 4

Thread: apt-cache

  1. #1
    Join Date
    Sep 2009
    Beans
    77

    apt-cache

    What is apt cache used for
    How can i use apt-cache to try out stuff with packages

    Thanks

  2. #2
    Join Date
    Sep 2006
    Location
    South Africa
    Beans
    60
    Distro
    Kubuntu 11.10 Oneiric Ocelot

    Re: apt-cache

    I speak under correction, but as far as I understand apt cache is a cache of all the packages you've already downloaded. So if you need to reinstall something you've downloaded before, the package file doesn't need to be downloaded again.

    A friend tells me that it also loads the list of available packages from the repositories.

  3. #3
    Join Date
    Nov 2008
    Location
    Brazil
    Beans
    309
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: apt-cache

    Open Terminal and type
    Code:
    man apt-cache
    To exit the manual and get back to the Terminal, press 'q'.

  4. #4
    Join Date
    Aug 2007
    Beans
    49

    Re: apt-cache

    With apt-cache, I use the search function if I'm not sure of the exact name of the package I'm looking for. It looks through the software repositories.
    Code:
    apt-cache search <search-term>

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
  •