GT 1030 and nvidia-driver version

Luca Boccassi luca.boccassi at gmail.com
Sat Jul 1 17:52:59 UTC 2017


On Sat, 2017-07-01 at 19:39 +0200, donoban wrote:
> On 07/01/2017 06:58 PM, donoban wrote:
> > I feel pretty stupid, how should I install the *.deb without break
> > my
> > system?
> > 
> > I tested a little with dpkg -i, and after install some of them I
> > did
> > apt-get -f install and it wants to delete all of them....
> > 
> 
> I fixed this creating a local repository and adding it to my
> sources.list, I had to manually install some packages from
> jessie-backports and then it worked fine running install nvidia-
> driver.

Yes that's usually what I do as well:

- add to /etc/apt/sources.list:
    deb file:/foo/repo/amd64 ./
    deb file:/foo/repo/i386 ./
- add to /etc/apt/preferences:
   Package: *
   Pin: origin ""
   Pin-Priority: 1100
- move all amd64 packages to foo/repo/amd64 and i386 to foo/repo/i386
- cd to the amd64 and i386 directories and run:
   dpkg-scanpackages . /dev/null | gzip -9c > Packages.gz

And then apt will take care of the rest, even if the version is lower.

Kind regards,
Luca Boccassi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: This is a digitally signed message part
URL: <http://lists.alioth.debian.org/pipermail/pkg-nvidia-devel/attachments/20170701/5741f4ac/attachment-0001.sig>


More information about the pkg-nvidia-devel mailing list