neofetch icon indicating copy to clipboard operation
neofetch copied to clipboard

Could not install on Almalinux 9

Open sshnuke3 opened this issue 1 year ago • 2 comments

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)

sshnuke3 avatar May 12 '23 01:05 sshnuke3

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)

a-n-d-r avatar May 13 '23 09:05 a-n-d-r

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

3xploiton3 avatar Feb 13 '24 12:02 3xploiton3