-
Notifications
You must be signed in to change notification settings - Fork 0
/
debloater.sh
111 lines (102 loc) · 2.04 KB
/
debloater.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
#! /bin/bash
#! /bin/bash
# Ubuntu (GNOME) 18.04 bloatware removal script
echo $'\n'$"*** Debloating Ubuntu... ***"$'\n'
sudo apt purge -y aisleriot \
baobab \
branding-ubuntu \
cheese \
deja-dup \
example-content \
gir1.2-rb-3.0 \
gir1.2-totem-1.0 \
gir1.2-totemplparser-1.0 \
gnome-calendar \
gnome-mahjongg \
gnome-mines \
gnome-sudoku \
gnome-todo \
gnome-todo-common \
gnome-video-effects \
guile-2.0-libs \
hyphen-en-us \
libabw-0.1-1 \
libavahi-ui-gtk3-0 \
libdmapsharing-3.0-2 \
libexttextcat-2.0-0 \
libexttextcat-data \
libfreehand-0.1-1 \
libgnome-games-support-1-3 \
libgnome-games-support-common \
libgnome-todo \
libmessaging-menu0 \
libmhash2 \
libminiupnpc10 \
libmwaw-0.3-3 \
libmythes-1.2-0 \
libnatpmp1 \
libneon27-gnutls \
liborcus-0.13-0 \
libpagemaker-0.0-0 \
libraptor2-0 \
librasqal3 \
librdf0 \
libreoffice-avmedia-backend-gstreamer \
libreoffice-base-core \
libreoffice-calc \
libreoffice-common \
libreoffice-core \
libreoffice-draw \
libreoffice-gnome \
libreoffice-gtk3 \
libreoffice-help-en-us \
libreoffice-impress \
libreoffice-math \
libreoffice-ogltrans \
libreoffice-pdfimport \
libreoffice-style-breeze \
libreoffice-style-galaxy \
libreoffice-style-tango \
libreoffice-writer \
librhythmbox-core10 \
libtotem0 \
libvisio-0.1-1
libwpd-0.10-10 \
libwpg-0.3-3 \
libwps-0.4-4 \
libyajl2 \
mythes-en-us \
python3-uno \
remmina \
remmina-common \
remmina-plugin-rdp \
remmina-plugin-secret \
remmina-plugin-vnc \
rhythmbox \
rhythmbox-data \
rhythmbox-plugin-alternative-toolbar \
rhythmbox-plugins \
shotwell \
shotwell-common \
simple-scan \
thunderbird \
thunderbird-gnome-support \
thunderbird-locale-en \
thunderbird-locale-en-us \
totem \
totem-common \
totem-plugins \
transmission-common \
transmission-gtk \
ubuntu-web-launchers \
uno-libs3 \
ure \
usb-creator-gtk \
vino \
zeitgeist-core
# Removing packages
sudo apt -y autoremove
echo $'\n'$"*** All done! Now you have a bloatfree, sleek Ubuntu. ***"
echo $'\n'$"*** NOTE: DO PERFORM A SYSTEM REBOOT!!! ***"
echo $'\n'$"*** Script Created by Vikram ***"
echo $'\n'$"*** Have a good day! ***"