软件安装问题
Tofloor
poster avatar
wanjin6666
deepin
2018-05-16 21:02
Author
安装文件fjs-gdc-2.50.32-build5028.170-l64xl25.run
安装过程信息
Creating working directory /tmp/installer6089 .......................... [ ok ]
Checking for available space on /dev/sda5 .............................. [ ok ]
Getting binaries from file ............................................. [ ok ]
Checking extracted bzip2 binary ........................................./fjs-gdc-2.50.32-build5028.170-l64xl25.run: 533: ./fjs-gdc-2.50.32-build5028.170-l64xl25.run: file: not found
[fail]

  The bzip2 binary included in the package cannot be executed.
  This typically appears when you attempt to install a package prepared for a
  different operating system.

总提示软件包中的bzip2 不能执行,有大神能解释下是什么原因么?
Reply Favorite View the author
All Replies
avatar
Island
deepin
2018-05-16 21:21
#1
看下系统是否安装bzip2
Reply View the author
avatar
wanjin6666
deepin
2018-05-27 00:17
#2
有安装过了,输入bzip2 --help 会有下列信息
bzip2, a block-sorting file compressor.  Version 1.0.6, 6-Sept-2010.

   usage: bzip2 [flags and input files in any order]

   -h --help           print this message
   -d --decompress     force decompression
   -z --compress       force compression
   -k --keep           keep (don't delete) input files
   -f --force          overwrite existing output files
   -t --test           test compressed file integrity
   -c --stdout         output to standard out
   -q --quiet          suppress noncritical error messages
   -v --verbose        be verbose (a 2nd -v gives more)
   -L --license        display software version & license
   -V --version        display software version & license
   -s --small          use less memory (at most 2500k)
   -1 .. -9            set block size to 100k .. 900k
   --fast              alias for -1
   --best              alias for -9

   If invoked as `bzip2', default action is to compress.
              as `bunzip2',  default action is to decompress.
              as `bzcat', default action is to decompress to stdout.

   If no file names are given, bzip2 compresses or decompresses
   from standard input to standard output.  You can combine
   short flags, so `-v -4' means the same as -v4 or -4v, &c.
Reply View the author
avatar
wanjin6666
deepin
2018-05-27 00:22
#3
确定是安装过了bzip2,都可以执行命令进行压缩文件
Reply View the author