During the install sequence there were a number of these warnings:
Code: Select all
insserv: warning: script 'mathkernel' missing LSB tags and overridesWhat does this mean and how can it be fixed?
Code: Select all
insserv: warning: script 'mathkernel' missing LSB tags and overridesIt means your installation of Wolfram is out of date and due to be upgraded or purged.Bosse_B wrote: What does this mean and how can it be fixed?
Code: Select all
pi@raspbian-pi ~ $ dpkg -S /etc/init.d/mathkernel
wolfram-engine: /etc/init.d/mathkernelI would suggest that if you don't know what it is, then you're not using it and removal will free up shedloads of space.Bosse_B wrote:What is Wolfram (well not the metal, I assume)???
I got this response:Code: Select all
pi@raspbian-pi ~ $ dpkg -S /etc/init.d/mathkernel wolfram-engine: /etc/init.d/mathkernel
Code: Select all
sudo apt-get remove wolfram-engineThat command from the code section is correct (thus wolfram-engine).Bosse_B wrote:Can I use the command (googled):or should it be just "wolfram" instead of "wolfram-engine"?Code: Select all
sudo apt-get remove wolfram-engine
Yes, "dpkg -l" or "aptitude search ~i"Is there a way to check which packages have been installed by apt-get?
Code: Select all
dpkg -l | grep "^ii"