码迷,mamicode.com
首页 > 系统相关 > 详细

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

时间:2015-12-02 06:33:14      阅读:483      评论:0      收藏:0      [点我收藏+]

标签:

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,最近已发布。

技术分享

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

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

标签:

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!