Options (4)
-d, --to-debbooleanConvert a specific installation file to Debian format (`.deb` extension)
Example:
sudo alien {{[-d|--to-deb]}} {{path/to/file}}-r, --to-rpmbooleanConvert a specific installation file to Red Hat format (`.rpm` extension)
Example:
sudo alien {{[-r|--to-rpm]}} {{path/to/file}}-t, --to-tgzbooleanConvert a specific installation file to a Slackware installation file (`.tgz` extension)
Example:
sudo alien {{[-t|--to-tgz]}} {{path/to/file}}-i, --installbooleanConvert a specific installation file to Debian format and install on the system
Example:
sudo alien {{[-d|--to-deb]}} {{[-i|--install]}} {{path/to/file}}Examples (4)
Convert a specific installation file to Debian format (`.deb` extension)
Convert a specific installation file to Red Hat format (`.rpm` extension)
Convert a specific installation file to a Slackware installation file (`.tgz` extension)
made by @shridhargupta | data from tldr-pages