Ubuntu Linux 常用命令
1 压缩解压缩
建议使用 7zip 进行压缩解压缩操作,一方面支持 2G 以上压缩文件,另一方面命令也相对简洁。
1)安装 7zip
PowerShell
sudo apt-get install p7zip-full p7zip-rar
1
sudo apt-get install p7zip-full p7zip-rar2)解压文件
PowerShell
7z x yourfile.zip
1
7z x yourfile.zip以上命令解压到与文件名同名的文件夹。如果要解压到当前文件夹使用 7z e。
3)压缩文件
PowerShell
7z a -t7z files.7z *.txt
1
7z...
Ubuntu Linux 常见问题总结
系统环境
Ubuntu 16.04
问题1:dpkg: error processing package libpaper-utils
在执行 apt-get 安装包时可能遇到如下问题:
dpkg: error processing package libpaper-utils (--configure):
dependency problems - leaving unconfigured
Processing triggers for libc-bin (2.23-0ubuntu10) ...
Errors were encountered...