samba install error

Asked by droweski

fresh install of turnkey drupal6
using webmin command line, tried to install samba, got this response

> sudo apt-get install samba
Reading package lists...
Building dependency tree...
Reading state information...
E: Couldn't find package samba

Looks like sources.list is Ok
Computer can ping outside my lan.
Ubuntu desktop on lan updates OK.

what direction should I be looking
Thanks

PS Looks like a great product, and installation couldn't be easier.

Question information

Language:
English Edit question
Status:
Solved
For:
TurnKey Linux Edit question
Assignee:
No assignee Edit question
Solved by:
droweski
Solved:
Last query:
Last reply:
Revision history for this message
Alon Swartz (alonswartz) said :
#1

Did you update the package list? Try:
    apt-get update
    apt-get install samba

Revision history for this message
droweski (doug-drowecon) said :
#2

Thanks, that did the trick.
Knew is was something easy just staring me in the face!