Configuration files for my manjaro cinnamon desktop configurations, fonts instalation, wallpappers, opmls and etc.
If im using EndevourOS (the distro of my choice currentrly), after the installation i should run the following code: systemctl enable systemd-homed
For some reason everytime the system is disabled and sudo does not work until i run it. If you are unsure, run systemctl status systemd-homed
to check out the status of systemd-homed.
Update both Official and AUR repositories: yay -Syu
Install a package: sudo pacman -S package_name
Search for packages with Yay: yay -Ss package_name
Search for packages with Pacman: pacman -Ss package_name
Install AUR package with Yay: yay -S package_name
Pacman keeps a cache of all downloaded packages. Over time, this can consume significant disk space.
List Pacman Cache ls /var/cache/pacman/pkg/
Remove Uninstalled Packages from Cache: sudo pacman -Sc
Remove All Cached Packages (Use with Caution): sudo pacman -Scc
This will remove all cached packages and is generally not recommended unless you have limited disk space and are okay with re-downloading packages if needed.
List Cached AUR Packages: ls ~/.cache/yay/
Update Mirrors via Terminal: sudo pacman-mirrors --fasttrack
Then, synchronize and update: sudo pacman -Syyu