• 11 Posts
  • 60 Comments
Joined 2 years ago
cake
Cake day: June 23rd, 2023

help-circle




  • gomp@lemmy.mltoLinux@lemmy.mlDebloating opensuse tumbleweed
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    3 months ago

    sudo zypper packages --unneded will give you a list of packages that have not been explicitly requested and are not dependencies of explicitly requested packages. As for how to remove them… IDK (I do it manually, once in a blue moon: it’s not like there’s new unneded packages every week).

    It’s been a while since I’ve used debian, but IIRC apt autoremove will leave behind config files (unless you specify --purge).

    In tumbleweed (and I think all rpm-based distros?) config files are removed per default together with packages (well, the config files installed with the package, not others that may have been created later such as the ones in your \~ - basically zypper rm is the same as apt purge).









  • Finland was invaded by Russia before WWII, then participated in a campaign against Russia with the Axis powers and finally signed the Moscow Treaty with Russia and the UK and joined them against Germany… I fear history is more complex than what may serve your simplistic view (I’d go to far as to say that, most probably, reality is too).

    Also, if I may, that happened some 80 years ago… do you think current Finns should be ashamed of that when they were not even alive back then? Can you name a nation that didn’t do anything shameful in the last century?


  • gomp@lemmy.mltoOpen Source@lemmy.ml*Permanently Deleted*
    link
    fedilink
    arrow-up
    1
    arrow-down
    1
    ·
    edit-2
    7 months ago

    It’s a guy babbling about an anonymous website with the same-old stuff against Stallman, and how that is part of a conspiracy to harm free software.

    I watched it (most of it) despite having formed my opinion on the quality of that DistroTube channel a while ago… you might want to be wiser than me and do something else with your time.

    PS:

    Before you put me in the pro-Stallman faction, let me clarify that I think the FSE (non the FSFe - BTW you should change your name guys) is largely irrelevant and so I’ve never investigated the allegations to Stallman enough to take a stance pro or against: I do not care.











  • gomp@lemmy.mltoLinux@lemmy.mlPrinting on Linux
    link
    fedilink
    arrow-up
    7
    ·
    7 months ago

    It used to back in the day, especially if you tried using shitty windows usb inkjets.

    Nowadays basically all printers are network printers (they are, aren’t they?) plus we have cups which is the same thing macos uses (so manufacturers actually care).


  • (I assume you meant “I created a separated /var partition”)

    You can move/resize partitions from basically any live usb (via cli or gparted for gnome and kde partition manager for kde).

    Shall you want to, you can also merge the var partition with (say) your root partition:

    1. mount both partitions in two directories (just create empty ones and mount on them, say ~/root and ~/var)
    2. inside ~/root create the new var/ directory
    3. copy the data over
    4. edit ~/root/etc/fstab (remove the line for the old var partition)
    5. use whatever partitioning tool to get rid of the actual partition and expand the previous/next one

    Be aware that you can very easily lose your data ;)

    PS: just in case, try running flatpak uninstall --unused