Linux offline installation rz and sz

https://ohse.de/uwe/software/lrzsz.html Official website download address

The tab completion file command is better than cd /data/lrzsz. Press tab to complete the file name.

1. Install gcc++ and gcc editor yum install gcc+ gcc

Decompression command: tar -xvf lrzsz-0.12..

2. Enter the decompressed package and enter the /lrzsz-0.12.. directory
and execute ./configusre && make && make install
or
execute./configure --prefix=/usr/local/lrzsz< a i=6> Compile make Install make install

3. Enter /usr/local/bin

4. Create soft links and name them rz and sz
Execute the command: ls -s /usr/local/bin/lrz rz

5. Execute upload rz

6. Execute download sz

7. Complete

Online installation, network installation is available

Command: yum install lrzsz Linux network access installation

Guess you like

Origin blog.csdn.net/Fadess/article/details/124544364