Raspbian Jessie with Pixel Desktop Blog:ujjwalrathod007 wrote:I want to enable VNC server. I have 2016-05-10-raspbian-jessie. I don't see the option for it. Can anyone has idea why?
You run update first, regards RealVNC it is discussed towards end of Blog.......ujjwalrathod007 wrote:I tried the commands
sudo apt-get dist-upgrade and
sudo apt-get update
But the 1st one doesnt work properly and gives an error that software stoped unconditionally
Yes it is all covered in the Blog, the OP needs to read it ALL........Martin Frezman wrote:You have to do them both, but in the opposite order.
So:
$ sudo bash
# apt-get update
# apt-get dist-upgrade
# apt-get install rpi-chromium-mods python-sense-emu python3-sense-emu python-sense-emu-doc realvnc-vnc-viewer realvnc-vnc-server
# reboot
The thing to note is this: Although the realVNC stuff comes installed with a *new* install of Raspbian, you have to explicitly install it when you're doing an upgrade type install.
pi@raspberrypi:~ $ sudo dpkg --configure -a
Setting up initramfs-tools (0.120+deb8u2) ...
update-initramfs: deferring update (trigger activated)
Setting up systemd (215-17+deb8u5) ...
addgroup: The group `systemd-journal' already exists as a system group. Exiting.
/var/lib/dpkg/info/systemd.postinst: 150: /var/lib/dpkg/info/systemd.postinst: cannot open /run/systemd/was-enabled: No such file
Setting up libpam-systemd:armhf (215-17+deb8u5) ...
Processing triggers for initramfs-tools (0.120+deb8u2) ...
pi@raspberrypi:~ $ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
systemd-sysv : Depends: systemd (= 215-17+deb8u4) but 215-17+deb8u5 is installed
E: Unmet dependencies. Try using -f.