I am trying to install remote desktop on an ubuntu ec2 instance by using NX, i have done sudo -E apt-get update
& sudo -E apt-get install -y ubuntu-desktop
. then to install freenx sudo add-apt-repository ppa:freenx-team
but from here forward when I do sudo apt-get update
it gives me some errors:
Err http://ppa.launchpad.net trusty/main amd64 Packages 404 Not Found
Ign http://ppa.launchpad.net trusty/main Translation-en_US
Ign http://ppa.launchpad.net trusty/main Translation-en
W: Failed to fetch http://ppa.launchpad.net/freenx-team/ppa/ubuntu/dists/trusty/main/binary-amd64/Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead
Then when I type sudo aptitude install -y freenx
it gives me another error which is:
"Couldn't find any package whose name or description matched "freenx"
I have googled it and found different suggestions but none of them works, it became a real headache for me, appreciate your help.