this post was submitted on 15 Oct 2023
127 points (92.6% liked)

linuxmemes

20761 readers
1817 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
all 42 comments
sorted by: hot top controversial new old
[–] DrRatso@lemmy.ml 131 points 11 months ago (2 children)

All these packages, and none to take a proper screenshot.

[–] LunchEnjoyer@lemmy.world 24 points 11 months ago

Lmao that one got me good

[–] Tatsumoto@reddthat.com 5 points 11 months ago (2 children)

The package is there but i just happened to have my phone in my hand so.... laziness xD

[–] DarkThoughts@kbin.social 12 points 11 months ago

What is lazier than pressing Printscreen? KDE's screenshot tool even has an export to imgur function.

[–] possiblylinux127@lemmy.zip 13 points 11 months ago

Slackware moment

(Actually that's not that many)

[–] backhdlp@lemmy.blahaj.zone 8 points 11 months ago

When you install something that uses Haskell

[–] umbrella@lemmy.ml 6 points 11 months ago* (last edited 11 months ago) (2 children)
[–] DarkThoughts@kbin.social 3 points 11 months ago

I mean, could be a lot of tiny packages.

[–] Tatsumoto@reddthat.com 2 points 11 months ago* (last edited 11 months ago)

nah, only using around 200 GB for packages. It's fine xD

[–] shotgun_crab@lemmy.world 6 points 11 months ago
[–] EqMinMax@lemmy.world 6 points 11 months ago

package total count is the worst measure ever. Debian splits one into many packages meanwhile arch has x no of packages combined into one.

[–] eruchitanda@lemmy.world 5 points 11 months ago* (last edited 11 months ago)

Holy Molly Guacamole.

I have less than a tenth of that.

[–] AnokLola@lemm.ee 4 points 11 months ago

Wow, that's a lot.

[–] milkjug@lemmy.wildfyre.dev 3 points 11 months ago

Tumbleweed gang rise up!

I bought a 7900 XTX to replace my 3080 Ti just so I can run KDE/Wayland without the DE shitting its pants.

[–] SevereLow@lemmy.world 3 points 11 months ago (1 children)

BTW, if you have the time, can you please share your views on openSUSE (Leap) vs Debian? I'm divided between these two for my next Linux install.

[–] Tatsumoto@reddthat.com 2 points 11 months ago (1 children)

That depends on what your expectations are. If you tell me I can try to answer your question :)

[–] SevereLow@lemmy.world 2 points 11 months ago* (last edited 11 months ago) (1 children)

What I expect it to do is to run great out of the box and to be reliable enough. I don't mind some post-install configuration, but for me "tweaking" usually ends on the day of the installation and down the road I simply want to do my daily tasks on the PC without even thinking about the system. What I need is Firefox, LibreOffice, Onlyoffice, Thunderbird, plus running a VirtualBox with Windows 10 there. Playing Steam games is also something I would like, but it's not mandatory for me. When I have time, I usually play some classic titles, that probably don't require latest versions of VGA drivers.

Basically I need something stable and predictable, with optimal font rendering since my work is tied to texts. I'm stressing on this, because back in 2018 when I first tried openSUSE Leap, it had the worst font rendering of Cyrillic fonts across different OS-es (both Linux ones and non-Linux ones) that I have seen in my entire life. Probably it's already fixed, since five years have passed from then... but yeah, back then openSUSE was a real pain for the eyes. The OS I picked up was Linux Mint and I am still using it. For my next install though I want to try something new. I decided to try KDE... never used it before, but hearing a lot of good words about it. I decided to switch away from the Ubuntu base too, so that I add some learning curve to the whole experiment. And after some research, I figured out that I might probably make a choice between Debian and openSUSE.

[–] Tatsumoto@reddthat.com 2 points 10 months ago (1 children)

If you need stability, I definetly recommend you going with Debian. I used it for two years as my daily driver and it worked 100% of the time without any issues. I never gamed on it though, so I cant tell you anything about that. Yast would be the strongest argument for openSUSE as well as 1-click full disk encryption with encrypted boot and secure boot from the installer. I hope this can help you with your decision, have a nice day :)

[–] SevereLow@lemmy.world 2 points 10 months ago

Thank you very much for your reply ❤️

[–] Toes@ani.social 2 points 2 months ago

I forgot about an old install of tumbleweed and had thousands of packages that needed updating. To my shock it worked.

[–] butre@ani.social 2 points 11 months ago

apparently scrot isn't among those packages.

just use slackware, the whole point is it comes with all the packages

[–] LunchEnjoyer@lemmy.world 1 points 11 months ago (2 children)

Where do you mostly download your packages from? Discover and Flathub? Just curious as I switched to Tumbleweed yesterday, and not a big fan of Discover so far... 😅

[–] pfaca@lemm.ee 3 points 11 months ago* (last edited 11 months ago) (1 children)

If you are ok with using a terminal, just use zypper.

[–] LunchEnjoyer@lemmy.world 1 points 11 months ago (2 children)

Yeah need to get used to that then, I came from Debian so very used to apt.

[–] csfirecracker@lemmyf.uk 3 points 11 months ago (1 children)

As someone who also switched from debian-based, the commands are pretty easy to pickup. Instead of apt-get upgrade you have zypper dup, and instead of apt-get install you have zypper install. Have fun with it!

[–] Tatsumoto@reddthat.com 1 points 11 months ago (1 children)

Another very useful command, if you are searching for python packages for example (they get installed via zypper not pip), is zypper se "package name" to search for packages in your repos

[–] resketreke@kbin.social 2 points 11 months ago (1 children)

Just wanted to say that zypper search works too, it might be easier to remember fore some people.

[–] Tatsumoto@reddthat.com 1 points 11 months ago

Thanks, I totally didn't thought about that 😃

[–] Drxmiz@reddthat.com 2 points 11 months ago

Also don't forget the --clean-deps flag when uninstalling a package with zypper to remove unneeded dependencies, for example "sudo zypper rm --clean-depts package_name"

[–] Tatsumoto@reddthat.com 2 points 11 months ago* (last edited 11 months ago)

Discover is trash imo, it always crashes when trying to list all the packages to update (maybe that's because of the number of packages i installed? No, impossible! xD)

[–] Standenboy@lemmy.world 1 points 11 months ago

It's actually just plasma dependancys