apt-get install drupal7-mod-drucall

" 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?"

Why i get this kind of error? Please Help.

Comments

edrigor29 created an issue.

pocock’s picture

You need to use the "sudo" command to run apt-get with root permissions:

$ sudo apt-get install drupal7-mod-drucall

or if you log in to the root account and you have the '#' prompt, you can run apt-get without sudo:

# apt-get install drupal7-mod-drucall

edrigor29’s picture

Hey boss pocock, You're the best. However, this one helps my agony -->

https://www.privateinternetaccess.com/forum/discussion/18063/debian-8-1-...

My debian8 jessie is now unpacking drucall 2.3. Alright!

#DrupalIsLife

edrigor29’s picture

can i add you in skype? Got some question with drucall.

edrigor29’s picture

Should you be kind in assisting me on this one, i'm dying to get inside the drupal core. I just don't know what command line to execute
in the terminal.

Creating config file /etc/php5/mods-available/readline.ini with new version
php5_invoke: Enable module readline for cli SAPI
php5_invoke: Enable module readline for apache2 SAPI
Processing triggers for systemd (215-17+deb8u4) ...
Processing triggers for libc-bin (2.19-18+deb8u4) ...
Processing triggers for libapache2-mod-php5 (5.6.22+dfsg-0+deb8u1) ...
root@debian8:/home/edrigor29#_command line here_

Please help?