whenever i type apt-get install git then it show error... error displayed by terminal is
yogesh@yogesh-dell:~$ apt-get install git
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavailable)
and from this one(13: Permission denied)
have both a different error code (11 != 13) but different messages. They are different errors. – waltinator Aug 17 '15 at 18:31