Dexkalibur
Posts: 2
Joined: Wed Oct 05, 2016 10:58 am

Remove all software that can't be used in a commercial way

Wed Oct 05, 2016 11:15 am

Hi,

I would like to use the Raspberry Pi 3B in combination with Raspbian for a commercial project.

It would be great if this thread could be used to collect all commands that are necessary to do this since there are already a lot of commercial projects out there and more are to be expected in the future.

If you find a mistake or can add a command that is missing here then it would be great if you could add this.

Ok, using forum search I found this:

Remove Wolfram

Code: Select all

sudo apt-get -y --auto-remove purge wolfram-engine
sudo rm /usr/share/raspi-ui-overrides/application/wolfram-*
Any more?
Last edited by Dexkalibur on Wed Oct 05, 2016 1:11 pm, edited 1 time in total.

User avatar
joan
Posts: 14960
Joined: Thu Jul 05, 2012 5:09 pm
Location: UK

Re: Remove all non-commercial software

Wed Oct 05, 2016 11:59 am

The Raspberry Pi Org image of Raspbian also has Java SE Platform Products, licensed to you under the Oracle Binary Code Licence Agreement. https://www.raspberrypi.org/downloads/raspbian/

User avatar
B.Goode
Posts: 10356
Joined: Mon Sep 01, 2014 4:03 pm
Location: UK

Re: Remove all non-commercial software

Wed Oct 05, 2016 12:42 pm

Does the topic title mislead by suggesting that you only want to retain commercial software?

Dexkalibur
Posts: 2
Joined: Wed Oct 05, 2016 10:58 am

Re: Remove all non-commercial software

Wed Oct 05, 2016 1:10 pm

It is meant to remove all software that can't be used in a commercial way.

gkreidl
Posts: 6335
Joined: Thu Jan 26, 2012 1:07 pm
Location: Germany

Re: Remove all software that can't be used in a commercial w

Wed Oct 05, 2016 2:15 pm

Install synaptic and let it show you all non-free stuff.
Minimal Kiosk Browser (kweb)
Slim, fast webkit browser with support for audio+video+playlists+youtube+pdf+download
Optional fullscreen kiosk mode and command interface for embedded applications
Includes omxplayerGUI, an X front end for omxplayer

peterlite
Posts: 720
Joined: Sun Apr 17, 2016 4:00 am

Re: Remove all software that can't be used in a commercial w

Wed Oct 05, 2016 9:14 pm

My list removes bout 2 GB, making Raspbian almost as light as Raspbian Lite:
https://petermoulding.com/raspberry-pi/ ... d_software

A better heading would be to state your development requirement, PHP, C, Cobol, Fortran, then ask about removing everything not needed. As an example, I have one Pi dedicated to Web experiments and I remove everything that is not PHP, MySQL, Nginx. Another Pi is a NAS and has the same long list of non NAS deletions. The main effect is to remove the amount of downloads for software updates.

The NAS uses an external disk for NAS storage, making any disk space saving irrelevant. The Web Pi uses a 32 GB microSD, making any disk space saving irrelevant. The boot times do not change. I get the most speedup by buying faster microSD cards.

The menus are less distracting with unused stuff removed.

Return to “Raspberry Pi OS”