5

Is there a way to erase one pc from the list (of the synced computers) created on the left side of the Software Center?

I mean, the pc is not listed in the Ubuntu One panel (not synced) anymore, but I have it in the Software Center and all the applications of the various computers (new ones and old ones, synced and not synced anymore) are still there.

Any way?

Jorge Castro
  • 73,717
Ataru
  • 51

2 Answers2

3

The following worked for me:

Log into your ubuntu account at https://login.ubuntu.com/. There's a tab called "Applications" showing when you have given access to which applications from which computer. Just remove the relevant entry Ubuntu Software Center @ yourhostname.

a99675
  • 31
1
oneconf-query --list --hosts

This will give you a list of all the registered hosts including the duplicates which have different hostids even though they all have the same hostnames. Make note of the ones you want to delete and then ......

oneconf-query --hide-inventory --hostid=bigfrigginglong32digitmachineid!

You will find the entry associated with this machine id is no longer in the list generated by the first command and when software-center is restarted, it will disappear from there as well. I guess this can only be done from the command line for now.

dedalu
  • 253
Brian M
  • 11