Re: Broken Package Issues
You could try to force nvidia-195-libvdpau to install... but test it first...
From "man apt-get"
sudo apt-get -s --force-yes install nvidia-195-libvdpau
If that doesn't indicate problems then remove the "-s" and rerun it.
You could try to force nvidia-195-libvdpau to install... but test it first...
From "man apt-get"
apt-get [-sqdyfmubV] [-o= config_string ] [-c= config_file ] [-t= { target_release_name | target_release_number_expression | target_release_codename }] {update | upgrade |
dselect-upgrade | dist-upgrade | install pkg [ { =pkg_version_number | /target_release_name | /target_release_codename } ] ... | remove pkg... | purge pkg... |
source pkg [ { =pkg_version_number | /target_release_name | /target_release_codename } ] ... | build-dep pkg... | check | clean | autoclean | autoremove |
{-v | --version} | {-h | --help}}
--force-yes
Force yes; This is a dangerous option that will cause apt to continue without prompting if it is doing something potentially harmful. It should not be used except in very special situations.
-s, --simulate, --just-print, --dry-run, --recon, --no-act
No action; perform a simulation of events that would occur but do not actually change the system. Configuration Item: APT::Get::Simulate.
dselect-upgrade | dist-upgrade | install pkg [ { =pkg_version_number | /target_release_name | /target_release_codename } ] ... | remove pkg... | purge pkg... |
source pkg [ { =pkg_version_number | /target_release_name | /target_release_codename } ] ... | build-dep pkg... | check | clean | autoclean | autoremove |
{-v | --version} | {-h | --help}}
--force-yes
Force yes; This is a dangerous option that will cause apt to continue without prompting if it is doing something potentially harmful. It should not be used except in very special situations.
-s, --simulate, --just-print, --dry-run, --recon, --no-act
No action; perform a simulation of events that would occur but do not actually change the system. Configuration Item: APT::Get::Simulate.
If that doesn't indicate problems then remove the "-s" and rerun it.
Comment