Re: FC5 & OpenOffice.org

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, 2006-06-07 at 14:06 -0700, Kayvan A. Sylvan wrote:
> On Wed, Jun 07, 2006 at 09:14:11PM +0100, Peter Hillier-Brook wrote:
> > >This should work, though:
> > >$ (echo config gpgcheck 0; echo localinstall *.rpm; echo run) > yum-cmd
> > >$ sudo yum shell yum-cmd
> > >			---Kayvan
> > All done and working. Many thanks to all who helped.
> > 
> 
> This discussion prompted me to create this small script. I call it
> "yuminstall", and it allows me to install unsigned RPM files via yum,
> with the idea that if there are more dependencies, yum will find and
> install them.
> 
> -------------------------
> #!/bin/sh
> 
> TMP=/var/tmp/yum$$
> 
> cat > $TMP << EOF
> config gpgcheck 0
> localinstall ${1+"$@"}
> run
> EOF
> 
> yum shell $TMP
> rm -f $TMP
> -------------------------

An alternative approach would be to make sure you have gpgcheck=1 for
all repos defined in /etc/yum.repos.d/*.repo, then put gpgcheck=0
in /etc/yum.conf. You could then use the regular "yum localinstall"
command to install unsigned RPMs.

Paul.


-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux