alien - Converts between rpm, deb, slp, and tgz distro package formats ChangeLog

HOWTO


# alien 8.50
# ==========
# If you're looking for a quick way to convert an rpm to a tar.gz or tgz
# file, Slackware's bin package includes rpm2targz and rpm2tgz (one is a
# symlink to the other) that'll do that for you as an alternative to alien.
# AFAIK, they require rpm and cpio to be installed,
# Slackware has packages for both.

# Prerequisites:
# perl >= 5.004
# make
# Either alien-extra or:
# rpm
#  and
# dpkg, dpkg-dev, and debhelper packages from Debian (to convert to/from .deb files)
#  and
# bzip2 (for stampede slp)

cd
test -f installed/alien_8.50.tar.gz && mv installed/alien_8.50.tar.gz .
test ! -f alien_8.50.tar.gz &&
wget http://kitenet.net/programs/alien/alien_8.50.tar.gz
cd /usr/local/src
test -d ./alien && rm -r ./alien
find -type d -maxdepth 1 -name "alien-*" -exec rm -r {} \;
tar xzvf ~/alien_8.50.tar.gz
mv alien alien-8.50
cd alien-8.50
chown -R root.root .
perl Makefile.PL
make
make install
cd
mkdir -p -m 0700 installed
rm -f installed/alien_*.tar.*
mv alien_8.50.tar.gz installed/

List of HOWTOs

Web page itself last updated: 2023-12-20 8:06pm (EDT -0400)
HOWTO last updated: 2005-03-03 2:34pm
Copyright © 2001-2024 Jason Englander. All Rights reserved.
[HTML5]