The Tip Show Step by Step How-to SetUp the nginx apt-get Repo on Linux Mint:
- Open a Terminal Window
- Download the nginx apt-get Signing Key:
apt Key - Install the Key:
sudo su -c "apt-key add nginx_signing.key"
- Edit apt-get Sources List:
sudo su -c "nano /etc/apt/sources.list"
- Insert the nginx Repos:
deb http://nginx.org/packages/ubuntu/ <vErSiOn> nginx
deb-src http://nginx.org/packages/ubuntu/ <vErSiOn> nginx - saucy for Linux Mint 16 Petra
- raring for Linux Mint 15 Olivia
- quantal for Linux Mint 14 Nadia
- precise for Linux Mint 13 Maya
Substitute the Right vErSiOn for Your Mint:
Ctrl+x to Save & Exit