apt - git not working in ubuntu 16.04 - Ask Ubuntu
recently upgraded laptop ubuntu 16.04.
this has apparently caused git stop working.
specifically, when call git command, following error:
$ git st git: error while loading shared libraries: libcrypto.so.0.9.8: cannot open shared object file: no such file or directory ubuntu 16.04 appears use libcrypto.so.10, not earlier libcrypto.so.0.9.8. 1 might suspect implies version of git out of date, when go upgrade it, i'm told it's newest version:
$ sudo apt-get install git --upgrade reading package lists... done building dependency tree reading state information... done git newest version (1:2.7.4-0ubuntu1). 0 upgraded, 0 newly installed, 0 remove , 5 not upgraded. what going on here, , should do?
what which git say? tell copy of git being run , if not same 1 provided git package ( dpkg -l git ), have older copy in given location ( 1 compiled in /usr/local ) being used rather 1 git package. rid of 1 compiled yourself.
Comments
Post a Comment