I'm currently running 14.04lts but i want to upgrade to 15.04. The things is that in the file where you change the prompt=lts to normal, when I try to change it to normal i can't save it and i just want to know how.
Asked
Active
Viewed 1.0k times
1 Answers
5
Edit the file with sudo rights
sudo nano /etc/update-manager/release-upgrades
As you can see here
ls -la /etc/update-manager/release-upgrades
-rw-r--r-- 1 root root 832 Feb 26 17:30 /etc/update-manager/release-upgrades
the file is only writable for root.
A.B.
- 92,125