Skip to content

Instantly share code, notes, and snippets.

@frankyxhl
Created September 19, 2017 16:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frankyxhl/f1c5ea783246f51ce89dcea489edc77c to your computer and use it in GitHub Desktop.
Save frankyxhl/f1c5ea783246f51ce89dcea489edc77c to your computer and use it in GitHub Desktop.
Remove useless packages in Pi
#!/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