Skip to Content
Hands-On Robotics Programming with C++
book

Hands-On Robotics Programming with C++

by Dinesh Tavasalkar
March 2019
Intermediate to advanced
312 pages
7h 37m
English
Packt Publishing
Content preview from Hands-On Robotics Programming with C++

Uninstalling Wolfram and LibreOffice

If you are using a 32 GB microSD card, Raspbian Stretch will occupy only 15% of the storage space, but if you are using an 8 GB microSD card, it will occupy 50% of the space. If you are using an 8 GB microSD card, you will need to free up some space. You can do this by uninstalling some unused apps. Two such apps are Wolfram engine and LibreOffice.

Uninstalling apps on Raspbian Stretch is easy. You just need to enter a command in a Terminal window. Let's begin by uninstalling the Wolfram engine:

sudo apt-get purge wolfram-engine -y

Next, use the same command to uninstall LibreOffice:

sudo apt-get purge libreoffice* -y

After uninstalling both pieces of software, let's do some cleaning by using two simple ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Learn Robotics Programming

Learn Robotics Programming

Danny Staple
C++ Reactive Programming

C++ Reactive Programming

Praseed Pai, Peter Abraham

Publisher Resources

ISBN: 9781789139006Supplemental Content