Skip to content

Instantly share code, notes, and snippets.

@winse
Created October 2, 2014 05:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save winse/5ed026feb6aa57988cd7 to your computer and use it in GitHub Desktop.
Save winse/5ed026feb6aa57988cd7 to your computer and use it in GitHub Desktop.
install lrzsz logs.

Package Manager

yum install lrzsz

Compile

# https://ohse.de/uwe/software/lrzsz.html
#
# https://ohse.de/uwe/releases/lrzsz-0.12.20.tar.gz

yum install gcc

tar zxvf lrzsz-0.12.20.tar.gz 
cd lrzsz-0.12.20
./configure 
make && make install

cd /usr/local/bin
ln -s lrz rz
ln -s lsz sz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment