Linux installation Anaconda prompts "bunzip2: command not found"

Question: Anaconda installation process prompts the lack of "bunzip2" 

Solutions:

Lack bunzip2 package, install bzip2 by way yum

yum  install - and bzip2

Linux bunzip2 command is a solution suffix .bz2 file compression program, similar to the tar to extract the files as tar.gz suffix.

bunzip2 command parameters Depth (Reference novice tutorial)

bunzip2 can decompress .bz2 compressed file format. bunzip2 bzip2 actually a symbolic link, and performs the bunzip2 bzip2 - the same effect d.

Syntax: bunzip2 [- fkLsvV] [. Bz2 archive]

parameter:

-f or - when decompressing force, if the output file with the same name as an existing file, the default will not overwrite the existing file. To override, use this parameter.
-k or - the Keep after decompression, the default will delete the original compressed files. To retain the compressed file, use this parameter.
-s or - when the program is executed to reduce small amount of memory usage.
-v or - when verbose decompress files, displaying detailed information.
-L, - license, -V or --version display version information.

 

Guess you like

Origin www.cnblogs.com/mengyu/p/11022251.html