One question for the more experienced RPi users. What are your favourite software on RPi?
Let me start the ball rolling
- WebIDE
Wonderful IDE for editing python code
- All the python packages
-
- Posts: 14384
- Joined: Fri Mar 09, 2012 7:36 pm
- Location: Vallejo, CA (US)
Re: Recommended software to install on RPi?
putty
units
units
Re: Recommended software to install on RPi?
vi
omxplayer
rsync
omxplayer
rsync
Re: Recommended software to install on RPi?
Psx rearmed
Atari 800
Open arena
Atari 800
Open arena
My apologies for shameless YouTube Plugs...
youtube.com/sahajsarup
twitter @sahajsarup
skype srics1996
e-mail: sahajsarup@gmail.com
Blog: http://www.geektillithertz.com/wordpress
Web: http://www.geektillithertz.com
youtube.com/sahajsarup
twitter @sahajsarup
skype srics1996
e-mail: sahajsarup@gmail.com
Blog: http://www.geektillithertz.com/wordpress
Web: http://www.geektillithertz.com
-
- Posts: 7542
- Joined: Sat Jan 12, 2013 3:01 am
- Location: Grants Pass, OR, USA
- Contact: Website
Re: Recommended software to install on RPi?
gedit (Editor with spell checker)
synaptic (GUI package manager -much better than the pre installed Aptitude PM)
timidity (enables MIDI playback - required to get some of the pre installed python games to work)
mpg321 (enables MP3 playback)
xrdp (For remote RDP connection with full GUI)
cutecom (serial comm program)
ser2net (captures serial data and exports to a network port)
synaptic (GUI package manager -much better than the pre installed Aptitude PM)
timidity (enables MIDI playback - required to get some of the pre installed python games to work)
mpg321 (enables MP3 playback)
xrdp (For remote RDP connection with full GUI)
cutecom (serial comm program)
ser2net (captures serial data and exports to a network port)
Unless specified otherwise my response is based on the latest and fully updated RPiOS Buster w/ Desktop OS.
- pluggy
- Posts: 3635
- Joined: Thu May 31, 2012 3:52 pm
- Location: Barnoldswick, Lancashire,UK
- Contact: Website
Re: Recommended software to install on RPi?
nmap
rrdtool
bc
streamer
Very general open end question, what you put on it is very dependant on what you use it for....
rrdtool
bc
streamer
Very general open end question, what you put on it is very dependant on what you use it for....
Don't judge Linux by the Pi.......
I must not tread on too many sacred cows......
I must not tread on too many sacred cows......
Re: Recommended software to install on RPi?
One of those nice Python scripts that downloads YouTube videos so you can watch them on the Pi.
Last edited by Heater on Sun Aug 18, 2013 7:43 am, edited 1 time in total.
Memory in C++ is a leaky abstraction .
-
- Posts: 14384
- Joined: Fri Mar 09, 2012 7:36 pm
- Location: Vallejo, CA (US)
Re: Recommended software to install on RPi?
Doesn't need to be added. It's part of the basic package.rpdom wrote:vi
- tonyhughes
- Posts: 951
- Joined: Wed Dec 26, 2012 3:46 am
Re: Recommended software to install on RPi?
Baked Linux Mod. 

-
- Posts: 4277
- Joined: Sun Jan 15, 2012 1:11 pm
Re: Recommended software to install on RPi?
Technically true, but note that many "modern" Linuxes come with a stripped down vim as vi - that doesn't have a lot of the normal vim features (including, but not limited to the obvious one of the GUI vim), so you do have to install your own if you want the normal vim feature set.W. H. Heydt wrote:Doesn't need to be added. It's part of the basic package.rpdom wrote:vi
And some folks need to stop being fanboys and see the forest behind the trees.
(One of the best lines I've seen on this board lately)
(One of the best lines I've seen on this board lately)
Re: Recommended software to install on RPi?
Right, 3 things.helpme wrote:One question for the more experienced RPi users. What are your favourite software on RPi?
Let me start the ball rolling
- WebIDE
Wonderful IDE for editing python code
- All the python packages
mrpi64 is awesome.
1: Appropriate name, under the circumstances.
2: I have lots of stuff installed on my Pi. Python IDE? I HIGHLY reccomend Geany, as it gives you a little notebook area, edit python, java, xml, ETC, and a terminal, all in the same window! How cool is that???
3: Thanks for saying that I'm awesome.
PS: The awesome thing above was me. Sorry

I'm happy to help.
https://www.raspberrypi.org/forums/viewtopic.php?f=78&t=51794 - List of games that work on the Pi.
https://www.raspberrypi.org/forums/viewtopic.php?f=78&t=51794 - List of games that work on the Pi.
-
- Posts: 101
- Joined: Sun Jun 02, 2013 10:36 pm
Re: Recommended software to install on RPi?
Several things I think a computer should be able to do OOTB:
Web Browsing: Raspbian comes with Netsurf and Midori, but neither one will log you into your Hotmail account. I've settled on Chromium as a compromise between performance and abilities.
Word Processing: Focuswriter works well for me. Forum reports are that the big office suites (LibreOffice, OpenOffice etc.) slow the Pi down terribly.
Number Crunching: Raspbian already has Galculator, and I see no reason to change calculator programs. Gnumeric does as good a job on spreadsheets as anything I've ever used, and is available in the repos.
Music and Video Playing: LXMusic fits in LXDE (the default window manager in Raspbian) of course, and plays MP3s with a very small resource demand and no real problems. It does have one bug, if it's set as default music player and you click on a music file, it opens the program but not the file you clicked on. XBMC will play music but as far as I can tell does not support playlists. However it's the only way to go to play video on a Raspberry Pi. You can use OMXPlayer, already built into Raspbian, but unless you call it directly from the command line (lots of typing!) you can't control it even to stop a video in the middle. XBMC does exactly that: controls OMXPlayer with its own GUI. Google Michael Gorven (Cocooncrash) to install it.
I find Synaptic handy; it has a search function. Installing things by apt-get is great if you know exactly what package you're looking for, but if you want a screenshot utility, Synaptic will help you find xfce4-screenshooter.
One more thing: if you use a full-size keyboard like I do, and you want the keypad to come on when the computer boots up, there is a tiny utility called numlockx to do that. Install that , and add this line to /home/pi/.bashrc:
Web Browsing: Raspbian comes with Netsurf and Midori, but neither one will log you into your Hotmail account. I've settled on Chromium as a compromise between performance and abilities.
Word Processing: Focuswriter works well for me. Forum reports are that the big office suites (LibreOffice, OpenOffice etc.) slow the Pi down terribly.
Number Crunching: Raspbian already has Galculator, and I see no reason to change calculator programs. Gnumeric does as good a job on spreadsheets as anything I've ever used, and is available in the repos.
Music and Video Playing: LXMusic fits in LXDE (the default window manager in Raspbian) of course, and plays MP3s with a very small resource demand and no real problems. It does have one bug, if it's set as default music player and you click on a music file, it opens the program but not the file you clicked on. XBMC will play music but as far as I can tell does not support playlists. However it's the only way to go to play video on a Raspberry Pi. You can use OMXPlayer, already built into Raspbian, but unless you call it directly from the command line (lots of typing!) you can't control it even to stop a video in the middle. XBMC does exactly that: controls OMXPlayer with its own GUI. Google Michael Gorven (Cocooncrash) to install it.
I find Synaptic handy; it has a search function. Installing things by apt-get is great if you know exactly what package you're looking for, but if you want a screenshot utility, Synaptic will help you find xfce4-screenshooter.
One more thing: if you use a full-size keyboard like I do, and you want the keypad to come on when the computer boots up, there is a tiny utility called numlockx to do that. Install that , and add this line to /home/pi/.bashrc:
Code: Select all
numlockx on
-
- Posts: 14384
- Joined: Fri Mar 09, 2012 7:36 pm
- Location: Vallejo, CA (US)
Re: Recommended software to install on RPi?
I could point out that the items didn't suggest vim, but vi.Joe Schmoe wrote:Technically true, but note that many "modern" Linuxes come with a stripped down vim as vi - that doesn't have a lot of the normal vim features (including, but not limited to the obvious one of the GUI vim), so you do have to install your own if you want the normal vim feature set.W. H. Heydt wrote:Doesn't need to be added. It's part of the basic package.rpdom wrote:vi
Instead I will simply note that I learned vi using an ADM-3A (with arrows on the hjkl keys!) connecting to a PDP 11/70 running bsd 2.9. You know...REAL vi.
-
- Posts: 142
- Joined: Mon Dec 03, 2012 4:26 pm
- Location: Deep in the mines of Moria
Re: Recommended software to install on RPi?
links2 browser
Re: Recommended software to install on RPi?
putty
Code: Select all
sudo apt-get update sudo apt-get install putty
Re: Recommended software to install on RPi?
Often worthwhile checking the date of the last post in a thread to make sure you are not 'necroing' it.Ceppetto wrote: ↑Fri Aug 10, 2018 10:29 amputtyCode: Select all
sudo apt-get update sudo apt-get install putty
In this case, you might actually have won the prize for the oldest necro - nearly 5 years since the last post.
Principal Software Engineer at Raspberry Pi (Trading) Ltd.
Contrary to popular belief, humorous signatures are allowed.
I've been saying "Mucho" to my Spanish friend a lot more lately. It means a lot to him.
Contrary to popular belief, humorous signatures are allowed.
I've been saying "Mucho" to my Spanish friend a lot more lately. It means a lot to him.