linux - apt-get update时失败,没有仓库release文件?
怪我咯
怪我咯 2017-04-17 15:58:18
0
1
1243
怪我咯
怪我咯

走同样的路,发现不同的人生

reply all(1)
PHPzhong

Set source

Edit /etc/apt/sources.list

nano /etc/apt/sources.list

Clear all content in the file and add it

deb http://mirrors.ustc.edu.cn/kali kali-rolling main contrib non-free

Save and exit

Update

Run the following commands in sequence

apt-get update
apt-get upgrade
apt-get dist-upgrade

Complete

Install Sogou input method

http://pinyin.sogou.com/linux... Download the installation file according to whether you are installing a 32-bit or 64-bit system

Take the 64-bit installation package as an example, install it after downloading

dpkg -i sogoupinyin_2.1.0.0082_amd64.deb
apt-get -f install
dpkg -i sogoupinyin_2.1.0.0082_amd64.deb
rm /etc/apt/sources.list.d/sogoupinyin.list
roboot

After logging in to the system, you can use Ctrl + Backspace to call out the input method

You can also use GDebi
to install

apt-get install gdebi
gdebi sogoupinyin_2.1.0.0082_amd64.deb
rm /etc/apt/sources.list.d/sogoupinyin.list
roboot
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!