Ubuntu Forums Archive Viewer

How do I totally remove all traces of Ubuntu One on my computer?

Archived thread 1218933 from Ubuntu One (CLOSED). Markdown source: Ubuntu_One_(CLOSED)/thread_1218933_How_do_I_totally_remove_all_traces_of_Ubuntu_One_o.md

Original URL About this archive
#1

I want to have a fresh start with Ubuntu One. My configuration is borked. I reinstalled it for a few times but it still isn't working. I still don't see the connect button when accessing the "Ubuntu One" folder on Nautilus.

How do I remove all traces of Ubuntu One on my computer? I want to have something fresh. That might make Ubuntu One work for me.

#2

In Terminal try:

sudo apt-get remove –purge PACKAGENAME

Are you installing in 8.10? See this thread:

https://answers.edge.launchpad.net/ubuntuone-client/+question/73276

#3

Remove the ppa first then

sudo apt-get remove –purge ubuntuone

I think that will do it

#4

All traces, huh? Let's see :D hehe

I'm on Jaunty :D

EDIT: It doesn't... And oh, I purged with Synaptic. The code's invalid

#5

what do you mean you purged with synaptic?

u typed those commands into the terminal right? make sure you're typing:

sudo apt-get remove -purge ubuntuone

into the terminal and not the synaptic search bar :)

#6
sudo apt-get remove --purge ubuntuone
#7

This did not work for me. I needed to do.

sudo apt-get remove --purge ubuntuone-client

#8

You can also add a wildcard to the command:

sudo apt-get purge ubuntuone*
#9

Sorry to resurrect a dead thread, but will these commands still remove all traces of Ubuntu One on a Karmic install?

(Not the RC or beta, I mean the final version when it comes out.)

#10

james_mcl said: Sorry to resurrect a dead thread, but will these commands still remove all traces of Ubuntu One on a Karmic install?

(Not the RC or beta, I mean the final version when it comes out.)

For those interested in removing, re-installing, and testing their new Ubuntu One install, please see this newly created FAQ: https://answers.edge.launchpad.net/ubuntuone-client/+faq/778

#11

@ joshuahoover: As far as actually getting rid of the program and packages, the thread you gave worked beautifully. But what about the bazillion dependencies it installed with it? Those are just hogging space now. I want to completely get rid of it, without intent to re-install because I use KDE and they do not play well together.

#12

clicker4721 said: @ joshuahoover: As far as actually getting rid of the program and packages, the thread you gave worked beautifully. But what about the bazillion dependencies it installed with it? Those are just hogging space now. I want to completely get rid of it, without intent to re-install because I use KDE and they do not play well together.

You should be able to run the following command from a terminal session to remove all unused dependencies: sudo apt-get autoremove

This will show you the packages apt will remove and prompt you to allow it or not.

Thank you,

Joshua

#13

joshuahoover said: You should be able to run the following command from a terminal session to remove all unused dependencies: sudo apt-get autoremove

This will show you the packages apt will remove and prompt you to allow it or not.

Thank you,

Joshua Okay, perfect. Thank you a ton.

#14

Josh, I'm on 9.10. When I tried your thread, the terminal said "rm" was an unknown option.

Whenever I click Ubuntu One in the Applications - Internet menu, it comes up with an error, something like "can't find url: ch... shiretoko" - which makes sense (kind of), since Firefox has moved on apace since them thar days!

But - don't know why it should want to "find shiretoko", or what to do about it. So I thought I'd try un-installing, and re-installing. But - so far, no go.

(I am told Dropbox is a better option, anyway...?)

#15

spiralx said: Josh, I'm on 9.10. When I tried your thread, the terminal said "rm" was an unknown option.

Whenever I click Ubuntu One in the Applications - Internet menu, it comes up with an error, something like "can't find url: ch... shiretoko" - which makes sense (kind of), since Firefox has moved on apace since them thar days!

But - don't know why it should want to "find shiretoko", or what to do about it. So I thought I'd try un-installing, and re-installing. But - so far, no go.

(I am told Dropbox is a better option, anyway...?)

It sounds like you may need to check your preferred web browser at: System->Preferences->Preferred Applications and make sure that your browser of choice is set properly there.

Thanks,

Joshua

#16

Ahhh...! Light dawns! Many thanks! :D

I guess it came from when I manually added 3.5 (shiretoko) over the older version in a previous incarnation of Ubuntu, many months ago now! When I upgraded to 9.10, it took the data with it...

#17

I am not using ubuntuone,so is it safe to remove ubuntuone from my system..?

#18

getyourkarthick said: I am not using ubuntuone,so is it safe to remove ubuntuone from my system..?

yes it is safe. Just follow the first 7 steps of this FAQ

#19

thanks a lot, everything went went after reinstalling ubuntu one

#20

try this (as root)

dpkg --get-selections|grep ubuntuone|grep -v 'deinstall'|awk '{ print $1}'|xargs apt-get -y purge

#21

To fallback entirely, -- ie (gnome classic, etc) 11.10 (is my setup), should work for some others unless you try to _over_ configure your setup.

read this URL :

http://linux-software-news-tutorials.blogspot.com/2011/10/ubuntu-1110-oneiric-remove-unity-and.html

  • wyr
#22

Old thread closed.