-1

Possible Duplicate:
How to prevent updating of a specific package?

How can I set the update-manager so that all files / packages related to Ubuntu One are no longer seen as required or needed update?

Kludde
  • 31

1 Answers1

0

You can do:

$ sudo apt-get purge ubuntuone-client* python-ubuntuone-storage*

and then just delete any directories in your home dir that refer to "ubuntuone".

Seumas
  • 69