Quote Originally Posted by fabiand
I cant find Kopete in Knoppix 34...can this be possible?
I tried looking around menus but could not find it.
In command line how can I check if kopete is in this distro?
To be honest I haven't even booted up 3.4 yet
To find out if it's installed: COLUMNS=150 dpkg -l|grep kopete
or: apt-cache policy kopete
or as c123 said: kopete &
To find it with apt first do: dselect update and then: apt-cache search kopete
To see info about it: apt-cache show kopete
To see if it would install without problems: apt-get -s install kopete
To install: apt-get install kopete