Pregunta

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
¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top