Ubuntu 及衍生版本用户如何安装 SmartGit/HG

http://www.linuxidc.com/Linux/2014-06/102621.htm

Ubuntu 及衍生版本用户如何安装 SmartGit/HG 6.0.0

[日期:2014-06-03] 来源:imcn.me  作者:Linux [字体: ]
 

SmartGit/HG 是一款开放源代码的、跨平台的、支持 Git 和 Mercurial 的 SVN 图形客户端,可运行在Windows、Linux 和 MAC OS X 系统上。可用的最新版本 SmartGit/HG 6.0.0,最近已发布。

git-project

Ubuntu 及衍生系统用户安装,打开终端,使用以下命令:

sudo add-apt-repository ppa:eugenesan/ppa
sudo apt-get update
sudo apt-get install smartgithg

Debian 用户安装命令:

sudo apt-get install gdebi
wget syntevo.com/download/smartgithg/smartgithg-6_0_0.deb
sudo gdebi smartgithg-6_0_0.deb

卸载命令:

sudo apt-get remove smartgithg

其他系统用户下载:

SmartGit 的详细介绍请点这里
SmartGit 的下载地址请点这里

更多Ubuntu相关信息见Ubuntu 专题页面 http://www.linuxidc.com/topicnews.aspx?tid=2

本文永久更新链接地址http://www.linuxidc.com/Linux/2014-06/102621.htm

原文地址:https://www.cnblogs.com/rocky-AGE-24/p/5011774.html