PDA

View Full Version : [ubuntu] Couldn't fnd package on 32 bit 9.10 server



fieldway
November 7th, 2009, 11:27 PM
Hi

This my first time here.


I install Karmic Koala 32 bit server without any problems. But when I try to install some package like Moodle, Drupal6, Python-moinmoin by using the command sudo apt-get install (package name)
It come back saying "E: Couldn't find package".

Any help to solve this would be great

Thanks

mac9416
November 8th, 2009, 01:58 AM
Hey, fieldway,

Package names are never capitalized. If you run 'sudo apt-get install python-moinmoin' or 'sudo apt-get install moodle' it should work.

Good luck!

fieldway
November 8th, 2009, 04:15 AM
Hey, fieldway,

Package names are never capitalized. If you run 'sudo apt-get install python-moinmoin' or 'sudo apt-get install moodle' it should work.

Good luck!
Thanks for that. Just try that and same error message appear.

Just noticed the message also say
Reading package list ... Done
Building dependency tree
Reading state information ... Done
E: Couldn't find package moodle

mac9416
November 8th, 2009, 04:31 AM
It works OK for me. Have you enabled all official repos? Also, perhaps if you run 'sudo apt-get update' first it will work.