PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Thursday, November 10, 2022

[FIXED] How to upgrade util-linux from 2.32.1 to 2.34 in Redhat

 November 10, 2022     linux, redhat, terminal     No comments   

Issue

Is there a way to upgrade package util-linux 2.32.1 to version 2.34 on RHEL 8.5. Version 2.34 has many more output columns available for lsblk compared to 2.32.1 that I would like to use.

Searching the repo shows I have the latest.

Updating Subscription Management repositories.
Last metadata expiration check: 2:29:02 ago on Mon 16 May 2022 06:44:33 PM EDT.
Installed Packages
util-linux.x86_64                     2.32.1-35.el8                     @rhel-8-for-x86_64-baseos-rpms
Available Packages
util-linux.x86_64                     2.32.1-8.el8                      rhel-8-for-x86_64-baseos-rpms 
util-linux.x86_64                     2.32.1-17.el8                     rhel-8-for-x86_64-baseos-rpms 
util-linux.x86_64                     2.32.1-22.el8                     rhel-8-for-x86_64-baseos-rpms 
util-linux.x86_64                     2.32.1-24.el8                     rhel-8-for-x86_64-baseos-rpms 
util-linux.x86_64                     2.32.1-27.el8                     rhel-8-for-x86_64-baseos-rpms 
util-linux.x86_64                     2.32.1-28.el8                     rhel-8-for-x86_64-baseos-rpms 
util-linux.x86_64                     2.32.1-35.el8                     rhel-8-for-x86_64-baseos-rpms 

Solution

Had to clone this repo https://github.com/util-linux/util-linux.git

Then follow this how-to found here.

https://github.com/util-linux/util-linux/blob/next/Documentation/howto-compilation.txt

lsblk --version
lsblk from util-linux 2.38.141-581b1


Answered By - m0ng00se
Answer Checked By - David Goodson (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing