First use $ gzip-DV *
Command decompress,
Then use $ tar xvf *
Command decompress,
---------------
Install
6.21.1. Install ncurses
1. Prepare to compile ncurses:
./Configure -- prefix =/usr -- With-shared -- without-Debug
2. Compile the software package:
Make
This package does not contain a test program.
3. install the software package:
Make install
4. Grant the ncurses library file executable permissions:
Chmod-V 755/usr/lib/*. 5.4
5. Fixed a library file that should not have executable permissions:
Chmod-V 644/usr/lib/libncurses ++.
6. Move the library file to a more reasonable/lib directory:
MV-V/usr/lib/libncurses. so.5 */lib
7. Because the library file is moved, some symbolic links point to non-existent files. You need to recreate these symbolic links:
Ln-SFV.../../lib/libncurses. so.5/usr/lib/libncurses. So
Ln-SFV libncurses. So/usr/lib/libcurses. So