I tried to install ubuntu-restricted-extras
using the terminal, but a "Microsoft Eula" screen poped up and I closed the terminal (now I know I should not have done it). After failing to "click" on the "ok" option of such screen. The result is that I broke apt-get...
I tried apt-get install -f
and also apt-get remove -f
but it did not work.
jan@jan-Satellite-C855:~$ apt-get install -f
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?
jan@jan-Satellite-C855:~$ apt-get remove -f
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?
I read the article "What to do when apt-get fails" but nothing worked...
So, what should I do now?