I’ve been trying Tumbleweed for my gaming needs and so far it seems to be working relatively well. My issue is about removed packages. When I first installed TW, I removed quite a few packages I did not want (KSudoku, LibreOffice, and a few others). It has been a little since I’ve turned on my PC but yesterday I noticed that KSudoku, LibreOffice, and really all other apps I thought I had uninstalled (sudo zypper remove <package-name>) were back on my desktop. I thought “maybe I forgot to uninstalled them in the first place” so I went through and removed all the unwanted stuff again. Since it had been awhile I updated my OS right after uninstalling those packages. After the update (sudo zypper up), I rebooted and immediately noticed that all those packages I had just removed were back (AGAIN). So WTF… am I not removing those unwanted packages “properly”? Why do they keep coming back after updates? How can I prevent this?

  • banazir
    link
    fedilink
    arrow-up
    6
    ·
    1 month ago

    Always check the package list when updating. Tumbleweed for some reason occasionally wants to install Patterns even if they were not included to begin with. I’ve taken to updating with the command:

    sudo zypper dup --no-recommends

    to avoid installing packages/patterns I’m trying to avoid. You could probably also mask some packages so they are never installed, but I haven’t looked in to that.

    Hope that helps.