Ubuntu – Xubuntu: Disable gnome-keyring

gnome-keyringxfcexubuntu

I'm using Xubuntu, since GNOME and Unity are too heavy for my netbook.

I want to disable 'gnome-keyring' prompts.

I tried sudo apt-get remove gnome-keyring which results:

The following packages will be REMOVED:
    gnome-keyring oneconf python-ubuntu-sso-client software-center 
                  ubuntu-sso-client ubuntu-sso-client-gtk xubuntu-desktop
Do you want to continue [Y/n]?

and of course I didn't confirm that!
Because it will remove the whole xubuntu-desktop and software-center !!

Can someone help?

Best Answer

UPDATE (with question)

Program apt-get on Ubuntu has fatal dependencies. Use aptitude

sudo apt-get install aptitude && sudo aptitude remove gnome-keyring

Old

Install seahorse. That's Passwords and Keys. Some programs on Ubuntu is renamed, but packages is same.

sudo apt-get install seahorse

After that, go to Gnome keyring section and disable it (you can than disable it in Unity with Passwords and Keys).