Home  >  Q&A  >  body text

linux - apt-get update时失败,没有仓库release文件?

怪我咯怪我咯2744 days ago1250

reply all(1)I'll reply

  • PHPz

    PHPz2017-04-17 16:00:18

    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

    reply
    0
  • Cancelreply