could not find package python-qt4

Asked by Sivaraj

Hi All,

  Yesterday I am installed Ubuntu 8.04 LTS . Afterwards I tried to search the Python-qt4 from Synaptic Package Manager but I could not get that and also I tried through CLI "sudo apt-get install python" but I am getting the error "E:could not find package python-qt4".

Please help me how to resolve this , where I ll get the exact package for this.

Thanks,
Sivaraj

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu python-qt4 Edit question
Assignee:
No assignee Edit question
Solved by:
marcobra (Marco Braida)
Solved:
Last query:
Last reply:
Revision history for this message
Tony Mugan (tmugan) said :
#1

Can you open up a terminal window from Applications menu, Accessories and try this

sudo apt-get install python-qt4

I have Ubuntu 8.04 LTS and python-qt4 is installed.

I'd be surprised if you need to perform this step but it might be worth adding the Universe and multiverse repositories by clicking the relevant checkboxes in System menu, Administration, Software Sources.

Revision history for this message
Best marcobra (Marco Braida) (marcobra) said :
#2

I think you need simply an "update" of available packages so:

Please open a Terminal from the menu Applications->Accessories->Terminal and type or better copy and paste:

sudo apt-get update
sudo apt-get install python-qt4

give your user password when requested, you don't see nothing when you type it, then press enter.

Revision history for this message
Sivaraj (sivaraj-pec) said :
#3

Hi All,

  Thanks a lot for your valid replies.

   Following two commands solved my problem.
   sudo apt-get update
   sudo apt-get install python-qt4

   Now I can abel to run GNS3 in my Laptop.

Revision history for this message
Sivaraj (sivaraj-pec) said :
#4

Thanks marcobra, that solved my question.

Revision history for this message
softie_den (softwareregisterac) said :
#5

Hi Everybody

I tried to the following two commands as mentioned above but didn't solve the problem
   sudo apt-get update
   sudo apt-get install python-qt4

Is there anything else that I can do to solve it

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#6

@softie_den

Please don't append a new question on a already answered or marked as solved question.
Please make new question from here: https://answers.launchpad.net/ubuntu/+addquestion
you will get better chance to get right answer on a fresh tagged "open" question.
Solved or answered questions are usually not read from answering people.

Thank you