• sudo apt-get update 도중 100% work 라는 log 만 뜨고 멈춰 있을 때 

    • Repository 가 옮겨졌음. (글을 적는 시점은 2016.10.14) 

    • 다음의 글을 참조하여 실행 

      • $CODENAME 부분에 자신의 Ubuntu "codename" 을 적어줄 것

      • 본인은 14.04 LTS Trusty 라서 $CODENAME 부분에 trusty 라고 적어줬음

    GNU/Linux 

    Debian / Ubuntu 

    Our apt repository contains packages for both Debian and Ubuntu, as well as statically-compiled packages that may function on any other distro using apt as its package manager. 

    If you were a user of either of our previous debian repositories, please remove the keys you installed before continuing. See the apt-key man page for more detail. 

    To be able to install packages from this repository, run the following in your shell. Be sure to replace “$CODENAME” with the release codename of your distribution 

    We currently only support sid, jessie, stretch, vivid and wily. If your distribution is not listed, you may try to use the codename release, but be aware that any bugs or issues arising when using this codename may not receive priority from the client developer. 

    echo "deb https://pkg.tox.chat/debian nightly $CODENAME" | sudo tee /etc/apt/sources.list.d/tox.list  
    wget -qO - https://pkg.tox.chat/debian/pkg.gpg.key | sudo apt-key add -  
    sudo apt-get install apt-transport-https  
    sudo apt-get update 

     



+ Recent posts