Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

385
Views
How to install zless in alpine linux?

I am running a docker container from, alpine-linux image. It contains zcat but not zless and zgrep. How to install it in the container?

about 4 years ago · Santiago Trujillo
1 answers
Answer question

0

Assuming a fresh image, update the package index:

apk update

Then add the gzip package, containing zless, zgrep etc.:

apk add gzip

See the package contents here: https://pkgs.alpinelinux.org/contents?branch=v3.5&name=gzip&arch=aarch64&repo=main

If you're wondering why zcat is included but not the other tools, even though zcat is in the gzip package, it's included as part of another package:

/ # apk info --who-owns $(which zcat)
/bin/zcat symlink target is owned by busybox-1.25.1-r0
about 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!