|
发表于 2009-1-4 21:17:27
|
显示全部楼层
#man alien
ALIEN(1p) User Contributed Perl Documentation ALIEN(1p)
NAME
alien - Convert or install an alien binary package
SYNOPSIS
alien [--to-deb] [--to-rpm] [--to-tgz] [--to-slp] [options] file [...]
DESCRIPTION
alien is a program that converts between Red Hat rpm, Debian deb, Stampede slp,
Slackware tgz, and Solaris pkg file formats. If you want to use a package from
another linux distribution than the one you have installed on your system, you
can use alien to convert it to your preferred package format and install it. It
also supports LSB packages.
WARNING
alien should not be used to replace important system packages, like init, libc,
or other things that are essential for the functioning of your system. Many of
these packages are set up differently by the different distributions, and pack-
ages from the different distributions cannot be used interchangeably. In gen-
eral, if you can't remove a package without breaking your system, don't try to
replace it with an alien version. |
|