Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 464 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 464 Bytes

removeGuiRelatedPackages

removes some useless packages on ubuntu 16.04. uselsess packages mean gui-related packages. if you do not need to use gui-related packages, then remove them

removev packages; vlc, sonic-pi, firefox, scratch, welcome page, thunderbird, pidgin, libreoffice,

git clone https://github.com/semihyildirim/removeGuiRelatedPackages && \
cd removeGuiRelatedPackages && \
sudo chmod +x removeGuiRelated.sh && \
./removeGuiRelated.sh;