I wan't to install wine in Ubuntu but after type this sentence a message appear that says :
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?
what is the solution of this problem?
sudo apt-get install wine
. You missed the 'install' in your first command and your 2nd was a invalid package. – kiri Oct 27 '13 at 11:23