How to remove (uninstall) DVD Styler in Modicia Linux

Written by Administrator on Thursday April 23, 2020

Removing DVD Style from Modicia linux is very simple and fast. All you need is to run two following commands in terminal:

$ sudo apt-get purge dvdstyler

and

$ sudo apt autoremove dvdstyler

Output:

$ sudo apt-get purge dvdstyler

Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages will be REMOVED:
  dvdstyler*
0 upgraded, 0 newly installed, 1 to remove and 101 not upgraded.
After this operation, 3,256 kB disk space will be freed.
Do you want to continue? [Y/n] Y
(Reading database ... 257060 files and directories currently installed.)
Removing dvdstyler (3.1-0build1~ubuntu18.04) ...



$ sudo apt autoremove dvdstyler

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package 'dvdstyler' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 101 not upgraded.