I'm new Linux user and for git I'm use SmartGit product. So at the start of program it tells me that latest build cannot be fetched and I must get it from developers web site and install it manually. This program installed through 'apt-get install' command. So the question is, what is correct way to update SmartGit? Is there any way to do auto update? What is correct way to update any product on Ubuntu using terminal?
Asked
Active
Viewed 344 times
0
-
This answer to a similar question may be relevant http://stackoverflow.com/a/13853924 – Bujiraso Feb 28 '16 at 17:24
-
thank you for answer, but your link it`s about installation. And I ask about update the program, which one installed already. – a3nv Feb 28 '16 at 21:11
-
Please reread my answer: depending on the installation there are different ways of how the program can be updated. Definitely, *tar.gz* is the recommended package by *SmartGit developers*. – mstrap Feb 29 '16 at 08:54
-
@snowhead: The canonical way of updating any program in your repos is `sudo apt-get update` `sudo apt-get upgrade`. Have you done this, and does it work? – Bujiraso Feb 29 '16 at 11:43
-
@Bujiraso yes i did after your last comment, and at first look it is really helped, thank you – a3nv Feb 29 '16 at 17:47
1 Answers
-1
For Linux, you have two options:
tar.gz
download, which is recommended. It's less Linux-style packaged, but portable and supports upgrading its installation directory.Debian package (deb)
download which does not support installation directory upgrades (only minor patches).

mstrap
- 16,808
- 10
- 56
- 86