On 02/11/2011 05:55 PM, Alexander Holupirek wrote:
[BaseX Debian packaging]
Getting it to work could involve steps such as:
$ wget http://www.inf.uni-konstanz.de/dbis/basex/debian/basex_6.5-1_all.deb $ sudo dpkg -i basex_6.5-1_all.deb $ man basex $ basex -q 19+23 42 $ basexgui
Getting rid of it:
$ sudo dpkg --purge basex
Works for me (Ubuntu 10.10)
johannes@luna:~$ sudo dpkg -i basex_6.5-1_all.deb [sudo] password for johannes: Selecting previously deselected package basex. (Reading database ... 302542 files and directories currently installed.) Unpacking basex (from basex_6.5-1_all.deb) ... Setting up basex (6.5-1) ... Processing triggers for man-db ... johannes@luna:~$ man basex johannes@luna:~$ basex -q 19+23 Saving properties in "/home/johannes/.basex"... 42johannes@luna:~$ basexgui Saving properties in "/home/johannes/.basexgui"... johannes@luna:~$ sudo dpkg --purge basex [sudo] password for johannes: (Reading database ... 302567 files and directories currently installed.) Removing basex ... Purging configuration files for basex ... Processing triggers for man-db ... johannes@luna:~$ basexgui basexgui: command not found johannes@luna:~$ basex basex: command not found
Now reinstalling... :D
Maybe a simple newline is missing after the results to queries (-q parameter, which is not related to the packaging after all ;-)).
regards, Johannes