Skip Navigation

Posts
1
Comments
617
Joined
2 yr. ago

  • I just personally saved 44 billion dollars by not buying twitter!

  • Its perfect for a small VPS. Been using it for years.

    I do occasionally get places where my email simply will not send to them, even though it follows every email standard properly and isnt blacklisted. For those rare occasions, ill use a third party email address to send, which then forwards everything to my main email.

  • Per the Arch Wiki:

    The AUR is unsupported, so any packages you install are your responsibility to update, not pacman's. If packages in the official repositories are updated, you will need to rebuild any AUR packages that depend on those libraries.

    Arch Wiki - Arch User Repository

  • To update the package, you use git to pull the latest branch code and repeat the process. You should double check if there are dependency changes though.

    Like I said, its easier with a pacman wrapper, but not necessary.

  • Now if we can just get rid of that pesky regulation known as the Constitution of the United States of America!

  • You definitely do not need to use any pacman wrappers to build a package from the AUR. Those tools make it easy, yes, but are not required.

    Building a package can be as simple as

    • git clone AURpackagehere
    • cd AURpackagehere
    • makepkg -si
  • Well, i guess as long as they're honest about it, its fine.

  • Oh man, to be a voter who didn't vote for Harris because she didn't go to war with Israel must feel great rn.

  • Damn, and they threw such a fit about Hillary's emails...

  • They acknowledge many wrappers, not just yay. However, none are officially supported.

    Arch Wiki

  • Pacman is the only standard package manager for Arch. Arch recommends against using third party package managers, including Yay.

  • What issues were you having with arch-install that you had to troubleshoot?

  • Rust-based and actively developed

  • Why EndeavorOS over arch-install?