{"id":1440,"date":"2021-12-16T13:19:09","date_gmt":"2021-12-16T10:19:09","guid":{"rendered":"https:\/\/files2.tojikon.net\/files-cloud\/2021\/07\/16\/how-to-install-smartgit-on-linux\/https:\/\/files2.tojikon.net\/files-cloud\/2021\/07\/16\/how-to-install-smartgit-on-linux\/"},"modified":"2021-12-16T13:19:09","modified_gmt":"2021-12-16T10:19:09","slug":"how-to-install-smartgit-on-linux","status":"publish","type":"post","link":"https:\/\/tojikon.net\/en\/1440-how-to-install-smartgit-on-linux\/","title":{"rendered":"How to install SmartGit on Linux"},"content":{"rendered":"<section id=\"related_posts\">\n<div class=\"block-head\">\n<h3>Related Articles<\/h3>\n<\/div>\n<\/section>\n<p>SmartGit is a tool for Mac OS, Linux, and Windows for developers that work with Git and SVN. It comes with special integrations with GitHub, BitBucket, and others. In this guide, we\u2019ll show you how to install the SmartGit app on Linux.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-405641 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-smartgit-on-linux.png\" alt=\"SmartGit on Linux\" width=\"1200\" height=\"828\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-smartgit-on-linux.png 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-smartgit-on-linux-1.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-smartgit-on-linux-2.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-smartgit-on-linux-3.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<h2>How to install SmartGit on Ubuntu<\/h2>\n<p>SmartGit is available for Ubuntu Linux users through the SmartGit website. Unfortunately, there isn\u2019t a way to install it directly through the Ubuntu software sources. To get started with the installation of SmartGit on Ubuntu, you will need to open up a terminal window.<\/p>\n<p>To open up a terminal window on the Ubuntu desktop, press\u00a0<strong>Ctrl + Alt + T\u00a0<\/strong>on the keyboard. Or, search for \u201cTerminal\u201d in the app menu and launch it on the desktop that way.<\/p>\n<p>Once you\u2019ve got a terminal window open and ready to use on the Ubuntu desktop, use the\u00a0<strong>wget\u00a0<\/strong>command to download the latest DEB package for SmartGit.\u00a0<\/p>\n<pre>\nwget https:\/\/www.syntevo.com\/downloads\/smartgit\/smartgit-20_2_5.deb\n<\/pre>\n<p>After downloading the DEB package to your Ubuntu PC, the installation can begin. First, using the <strong>apt install\u00a0<\/strong>command below, set up the SmartGit DEB package. Keep in mind that because the package is installed with\u00a0<strong>apt install<\/strong>\u00a0rather than\u00a0<strong>dpkg<\/strong>, there is no need to correct dependencies after the fact.<\/p>\n<pre>\nsudo apt install .\/smartgit-20_2_5.deb\n<\/pre>\n<h2>How to install SmartGit on Debian<\/h2>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-405640 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-smartgit-on-linux.jpg\" alt=\"\" width=\"1200\" height=\"750\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-smartgit-on-linux.jpg 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-smartgit-on-linux-1.jpg 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-smartgit-on-linux-2.jpg 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-smartgit-on-linux-3.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p>SmartGit works on Debian Linux, as the official website has a link to the DEB package. To start the installation process, open up a terminal window. You can open up a terminal window by pressing <strong>Ctrl + Alt + T\u00a0<\/strong>on the keyboard or by searching for \u201cterminal\u201d in the app menu.<\/p>\n<p>Once the terminal window is open and ready to use, use the\u00a0<strong>wget\u00a0<\/strong>command to download the latest DEB package release of SmartGit to your Debian Linux PC.\u00a0<\/p>\n<pre>\nwget https:\/\/www.syntevo.com\/downloads\/smartgit\/smartgit-20_2_5.deb\n<\/pre>\n<p>After downloading the latest release of SmartGit to your Debian PC, the installation can begin. Using the\u00a0<strong>dpkg\u00a0<\/strong>command below, install the DEB package. Keep in mind errors may pop up during the installation. Those can be fixed later.<\/p>\n<pre>\nsudo dpkg -i smartgit-20_2_5.deb\n<\/pre>\n<p>When the package is set up on Debian, you will need to correct any dependency errors that may have arisen. To do this, use the <strong>apt-get install -f\u00a0<\/strong>command below.<\/p>\n<pre>\nsudo apt-get install -f\n<\/pre>\n<h2>How to install SmartGit on Arch Linux<\/h2>\n<p>The SmartGit application is available for Arch Linux users to install via the AUR. To get started with it, you\u2019ll need to open up a terminal window. To do that, press\u00a0<strong>Ctrl + Alt + T\u00a0<\/strong>on the keyboard or search for \u201cTerminal\u201d in the app menu.<\/p>\n<p>When the terminal window is open and ready to use, install both the \u201cGit\u201d and \u201cBase-devel\u201d packages onto your computer. These programs are required for interacting with the AUR. To install them, use the\u00a0<strong>pacman\u00a0<\/strong>command below.<\/p>\n<pre>\nsudo pacman -S git base-devel\n<\/pre>\n<p>After setting up the two packages, you\u2019ll need to install the Trizen AUR helper. This program will make it much easier to set up SmartGit on Arch Linux. To do it, enter the commands below in succession.<\/p>\n<pre>\ngit clone https:\/\/aur.archlinux.org\/trizen.git\ncd trizen\nmakepkg -sri\n<\/pre>\n<p>When the Trizen program is set up on your system, use the\u00a0<strong>trizen -S\u00a0<\/strong>command to get the SmartGit application up and running.<\/p>\n<pre>\ntrizen -S smartgit\n<\/pre>\n<h2>How to install SmartGit on Fedora<\/h2>\n<p>To set up SmartGit on Fedora Linux, your best bet is to install it as a Flatpak from the Flathub app store. To get the app working, follow the installation instructions for Flatpak further down this article.<\/p>\n<h2>How to install SmartGit on OpenSUSE<\/h2>\n<p>SmartGit is available to OpenSUSE users via Flatpak and only Flatpak. To get it working on your system, please follow along with the Flatpak installation instructions.<\/p>\n<h2>How to install SmartGit on Flatpak<\/h2>\n<p>SmartGit is distributed on Flatpak via the Flathub app store. If you\u2019d like to install it, you\u2019ll first need to set up the Flatpak runtime, as well as the Flathub app store. To start, install the \u201cflatpak\u201d package onto your computer using your package manager.<\/p>\n<p>If you can\u2019t get the Flatpak runtime configured on your own, don\u2019t worry. We\u2019ve got you! Follow along with our in-depth guide on how to set up the Flatpak runtime on your system.<\/p>\n<p>When you\u2019ve configured the Flatpak runtime, the next step is to set up the Flathub app store. To do that, use the following\u00a0<strong>flatpak remote-add\u00a0<\/strong>command down below. This command will add Flathub.<\/p>\n<pre>\nsudo flatpak remote-add --if-not-exists flathub https:\/\/flathub.org\/repo\/flathub.flatpakrepo\n<\/pre>\n<p>Finally, install the SmartGit application on your computer using the\u00a0<strong>flatpak install\u00a0<\/strong>command.<\/p>\n<pre>\nsudo flatpak install flathub com.syntevo.SmartGit\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Related Articles SmartGit is a tool for Mac OS, Linux, and Windows for developers that work with Git and SVN. It comes with special integrations with GitHub, BitBucket, and others. In this guide, we\u2019ll show you how to install the SmartGit app on Linux. How to install SmartGit on Ubuntu SmartGit is available for Ubuntu &hellip;<\/p>\n","protected":false},"author":1,"featured_media":1441,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[21],"tags":[33],"_links":{"self":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1440"}],"collection":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/comments?post=1440"}],"version-history":[{"count":0,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1440\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media\/1441"}],"wp:attachment":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media?parent=1440"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/categories?post=1440"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/tags?post=1440"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}