Is konqueror a part of some other package? It is not listed in gslapt in VL6 or 7.
Getting them mounted is the problem. I don't know their URL until I can find something to list it. I got used to one set of machine codes: 192.168.1.100, ...101, ...102 for Gateway, Dell and Compaq. Today it is ...102, 100, 101 respectively.
On Compaq, fstab has "Dell.BICS.net/Public /home/bruce/DellPublic nfs defaults,user 0 0"
compaq:/~
bruce:$ dir
DellPublic/ Desktop/ code/
compaq:/~
bruce:$ mount DellPublic
mount.nfs: remote share not in 'host:dir' format
compaq:/~
bruce:$ mount.nfs //Del.BICS.net/Public DellPublic -v -w -s
mount.nfs: permission denied: no match for DellPublic found in /etc/fstab
compaq:/~
bruce:$ mount.nfs //Del.BICS.net/Public /home/bruce/DellPublic -v -w -s
mount.nfs: permission denied: no match for /home/bruce/DellPublic found in /etc/fstab
compaq:/~
bruce:$ su
password
compaq://home/bruce
root:# mount 192.168.1.100/Public .DellPublic -tnfs
mount.nfs: remote share not in 'host:dir' format
Got in over my head - again!