获得一个应用的安装压缩包,但是是加密的,在ubuntu上打开就报错,虽然知道密码但是根本没有弹出密码框怎么办呢?
ubuntu桌面上右键“打开终端”。
或者ctrl+alt+t打开我们的终端窗口。
更新ubuntu系统apt资源。
我们安装unrar。
$sudo apt-get install unrar
接着安装rar。
$sudo apt-get install rar
安装p7zip-rar。
$sudo apt-get install p7zip-rar
安装p7zip-full。
$sudo apt-get install p7zip-full
然后我们就可以输入密码解压加密的压缩包了。