• 0 Posts
  • 28 Comments
Joined 2 years ago
cake
Cake day: June 25th, 2023

help-circle

  • Archlinux is good if you accept that you’ll need to spend time to learn it, and that those moments might be frequent and unavoidable early on. Definitely wouldn’t recommend it to somebody who needs their computer to work, since a new user with no experience might find themselves breaking their boot images and spending hours trying to figure out how to fix their computer not booting.

    So yeah, I think that’s an important caveat: if you don’t know Linux already, and you can’t afford to spend time learning and fixing your system, don’t use Arch.












  • I think your point might also apply the other way - people are also encouraged to make exaggerated, incendiary comments for attention. Mild, reasonable takes, especially not posted quickly, will usually be overshadowed by the more extreme top comments. I believe the poster in question defended themselves claiming it was just an exaggeration.




  • The wiki tells you what you need on arch, and what you need it for. Those packages also don’t seem to have kernel-specific or dkms versions, so seems like they’re not kernel modules.

    Mind you, the setup is clearly not monolithic, with different components for different purposes, including alternative options. On top of that, each distro will make different choices - Arch provides the components as packages and puts the responsibility of installing the right ones on you. Some features might be built into kernel drivers, like working video output, but Vulkan support clearly wants a dedicated driver.



  • KubeRoot@discuss.tchncs.detoLinux@lemmy.mlMicrosoft parody
    link
    fedilink
    English
    arrow-up
    1
    ·
    6 months ago

    I think on mutable distros, or at least arch, you can run a command to reinstall all installed packages, which will verify integrity of the package files (signatures) and then ensure the files in the filesystem match package files? And I think it takes minutes at most, at least for typical setups.

    I do think it’s also possible to just verify integrity of all files installed from a package, but I don’t remember if it required an external utility, pretty sure it’s on the arch wiki under pacman/tips and tricks