<div dir="ltr">Those things you found looked like support in other packages to work with rhythmbox (if it were installed.) don't think you can get rid of that unless you get rid of the other packages.<div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jan 6, 2017 at 7:03 AM, Karl Auer <span dir="ltr"><<a href="mailto:kauer@biplane.com.au" target="_blank">kauer@biplane.com.au</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Fri, 2017-01-06 at 12:31 +0100, zweiund40 wrote:<br>
> I want to deinstall rhythmbox completely from my ubuntu system. Here<br>
> the deinstallation way which I thought would be the right one:<br>
<br>
</span>sudo apt-get -q -y install rhythmbox<br>
sudo apt-get -q -y purge rhythmbox<br>
sudo apt-get -q -y autoremove<br>
<br>
Then, if necessary run this in a root shell:<br>
<br>
for i in /home/* ; do<br>
{<br>
  cd /home/$i<br>
  rm -fr .cache/rhythmbox<br>
  rm -fr .local/share/rhythmbox<br>
}<br>
done<br>
<br>
Dunno about orca and the language packs. It may be that those are<br>
installed with regardless of whether you have rhythmbox or not.<br>
Certainly that is the case with the icons.<br>
<br>
As for the apt archives, you will have to remove those specific files<br>
manually (or use "apt-get clean" to remove ALL cached packages).<br>
<br>
Note: I'm very tired. Above may be silly. Use at own risk.<br>
<br>
Regards, K.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<wbr>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<wbr>~~~~~~~~~~~<br>
Karl Auer (<a href="mailto:kauer@biplane.com.au">kauer@biplane.com.au</a>)<br>
<a href="http://www.biplane.com.au/kauer" rel="noreferrer" target="_blank">http://www.biplane.com.au/<wbr>kauer</a><br>
<a href="http://twitter.com/kauer389" rel="noreferrer" target="_blank">http://twitter.com/kauer389</a><br>
<br>
GPG fingerprint: A52E F6B9 708B 51C4 85E6Â 1634 0571 ADF9 3C1C 6A3A<br>
Old fingerprint: E00D 64ED 9C6A 8605 21E0 0ED0 EE64 2BEE CBCB C38B<br>
<br>
<br>
<br>
--<br>
ubuntu-users mailing list<br>
<a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" rel="noreferrer" target="_blank">https://lists.ubuntu.com/<wbr>mailman/listinfo/ubuntu-users</a><br>
</font></span></blockquote></div><br></div>