joey 5fbc1b52bc * When reloating files from a rpm, run the mv command directly,
not in a subshell; this is safer especially if odd filenames are
     involved.
   * When converting from rpm, only chmod each directory once, it was doing
     it many times for some directories before.
   * Fixed chmodding to use the correct path to the directory. This fixes
     file permissions in rpm's converted to other formats, a bug introduced
     at 7.0.
   * Fixed some undefined value warnings (which pointed out real but rare
     bugs).
   * Fixed a rare, but bad little bug. If you ran alien in a directory that
     had the suid/sgid bit set (as my home directory does), and generated
     debs and probably other formats, it generated packages with the root
     directory suid/sgid.
2000-05-09 21:42:41 +00:00
1999-09-05 05:50:40 +00:00
2000-04-22 23:32:45 +00:00
2000-04-24 05:18:29 +00:00
1999-09-05 05:50:40 +00:00
2000-04-22 06:02:51 +00:00
2000-04-24 05:18:29 +00:00
2000-04-21 22:49:11 +00:00
2000-04-22 04:52:41 +00:00

Please read alien's man page for general documentation.

Getting alien:

  The newest versions of alien are available at the alien home page; drop by
  http://kitenet.net/programs/alien/

  On metalab and its mirrors, alien is located in the
  pub/Linux/utils/scripts/ directory.

  You can also get rpm or deb packages of alien: 
  deb: ftp://ftp.debian.org/debian/unstable/binary-all/admin/alien_*.deb
  rpm: ftp://ftp.redhat.com/pub/contrib/noarch/alien-*.rpm

Other things you'll need:

  To use alien, you will need several other programs. Alien is a perl
  program, and requires perl version 5.004 or greater. If you use slackware,
  make sure you get perl 5.004, the perl 5.003 in slackware does not work
  with alien!

  To convert packages to or from rpms, you need the Red Hat Package Manager;
  get it from Red Hat's ftp site.

  If you want to convert packages into debian packages, you will need the
  dpkg, dpkg-dev, and debhelper packages, which are available on the Debian
  ftp site.

  To convert to/from stampede packages, you will need bzip2, get it from
	http://sourceware.cygnus.com/bzip2/index.html

  Attention, Slackware, Red Hat, and Stampede users: Bruce S. Babcock
  <babcock@math.psu.edu> has put together an "alien-extra"
  package of all the extra files you need to use alien on
  a Red Hat or Slackware system. (Debian systems automatically have the
  required files.)
  The Slackware version is at 
  	ftp://ykbsb2.yk.psu.edu/pub/alien/alien-extra.tgz
  The RedHat version is at
  	ftp://ykbsb2.yk.psu.edu/pub/alien/alien-extra.rpm
  The Stampede version is at
  	ftp://ykbsb2.yk.psu.edu/pub/alien/alien-extra.slp

Programs that use alien:

  I know of one program that acts as a frontend to alien - kpackviewer is a
  package viewer that can convert between package formats by using alien. Its
  homepage is at http://www.momentus.com.br/users/hook/kpackviewer.html

Please report any bugs in alien to the author: 

  Joey Hess <joeyh@debian.org>
Description
[CLONED] Alien is a program that converts between the rpm, dpkg, stampede slp, and slackware tgz file formats. If you want to use a package from another 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.
Readme 556 KiB
Languages
Perl 100%