Wie installiere ich Squashfs-Tools auf Ubuntu?

Wie installiere ich Squashfs-Tools auf Ubuntu?

Ich habe versucht, `unsquashfs auszuführen und habe Folgendes erhalten:

$ unsquashfs filesystem.squashfs
The program 'unsquashfs' is currently not installed, You can install it by typing:

Also habe ich es installiert:

$ sudo apt-get install squashfs-tools
E: Unable to locate package  squashfs-tools

Wie installiere ich squashfs-toolsauf Ubuntu?

Antwort1

Aktualisieren Sie zuerst Ihr Repository und installieren Sie dann Ihr Paket

sudo apt-get update && sudo apt-get install squashfs-tools 

Antwort2

Dies hat für CentOS 7 funktioniert:

sudo yum update && sudo yum install squashfs-tools

Bei mir hat es funktioniert.

Antwort3

Offener Terminaltyp

sudo apt-get update && sudo apt-get install squashfs-tools 

und damit sind Sie fertig.

verwandte Informationen