I have in stalled a dual boot beside windows and now I'm having a problem checking apt-get update
when I type in apt-get update
this is the outcome. I don't know what to do
$ apt-get update
E: Could not open lock file /var/lib/apt/lists/lock - open (13: Permission denied)
E: Unable to lock directory /var/lib/apt/lists/
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?
$ apt-get upgrade
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?
cd apt-get update
doesn't make sense, unless you have a directory namedapt-get
in your current directory. – green Nov 05 '12 at 10:26