amyren
Posts: 91
Joined: Tue Jun 12, 2012 10:49 am

How to know whats available?

Mon Sep 03, 2012 7:08 am

I use the latest Raspian and one thing I miss is some sort of a repository browser. I have only tried a few other linux variants before on my pc, like pclinuxos and puppy. But they usually come with some sort of tool that lets you locate and install wanted software.
On the Pi I found two ways, one is to type apt-get install <appname> and hope that there is a package with that name and that you have spelled it correctly.
Another way is to search the forums and find someone else that have asked about some specific software and follow their replies.
Is there an easier way to find software for the Pi, say I want an FTP or torrent client, is there a way to search the repository by category or by file name?

ghans
Posts: 7882
Joined: Mon Dec 12, 2011 8:30 pm
Location: Germany

Re: How to know whats available?

Mon Sep 03, 2012 7:18 am

apt-cache search appname - searches appname (or description appname)

apt-get install aptitude - graphical package manager
apt-get install synaptic - windowsy graphical package manager (for X11)

ghans
• Don't like the board ? Missing features ? Change to the prosilver theme ! You can find it in your settings.
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org

amyren
Posts: 91
Joined: Tue Jun 12, 2012 10:49 am

Re: How to know whats available?

Mon Sep 03, 2012 10:17 am

wow, thank you very much. This was exactly what I was looking for.
Turned out that aptitude was already in my Raspian install, I just didnt know its existence. Makes me think there should have been a menu entry for it in the taskbar menu.
But I'm familar with the synaptic interface, so I will try that out

Return to “General discussion”