SmartGit Installation and Usage on Ubuntu

前端 未结 4 781
时光取名叫无心
时光取名叫无心 2021-01-30 08:11

I have downloaded latest SmartGit installation and each time I want to use it I need to run script smartgit.sh from SmartGit bin directory, this process requires the same reposi

4条回答
  •  既然无缘
    2021-01-30 08:55

    You can add a PPA that provides a relatively current version of SmartGit(as well as SmartGitHg, the predecessor of SmartGit).

    To add the PPA run:

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

    To install smartgit (after adding the PPA) run:

    sudo apt-get install smartgit
    

    To install smartgithg (after adding the PPA) run:

    sudo apt-get install smartgithg
    

    This should add a menu option for you

    For more information, see Eugene San PPA.

    This repository contains collection of customized, updated, ported and backported packages for two last LTS releases and latest pre-LTS release

提交回复
热议问题