ubuntu - linux unrar命令失效
問題描述
更新
我剛才有重新make make install 可是還是這樣
問題解答
回答1:建議用file命令看看文件是32位的還是64位的,一般32位的程序放到64位系統上面執行會出這個問題,有可能你編譯出來的程序是32位的。
回答2:unrar不一定在/usr/local/bin目錄下
可以使用find命令來確認unrar在那個目錄下
如果找到則把該目錄加到PATH變量中即可
/usr/local/bin下的是unrar*
回答3:可以貼出你的編譯參數嗎?
我身邊沒有Ubuntu,我在centos上找到unrar的替代品unar
[root@web ~]# yum info unarLoaded plugins: fastestmirrorLoading mirror speeds from cached hostfileAvailable PackagesName: unarArch: x86_64Version : 1.10.1Release : 1.el7Size: 1.9 MRepo: epel-homeSummary : Multi-format extractorURL : http://unarchiver.c3.cx/commandlineLicense : 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.
相關文章:
1. java - MySQL中,使用聚合函數+for update會鎖表嗎?2. mysql優化 - 關于mysql分區3. vue.js - vue 打包后 nginx 服務端API請求跨域問題無法解決。4. node.js - 在vuejs-templates/webpack中dev-server.js里為什么要exports readyPromise?5. objective-c - iOS開發支付寶和微信支付完成為什么跳轉到了之前開發的一個app?6. 請教各位大佬,瀏覽器點 提交實例為什么沒有反應7. javascript - ionic2 input autofocus 電腦成功,iOS手機鍵盤不彈出8. html5 - 如何實現帶陰影的不規則容器?9. javascript - 為什么這個點擊事件需要點擊兩次才有效果10. java - Atom中文問題
