[go: up one dir, main page]

Install on Debian

Debian available on GitLab

It should work on any Debian based distributions : Linux Mint, Ubuntu...

Requirements

git-gamble doesn't repackage git, it uses the one installed on your system

  1. Install git manually

  2. Make sure it is available in your $PATH, you can check it with this command

    git --version
    

    If it has been well settled, it should output something like this :

    git version 2.45.2
    

    Else if it has been badly settled, it should output something like this :

    git: command not found
    

Install

  1. Go to the package registry page

  2. Go to the latest version of git-gamble-debian

  3. Download the latest version git-gamble_2.11.0_amd64.deb

  4. Install package

    As root

    dpkg --install git-gamble*.deb
    

Note: the latest version, not yet released, is also available

This is not really convenient but a better way will come when GitLab Debian Package Manager MVC will be available

Check the installation

Check if all have been well settled

git gamble --version

If it has been well settled , it should output this :

git-gamble 2.11.0

Else if it has been badly settled , it should output this :

git : 'gamble' is not a git command. See 'git --help'.

Update

There is no update mechanism

Uninstall

As root

dpkg --remove git-gamble

Improving installation

Installation is currently not really convenient, so contributions are welcome

Feel free to add package to your favorite package repository