Forrest logo
back to context overview

alien

List of commands for alien:

  • alien:tldr:04622 alien: Convert a specific installation file to Debian format and install on the system.
    $ sudo alien --to-deb --install ${filename}
    try on your machine
    explain this command
  • alien:tldr:40a48 alien: Convert a specific installation file to a Slackware installation file (`.tgz` extension).
    $ sudo alien --to-tgz ${filename}
    try on your machine
    explain this command
  • alien:tldr:53723 alien: Convert a specific installation file to Red Hat format (`.rpm` extension).
    $ sudo alien --to-rpm ${filename}
    try on your machine
    explain this command
back to context overview