How to install qt3-dev-tools package
Sophia Terry
I am using Ubuntu 13.10 and want to install qt3-dev-tools package. When i run this command
sudo apt-get install qt3-dev-toolsi am getting this error,
E: Unable to locate package qt3-dev-toolsPlease help me.
12 Answers
You may install it from precise repository. I tried this in 14.04, it installs fine but I didn't try building any source using it.
Add precise repository
echo "deb precise main universe multiverse" | sudo tee /etc/apt/sources.list.d/precise.list sudo apt-get updateInstall
qt3-dev-toolssudo apt-get install qt3-dev-toolsRemove the repository.
sudo rm /etc/apt/sources.list.d/precise.list sudo apt-get update
qt3-dev-tools not available in Ubuntu 13.10 . Lucid & precise have it.If you want you can install qt4-dev-tools.
but if you want to install in manual way then
download and install from source.
4