A
A
Andrey2017-06-19 23:26:47
Nginx
Andrey, 2017-06-19 23:26:47

How to install a fresh version of nginx on raspbian?

What to specify in source.list? because when I point

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

It throws an error like
Невозможно найти ожидаемый элемент «» в файле Release (некорректная запись в sources.list или файл)

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Denis Verbin, 2017-06-20
@rez0n

Add
then update the repositories and install nginx

sudo apt-get update
sudo apt-get install -t stretch nginx

T
TyzhSysAdmin, 2017-06-19
@POS_troi

Compile from source.
or use turnip for squeeze/wheezy

P
pfg21, 2017-06-20
@pfg21

Follow the link of the repository and look for compilations for arm :) there are none

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question