Results 1 to 5 of 5

Thread: How do I do simple, fast, package name search?

  1. #1
    Join Date
    Feb 2013
    Beans
    1

    How do I do simple, fast, package name search?

    There used to be sudo aptitude search

    There is no search now, using apt-get

    There is some apt-cache command which dumps a ton of info

    If I search in the Unity top left corner search box, I have to first click applications, and then do search. But then that does not actually search package names.

    How do I do simple, reliable, fast, package name search?

    Thanks,
    Bahadir

  2. #2
    Join Date
    Jul 2007
    Location
    Poland
    Beans
    4,499
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: How do I do simple, fast, package name search?

    install aptitude, problem solved
    if your question is answered, mark the thread as [SOLVED]. Thx.
    To post code or command output, use [code] tags.
    Check your bash script here // BashFAQ // BashPitfalls

  3. #3
    Join Date
    Apr 2012
    Beans
    7,256

    Re: How do I do simple, fast, package name search?

    does

    Code:
    apt-cache search --names-only keyword
    do what you want?

  4. #4
    Join Date
    Jan 2013
    Location
    Vienna, Austria
    Beans
    56
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: How do I do simple, fast, package name search?

    Or: dpkg -l | grep -i keyword

  5. #5
    Join Date
    Apr 2008
    Location
    LOCATION=/dev/random
    Beans
    5,767
    Distro
    Ubuntu Development Release

    Re: How do I do simple, fast, package name search?

    Install aptitude then use...
    Code:
    aptitude search foo
    No need for sudo when using aptitude search.
    Cheesemill

Tags for this Thread

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
  •