install wine1.3 hangs up in terminal at EULA for ttf

Asked by Roy Knapp

followed these instructions:
sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine1.3

Maverick 10.10
Terminal gets to screen
Configuring ttf-mscorefonts-installer
and stops.
no OK button - cannot find a command in menu to tell it "OK, go ahead and finish."

tried "sudo apt-get autoremove" to check and see if it HAD finished, and it could not unlock a library.

what next?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu msttcorefonts Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Can you give the output of:

sudo apt-get update; sudo apt-get -y upgrade && sudo apt-get --reinstall install nano; lsb_release -a

Revision history for this message
Roy Knapp (roy-knappdesigns) said :
#2

sudo apt-get update

Fetched 286kB in 11s (24.6kB/s)
E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?

sudo apt-get -y upgrade && sudo apt-get --reinstall install nano; lsb_release -a

E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 10.10
Release: 10.10
Codename: maverick

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

Ok the if you have an install running, let it finish. If software centre is running then close it. These will lock the packages. If neither are happening run:

sudo fuser -vki /var/lib/dpkg/lock;sudo dpkg --configure -a

Should be ok

Revision history for this message
Roy Knapp (roy-knappdesigns) said :
#4

I think I have an install running, that is the page that popped up with the package configuration
Configuring ttf-mscorefonts-installer

scrolling to the bottom of that page is "<OK>"
but it is not a button. the install stops on this page, and I am unable to get it to go further.

that's where I am stuck.

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#5

Press TAB then press ENTER

Revision history for this message
Roy Knapp (roy-knappdesigns) said :
#6

Thanks actionparsnip, that solved my question.