我已经跟进得到一个Ubuntu。但我无法获得Ubuntu。
操作系统: Ubuntu 12.04 64位
语言:韩语
我打开了终端并运行了sudo add-apt-repository ppa:ubuntu-sdk-team/ppa && sudo apt-get install ubuntu-sdk,得到了以下结果:
gpg: key C7122F9B: public key "Launchpad PPA for Ubuntu SDK team" imported
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)
OK
...
E: could not find ubuntu-sdk怎么了?
发布于 2013-08-08 06:17:12
您必须告诉您的系统从它所知道的每个存档中提取最新的软件列表,包括您刚刚通过运行sudo apt-get update添加的PPA,然后才能从新添加的PPA中安装任何软件包。打开终端并运行:
sudo add-apt-repository ppa:ubuntu-sdk-team/ppa
sudo apt-get update
sudo apt-get install ubuntu-touch-meta qtcreator qtcreator-plugin-ubuntu-common ppa: Ubuntu team/ppa也支持Ubuntu14.04、16.04和16.10。
要启动Ubuntu,只需在Dash中键入Ubuntu,然后单击标题为Ubuntu的图标。
如果您有Ubuntu13.04或Ubuntu13.10,安装Ubuntu就更容易了。只需打开Ubuntu软件中心,搜索Ubuntu并安装ubuntu包即可。这还将安装一长串安装ubuntu所需的依赖项。感谢Pregene Cho和其他帮忙的人的评论。
https://askubuntu.com/questions/330025
复制相似问题