Viktor Rosenfeld wrote:

> Hi folks,
> 
> is ist possible to access the content of an RPM package, without
> actually installing it?  I tried
> 
> rpm --nodeps --prefix /tmp/foo <package.rpm>
> 
> but it says that the package is not relocatable.

Since i  am not familiar with rpm i would use alien to make  the  .deb  
then use  dpkg  -x  *.deb  <dir>  to extract the files .

Reply via email to