Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject: Removing VNC Server
PostPosted: Sun Mar 01, 2009 11:01 am 
Offline
Junior Member

Joined: Sun Mar 01, 2009 10:48 am
Posts: 20
I'm having problems removing vnc server. I type the following

apt-get remove vncserver

Then get
Quote:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Writing extended state information... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done


Why hasn't it been removed? I've not had much experience with apt before.


Top
   
 Post subject:
PostPosted: Sun Mar 01, 2009 11:36 am 
Offline
Senior Newbie

Joined: Thu Jan 31, 2008 8:25 pm
Posts: 6
vncserver might not be the name of the package, i ran apt-cache:

Code:
# apt-cache search vnc | grep vnc | grep server
libvncserver-dev - API to write one's own vnc server - development files
libvncserver0 - API to write one's own vnc server
libvncserver0-dbg - debugging symbols for libvncserver
gtkvncviewer - Small GTK+ tool to connect to VNC servers
linuxvnc - VNC server to allow remote access to a tty
tightvncserver - virtual network computing server software
vnc4-common - Virtual network computing server software
vnc4server - Virtual network computing server software
vncsnapshot - A utility that takes JPEG snapshots from VNC servers
x11vnc - VNC server to allow remote access to an existing X session


Not knowing what package was installed you want the following command:
apt-get remove linuxvnc tightvncserver vnc4server

That should take care of the removal of vnc server


Top
   
 Post subject:
PostPosted: Sun Mar 01, 2009 12:22 pm 
Offline
Senior Member

Joined: Sun Nov 30, 2008 3:40 pm
Posts: 109
Also, if you are removing it because of configuration errors, using "remove" and then "install" won't make any difference. You should use "apt-get purge [package name]".


Top
   
 Post subject:
PostPosted: Sun Mar 01, 2009 2:36 pm 
Offline
Junior Member

Joined: Sun Mar 01, 2009 10:48 am
Posts: 20
Thanks everyone. I should have been typing vnc4server! Got a bit confused. :(


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group