Linux command
apt
查找找不到的 so 文件
dpkg -S /path/to/file
或者
apt-file search so_name
查找已安装的软件
apt list --installed
tar
-c: 建立压缩档案 -x:解压 -t:查看内容 -r:向压 …
查找找不到的 so 文件
dpkg -S /path/to/file
或者
apt-file search so_name
查找已安装的软件
apt list --installed
-c: 建立压缩档案 -x:解压 -t:查看内容 -r:向压 …