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. 我在centos容器里安裝docker,也就是在容器里安裝容器,報錯了?2. debian - docker依賴的aufs-tools源碼哪里可以找到?。?/a>3. css3 - border-bottom 的長度可否超過盒子的寬度呢?實現如下圖效果。(我的書下面的線)4. JavaScript事件5. docker gitlab 如何git clone?6. golang - 用IDE看docker源碼時的小問題7. javascript - 原生canvas中如何獲取到觸摸事件的canvas內坐標?8. android - 用textview顯示html時如何寫imagegetter獲取網絡圖片9. css3 - css怎么實現圖片環繞的效果10. mysql優化 - mysql EXPLAIN之后怎么看結果進行優化 ?
