neofetch
neofetch copied to clipboard
Could not install on Almalinux 9
Description
- [y] Does this issue still occur in the master branch? (Required if issue)
i used such commands: sudo dnf install dnf-plugins-core sudo dnf copr enable konimex/neofetch
it told me Error: It wasn't possible to enable this project. Repository 'epel-9-x86_64' does not exist in project 'konimex/neofetch'. Available repositories: 'epel-7-x86_64', 'mageia-cauldron-x86_64', 'mageia-cauldron-i586', 'mageia-cauldron-aarch64', 'epel-6-x86_64', 'fedora-rawhide-ppc64le', 'epel-6-i386', 'fedora-rawhide-i386', 'mageia-8-aarch64', 'fedora-rawhide-aarch64', 'epel-7-ppc64le', 'fedora-rawhide-x86_64'
and my os is AlmaLinux release 9.2 (Turquoise Kodkod)
Try installing latest version from this git repo:
Install git
sudo dnf install git -y
Install neofetch
git clone https://github.com/dylanaraps/neofetch
cd neofetch && sudo make install
cd .. && rm -rf neofetch
Test neofetch
neofetch
If it didn't work, try re-entering your shell (log out from server and log in again)
Try installing latest version from this git repo:
Install git
sudo dnf install git -y
Install neofetch
git clone https://github.com/dylanaraps/neofetch cd neofetch && sudo make install cd .. && rm -rf neofetch
Test neofetch
neofetch
If it didn't work, try re-entering your shell (log out from server and log in again)
work well on almalinux 9.3, thanks neofetch on rhel 9 repo is out of date