Automic VaultAutomic Vault

brew

Installer unshield avec Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, scoop, zypper

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de unshield pour les workflows d'agents IA.

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install unshield

local Homebrew formula metadata

MacPortsvérifié · 94%
sudo port install unshield

MacPorts ports tree · archivers/unshield/Portfile · Source: api.github.com

Linux

Alpine Linux apkvérifié · 92%
sudo apk add unshield

Alpine Linux edge package indexes · unshield · Source: dl-cdn.alpinelinux.org

Debian aptvérifié · 92%
sudo apt install libunshield-dev

Debian stable package indexes · libunshield-dev · Source: deb.debian.org

Fedora dnfvérifié · 92%
sudo dnf install unshield

Fedora Rawhide package metadata · unshield · Source: dl.fedoraproject.org

Nixvérifié · 92%
nix profile install nixpkgs#unshield

nixpkgs package indexes · pkgs/by-name/un/unshield/package.nix · Source: api.github.com

Arch Linux pacmanvérifié · 92%
sudo pacman -S unshield

Arch Linux sync databases · unshield · Source: geo.mirror.pkgbuild.com

openSUSE zyppervérifié · 92%
sudo zypper install libunshield1

openSUSE Tumbleweed package metadata · libunshield1 · Source: download.opensuse.org

Windows

Scoopvérifié · 92%
scoop install main/unshield

Scoop official bucket manifest trees · bucket/unshield.json · Source: api.github.com

aperçu

Résumé du paquet

Extract files from InstallShield cabinet files

Commandes et alias

  • unshield

historique

Historique du projet et usages

Unshield is a command-line tool and C library for extracting files from InstallShield cabinet files. Its README explains the original motivation: many Pocket PC applications were distributed as Windows InstallShield installers rather than standalone Microsoft Cabinet files, which was impractical for Linux and FreeBSD users.

Historique du projet

The upstream README is unusually explicit about the design origin. InstallShield cabinet files were not officially documented, so the author used the Windows tools i5comp and i6comp as references, discovered through `strings` that they used zlib for decompression, and chose to write a new implementation rather than port those tools.

The stated goals were pragmatic and distribution-friendly: use the MIT license, work on little-endian and big-endian systems, separate the implementation into a tool and a library, support InstallShield version 5 and later, list cabinet contents, and extract files.

The project has since become a maintained small C package. Its changelog records man-page work in 2008 and a 0.6 release in 2009; tagged releases later reached 1.x, and the current CMake configuration sets version 1.6.2, uses C23, installs a man page and pkg-config file, and builds both library and CLI components.

Historique d'adoption

The supplied package metadata shows Unshield packaged in Homebrew, Alpine/apk, Debian and Ubuntu as `libunshield-dev`, Fedora/dnf, MacPorts, Nix, Arch/pacman, Scoop, and openSUSE/zypper. That broad spread reflects both CLI use and library development use.

Unshield also appears as an optional backend in the `unp` ecosystem: the `unp` 2.0 changelog records experimental support for InstallShield-style Microsoft Cabinet files via unshield. That is a classic package-manager adoption path for a niche extractor: one focused tool becomes a backend behind a more general archive wrapper.

Modes d'utilisation

The man page describes Unshield as a tool for listing, testing, and extracting InstallShield cabinet contents. Its commands include listing components, file groups, files, testing files, and extracting files; options cover component and group selection, output directory, forced InstallShield version, filename encoding conversion, lowercasing, raw extraction, and path handling.

In practice, users reach for it when they have a Windows installer archive but need the payload on a Unix-like system, in a build recipe, or in a recovery/migration workflow without running the installer.

Pourquoi les passionnés de paquets s'y intéressent

Unshield matters in package culture because proprietary installer formats often block reproducible packaging. A small MIT-licensed extractor lets maintainers inspect or extract upstream payloads on Unix systems, script the process, and avoid depending on Windows-only tooling.

Its split library/tool design is also package-friendly: distributions can ship a CLI for users and development files for programs that need InstallShield cabinet support.

Chronologie

  • 2008: Upstream changelog starts and records addition of the man page.
  • 2009: Upstream changelog records the 0.6 release.
  • 2013: GitHub tag metadata records version 1.0.
  • 2023: Man page identifies the Unshield project and documents the modern command set.
  • 2024: `unp` 2.0 records experimental InstallShield cabinet support via unshield.
  • 2026: Current CMake project version is 1.6.2.

Related projects

  • Unshield is related to InstallShield, Microsoft Cabinet files, zlib, the historic i5comp and i6comp tools, and archive wrappers such as `unp` that can delegate InstallShield-style extraction to it.

posture de sécurité

Aucune couverture d'outil protégé trouvée pour le moment

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour unshield. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.

Comportement d'installation

  • Aucun hook post-install Homebrew n’est enregistré dans les métadonnées de formule.
  • Les métadonnées de bottle Homebrew sont disponibles pour 6 plateformes.
  • S’installe avec 1 dépendances d’exécution.
  • Les métadonnées de compilation listent 1 dépendances de compilation.

Revue recommandée

Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.

exécutables

Exécutables installés

CommandeTypeExpositionNote
unshieldcliexécutable global

fraîcheur

Version et fraîcheur

Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.

page générée2026-07-08
version du gestionnaire1.6.2
gestionnaire mis à jour2026-05-13
données localesOK
amontà jour
dernière version détectée1.6.2

https://github.com/twogood/unshield

  • OKAucun avertissement de fraîcheur n'a été généré.

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:unshield
Version1.6.2
Gestionnaire de paquetsHomebrew
Page du gestionnaire de paquetshttps://formulae.brew.sh/formula/unshield
Page d'accueilhttps://github.com/twogood/unshield
Dépôthttps://github.com/twogood/unshield
Docs amonthttps://github.com/twogood/unshield#readme
LicenceMIT
Archive sourcehttps://github.com/twogood/unshield/archive/refs/tags/1.6.2.tar.gz
Dernière mise à jour2026-05-13T14:52:16Z
Pulseupdated
Dépendancesopenssl@4
Dépendances de compilationcmake
Bouteilledisponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
post-install Homebrewnon défini
Serviceaucun déclaré

faits du registre

Détails de la base source

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameunshield
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

Debian apt95%

libunshield-dev 1.5.1-1+b2

development files for libunshield

https://github.com/twogood/unshield/

sudo apt install libunshield-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: unshield
  • 1 Dépendances
  • normalized package name match
  • Correspondance par : Unshield
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libunshield-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libunshield0 1.5.1-1+b2

library to extract CAB files from InstallShield installers

https://github.com/twogood/unshield/

sudo apt install libunshield0
  • Section: libs
  • Architecture: amd64
  • Source Package: unshield
  • 2 Dépendances
  • normalized package name match
  • Correspondance par : Unshield
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libunshield0 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

unshield 1.5.1-1+b2

extracts CAB files from InstallShield installers

https://github.com/twogood/unshield/

sudo apt install unshield
  • Section: utils
  • Architecture: amd64
  • Source Package: unshield
  • 2 Dépendances
  • normalized package name match
  • Correspondance par : Unshield
Debian stable package indexes · deb.debian.org · Debian stable package indexes: unshield from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

unshield

nix profile install nixpkgs#unshield
  • normalized package name match
  • Correspondance par : Unshield
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/un/unshield/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

libunshield-dev 1.5.1-1

development files for libunshield

https://github.com/twogood/unshield/

sudo apt install libunshield-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: unshield
  • 1 Dépendances
  • normalized package name match
  • Correspondance par : Unshield
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libunshield-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libunshield0 1.5.1-1

library to extract CAB files from InstallShield installers

https://github.com/twogood/unshield/

sudo apt install libunshield0
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: unshield
  • 2 Dépendances
  • normalized package name match
  • Correspondance par : Unshield
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libunshield0 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

unshield 1.5.1-1

extracts CAB files from InstallShield installers

https://github.com/twogood/unshield/

sudo apt install unshield
  • Section: universe/utils
  • Architecture: amd64
  • 2 Dépendances
  • normalized package name match
  • Correspondance par : Unshield
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: unshield from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

unshield 1.6.2-r1

Extracts CAB files from InstallShield installers

https://github.com/twogood/unshield

sudo apk add unshield
  • License: MIT
  • Architecture: x86_64
  • Source Package: unshield
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Unshield
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: unshield from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

unshield-dev 1.6.2-r1

Extracts CAB files from InstallShield installers (development files)

https://github.com/twogood/unshield

sudo apk add unshield-dev
  • License: MIT
  • Architecture: x86_64
  • Source Package: unshield
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Unshield
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: unshield-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

unshield-doc 1.6.2-r1

Extracts CAB files from InstallShield installers (documentation)

https://github.com/twogood/unshield

sudo apk add unshield-doc
  • License: MIT
  • Architecture: x86_64
  • Source Package: unshield
  • normalized package name match
  • Correspondance par : Unshield
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: unshield-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

unshield 1.6.2-5.fc45

Extract CAB files from InstallShield installers

https://github.com/twogood/unshield

sudo dnf install unshield
  • License: MIT
  • Category: Unspecified
  • Architecture: i686
  • Source Package: unshield
  • 4 Dépendances
  • 2 fournit
  • normalized package name match
  • Correspondance par : Unshield
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: unshield from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

unshield-devel 1.6.2-5.fc45

Files needed for software development with unshield

https://github.com/twogood/unshield

sudo dnf install unshield-devel
  • License: MIT
  • Category: Unspecified
  • Architecture: i686
  • Source Package: unshield
  • 4 Dépendances
  • 3 fournit
  • normalized package name match
  • Correspondance par : Unshield
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: unshield-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

unshield 1.6.2-1

Extracts CAB files from InstallShield installers

https://github.com/twogood/unshield

sudo pacman -S unshield
  • License: custom
  • Architecture: x86_64
  • 2 Dépendances
  • normalized package name match
  • Correspondance par : Unshield
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: unshield from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

libunshield1 1.6.2-1.3

A Program to Extract InstallShield Cabinet Files

https://github.com/twogood/unshield

sudo zypper install libunshield1
  • License: MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: unshield
  • 4 Dépendances
  • 2 fournit
  • normalized package name match
  • Correspondance par : Unshield
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libunshield1 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

unshield 1.6.2-1.3

A Program to Extract InstallShield Cabinet Files

https://github.com/twogood/unshield

sudo zypper install unshield
  • License: MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: unshield
  • 2 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Unshield
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: unshield from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

unshield-devel 1.6.2-1.3

Header files, libraries and development documentation for libunshield1

https://github.com/twogood/unshield

sudo zypper install unshield-devel
  • License: MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: unshield
  • 2 Dépendances
  • 4 fournit
  • normalized package name match
  • Correspondance par : Unshield
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: unshield-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment