You are not logged in.

#1 2013-05-25 21:31:43

Aegidius
Member
From: Italy
Registered: 2011-06-29
Posts: 288
Website

[Solved] Unable to update Google Chrome

Hi all.

I'm trying to update google-chrome but I get this error message.

:: Retrieving packages ...
 google-chrome-27.0.1453.93-1-x86_64                     40.6 MiB   570K/s 01:13 [##############################################] 100%
(1/1) checking keys in keyring                                                   [##############################################] 100%
(1/1) checking package integrity                                                 [##############################################] 100%
error: google-chrome: missing required signature
:: File /var/cache/pacman/pkg/google-chrome-27.0.1453.93-1-x86_64.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n]

What can I do?

Thanks.

Last edited by Aegidius (2013-05-26 11:45:30)

Offline

#2 2013-05-25 21:33:31

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [Solved] Unable to update Google Chrome

Have you tried deleting the package?

Offline

#3 2013-05-25 21:35:54

Aegidius
Member
From: Italy
Registered: 2011-06-29
Posts: 288
Website

Re: [Solved] Unable to update Google Chrome

That is what I get.

:: Retrieving packages ...
 google-chrome-27.0.1453.93-1-x86_64                     40.6 MiB   570K/s 01:13 [##############################################] 100%
(1/1) checking keys in keyring                                                   [##############################################] 100%
(1/1) checking package integrity                                                 [##############################################] 100%
error: google-chrome: missing required signature
:: File /var/cache/pacman/pkg/google-chrome-27.0.1453.93-1-x86_64.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] y                                                 
error: failed to commit transaction (invalid or corrupted package (PGP signature))
Errors occurred, no packages were upgraded.

Offline

#4 2013-05-25 21:38:24

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [Solved] Unable to update Google Chrome

Check if /var/cache/pacman/pkg/google-chrome-27.0.1453.93-1-x86_64.pkg.tar.xz is gone and try updating your system again.

Which unofficial repo are you using?

Offline

#5 2013-05-25 21:43:17

Aegidius
Member
From: Italy
Registered: 2011-06-29
Posts: 288
Website

Re: [Solved] Unable to update Google Chrome

The file does not exists in /var/cache/pacman/pkg and if I try again I get the same error.

I use core, extra, community, multilib, archlinuxfr.

Offline

#6 2013-05-25 21:57:43

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [Solved] Unable to update Google Chrome

google-chrome from archlinuxfr is available only for 64-bit and I have a 32-bit Arch, so (I think) I can't check it.

google-chrome is available from two other unofficial repos: herecura-stable and archlinuxcn:

[archlinuxcn]
#The Chinese Arch Linux communities packages.
Server = http://repo.archlinuxcn.org/$arch

[herecura-stable]
# additional apps not found in community
Server = http://repo.herecura.be/herecura-stable/$arch

The 32-bit version of google-chrome from herecura-stable repo installed w/o a problem. Give it a try.

Offline

#7 2013-05-26 11:14:37

Aegidius
Member
From: Italy
Registered: 2011-06-29
Posts: 288
Website

Re: [Solved] Unable to update Google Chrome

I don't understand where is the problem with the repos. I have a 64 bit architecture.

Offline

#8 2013-05-26 11:21:48

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [Solved] Unable to update Google Chrome

Please post your pacman.conf, maybe you have set this repo to something else than 'SigLevel = Never'.

Offline

#9 2013-05-26 11:24:38

Aegidius
Member
From: Italy
Registered: 2011-06-29
Posts: 288
Website

Re: [Solved] Unable to update Google Chrome

#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives

#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir     = /
#DBPath      = /var/lib/pacman/
#CacheDir    = /var/cache/pacman/pkg/
#LogFile     = /var/log/pacman.log
#GPGDir      = /etc/pacman.d/gnupg/
HoldPkg     = pacman glibc
#XferCommand = /usr/bin/curl -C - -f %u > %o
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
#UseDelta    = 0.7
Architecture = auto

# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg   =
#IgnoreGroup =

#NoUpgrade   =
#NoExtract   =

# Misc options
#UseSyslog
#Color
#TotalDownload
CheckSpace
#VerbosePkgLists

# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.
SigLevel    = Required DatabaseOptional
LocalFileSigLevel = Optional
#RemoteFileSigLevel = Required

# NOTE: You must run `pacman-key --init` before first using pacman; the local
# keyring can then be populated with the keys of all official Arch Linux
# packagers with `pacman-key --populate archlinux`.

#
# REPOSITORIES
#   - can be defined here or included from another file
#   - pacman will search repositories in the order defined here
#   - local/custom mirrors can be added here or in separate files
#   - repositories listed first will take precedence when packages
#     have identical names, regardless of version number
#   - URLs will have $repo replaced by the name of the current repo
#   - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
#       [repo-name]
#       Server = ServerName
#       Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#

# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.

#[testing]
#Include = /etc/pacman.d/mirrorlist

[core]
Include = /etc/pacman.d/mirrorlist

[extra]
Include = /etc/pacman.d/mirrorlist

#[community-testing]
#Include = /etc/pacman.d/mirrorlist

[community]
Include = /etc/pacman.d/mirrorlist

# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.

#[multilib-testing]
#Include = /etc/pacman.d/mirrorlist

[multilib]
Include = /etc/pacman.d/mirrorlist

# An example of a custom package repository.  See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs

[archlinuxfr]
Server= http://repo.archlinux.fr/$arch

Offline

#10 2013-05-26 11:32:27

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [Solved] Unable to update Google Chrome

You have set 'SigLevel    = Required DatabaseOptional' globally. Please use ' SigLevel = PackageOptional' for this repo.

[archlinuxfr]
SigLevel = PackageOptional
Server= http://repo.archlinux.fr/$arch

Offline

#11 2013-05-26 11:45:08

Aegidius
Member
From: Italy
Registered: 2011-06-29
Posts: 288
Website

Re: [Solved] Unable to update Google Chrome

Thank you! smile

Offline

#12 2013-05-26 11:47:28

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [Solved] Unable to update Google Chrome

Aegidius wrote:

Thank you! smile

Sorry about the wild goose chase, I should have read the output you posted in the first post carefully.

Offline

Board footer

Powered by FluxBB