Enki Editor-Install from sources

Enki Editor是一个基于python和pyqt的代码编辑器。

可以从这里进行安装:http://enki-editor.org/install-sources.html

#对于 xUbuntu 14.04,请运行以下命令:
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/hlamer:/enki/xUbuntu_14.04/ /' >> /etc/apt/sources.list.d/enki.list"
sudo apt-get update
sudo apt-get install enki

#您可以把软件源金钥添加到 apt。记住该金钥的拥有者将能够分发您的系统将会信任的更新、
#软件包和软件源 (更多信息)。要添加该金钥,请运行:
wget http://download.opensuse.org/repositories/home:hlamer:enki/xUbuntu_14.04/Release.key
sudo apt-key add - < Release.key  

#对于 xUbuntu 13.10,请运行以下命令:
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/hlamer:/enki/xUbuntu_13.10/ /' 
>> /etc/apt/sources.list.d/enki.list"
sudo apt-get update
sudo apt-get install enki

#您可以把软件源金钥添加到 apt。记住该金钥的拥有者将能够分发您的系统将会信任的更新、软件包和软件源 (更多信息)。
#要添加该金钥,请运行:
wget http://download.opensuse.org/repositories/home:hlamer:enki/xUbuntu_13.10/Release.key
sudo apt-key add - < Release.key  

#对于 xUbuntu 13.04,请运行以下命令:

sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/hlamer:/enki/xUbuntu_13.04/ /' 
>> /etc/apt/sources.list.d/enki.list"
sudo apt-get update
sudo apt-get install enki

#您可以把软件源金钥添加到 apt。记住该金钥的拥有者将能够分发您的系统将会信任的更新、软件包和软件源 (更多信息)。
#要添加该金钥,请运行:
wget http://download.opensuse.org/repositories/home:hlamer:enki/xUbuntu_13.04/Release.key
sudo apt-key add - < Release.key



你可能感兴趣的:(Enki Editor-Install from sources)