/usr/share/doc/glpk-utils/README.Debian is in glpk-utils 4.65-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | glpk for Debian
---------------
This is the cookbook to run a GLPK example with database connection:
sudo apt-get install glpk-utils mysql-server-5.0 mysql-client-5.0 libmysqlclient15-dev
cd /usr/share/doc/glpk-utils/examples/sql/
./mysql_setup.sh
glpsol --math sudoku_mysql.mod
-- Rafael Laboissiere <rafael@debian.org>, Sun, 30 Mar 2008 13:04:54 +0200
|