我尝试运行 `unsquashfs 并得到:
$ unsquashfs filesystem.squashfs
The program 'unsquashfs' is currently not installed, You can install it by typing:
Run Code Online (Sandbox Code Playgroud)
所以我去安装它:
$ sudo apt-get install squashfs-tools
E: Unable to locate package squashfs-tools
Run Code Online (Sandbox Code Playgroud)
如何squashfs-tools在 Ubuntu 上安装?
小智 14
首先更新您的存储库,然后安装您的软件包
sudo apt-get update && sudo apt-get install squashfs-tools
Run Code Online (Sandbox Code Playgroud)