On Ubuntu 16.04, I installed gitg using apt-get. Running
sudo apt-get update; sudo apt-get install gitg
tells me that:
gitg is already the newest version (3.17.1-1).
However, https://git.gnome.org/browse/gitg shows the latest version to be 3.26.
The installation instructions are straightfoward enough.
Can I install 3.26 directly, bypassing apt
, without breaking anything? Are there any consequences down the line in doing so?
sudo apt-get install build-essential libgtk-3-dev
(https://askubuntu.com/a/779067/609530), but apt complained about several 404s, suggesting I update the package lists or use--fix-missing
.apt-get update
today, and running apt-get with--fix-missing
still complains about 404s. (https://pastebin.com/s81mRns3)What's my next step? Thanks for your help.
– UTAN_dev Sep 27 '17 at 19:04