0 Members and 1 Guest are viewing this topic.
cat /etc/apt/sources.list.d/debian.list
cat /etc/apt/sources.list
jf2@jf2-pc:~$ cat /etc/apt/sources.list.d/debian.list# debian loadbalancerdeb http://deb.debian.org/debian/ unstable main contrib non-free# deb-src http://deb.debian.org/debian/ unstable main contrib non-free# deb http://deb.debian.org/debian/ experimental main contrib non-free# deb-src http://deb.debian.org/debian/ experimental main contrib non-free# deb http://incoming.debian.org/debian-buildd buildd-unstable main contrib non-free# deb-src http://incoming.debian.org/debian-buildd buildd-unstable main contrib non-freedeb http://ftp.de.debian.org/debian/ experimental main contrib non-freejf2@jf2-pc:~$
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # ## See sources.list(5) for more information, especialy remember that you can ## only use http, ftp or file URIs, CDROMs are managed through apt-cdrom. ## ## # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # ## Please use /etc/apt/sources.list.d/ instead of this file and create a ## separate *.list configuration file for each repository, containing the ## actual deb/deb-src desired suites and components for that repository. ## ## # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # ## /etc/apt/sources.list.d/debian.list ## /etc/apt/sources.list.d/extra.list ## /etc/apt/sources.list.d/fixes.list ## # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #deb http://deb.debian.org/debian/ sid contrib main non-free#deb http://packages.siduction.org/extra experimental main contrib non-freejf2@jf2-pc:~$ [{code]
[Experimental hab ich jetzt mal in /etc/apt/sources.lst eingefügt.Allerdings bringt mir ein apt install -t experimental nvidia-driver:nvidia-driver ist schon die neueste Version (418.74-1)Irgendwo hab ich da wohl einen Fehler gemacht....
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # ## See sources.list(5) for more information, especialy remember that you can ## only use http, ftp or file URIs, CDROMs are managed through apt-cdrom. ## ## # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # ## Please use /etc/apt/sources.list.d/ instead of this file and create a ## separate *.list configuration file for each repository, containing the ## actual deb/deb-src desired suites and components for that repository. ## ## # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # ## /etc/apt/sources.list.d/debian.list ## /etc/apt/sources.list.d/extra.list ## /etc/apt/sources.list.d/fixes.list ## # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #deb http://deb.debian.org/debian/ sid contrib main non-free#deb http://packages.siduction.org/extra experimental main contrib non-freejf2@jf2-pc:~$
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # ## See sources.list(5) for more information, especialy remember that you can ## only use http, ftp or file URIs, CDROMs are managed through apt-cdrom. ## ## # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # ## Please use /etc/apt/sources.list.d/ instead of this file and create a ## separate *.list configuration file for each repository, containing the ## actual deb/deb-src desired suites and components for that repository. ## ## # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # ## /etc/apt/sources.list.d/debian.list ## /etc/apt/sources.list.d/extra.list ## /etc/apt/sources.list.d/fixes.list ## # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #deb http://deb.debian.org/debian/ sid contrib main non-freedeb http://packages.siduction.org/extra experimental main contrib non-freejf2@jf2-pc:~$
deb http://packages.siduction.org/extra experimental main contrib non-freedeb http://ftp.de.debian.org/debian/ experimental main contrib non-free
deb http://deb.debian.org/debian/ sid contrib main non-freedeb http://packages.siduction.org/extra experimental main contrib non-free
/etc/apt/sources.list
jf2@jf2-pc:~$ apt policy nvidia-drivernvidia-driver: Installiert: 418.74-1 Installationskandidat: 418.74-1 Versionstabelle: 430.34-1 1 1 http://ftp.de.debian.org/debian experimental/non-free amd64 Packages *** 418.74-1 500 500 http://deb.debian.org/debian unstable/non-free amd64 Packages 100 /var/lib/dpkg/statusjf2@jf2-pc:~$
apt purge nvidia.
apt update; apt install nvidia-driver nvidia-driver-libs nvidia-settings nvidia-kernel-dkms -t experimental
apt update; apt full-upgrade -t experimental