Code:
opensuse-tf:~ # zypper se -s dkms-nvidia
Loading repository data...
Reading installed packages...
S | Name | Type | Version | Arch | Repository
--+-------------+------------+------------+--------+----------------------
| dkms-nvidia | package | 331.38-2.1 | x86_64 | home:Overman79:Laptop
| dkms-nvidia | package | 331.38-2.1 | i586 | home:Overman79:Laptop
| dkms-nvidia | srcpackage | 331.38-2.1 | noarch | home:Overman79:Laptop
opensuse-tf:~ # zypper se -s x11-video-nvidia
Loading repository data...
Reading installed packages...
S | Name | Type | Version | Arch | Repository
--+------------------------+------------+------------+--------+----------------------
| x11-video-nvidia | package | 331.38-3.1 | x86_64 | home:Overman79:Laptop
| x11-video-nvidia | package | 331.38-3.1 | i586 | home:Overman79:Laptop
| x11-video-nvidia | srcpackage | 331.38-3.1 | noarch | home:Overman79:Laptop
| x11-video-nvidia-32bit | package | 331.38-3.1 | x86_64 | home:Overman79:Laptop
opensuse-tf:~ # zypper lr Overman79
Repository 'Overman79' not found by its alias, number, or URI.
Use 'zypper repos' to get the list of defined repositories.
opensuse-tf:~ # zypper lr home:Overman79:Laptop
Alias : home:Overman79:Laptop
Name : home:Overman79:Laptop
URI : http://download.opensuse.org/repositories/home:/Overman79:/Laptop/openSUSE_13.1/
Enabled : Yes
Priority : 99
Auto-refresh : On
Keep Packages : On
Type : rpm-md
GPG Check : On
GPG Key URI :
Path Prefix :
Parent Service :
MD Cache Path : /var/cache/zypp/raw/home:Overman79:Laptop
Code:
# zypper in -f dkms-nvidia
Loading repository data...
Reading installed packages...
Forcing installation of 'dkms-nvidia-331.38-2.1.x86_64' from repository 'home:Overman79:Laptop'.
Resolving package dependencies...
The following NEW package is going to be installed:
dkms-nvidia
1 new package to install.
Overall download size: 6.6 KiB. After the operation, additional 513.0 B will be used.
Continue? [y/n/? shows all options] (y):
(1/1) Installing: dkms-nvidia-331.38-2.1 ...............................................................................[error]
Installation of dkms-nvidia-331.38-2.1 failed:
Error: Subprocess failed. Error: RPM failed: Error in checksums 142193369 564647467
error: %pre(dkms-nvidia-331.38-2.1.x86_64) scriptlet failed, exit status 254
error: dkms-nvidia-331.38-2.1.x86_64: install failed
Abort, retry, ignore? [a/r/i] (a): r
(1/1) Installing: dkms-nvidia-331.38-2.1 ...............................................................................[error]
Installation of dkms-nvidia-331.38-2.1 failed:
Error: Subprocess failed. Error: RPM failed: Error in checksums 142193369 564647467
error: %pre(dkms-nvidia-331.38-2.1.x86_64) scriptlet failed, exit status 254
error: dkms-nvidia-331.38-2.1.x86_64: install failed
Abort, retry, ignore? [a/r/i] (a): a
Problem occured during or after installation or removal of packages:
Installation aborted by user
Please see the above error message for a hint.
Thanks