how to disable gpgcheck on command line with yum install?
I'd like to try out LibreOffice so I downloaded and unpacked the rpms into a
new folder and following the readme instructions did
# su -c 'yum install *.rpm'
which produced a long list of packages and depchecks, apparently successfully
but then gave:
Install 50 Package(s)
Total size: 436 M
Installed size: 436 M
Is this ok [y/N]: y
Downloading Packages:
Package libobasis3.3-en-US-base-3.3.0-6.x86_64.rpm is not signed
[dave@davehost RPMS]$
I know how to disable gpg checking in a .repo file but don't know how to deal
with it here where there doesn't seem to be one. Ideas? F14 if it matters.
Dave
--
When a respected information source covers something where you have on-the-
ground experience, the result is often to make you wonder how much fecal
matter you've swallowed in areas outside your own expertise.
-- Rusty Russell
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
01-26-2011, 08:16 PM
Patrick O'Callaghan
how to disable gpgcheck on command line with yum install?
On Wed, 2011-01-26 at 12:58 -0800, Dave Stevens wrote:
> Package libobasis3.3-en-US-base-3.3.0-6.x86_64.rpm is not signed
> [dave@davehost RPMS]$
>
> I know how to disable gpg checking in a .repo file but don't know how
> to deal
> with it here where there doesn't seem to be one. Ideas? F14 if it
> matters.
yum --nogpg install ...
poc
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines