Koozali.org: home of the SME Server

FASTFETCH

Offline wifipilot

  • *
  • 14
  • +0/-0
FASTFETCH
« on: July 31, 2024, 04:46:26 PM »
guy please can you help me
i am trying to install fastfetch on my SME 10.1
the rpm is located - https://rhel.pkgs.org/9/epel-x86_64/fastfetch-1.12.2-1.el9.x86_64.rpm.html
i have installed epel - yum install smeserver-extrarepositories-epel -y
when i do a - yum install fastfetch-2.20.0-1.el9.x86_64.rpm
i get the following dependency errors

Code: [Select]
--> Processing Dependency: libc.so.6(GLIBC_2.33)(64bit) for package: fastfetch-2.20.0-1.el9.x86_64
--> Processing Dependency: libc.so.6(GLIBC_2.34)(64bit) for package: fastfetch-2.20.0-1.el9.x86_64
--> Processing Dependency: libyyjson.so.0()(64bit) for package: fastfetch-2.20.0-1.el9.x86_64
--> Finished Dependency Resolution
Error: Package: fastfetch-2.20.0-1.el9.x86_64 (/fastfetch-2.20.0-1.el9.x86_64)
           Requires: libyyjson.so.0()(64bit)
Error: Package: fastfetch-2.20.0-1.el9.x86_64 (/fastfetch-2.20.0-1.el9.x86_64)
           Requires: libc.so.6(GLIBC_2.34)(64bit)
Error: Package: fastfetch-2.20.0-1.el9.x86_64 (/fastfetch-2.20.0-1.el9.x86_64)
           Requires: libc.so.6(GLIBC_2.28)(64bit)
Error: Package: fastfetch-2.20.0-1.el9.x86_64 (/fastfetch-2.20.0-1.el9.x86_64)
           Requires: libc.so.6(GLIBC_2.33)(64bit)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

any ideas what i need to do to install fastfetch?

any help greatly appreciated

Offline ReetP

  • *
  • 3,940
  • +6/-0
Re: FASTFETCH
« Reply #1 on: July 31, 2024, 05:24:18 PM »
You can't use a el9 rpm on a el7 base.

You can:

Find a el7 rpm
Try and rebuild the 9 rpm for 7 if you find a srpm.
Compile from source
Try a rpm from their release page - but you would need an older version built for a glibc version on el7

Code: [Select]
ldd --version
ldd (GNU libc) 2.17

https://github.com/fastfetch-cli/fastfetch/releases

Note that we no longer rebuild any packages for el7/Koozali SME v10.

...
1. Read the Manual
2. Read the Wiki
3. Don't ask for support on Unsupported versions of software
4. I have a job, wife, and kids and do this in my spare time. If you want something fixed, please help.

Bugs are easier than you think: http://wiki.contribs.org/Bugzilla_Help

If you love SME and don't want to lose it, join in: http://wiki.contribs.org/Koozali_Foundation

Offline ReetP

  • *
  • 3,940
  • +6/-0
...
1. Read the Manual
2. Read the Wiki
3. Don't ask for support on Unsupported versions of software
4. I have a job, wife, and kids and do this in my spare time. If you want something fixed, please help.

Bugs are easier than you think: http://wiki.contribs.org/Bugzilla_Help

If you love SME and don't want to lose it, join in: http://wiki.contribs.org/Koozali_Foundation