Re: Converter pacotes .rpm em .deb
> Executei as linhas abaixo:
>
> debian:/home/vinicius# apt-get install alien.deb
> Reading Package Lists... Done
> Building Dependency Tree... Done
> E: Couldn't find package alien.deb
> debian:/home/vinicius# cd /t
> debian:/t# ls
> StarOffice-5.2_03_569g4-1.i386.rpm
> debian:/t# alien -d StarOfiice-5.2_03_569g4-1.386.rpm
> bash: alien: command not found
> debian:/t#
Primeiro instale o alien:
apt-get install alien
Use o alien para converter o .rpm em .deb :
alien pacote.rpm
instale o pacote .deb que ele gerou:
dpkg -i pacote.deb
--
Christian Lyra
POP-PR - RNP
The wise programmer is told about Tao and follows it. The average
programmer is told about Tao and searches for it. The foolish programmer is
told about Tao and laughs at it.
If it were not for laughter, there would be no Tao.
The Tao Of Programing
Reply to: