dylanaraps / neofetch

🖼️ A command-line system information tool written in bash 3.2+
MIT License
22.01k stars 1.77k forks source link

Could not install on Almalinux 9 #2327

Open sshnuke3 opened 1 year ago

sshnuke3 commented 1 year ago

Description

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)

a-n-d-r commented 1 year ago

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)

3xploiton3 commented 7 months ago

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

image