There are no information on the error I'm getting or how to install it on the page you posted.
Main Topics
Browse All Topics3) I finish installing GNOME, I like to install VNC (remote desktop) now. I already have VNC viewer on my laptop. Now I only have to install VNC server on the Ubuntu server. I read somewhere that the command to do this is:
sudo apt-get install x11vnc vnc-java
Is this right? Then I have to do this:
2. Set up a password for clients. Code: x11vnc -storepasswd
3. Open up ports 5800 and 5900 on your firewall
4. Run the terminal command: x11vnc -forever -usepw -httpdir /usr/share/vnc-java/ -httpport 5800 and add it for auto-starting in future sessions
Are these the right steps for installing VNC on the server?
I'm a novice at Ubuntu Linux.
I have a problem when I enter the command
sudo apt-get install x11vnc vnc-java
This is what it gives me:
root@xx-xx-xxx-xx:~# sudo apt-get install x11vnc vnc-java
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package vnc-java is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package vnc-java has no installation candidate
what is the problem?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
so, to install x11vnc, typ ein a terminal:
sudo apt-get install x11vnc
the follow instructions on the page I gave you and on the manual page:
http://linux.die.net/man/1
When I run that command and install it, it gives me some errors when I'm installing it.
Get:1 http://archive.ubuntu.com jaunty/main libvncserver0 0.9.3.dfsg.1-1ubuntu2 [162kB]
Get:2 http://archive.ubuntu.com jaunty/universe x11vnc 0.9.3.dfsg.1-1ubuntu2 [771kB]
Fetched 933kB in 0s (5121kB/s)
Selecting previously deselected package libvncserver0.
(Reading database ... 102703 files and directories currently installed.)
Unpacking libvncserver0 (from .../libvncserver0_0.9.3.df
Selecting previously deselected package x11vnc.
Unpacking x11vnc (from .../x11vnc_0.9.3.dfsg.1-1u
Setting up fuse-utils (2.7.4-1.1ubuntu4) ...
creating fuse group...
udev active, skipping device node creation.
* Reloading kernel event manager... No /sbin/udevd found running; none killed.
[fail]
invoke-rc.d: initscript udev, action "reload" failed.
dpkg: error processing fuse-utils (--configure):
subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of gvfs-fuse:
gvfs-fuse depends on fuse-utils; however:
Package fuse-utils is not configured yet.
dpkg: error processing gvfs-fuse (--configure):
dependency problems - leaving unconfigured
Setting up libvncserver0 (0.9.3.dfsg.1-1ubuntu2) ...
No apport report written because the error message indicates its a followup error from a previous failure.
Setting up x11vnc (0.9.3.dfsg.1-1ubuntu2) ...
Processing triggers for libc6 ...
ldconfig deferred processing now taking place
Errors were encountered while processing:
fuse-utils
gvfs-fuse
E: Sub-process /usr/bin/dpkg returned an error code (1)
What might be the problem? Or is there any problem?
I'm still getting errors after I updated it.
root@xx-xx-xxx-xx:~# sudo apt-get install x11vnc
Reading package lists... Done
Building dependency tree
Reading state information... Done
x11vnc is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
2 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Setting up fuse-utils (2.7.4-1.1ubuntu4) ...
creating fuse group...
udev active, skipping device node creation.
* Reloading kernel event manager... No /sbin/udevd found running; none killed.
[fail]
invoke-rc.d: initscript udev, action "reload" failed.
dpkg: error processing fuse-utils (--configure):
subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of gvfs-fuse:
gvfs-fuse depends on fuse-utils; however:
Package fuse-utils is not configured yet.
dpkg: error processing gvfs-fuse (--configure):
dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
Errors were encountered while processing:
fuse-utils
gvfs-fuse
E: Sub-process /usr/bin/dpkg returned an error code (1)
I ran the update dist again and yes I missed the error by accident.
root@xx-xx-xxx-xx:~# sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
2 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Do you want to continue [Y/n]? Y
Setting up fuse-utils (2.7.4-1.1ubuntu4) ...
creating fuse group...
udev active, skipping device node creation.
* Reloading kernel event manager... No /sbin/udevd found running; none killed.
[fail]
invoke-rc.d: initscript udev, action "reload" failed.
dpkg: error processing fuse-utils (--configure):
subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of gvfs-fuse:
gvfs-fuse depends on fuse-utils; however:
Package fuse-utils is not configured yet.
dpkg: error processing gvfs-fuse (--configure):
dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
Errors were encountered while processing:
fuse-utils
gvfs-fuse
E: Sub-process /usr/bin/dpkg returned an error code (1)
Still getting error.
root@xx-xx-xxx-xx:~# sudo apt-get install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
2 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Setting up fuse-utils (2.7.4-1.1ubuntu4) ...
creating fuse group...
udev active, skipping device node creation.
* Reloading kernel event manager... No /sbin/udevd found running; none killed.
[fail]
invoke-rc.d: initscript udev, action "reload" failed.
dpkg: error processing fuse-utils (--configure):
subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of gvfs-fuse:
gvfs-fuse depends on fuse-utils; however:
Package fuse-utils is not configured yet.
dpkg: error processing gvfs-fuse (--configure):
dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
Errors were encountered while processing:
fuse-utils
gvfs-fuse
E: Sub-process /usr/bin/dpkg returned an error code (1)
Business Accounts
Answer for Membership
by: fmarzoccaPosted on 2009-07-02 at 11:18:36ID: 24766086
There are several solutions to this. You can find them all here: mmunity/VN C/Servers
https://help.ubuntu.com/co