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-tools
i am getting this error,
E: Unable to locate package qt3-dev-tools
Please help me.
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 http://archive.ubuntu.com/ubuntu precise main universe multiverse" | sudo tee /etc/apt/sources.list.d/precise.list
sudo apt-get update
Install qt3-dev-tools
sudo apt-get install qt3-dev-tools
Remove the repository.
sudo rm /etc/apt/sources.list.d/precise.list
sudo apt-get update
lprof. I needed to additionally install qt3-apps-dev, and then all required qt3-related packages were present. And lprof even starts successfully after this :)
– Ruslan
Sep 12 '18 at 14:14
lprof itself. But at least I've tested that Qt3 development packages work.
– Ruslan
Sep 12 '18 at 16:19
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
http://www.develer.com/~naufraghi/PyQt3Support/PyQt3Support-PyQt4.4.4-gpl-r4.tar.gz download and install from source.
sudo apt-get updateto your question. – jobin Dec 05 '13 at 04:01