All public logs
From Notes_Wiki
Combined display of all available logs of Notes_Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 05:04, 12 November 2023 Saurabh talk contribs created page Rocky 9.x decompress xz files (Created page with "Home > Rocky Linux or CentOS > Rocky Linux 9.x > Desktop tools and applications > Rocky 9.x decompress xz files To decompress .xz files on rocky linux we can use: # Install xz utilities #:<pre> #:: dnf -y install xz #:</pre> # Then decompress xz file using: #:<pre> #:: xz --decompress <filename> #:</pre> Refer: * https://computingforgeeks.com/how-to-extract-xz-files-on-linux/ Home...")