我对 ubuntu 还很陌生,我运行的每个命令都会出现这个错误。
答案1
当您升级到 18.10 时,在某些情况下,它会将工作存储库位置更改为寻找与 兼容的存储库的位置cosmic
。并非所有存储库都有cosmic
兼容的文件,因此会出现错误。
对于每个错误,请转到以下http://
位置,例如:
http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/
然后点击链接dists
,查看列出的最新支持的 Ubuntu 版本...在这个例子中,它将是xenial
(不是cosmic
)。
打开Software & Updates
应用程序,转到Other Software
选项卡,将Wine
属性从cosmic
更改为xenial
。完成所有更改后,关闭窗口,然后单击Reload
按钮以更新软件数据库。
更新#1:
在terminal
...
cd /etc/apt/sources.list.d # change directory
grep -i nvidia *.list # find out which filename to edit
more nvidia.list # view the correct found fileneme
# check the http web site as per my earlier instructions and
# determine the most recent Ubuntu version (if it isn't cosmic)
sudo pico nvidia.list # put in the proper found filename to edit
sudo apt-get update # you may have errors here if you didn't fix the other errors
sudo apt-get install dkms nvidia-dkms-390 nvidia-utils-390 # install
reboot # reboot the computer