apt-get stopped working
I tried installing via apt-get several packages (the original command was apt-get install unixodbc unixodbc-dev freetds-dev sqsh tdsodbc) and after getting a message about not finding some or all of the packages, it seems like apt-get stopped working altogether.
I changed the sources.list file several times and even if I remove it completely (rename it), the message is always basically the same, not finding the package:
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Couldn't find package (package_name)
It seems to me as if sources.list is completely ignored and that apt-get doesn't really connect to any server.
Any idea what I'm doing wrong here and how this could be fixed?
Thanks!
*edit: The Ubuntu version on this Linode is Karmic 9.10.
4 Replies
EDIT: Also 9.10 isn't LTS, so it's likely that ubuntu have stopped providing repositories for that version. You should update to a supported version.
More info:
-Chris