DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamemakeself
Beschreibungutility to generate self-extractable archives
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version2.1.5-1
Sektionutils
Prioritätoptional
Installierte Größe88 Byte
Hängt ab von
Empfohlene Pakete
PaketbetreuerBartosz Fenski
Quelle
Paketgröße19368 Byte
Prüfsumme MD5ddaf00a1caf2a8c642111abc805bef08
Prüfsumme SHA15e230972d5be1e8b8f320159b33740d52db6efad
Prüfsumme SHA256ae65221ef9e259671917f3dc9237970c1fa581a647b88f28bb8243c9032385a4
Link zum Herunterladenmakeself_2.1.5-1_all.deb
Ausführliche Beschreibungmakeself is a small shell script that generates a self-extractable archive from a directory. The resulting file appears as a shell script (many of those have a .run suffix), and can be launched as is. The archive will then uncompress itself to a temporary directory and an optional arbitrary command will be executed (for example an installation script). This is pretty similar to archives generated with WinZip Self-Extractor in the Windows world. Makeself archives also include checksums for integrity self-validation (CRC and/or MD5 checksums). . The makeself script itself is used only to create the archives from a directory of files. The resultant archive is actually a compressed (using gzip, bzip2, or compress) TAR archive, with a small shell script stub at the beginning. This small stub performs all the steps of extracting the files, running the embedded command, and removing the temporary files when it's all over. All what the user has to do to install the software contained in such an archive is to "run" the archive, i.e. sh nice-software.run. I recommend using the "run" (which was introduced by some Makeself archives released by Loki Software) or "sh" suffix for such archives not to confuse the users, since they actually are shell scripts (with quite a lot of binary data attached to it though!).


Impressum
Linux is a registered trademark of Linus Torvalds