Linux Debian How-to Setup Latest nginx Repo

The Tip Show Step by Step How-to SetUp the nginx apt-get Repo on Linux Debian:

  1. Open a Terminal Window
  2. Download the nginx apt-get Signing Key:
    apt Key
  3. Install the Key:
    sudo su -c "apt-key add nginx_signing.key"
  4. Edit apt-get Sources List:
    sudo su -c "nano /etc/apt/sources.list"
  5. Insert the nginx Repos:

    deb http://nginx.org/packages/debian/ nginx
    deb-src http://nginx.org/packages/debian/ nginx

  6. Substitute the Right for Your Debian Version:

    • squeeze
    • wheezy

    Ctrl+x to Save & Exit