I've tried to install wine in ubuntu 12.10 through terminal. I write this script to install wine: sudo apt-get install wine
but its is showing this error:
The following packages have unmet dependencies:
wine : Depends: wine1.4 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
void@Void:~$ 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?
please tell me some solution for this problem or tell me some alternative to install wine in my system.