I have installed a package via command line via following command

sudo apt-get install ubuntu-restricted-extras

How I can remove this package ? what is the command ?

Thanks for help...

link|improve this question

20% accept rate
feedback

1 Answer

in case you want to remove also configuration files use:

sudo apt-get purge ubuntu-restricted-extras

if you want to keep configuration files (because you want to re-install it later using the old config):

sudo apt-get remove ubuntu-restricted-extras
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.