• @muhyb
      link
      262 months ago

      I mean you don’t really use Arch if you don’t bork it once in a while. :)

      • @[email protected]
        link
        fedilink
        52 months ago

        NVidia borks my installation sometimes. Then my stupidity to choose the non-dkms beta driver from the AUR. But all in all, my non-NVidia-devices (server, workstation and laptop) run fine on arch testing, updated every time I use one of those devices.

    • dinckel
      link
      fedilink
      42 months ago

      If anything, i would expect packagekit frontends to break. If you use pacman as intended, you’ll be just fine

  • @[email protected]
    link
    fedilink
    222 months ago
    • On Linux systems, ensure the download process does not write outside the download directory

    What does that mean “On Linux systems”? Pacman is available for non Linux systems?

    • Thurstylark
      link
      fedilink
      English
      102 months ago

      Pacman was birthed from the Arch ecosystem, but it’s built to be generalized so any project can use it if they choose.

          • @[email protected]
            link
            fedilink
            1
            edit-2
            2 months ago

            The base tarball that separates Arch from Debian or Gentoo differ in very minor structural ways, but the difference is the way they fetch, parse, and install packages is huge.

            Given this small difference in base tarballs, one can make the case the Arch codebase is the pacman codebase.

            • Thurstylark
              link
              fedilink
              English
              12 months ago

              I mean… Yeah…? It’s not all that controversial to say that any distro is essentially just glue between several pieces of software…

              What’s your point?

              • @[email protected]
                link
                fedilink
                1
                edit-2
                2 months ago

                (not quite sure where the hostility is coming from, but) if you agree that the base tarball of the distro is inconsequential, then one could argue that the package manager is the actual distro.

                That is, using pacman on Windows is akin to an Arch installation on windows.

                • Thurstylark
                  link
                  fedilink
                  English
                  22 months ago

                  Apologies, hostility wasn’t my intention, only seeking understanding.

                  Ya know, in the context of the software in a vacuum, sure. But I think I’ll ammend what I said earlier about what constitutes a distro:

                  IMO, It’s not just software that glues other existing software together into a contiguous OS, but also a staff, a community, a philosophy cast on that collection of software. A way of doing things and thinking about them. Decisions and the rationale for them, a history of iteration, user needs and how those needs are filled. Us soft squishy humans that make, maintain, modify, administer, use, and complain about the software.

                  Because I think that reducing a distro to only the software it produces or uses fails to paint the whole picture. The mechanisms used for managing the collection of software on any specific machine is only one part of a larger system.

                  Pacman isn’t the only part of Arch, and Arch isn’t just pacman. The same is true if you s/Arch/MSYS2/g on that statement.

  • @[email protected]
    link
    fedilink
    18
    edit-2
    2 months ago

    The moment I installed it, yay broke. To fix it, if any of you need this: do an ln -s to the .so that is being requested. This allows yay to work again. Use yay to upgrade yay. Finally remove the symbolic link.

    • @[email protected]
      link
      fedilink
      92 months ago

      Can you do makepkg in the clone of yay PKGBUILD from aur? That seems like a better solution than symlinking…

      • @[email protected]
        link
        fedilink
        42 months ago

        This is the correct thing to do when it breaks, recompile and link against the new libs. Otherwise you could see funny behaviour.

        • @[email protected]
          link
          fedilink
          42 months ago

          That’s how you’re supposed to use AUR, I think. All yay, paru, etc do is make it convenient to do that while also helping with searching and upgrading them.