Saturday, 24 August 2013

Geting error message " E: Unable to locate package qt3-dev-tools"

Geting error message " E: Unable to locate package qt3-dev-tools"

I'm trying to install Wine in Ubuntu 13.04 using the following steps:
sudo apt-get install flex bison qt3-dev-tools qt4-qmake
wget -c http://prdownloads.sourceforge.net/wine/wine-1.6.tar.bz2
tar -xjvf wine-1.6.tar.bz2
cd wine-1.6*
./configure
cd tools
./wineinstall
And getting this error message:
E: Unable to locate package qt3-dev-tools
Tell me what to do. I'm new to Ubuntu.

No comments:

Post a Comment