我不小心在一个终端里添加了这个:
sudo wget http://www.medibuntu.org/sources.list.d/gutsy.list -0 /etc/apt/sources.list.d/medibuntu.list在此之后,我得到了这个错误:
E:not known on line 1 file /etc/apt/sources.list.d/medibuntu.list
E:Could not read source list
etc...etc...我看到你已经解决了一个类似的问题.你能帮我吗
原文(意大利语):
[医]妊娠包块
comando nel终点站:
sudo wget http://www.medibuntu.org/sources.list.d/gutsy.list -0 /etc/apt/sources.list.d/medibuntu.list
dopodiche si e'bloccato gestione pacchetto e ricevo questo errore:
E:non riconosciuto alla riga 1nel file /etc/apt/sources.list.d/medibuntu.list
E:impossibile leggere elenco sorgenti
etc...etc...何志海吉亚的里索托联合国问题比喻..。米佩伊
发布于 2012-03-09 21:50:51
你用的是什么版本的ubuntu?您尝试添加像ubuntu7.10这样的库。因此,打开对话框,您可以更改您的软件来源(取决于您正在使用的ubuntu )。
从列表中删除medibuntu源。然后
sudo apt-get update如果要正确添加medibuntu,请使用以下命令
sudo -E wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list && sudo apt-get --quiet update && sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring && sudo apt-get --quiet update发布于 2012-03-10 00:41:58
如果您知道该软件的名称,请尝试“dpkg -l x grep软件”查找,然后使用'sudo apt-get删除*--清除‘或'sudo -r *’。
发布于 2012-03-10 00:48:52
使用Ubuntu调整并清除您添加的软件源,在Ubuntu中的0.5.14中,它位于软件包清洁部分
https://askubuntu.com/questions/111585
复制相似问题