• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • VCS
  • Interview Questions
  • Database
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

lrunzip: command not found

by Deepika

lrunzip is a large file decompression program designed to handle large files in a more efficient manner compared to other traditional file decompression tools. lrunzip operates on large archive files (e.g. .zip, .tar, .gz, etc.) and can decompress them in a parallel, chunk-by-chunk manner, rather than processing the entire archive as a single large file. This allows lrunzip to take advantage of multiple CPU cores and can lead to a significant speedup in decompression times for very large files. Additionally, lrunzip can also be used to decompress large archives in a streaming manner, which can be useful for systems with limited memory or for processing large files over a network. In summary, lrunzip is a powerful and efficient tool for decompressing large archive files and is well-suited for large-scale data processing tasks.

If you encounter the below error while running the command lrunzip:

lrunzip: command not found

you may try installing the below package as per your choice of distribution:

Distribution Command
Debian apt-get install lrzip
Ubuntu apt-get install lrzip
Alpine apk add lrzip
Arch Linux pacman -S lrzip
Kali Linux apt-get install lrzip
Fedora dnf install lrzip
OS X brew install lrzip
Raspbian apt-get install lrzip

lrunzip Command Examples

1. Decompress a file:

# lrunzip filename.lrz

2. Decompress a file using a specific number of processor threads:

# lrunzip -p 8 filename.lrz

3. Decompress a file and silently overwrite files if they exist:

# lrunzip -f filename.lrz

4. Keep broken or damaged files instead of deleting them when decompressing:

# lrunzip -K filename.lrz

5. Specify output file name and/or path:

# lrunzip -o outfilename filename.lrz

Filed Under: Linux

Some more articles you might also be interested in …

  1. sstat Command Examples in Linux
  2. gdebi Command Examples in Linux
  3. luac Command Examples
  4. adig Command Examples in Linux
  5. xeyes: command not found
  6. CentOS / RHEL : How to Disable / Enable direct root and non-root user ssh login
  7. “go vet” Command Examples
  8. which: command not found
  9. lvcreate Command Examples in Linux
  10. Bash for loop Examples

You May Also Like

Primary Sidebar

Recent Posts

  • Vanilla OS 2 Released: A New Era for Linux Enthusiasts
  • mk Command Examples
  • mixxx Command Examples
  • mix Command Examples

© 2025 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright