For Fedora workstation 39 to install Google Chrome
I downloaded the .rpm
file from the official page and executed the sudo dnf install google-chrome-stable_current_x86_64.rpm
command and appears the following:
sudo dnf install google-chrome-stable_current_x86_64.rpm
[sudo] password for manueljordan:
Fedora 39 - x86_64 - Updates 18 kB/s | 51 kB 00:02
Last metadata expiration check: 0:00:01 ago on Sat 06 Jan 2024 09:54:14 AM -05.
Dependencies resolved.
============================================================================================================================================================
Package Architecture Version Repository Size
============================================================================================================================================================
Installing:
google-chrome-stable x86_64 120.0.6099.199-1 @commandline 102 M
Installing dependencies:
liberation-fonts noarch 1:2.1.5-7.fc39 fedora 7.5 k
Transaction Summary
============================================================================================================================================================
Install 2 Packages
Total size: 102 M
Total download size: 7.5 k
Installed size: 323 M
Is this ok [y/N]: y
Downloading Packages:
liberation-fonts-2.1.5-7.fc39.noarch.rpm 17 kB/s | 7.5 kB 00:00
------------------------------------------------------------------------------------------------------------------------------------------------------------
Total 5.0 kB/s | 7.5 kB 00:01
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Preparing : 1/1
Installing : liberation-fonts-1:2.1.5-7.fc39.noarch 1/2
Running scriptlet: google-chrome-stable-120.0.6099.199-1.x86_64 2/2
Installing : google-chrome-stable-120.0.6099.199-1.x86_64 2/2
Running scriptlet: google-chrome-stable-120.0.6099.199-1.x86_64 2/2
error: can't create transaction lock on /usr/lib/sysimage/rpm/.rpm.lock (Resource temporarily unavailable)
error: /tmp/google.sig.HT3hKB: key 1 import failed.
error: can't create transaction lock on /usr/lib/sysimage/rpm/.rpm.lock (Resource temporarily unavailable)
error: /tmp/google.sig.HT3hKB: key 2 import failed.
Verifying : liberation-fonts-1:2.1.5-7.fc39.noarch 1/2
Verifying : google-chrome-stable-120.0.6099.199-1.x86_64 2/2
Installed:
google-chrome-stable-120.0.6099.199-1.x86_64 liberation-fonts-1:2.1.5-7.fc39.noarch
Complete!
Observe from above the error messages, just in case when the sudo dnf install google-chrome-stable_current_x86_64.rpm
command is executed again and appears the following:
sudo dnf install google-chrome-stable_current_x86_64.rpm
google-chrome 5.0 kB/s | 1.3 kB 00:00
Package google-chrome-stable-120.0.6099.199-1.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
Through Show Apps
is possible open in peace Google Chrome
(but not used by complete yet). Therefore:
- Can I ignore in peace those error messages?
- Why appears that error messages? I mean can you explain the reason of each error message?