如何安装最新版本的 gcc 和 g++?
我正在使用各种 C++11 和 C++1y 特性;这就是为什么我需要这个。
为了向某些项目提交补丁和项目以及有资格作为 Ask Ubuntu 的主持人运行,我需要签署行为准则。
我该怎么做呢?
因此,我花了相当多的时间尝试签署此行为准则,但现在正处于放弃的边缘。
正确地在 txt 文件阶段https://launchpad.net/codeofconduct/1.1/+sign 上签名,但现在我收到一个错误,并且厌倦了与 Ubuntu 的斗争。
它与终端中的 clearsign 事情有关。
见下文
$ gpg --clearsign UbuntuCodeofConduct-1.1.txt
You need a passphrase to unlock the secret key for
user: "Leon Gert Marincowitz (for launchpad) <lmarincowitz@gmail.com>"
2048-bit RSA key, ID 715FBC94, created 2012-06-16
gpg: can't open `UbuntuCodeofConduct-1.1.txt': No such file or directory
gpg: UbuntuCodeofConduct-1.1.txt: clearsign failed: file open error
Run Code Online (Sandbox Code Playgroud)