cachy OS cleaning and maintain.
What are the best “ways” to keep cachyos clean and fast ?
So delete unnecessary files and so on ?
Open CachyOS Hello → Apps/Tweaks → Remove orphans
You can also clean the package cache from the same place.
ok, thanks. Is there a setting for bleachbit that can or should be executed once a month, for example?
Don’t use Bleachbit use Stacer if you are going to use a third party app. My routine is do my updates, reboot, use the cleaner in Stacer.
Ist stacer not to old ?
I’ve never had any issues with it.
There is no need to use some app for that.
You can run CachyOS alias
in your terminal to remove orphans
orphans
and for cache cleaning just
paru -Scc
it’s cleanup
.
You are right.
I have created an alias orphans
that is the same as cleanup
.
My fault.
So cleaup
do the job.
cant install stacer.
make: Verzeichnis „/home/merj1982/.cache/yay/stacer-git/src/stacer/build“ wird verlassen
/home/merj1982/.cache/yay/stacer-git/PKGBUILD: Zeile 29: lupdate: Kommando nicht gefunden.
==> FEHLER: Ein Fehler geschah in build().
Breche ab…
→ Fehler beim Erstellen: stacer-git-exit status 4
Abhängigkeiten werden geprüft …
Paket (4) Alte Version Netto-Veränderung
cppdap 1.58.0-2.1 -1.68 MiB
jsoncpp 1.9.6-3.1 -0.81 MiB
rhash 1.4.4-1.1 -0.33 MiB
cmake 3.30.3-2.1 -76.66 MiB
Gesamtgröße der entfernten Pakete: 79.47 MiB
:: Möchten Sie diese Pakete entfernen? [J/n]
:: Pre-transaction-Hooks werden gestartet …
(1/1) Performing snapper pre snapshots for the following configurations…
==> root: 146
:: Paketänderungen werden verarbeitet …
(1/4) Entfernung läuft cmake [--------------------------------------------------------] 100%
(2/4) Entfernung läuft rhash [--------------------------------------------------------] 100%
(3/4) Entfernung läuft jsoncpp [--------------------------------------------------------] 100%
(4/4) Entfernung läuft cppdap [--------------------------------------------------------] 100%
:: Post-transaction-Hooks werden gestartet …
(1/5) Arming ConditionNeedsUpdate…
(2/5) Updating the MIME type database…
(3/5) Updating icon theme caches…
(4/5) Updating the desktop file MIME type cache…
(5/5) Performing snapper post snapshots for the following configurations…
==> root: 147
→ Die folgenden Pakete konnten nicht installiert werden. Ein manueller Eingriff ist erforderlich:
stacer-git - exit status 4
Well, it looks like both lupdate
and lrelease
are not symlinked to /usr/bin
. You could add /usr/lib/qt6/bin
to your PATH but that may not be the best solution. Alternatively, what I think may be better is to do the following:
sudo ln -s /usr/lib/qt6/bin/lupdate /usr/bin/lupdate6
sudo ln -s /usr/lib/qt6/bin/lrelease /usr/bin/lrelease6
and modify the PKGBUILD lines which invokes lupdate
and lrelease
to match the symlink you just created.