This is a static archive of the old Zorin Forum.

The information below may be outdated. Visit the new Zorin Forum here ›

If you have registered on the old forum, you will need to create an account on the new forum.

Applications

david7307

Tue Jul 01, 2014 8:45:23 pm

I an using Gnome on Zorin and i want to delete some application from applications there is one called Others that has wine in it and i want to delete it ,
HOW
thanks

Swarfendor437

Tue Jul 01, 2014 10:50:33 pm

OK, are you wanting to remove 'other' and 'wine' or just 'wine'? If the latter, open a terminal: Menu | Accessories | Terminal and enter:

Code:
sudo apt-get purge wine
- you may be prompted to also remove any other packages that wine depends upon to be removed also - just respond with 'y' to confirm removal. :D

david7307

Tue Jul 01, 2014 10:56:07 pm

I want to delete all of "other"

Swarfendor437

Wed Jul 02, 2014 11:45:08 am

Install 'alacarte':

Code:
sudo apt-get install alacarte


Then you can remove 'other' from the menu. :D

david7307

Thu Jul 03, 2014 7:22:28 am

Thanks