1

i am using ubuntu 12.04lts i try to inslall php5 it create an error "1.Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied) 2.Unable to lock the administration directory (/var/lib/dpkg/), are you root?"

Tim
  • 32,861
  • 27
  • 118
  • 178
user178173
  • 11
  • 1

1 Answers1

2

Use sudo to install packages:

sudo apt-get install php5
Nemo
  • 9,460