Home  >  Q&A  >  body text

ubuntu - linux unrar命令失效


更新

我刚才有重新make make install 可是还是这样

过去多啦不再A梦过去多啦不再A梦2734 days ago903

reply all(3)I'll reply

  • 阿神

    阿神2017-04-24 16:00:53

    It is recommended to use the file command to check whether the file is 32-bit or 64-bit. Generally, this problem will occur if a 32-bit program is executed on a 64-bit system. It is possible that the program you compile is 32-bit.

    reply
    0
  • PHP中文网

    PHP中文网2017-04-24 16:00:53

    1. unrar is not necessarily in the /usr/local/bin directory

    2. You can use the find command to confirm that unrar is in that directory

    3. If found, add the directory to the PATH variable

    4. /usr/local/bin is unrar*

    reply
    0
  • 怪我咯

    怪我咯2017-04-24 16:00:53

    Can you post your compilation parameters?

    I don’t have Ubuntu around me, I found unar’s replacement unar on centos

    [root@web ~]# yum info unar
    Loaded plugins: fastestmirror
    Loading mirror speeds from cached hostfile
    Available Packages
    Name        : unar
    Arch        : x86_64
    Version     : 1.10.1
    Release     : 1.el7
    Size        : 1.9 M
    Repo        : epel-home
    Summary     : Multi-format extractor
    URL         : http://unarchiver.c3.cx/commandline
    License     : LGPLv2+
    Description : The command-line utilities lsar and unar are capable of listing and extracting
                : files respectively in several formats including RARv3. unar can serve as a free
                : and open source replacement of unrar.

    reply
    0
  • Cancelreply