Created
September 19, 2017 16:43
-
-
Save frankyxhl/f1c5ea783246f51ce89dcea489edc77c to your computer and use it in GitHub Desktop.
Remove useless packages in Pi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# -*- coding: utf-8 -*- | |
# @date: 2012-09-20 | |
# @author: Frank.Xu | |
# @version: 0.1 | |
# @description: Remove useless packages in Pi | |
sudo apt-get remove --purge wolfram-engine libreoffice* | |
sudo apt-get clean | |
sudo apt-get autoremove |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment