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
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
Copyright © 2021 Jogjafile Inc.
I believe the correct package is tdsodbc not
tsodbc
. You can install it by typingsudo apt-get install tdsodbc
in the terminal.