...
- Download SubGit package for Debian:
https://subgit.com/download.html Fetch missing dependencies and install the package:
No Format $ sudo dpkg -i subgit_3.2.6_all.deb $ sudo apt-get install -f
Expand title See installation command output… Code Block language text theme FadeToGrey title apt-get install subgit $ sudo dpkg -i ./subgit_3.2.6_all.deb (Reading database ... 41899 files and directories currently installed.) Preparing to unpack ./subgit_3.2.6_all.deb ... Unpacking subgit (3.2.6) over (3.2.6) ... Setting up subgit (3.2.6) ... $ sudo apt-get install -f Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
To verify SubGit installation run
subgit --versioncommand:Expand title Click here to expand command example... Code Block language text theme FadeToGrey title subgit --version $ subgit --version SubGit version 3.2.6 ('Bobique') build #3714 (c) TMate Software 2012-2017 (http://subgit.com/)
It should show the correct SubGit version.
If it does not – make sure all the steps above are followed precisely. If it doesn't work anyway – don't hesitate to contact us at support@subgit.com
- Download SubGit package for Debian: