Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Fedora 26 上,当我这样做时,sudo dnf update我得到了错误
sudo dnf update
错误:无法为 repo 'updates' 同步缓存
我在 dnf.conf 中配置了我的系统范围代理和代理。其他连接(例如浏览器)使用此代理。
我怎样才能解决这个问题?
su
vi /etc/dnf/dnf.conf
[main] gpgcheck=1 installonly_limit=3 clean_requirements_on_remove=True proxy=http://172.31.1.6:8080 proxy_username=chuttu proxy_password=verma
dnf update -y