Which packages are installed on a clean Kubuntu 11.04 Natty desktop installation?
The list of installed packages can be retrieved by running:
dpkg -l | grep '^ii' | awk '{print " "$2}'
(the result is prefixed with four spaces for proper code formatting on Askubuntu)
This should be done on a clean installation. Live CDs are not suitable for this job because these include additional packages for the installation process.
virtuoso-*
should be included. Could you check your/var/log/apt/history.log
for new packages? – Lekensteyn May 08 '11 at 12:56virtuoso-*
packages are a database thing. – Lekensteyn May 13 '11 at 13:05