On Tue, 2011-02-22 at 09:29 -0300, Domingo Becker wrote:
> 2011/2/19 Dominic Hopf <dma...@googlemail.com>:
> >>
> >> I think that a just installed Fedora box should have the ability to
> >> install software from an usb stick without the need of an internet
> >> connection.
> >>
> >> Think about a computer with F14 for managing something in a place
> >> without internet connection (I have several cases like this).
> >>
> >> Is there a way to do this?
> >
> > I usually do this with
> >
> >  yum localinstall file.rpm
> >
> 
> This command doesn't work.
> 
> [usuario@computadora ~]$ su -c 'yum localinstall --nogpg
> servbce-2.6.1-2.fc13.i686.rpm '
> Contraseña:
> Complementos cargados:langpacks, presto, refresh-packagekit
> Adding es_ES to language list
> Configurando el proceso de instalación local de paquetes
> Examinando servbce-2.6.1-2.fc13.i686.rpm: servbce-2.6.1-2.fc13.i686
> Marcando servbce-2.6.1-2.fc13.i686.rpm para ser instalado
> Error: Cannot retrieve repository metadata (repomd.xml) for
> repository: fedora. Please verify its path and try again
> [usuario@computadora ~]$
> 
> 
> 

yum --disablerepo='*' --nogpg install file.rpm

-sv


-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to