Question
Updating Nginx on Ubuntu 14.04.5 LTS
Is it possible to update it on this version of Ubuntu?
As when I’m trying
sudo add-apt-repository ppa:nginx/stable
It says
**Only Non-End-of-Life Ubuntu Releases are supported in this PPA**
And
sudo apt-get update
sudo apt-get --only-upgrade install nginx
Says “nginx is already the newest version.” even it 1.4.6
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×