+-

我正在尝试在我的桌面上安装显卡Nvidia Geforce 660. Os:debian 8.
这是维基,它给出了指导方针:https://wiki.debian.org/NvidiaGraphicsDrivers#jessie-304xx
但是,只要我迈出第一步:
deb http://http.debian.net/debian/ jessie main contrib non-free
bash: deb: command not found
我怎么安装deb?
最佳答案
指令是
Add “contrib” and “non-free” components to /etc/apt/sources.list, for example
即,您应该使用文本编辑器将该行添加到给定文件中.您不应该在命令行上执行它.
点击查看更多相关文章
转载注明原文:linux – debian 8:找不到deb命令.我该如何解决? - 乐贴网