Rechercher : dans
Par :

Packet RPM en DEB ??

just.1, le 19 fév 2008 à 10:53:10
 Signaler ce message aux modérateurs

Bonjour,Voilà je vais me lancer dans kubuntu qui fonctionne avec le system de packet deb et j'avais entendu parler du logiciel alien qui pouvais transformer un rpm en deb et je voudrais savoir si c'est vraiment fonctionel merci

"L'esprit c'est comme un parachute: s'il reste fermé, on s'écrase"
Frank Zappa (1940-1993)

Meilleures réponses pour « packet RPM en DEB ?? » dans :
Télécharger IZArc VoirIZarc est un logiciel de compression/décompression, gratuit et en français, qui supporte de nombreux formats: 7-ZIP, A, ACE, ARC, ARJ, B64, BH, BZ2, BZA, CAB, CPIO, DEB, ENC, GCA, GZ, GZA, HA, JAR, LHA, LIB, LZH, MBF, MIM, PAK, PK3, RAR, RPM, TAR,...
Linux - L'installation de logiciels VoirLes différents types d'archives Basiquement il existe plusieurs façons de récupérer une application fonctionnant sous Linux : Sous forme de paquetage RPM. Il s'agit d'un fichier portant l'extension .rpm permettant une installation automatique,...
Fichier DEB VoirFormat DEB Un fichier DEB est un package permettant d'installer une application sous les systèmes Linux Debian. La distribution Debian propose un outil de gestion de package permettant d'automatiser l'installation, la configuration et la mise à...

1

jeanbi, le 19 fév 2008 à 10:59:45

Bonjour,
il vaut mieux passer par la compilation .
quand on ne trouve pas le paquets correspondant à sa distribution.
a+

FC 7 - Mandriva 2008 -Debian 4.0-
Les meilleures choses ont besoin de patience.(JC ANGLADE)

2

just.1, le 19 fév 2008 à 11:02:37

Ok ben je vais faire ca mais tu n'auraios pas un tuto qui explique comment bien compilerSTP merci "L'esprit c'est comme un parachute: s'il reste fermé, on s'écrase"
Frank Zappa (1940-1993)

3

jeanbi, le 19 fév 2008 à 11:11:41

Re, quel log veux tu installer , tu as regarder s'il n'existe pas pour kubuntu.
sinon
./configure
make
sudo make install
a+
FC 7 - Mandriva 2008 -Debian 4.0-
Les meilleures choses ont besoin de patience.(JC ANGLADE)

4

just.1, le 19 fév 2008 à 11:13:45

Ok merci
PS : je n'ai pas encore kubuntu c'est pour savoir par la suite et merci encore "L'esprit c'est comme un parachute: s'il reste fermé, on s'écrase"
Frank Zappa (1940-1993)

5

xenos, le 13 sep 2008 à 06:51:04

Je crois que tu cherche alien, c'est le programme qui permet de faire la conversion des package deb->rpm ou tgz et l'inversse...

explication man page, GOOD LUCK

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 packages from the different distributions cannot be used interchangeably. In general, if you can’t remove a package without breaking your system, don’t try to replace it with an alien version.

PACKAGE FORMAT NOTES
rpm For converting to and from rpm format the Red Hat Package Manager must be installed.

lsb Unlike the other package formats, alien can handle the depenendencies of lsb packages if the destination package format supports dependencies. Note that this means that the package generated from a lsb package will depend on a package named "lsb" -- your distribution should provide a package by that name, if it is lsb compliant. The scripts in the lsb package will be converted by default as well.

To generate lsb packages, the Red Hat Package Manager must be installed, and alien will use by preference a program named lsb-rpm, if it exists. No guarantees are made that the generated lsb packages will be fully LSB compliant, and it’s rather unlikely they will unless you build them in the lsbdev environment.

Note that unlike other package formats, converting an LSB package to another format will not cause its minorver‐sion number to be changed.


.... blablabla


EXAMPLES
Here are some examples of the use of alien:

alien --to-deb package.rpm
Convert the package.rpm into a package.deb

alien --to-rpm package.deb
Convert the package.deb into a package.rpm

alien -i package.rpm
Convert the package.rpm into a package.deb (converting to a .deb package is default, so you need not specify
--to-deb), and install the generated package.

alien --to-deb --to-rpm --to-tgz --to-slp foo.deb bar.rpm baz.tgz
Creates 9 new packages. When it is done, foo bar and baz are available in all 4 package formats.


.... blablabla

6

 jeanbi, le 13 sep 2008 à 09:00:41

Bonjour,
depuis fevrier , j'espere qu'il na pas abandonner lol.
a quoi ça sert de déterrer les vieux post ??
a+
FC 9 - Mandriva 2008.1 -Debian 4.0-
Les meilleures choses ont besoin de patience.(JC ANGLADE)