Jump to content

apt-get Ubuntu list

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
xtraze

xtraze

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 910 posts
Is it possible to get a list of all applications we can get by the apt-get command on Ubuntu ? I seek some good looking games for Ubuntu.

I have stopped using WinXP and now I am using Ubuntu.

#2
v0id

v0id

    Retired

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,936 posts
You could use Synaptic, which lists all available packages by category. Another alternative is to search in the cache, which can be done, by using apt-cache. A third alternative is to drop by apt-get.org, and see what you find.

# Install Synaptic
$ apt-get install synaptic
# Search for "game" in cache
$ apt-cache search game