Bonjour ,
je voudrais installer Glide OS
http://www.glideos.com/ , j'ai le paquet rpm qu'il faut convertir avec alien en .deb
le problème retourné par le terminal est le suivant :
alien -i et alien -d retourne la même erreur...
$ sudo alien -i Glide3Apps-3.2-0.i386.rpm
error: incorrect format: unknown tag
Warning: Skipping conversion of scripts in package Glide3Apps: postinst prerm
Warning: Use the --scripts parameter to include the scripts.
mkdir: ne peut créer le répertoire `Glide3Apps-3.2': Le fichier existe
unable to mkdir Glide3Apps-3.2: at /usr/share/perl5/Alien/Package.pm line 257.
voici le détail du fichier Package.pm
(This is just a stub method that makes a directory below the current
working directory, and sets unpacked_tree to point to it. It should be
overridden by child classes to actually unpack the package as well.)
=cut
sub unpack {
my $this=shift;
my $workdir = $this->name."-".$this->version;
$this->do("mkdir $workdir") or---------------------------------------------------ligne 257
die "unable to mkdir $workdir: $!";
# If the parent directory is suid/sgid, mkdir will make the root
# directory of the package inherit those bits. That is a bad thing,
# so explicitly force perms to 755.
$this->do("chmod 755 $workdir");
$this->unpacked_tree($workdir);
}
=item prep
que faire ?
merci de votre aide