etc

ubuntu

Sumin Lim 2015. 1. 26. 17:04
반응형

 http://askubuntu.com/questions/13065/how-do-i-fix-the-gpg-error-no-pubkey

down vote accepted

By far the simplest way to handle this now is with Y-PPA-Manager (which now integrates the launchpad-getkeys script with a graphical interface).

  1. To install it, first add the webupd8 repository for this program:

    sudo add-apt-repository ppa:webupd8team/y-ppa-manager
    
  2. Update your software list and install Y-PPA-Manager:

    sudo apt-get update
    sudo apt-get install y-ppa-manager
    
  3. Run y-ppa-manager (i.e. type y-ppa-manager then press enter key).



반응형