Results 1 to 3 of 3

Thread: Software center functionality using terminal

  1. #1
    Join Date
    Oct 2011
    Beans
    8

    Software center functionality using terminal

    Hey guys,

    Does anybody know how to get a list of applications in a category(e.g.: all the applications in Accessories)like in the software center but using the terminal?

  2. #2
    Join Date
    Sep 2009
    Location
    Pittsburgh
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Software center functionality using terminal

    I don't know if apt-get or aptitude can do this or not.... or if synaptic can be run from command line. There presumably must be a way....
    The outrageous is the reasonable, if introduced politely.

  3. #3
    Join Date
    Feb 2009
    Location
    Dallas, TX
    Beans
    7,790
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Software center functionality using terminal

    This is not exactly what you are looking for, but it is very useful (at least for me):
    Code:
    apt-cache search <keyword>
    For example to look for packages related to 'unrar':
    Code:
    apt-cache search unrar
    Regards.

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
  •