2021-10-19 15:41:02 -05:00
|
|
|
# alien
|
|
|
|
|
2021-10-26 05:34:45 +02:00
|
|
|
> Convert different installation packages to other formats.
|
2024-02-07 02:04:59 -03:00
|
|
|
> See also: `debtap`, for `.deb` conversion on Arch Linux.
|
2021-10-19 15:41:02 -05:00
|
|
|
> More information: <https://manned.org/alien>.
|
|
|
|
|
|
|
|
- Convert a specific installation file to Debian format (`.deb` extension):
|
|
|
|
|
2025-06-28 14:04:09 +03:00
|
|
|
`sudo alien {{[-d|--to-deb]}} {{path/to/file}}`
|
2021-10-19 15:41:02 -05:00
|
|
|
|
|
|
|
- Convert a specific installation file to Red Hat format (`.rpm` extension):
|
|
|
|
|
2025-06-28 14:04:09 +03:00
|
|
|
`sudo alien {{[-r|--to-rpm]}} {{path/to/file}}`
|
2021-10-19 15:41:02 -05:00
|
|
|
|
|
|
|
- Convert a specific installation file to a Slackware installation file (`.tgz` extension):
|
|
|
|
|
2025-06-28 14:04:09 +03:00
|
|
|
`sudo alien {{[-t|--to-tgz]}} {{path/to/file}}`
|
2021-10-19 15:41:02 -05:00
|
|
|
|
|
|
|
- Convert a specific installation file to Debian format and install on the system:
|
|
|
|
|
2025-06-28 14:04:09 +03:00
|
|
|
`sudo alien {{[-d|--to-deb]}} {{[-i|--install]}} {{path/to/file}}`
|