1. Enter the terminal and obtain root permissions
su-
2. Download the source code resources
Local download: lrzsz-0.12.20.tar.gz
# Terminal input
wget -c -t 20 https://www.ivdone.top/wordpress/pic/p357/lrzsz-0.12.20.tar.gz
Download from official website:
# Terminal input
wget -c -t 20 http://www.ohse.de/uwe/releases/lrzsz-0.12.20.tar.gz
3. Installation
# Unzip
tar -zxvf lrzsz-0.12.20.tar.gz
# Enter the directory
cd lrzsz-0.12.20
Detect the installation environment and generate MakeFile files
# Detect the environment, enter the command
./configure
make tool compilation and installation
# make tool compilation and installation
make
make install
The default installation path of the program is: /usr/local/bin
4. Soft link
# Enter the installation directory
cd /usr/local/bin
# Soft link
ln -s lrz rz
ln -s lsz sz
5. Test
0