- Parse
dpkg --list
output to get all mentions of MATE and then remove packages with MATE in its description:
sudo apt-get purge $(dpkg --list | grep MATE | awk '{print $2}')
- Remove some leftover packages (including Plymouth boot screen) manually with commands below:
(they are presented by single lines to to be more fail-proof - to avoid the situation if one of them are not installed)sudo apt-get purge libmate-sensors-applet-plugin0 sudo apt-get purge libmateweather-common libmateweather1:amd64 sudo apt-get purge mate-accessibility-profiles sudo apt-get purge mate-notification-daemon sudo apt-get purge mate-notification-daemon-common sudo apt-get purge plymouth-theme-ubuntu-mate-logo sudo apt-get purge plymouth-theme-ubuntu-mate-text
- Install system components back if there were removed with previous commands:
sudo apt-get install ubuntu-release-upgrader-gtk update-manager update-notifier
- And then finally reconfigure your login screen with
sudo dpkg-configure lightdm # for LightDM sudo dpkg-configure gdm3 # for GDM3
Tutorial Linux dan banyak lagi!
Komentar
Posting Komentar