I’m here to stay.
- 30 Posts
- 726 Comments
thingsiplay@beehaw.orgto
Linux@lemmy.ml•The single biggest roadblock for casuals to use Linux
23·11 months agoYou have no clue what you saying.
thingsiplay@beehaw.orgto
Linux@lemmy.ml•The single biggest roadblock for casuals to use Linux
4·11 months agoI love the term “dumb TV” and “dumb phone”. :o)
thingsiplay@beehaw.orgto
Linux@lemmy.ml•The single biggest roadblock for casuals to use Linux
52·11 months agoThe biggest roadblocks are the manual download and installation process of Linux, if we speak about casuals. I don’t know how important streaming services are, but besides the usual office and adobe application, certain popular videogames are also a blocker for casuals switching to Linux.
For your (or her) streaming, doesn’t it work in the web browser?
https://www.ubuntu-touch.io/apps/ can run Android apps with Waydroid. I don’t know if Signal works with this, but Android apps run with good performance using Waydroid (I just read about it, never used it myself).
thingsiplay@beehaw.orgOPto
Linux@lemmy.ml•Do not update single packages on Archlinux, but
1·11 months agoWhat part do you mean is the exception? Pinning a package version will lead to partial upgrades, by logic. So pinning the Kernel isn’t an exception itself, maybe its tolerable because the team tries to make sure this scenario works well? Otherwise I wouldn’t call it “exception”.
thingsiplay@beehaw.orgOPto
Linux@lemmy.ml•Do not update single packages on Archlinux, but
1·11 months agoI guess that’s the key takeaway for me from this post and replies.
thingsiplay@beehaw.orgOPto
Linux@lemmy.ml•Do not update single packages on Archlinux, but
1·11 months agoNo, because
pacman -Swill use the current package list.
thingsiplay@beehaw.orgOPto
Linux@lemmy.ml•Do not update single packages on Archlinux, but
21·11 months agoI don’t know what you mean, the question is simple.
thingsiplay@beehaw.orgOPto
Linux@lemmy.ml•Do not update single packages on Archlinux, but
11·11 months agoWe can install a new package if it wasn’t installed with
pacman -S firefox. That is not a partial upgrade of the system. Right? What i don’t understand is, when I uninstall withpacman -Rs firefox, delete the cached firefox package (only that file), then the system is in the same state as before I installed it. Then-S firefoxshould be okay, right? And it even looks up the new version. This is my question, if that would work correctly.IF no dependency tries to update too. Off course in that case I would stop. Without
pacman -Sy, I never do that anyway, only-Syu.
thingsiplay@beehaw.orgOPto
Linux@lemmy.ml•Do not update single packages on Archlinux, but
13·11 months agoBut I’m not doing
pacman -Sy package. That is not what I am talking about. I am only talking aboutpacman -S package, which is not updating the system partially. IF the package depends on something else to update, then the system would need to be updated. But that is not what I was asking, because I only talk about the package with-S package. I just chosefirefoxas an example, it could have been any other package.To make it clear, when I say
-S firefox, then I mean really that without updating a dependency like libssl. The idea is to install only new packages without updating anything on the system. I guess as you say it depends on the dependencies of the package, if this is feasible.
thingsiplay@beehaw.orgOPto
Linux@lemmy.ml•Do not update single packages on Archlinux, but
21·11 months agoNo,
pacman -S packageis safe. Because the package list is not updated this way, and therefore the system is not updated and nothing else is affected. New packages can be installed with this command, perfectly okay. That is in the spirit of Archlinux.I think my idea would not work because the nature of the command
-S package, as no new version would be synced. This is not a partial upgrade and it does not need to be discouraged.
thingsiplay@beehaw.orgOPto
Linux@lemmy.ml•Do not update single packages on Archlinux, but
21·11 months agoBut
pacman -S packageto install a new application is not considered a partial upgrade.
thingsiplay@beehaw.orgOPto
Linux@lemmy.ml•Do not update single packages on Archlinux, but
21·11 months agoBut
-S packageis not upgrading thepackage(Edit: I meant system). Installing with that command is supported. That is NOT a partial upgrade of the system.-Sy packageis considered a partial upgrade, because that command updates the package list.And I really don’t mean this personally, but as general advice, using Archlinux and its wiki requires a modicum of independent thinking.
This part was a total unnecessary attack, for someone who asks. Especially if you are not entirely correct.
thingsiplay@beehaw.orgOPto
Linux@lemmy.ml•Do not update single packages on Archlinux, but
45·11 months agoThat is not true. Installing a package with
sudo pacman -S packagewithout updating the package list is totally supported and works without problems. Whats not recommended is to installing package and updating package list with-Sy package. So instead we should do-Syu packageand update everything on the system alongside the package.Maybe if the package list is old, then
-S packageit will only install from cache? Could it be that?
thingsiplay@beehaw.orgOPto
Linux@lemmy.ml•MALIBAL Has Returned Again!! by Brodie Robertson from Sep 30, 2025 (Video) [20:28 min]
2·11 months agoExactly. A psychopath is running this company, probably the only person doing everything.
thingsiplay@beehaw.orgto
Linux@lemmy.ml•This Week in Plasma: lots and lots of bug-fixing for Plasma 6.5!
4·1 year agoGood gets better. ^(yes, i had nothing else to say this time)^
thingsiplay@beehaw.orgto
Linux@lemmy.ml•Ubuntu 25.10's Move To Rust Coreutils Is Causing Major Breakage For Some Executables
2·1 year agoIf you rely on a bug, it becomes a feature.









I don’t know of a service that tracks all major repositories to calculate a single popularity index. They are not really comparable to each other anyway.
Depending on what type of application you search for, I think “Flathub” could be one major source. It’s a pretty popular “platform” and not dependent on a certain distribution. There are “Trending” and “Popular” categories too. It’s excellent to find some new software (or to remind an older one exist) in my opinion. You don’t even need to install the Flatpak and can do it from Archlinux repositories (or the AUR if you prefer).