So with the recent events with the AUR and since im not a power user i wont be abble to tell if anything is sketchy : i want to simply avoid the AUR .
here are the aur pckg i use right now :
fancontrol-gui 0.8-3
without this : my cpu fan and pc case fan spins way too fast and are too loud. This one didnt recieved any update in a year now. motherboard : h97n-wifi
There is a new app named fancontrol on flathub, but its on beta, and not that ez to use.
hplip-plugin 3.26.4-1 icu76 76.1-1
used to print hp laserjet m110w, i didnt find any alternatives to those ones.
if you’re goals was to avoid AUR entirely,
well, start learning build app from source (github / gitlab) then, that’s the only way (because not every developer provide appimage / arch package (tar.zst, so you can just use pacman -U)
and ofc, debugging the package dependency incase the README.md didn’t explicitly said it
and good luck ~
i’ve been using this
installing millenium should be straightforward extract if i remember correctly
Okay, first - the reality check. You’re on an Arch based distribution - the main attraction for me initially was that the AUR brought half the software I’d ever want.
Nothing wrong with Fedora… or Nobara, or Bazzite…
If packages aren’t available in repositories, then you would need to learn to build them from source.
Instructions:
Arch - learn to read PKGBUILDS and use AUR
Debian based - there’s an official Cloudsmith repository.
Fedora - there’s a repo in Copr
Source:
Well Source is where most control lies…
Installing from source on Arch Linux requires additional steps that the official AUR source packages already handle for you.
However, my impression is that you didn’t even have the skills to locate (by a simple web search) the installation method for this package… so let’s hope the install goes sweetly, or you’re stuffed.
Note, if you’re going to build stuff from source, it’s really not especially different from reading a clean PKGBUILD. This one is pretty simplfor example
There’s a middle road of avoiding AUR packages that do more complex stuff in their builds, for example.
Upstream URL: CoolerControl / CoolerControl · GitLab Votes: 9 Popularity: 1.35 Version: 4.3.1-1 Size: 0 B Description: A program to monitor and control your cooling devices. This package contains the CoolerControl service daemon. First Submitted: 2024-09-07 19:30:55 (UTC) Last Updated: 2026-05-23 11:22:33 (UTC)
coolercontronl is on the cachyos repos, i went this way.
We are all different and thats different reasons that brings me to cachyos, and i dont regret it at all. ( i wanted to squeeze the maximum of juice from my potato pc and have brand new features asap, cachyos suits me the best)
yeah it is the time to learn installing from source, ill try to find some documentation about it in general first then i’ll check the git readme from those few aur pckge i have.