Search code examples
ubuntufreetdstdsodbc

Unable to locate package tsodbc


I'm trying to install FreeTDS as explained in the django-pyodbc wiki. But the last package fails to install:

 $ sudo apt-get install tsodbc
 ...
 E: Unable to locate package tsodbc

Solution

  • I believe the correct package is tdsodbc not tsodbc. You can install it by typing sudo apt-get install tdsodbc in the terminal.