Erro ao fazer apt-get update

1. Erro ao fazer apt-get update

Otavio
omiggs

(usa Debian)

Enviado em 24/08/2017 - 23:49h

Olá. Estou tentando utilizar o comando apt-get update para corrigir erros do sistema, mas me deparo com esta mensagem de erro:

W: Failed to fetch http://security.debian.org/dists/jessie/updates/InRelease">http://security.debian.org/dists/jessie/updates/InRelease Unable to find expected entry 'non-freedeb/source/Sources' in Release file (Wrong sources.list entry or malformed file)


Meu sources.list está assim:

deb http://ftp.debian.org/debian jessie main contrib non-free
deb http://ftp.debian.org/debian jessie-updates main contrib non-free
deb http://security.debian.org jessie/updates main contrib non-free

deb http://http.debian.net/debian jessie main non-free
deb-src http://http.debian.net/debian jessie main non-free

deb http://security.debian.org/ jessie/updates main non-free updates/main updates/contrib updates/non-free
deb-src http://security.debian.org/ jessie/updates main non-freedeb http://ftp.debian.org/debian jessie-backports main



Alguma ideia do que fazer?


  


2. Re: Erro ao fazer apt-get update

Eduardo Tatsuo Koga
duzinho-78

(usa Debian)

Enviado em 25/08/2017 - 01:01h

oi, põe um enter no meio última linha do seu sources...

esta última linha está assim
deb-src http://security.debian.org/ jessie/updates main non-freedeb http://ftp.debian.org/debian jessie-backports main

deixe assim em duas linhas e vê se resolve...
deb-src http://security.debian.org/ jessie/updates main non-free
deb http://ftp.debian.org/debian jessie-backports main


3. Re: Erro ao fazer apt-get update

Mauriciodez
Mauriciodez

(usa Debian)

Enviado em 25/08/2017 - 19:07h

omiggs escreveu:

Olá. Estou tentando utilizar o comando apt-get update para corrigir erros do sistema, mas me deparo com esta mensagem de erro:

W: Failed to fetch http://security.debian.org/dists/jessie/updates/InRelease">http://security.debian.org/dists/jessie/updates/InRelease Unable to find expected entry 'non-freedeb/source/Sources' in Release file (Wrong sources.list entry or malformed file)


Meu sources.list está assim:

deb http://ftp.debian.org/debian jessie main contrib non-free
deb http://ftp.debian.org/debian jessie-updates main contrib non-free
deb http://security.debian.org jessie/updates main contrib non-free

deb http://http.debian.net/debian jessie main non-free
deb-src http://http.debian.net/debian jessie main non-free

deb http://security.debian.org/ jessie/updates main non-free updates/main updates/contrib updates/non-free
deb-src http://security.debian.org/ jessie/updates main non-freedeb http://ftp.debian.org/debian jessie-backports main



Alguma ideia do que fazer?


Deixe o meliante assim
deb http://http.debian.net/debian/ jessie main non-free contrib
deb http://security.debian.org/ jessie/updates main contrib non-free
deb http://http.debian.net/debian/ jessie-updates main contrib non-free
deb http://http.debian.net/debian/ jessie-backports main contrib non-free
deb-src http://http.debian.net/debian/ jessie-backports main contrib non-free


------------------------------------------| Linux User #621728 |-----------------------------------------

" Nem sempre é amigo aquele que te tira do buraco !!! ( Saddam Hussein )"

------------------------------------------| Linux User #621728 |-----------------------------------------



4. Re: Erro ao fazer apt-get update

Ryuk Shinigami
Ryuk

(usa Nenhuma)

Enviado em 25/08/2017 - 19:12h

Essa sua sources.list tá muito zoada. Apague tudo e deixe assim:
## Main
deb-src http://http.debian.net/debian/ jessie main contrib non-free
deb http://http.debian.net/debian/ jessie main contrib non-free

## Security
deb-src http://security.debian.org/ jessie/updates main contrib non-free
deb http://security.debian.org/ jessie/updates main contrib non-free

## Updates
deb-src http://http.debian.net/debian/ jessie-updates main contrib non-free
deb http://http.debian.net/debian/ jessie-updates main contrib non-free

## Backports
deb-src http://http.debian.net/debian/ jessie-backports main contrib non-free
deb http://http.debian.net/debian/ jessie-backports main contrib non-free

# apt-get update



5. Re: Erro ao fazer apt-get update

Clodoaldo Santos
clodoaldops

(usa Linux Mint)

Enviado em 25/08/2017 - 21:46h

Siga dica passo 1
https://www.vivaolinux.com.br/dica/O-que-fazer-depois-de-instalar-o-Debian-8

---------------
clodoaldops
https://dicaslinuxmint.blogspot.com.br/


6. Outro problema

Otavio
omiggs

(usa Debian)

Enviado em 25/08/2017 - 21:55h

Perfeito. O problema do apt-get update foi resolvido. No entanto, estou enfrentando outros problemas agora. Não consigo usar o apt-get upgrade nem apt-get install. Ele diz não ter permissões para criar a pasta /var/www/html

"
dpkg: error processing archive /var/cache/apt/archives/apache2_2.4.10-10+deb8u10_amd64.deb (--unpack):
error creating directory `./var/www/html': Permission denied
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Processing triggers for systemd (215-17+deb8u7) ...
Errors were encountered while processing:
/var/cache/apt/archives/apache2_2.4.10-10+deb8u10_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Me foi sugerido o seguinte tutorial: https://askubuntu.com/questions/441047/dpkg-deb-error-subprocess-paste-was-killed-by-signal-broken-p...

No entanto, não adiantou. Quando faço o sudo dpkg -P nginx-common:
dpkg: dependency problems prevent removal of nginx-common:
nginx-full depends on nginx-common (= 1.6.2-5+deb8u4).

dpkg: error processing package nginx-common (--purge):
dependency problems - not removing
Errors were encountered while processing:


Em seguida, pelo tutorial, devo fazer sudo apt-get purge nginx*, mas me retorna isso:
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
apache2 : Depends: apache2-bin (= 2.4.10-10+deb8u8) but 2.4.10-10+deb8u10 is to be installed
Depends: apache2-data (= 2.4.10-10+deb8u8) but 2.4.10-10+deb8u10 is to be installed
apache2-mpm-prefork : Depends: apache2 (= 2.4.10-10+deb8u10) but 2.4.10-10+deb8u8 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).


Daí rodo o apt-get install -f

dpkg: error processing archive /var/cache/apt/archives/apache2_2.4.10-10+deb8u10_amd64.deb (--unpack):
error creating directory `./var/www/html': Permission denied
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Processing triggers for systemd (215-17+deb8u7) ...
Errors were encountered while processing:
/var/cache/apt/archives/apache2_2.4.10-10+deb8u10_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


Estou em um ciclo sem fim


7. Re: Erro ao fazer apt-get update

Mauriciodez
Mauriciodez

(usa Debian)

Enviado em 25/08/2017 - 22:06h

Velho ... a principio quando vc postar erro vc posta a parada completa .... incluindo o comando que vc deu !!!





------------------------------------------| Linux User #621728 |-----------------------------------------

" Nem sempre é amigo aquele que te tira do buraco !!! ( Saddam Hussein )"

------------------------------------------| Linux User #621728 |-----------------------------------------



8. Re: Erro ao fazer apt-get update

Otavio
omiggs

(usa Debian)

Enviado em 25/08/2017 - 22:07h

Mauriciodez escreveu:

Velho ... a principio quando vc postar erro vc posta a parada completa .... incluindo o comando que vc deu !!!





------------------------------------------| Linux User #621728 |-----------------------------------------

" Nem sempre é amigo aquele que te tira do buraco !!! ( Saddam Hussein )"

------------------------------------------| Linux User #621728 |-----------------------------------------



Postei todos os comandos que dei, junto com os resultados


9. Re: Erro ao fazer apt-get update

Clodoaldo Santos
clodoaldops

(usa Linux Mint)

Enviado em 25/08/2017 - 22:09h

Eita Debian Jessie bugado mermaum
Andou fazendo caquinha hein!

---------------
clodoaldops
https://dicaslinuxmint.blogspot.com.br/


10. Re: Erro ao fazer apt-get update

Otavio
omiggs

(usa Debian)

Enviado em 25/08/2017 - 22:18h

clodoaldops escreveu:

Eita Debian Jessie bugado mermaum
Andou fazendo caquinha hein!

---------------
clodoaldops
https://dicaslinuxmint.blogspot.com.br/


Pois é
Tenso que não fiz nada

Tava funcionando normal. Ficou funcionando normal por meses, e de repente deu tudo isso. E eu literalmente não fiz nada


11. Re: Erro ao fazer apt-get update

Mauriciodez
Mauriciodez

(usa Debian)

Enviado em 25/08/2017 - 22:24h

omiggs escreveu:
Postei todos os comandos que dei, junto com os resultados


Campeão ... não é escrever o comando que vc deu ... é copiar do terminal a parada toda sacou ... de repente vc está dando um comando e está errado .. a gente só tem como saber se vc copiar do terminal e colar aqui





------------------------------------------| Linux User #621728 |-----------------------------------------

" Nem sempre é amigo aquele que te tira do buraco !!! ( Saddam Hussein )"

------------------------------------------| Linux User #621728 |-----------------------------------------



12. Re: Erro ao fazer apt-get update

Otavio
omiggs

(usa Debian)

Enviado em 25/08/2017 - 22:31h

Mauriciodez escreveu:

omiggs escreveu:
Postei todos os comandos que dei, junto com os resultados


Campeão ... não é escrever o comando que vc deu ... é copiar do terminal a parada toda sacou ... de repente vc está dando um comando e está errado .. a gente só tem como saber se vc copiar do terminal e colar aqui




------------------------------------------| Linux User #621728 |-----------------------------------------

" Nem sempre é amigo aquele que te tira do buraco !!! ( Saddam Hussein )"

------------------------------------------| Linux User #621728 |-----------------------------------------



Ok, segue todas as linhas, desde o primeiro comando:

root@vps:~# sudo apt-get update
Hit http://security.debian.org jessie/updates InRelease
Hit http://security.debian.org jessie/updates/main Sources
Ign http://http.debian.net jessie InRelease
Hit http://http.debian.net jessie-updates InRelease
Hit http://http.debian.net jessie-backports InRelease
Hit http://security.debian.org jessie/updates/contrib Sources
Hit http://http.debian.net jessie Release.gpg
Hit http://security.debian.org jessie/updates/non-free Sources
Hit http://security.debian.org jessie/updates/main amd64 Packages
Hit http://http.debian.net jessie Release
Hit http://http.debian.net jessie-updates/main Sources
Hit http://security.debian.org jessie/updates/contrib amd64 Packages
Hit http://security.debian.org jessie/updates/non-free amd64 Packages
Hit http://http.debian.net jessie-updates/contrib Sources
Hit http://security.debian.org jessie/updates/contrib Translation-en
Hit http://security.debian.org jessie/updates/main Translation-en
Hit http://http.debian.net jessie-updates/non-free Sources
Hit http://security.debian.org jessie/updates/non-free Translation-en
Get:1 http://http.debian.net jessie-updates/main amd64 Packages/DiffIndex [8392 B]
Hit http://http.debian.net jessie-updates/contrib amd64 Packages
Get:2 http://http.debian.net jessie-updates/non-free amd64 Packages/DiffIndex [736 B]
Hit http://http.debian.net jessie-updates/contrib Translation-en
Get:3 http://http.debian.net jessie-updates/main Translation-en/DiffIndex [3196 B]
Get:4 http://http.debian.net jessie-updates/non-free Translation-en/DiffIndex [736 B]
Get:5 http://http.debian.net jessie-backports/main Sources/DiffIndex [27.8 kB]
Get:6 http://http.debian.net jessie-backports/contrib Sources/DiffIndex [27.8 kB]
Get:7 http://http.debian.net jessie-backports/non-free Sources/DiffIndex [24.5 kB]
Get:8 http://http.debian.net jessie-backports/main amd64 Packages/DiffIndex [27.8 kB]
Get:9 http://http.debian.net jessie-backports/contrib amd64 Packages/DiffIndex [25.0 kB]
Get:10 http://http.debian.net jessie-backports/non-free amd64 Packages/DiffIndex [22.9 kB]
Get:11 http://http.debian.net jessie-backports/contrib Translation-en/DiffIndex [7468 B]
Get:12 http://http.debian.net jessie-backports/main Translation-en/DiffIndex [27.8 kB]
Get:13 http://http.debian.net jessie-backports/non-free Translation-en/DiffIndex [17.2 kB]
Hit http://http.debian.net jessie/main Sources
Hit http://http.debian.net jessie/contrib Sources
Hit http://http.debian.net jessie/non-free Sources
Hit http://http.debian.net jessie/main amd64 Packages
Hit http://http.debian.net jessie/contrib amd64 Packages
Hit http://http.debian.net jessie/non-free amd64 Packages
Hit http://http.debian.net jessie/contrib Translation-en
Hit http://http.debian.net jessie/main Translation-en
Hit http://http.debian.net jessie/non-free Translation-en
Fetched 221 kB in 5s (43.4 kB/s)
Reading package lists... Done
root@vps:~# sudo dpkg -P nginx-common
dpkg: dependency problems prevent removal of nginx-common:
nginx-full depends on nginx-common (= 1.6.2-5+deb8u4).

dpkg: error processing package nginx-common (--purge):
dependency problems - not removing
Errors were encountered while processing:
nginx-common
root@vps:~# sudo apt-get purge nginx*
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'gtk2-engines-gartoon' for regex 'nginx*'
Note, selecting 'libnginx-mod-http-auth-pam' for regex 'nginx*'
Note, selecting 'libnginx-mod-http-subs-filter' for regex 'nginx*'
Note, selecting 'libnginx-mod-http-cache-purge' for regex 'nginx*'
Note, selecting 'nginx-extras' for regex 'nginx*'
Note, selecting 'freedink-engine' for regex 'nginx*'
Note, selecting 'gridengine-common' for regex 'nginx*'
Note, selecting 'doom-engine' for regex 'nginx*'
Note, selecting 'libqtexengine-dev' for regex 'nginx*'
Note, selecting 'python3-pyqt5.enginio-dbg' for regex 'nginx*'
Note, selecting 'gtk3-engines-oxygen' for regex 'nginx*'
Note, selecting 'gtk2-engines-moblin' for regex 'nginx*'
Note, selecting 'libpengine-dev' for regex 'nginx*'
Note, selecting 'qml-module-enginio' for regex 'nginx*'
Note, selecting 'castle-game-engine-doc' for regex 'nginx*'
Note, selecting 'nginx-doc' for regex 'nginx*'
Note, selecting 'libmono-microsoft-build-engine4.0-cil' for regex 'nginx*'
Note, selecting 'poker-engine-common' for regex 'nginx*'
Note, selecting 'qtenginio5-doc' for regex 'nginx*'
Note, selecting 'senlin-engine' for regex 'nginx*'
Note, selecting 'libsyntax-highlight-engine-simple-languages-perl' for regex 'nginx*'
Note, selecting 'science-engineering' for regex 'nginx*'
Note, selecting 'gtk2-engines-murrine' for regex 'nginx*'
Note, selecting 'libevas1-engine-software-x11' for regex 'nginx*'
Note, selecting 'castle-game-engine-src' for regex 'nginx*'
Note, selecting 'cfengine2' for regex 'nginx*'
Note, selecting 'cfengine3' for regex 'nginx*'
Note, selecting 'gtk2-engines-nodoka' for regex 'nginx*'
Note, selecting 'smuxi-engine-xmpp' for regex 'nginx*'
Note, selecting 'gtk2-engines-qtcurve' for regex 'nginx*'
Note, selecting 'mariadb-oqgraph-engine-10.0' for regex 'nginx*'
Note, selecting 'libnginx-mod-http-geoip' for regex 'nginx*'
Note, selecting 'python-certbot-nginx-doc' for regex 'nginx*'
Note, selecting 'libpengine3-dev' for regex 'nginx*'
Note, selecting 'libhtsengine1' for regex 'nginx*'
Note, selecting 'nginx-extras-dbg' for regex 'nginx*'
Note, selecting 'quake2-engine-server' for regex 'nginx*'
Note, selecting 'libnginx-mod-http-image-filter' for regex 'nginx*'
Note, selecting 'gridengine-drmaa-dev' for regex 'nginx*'
Note, selecting 'boom-engine' for regex 'nginx*'
Note, selecting 'heat-engine' for regex 'nginx*'
Note, selecting 'gtk2-engines-ubuntulooks' for regex 'nginx*'
Note, selecting 'plasma-scriptengine-superkaramba' for regex 'nginx*'
Note, selecting 'libevas-engines' for regex 'nginx*'
Note, selecting 'science-engineering-dev' for regex 'nginx*'
Note, selecting 'libmyguiengine3debian1-dbg' for regex 'nginx*'
Note, selecting 'smuxi-engine-twitter' for regex 'nginx*'
Note, selecting 'qml-module-qtaudioengine' for regex 'nginx*'
Note, selecting 'python3-pyqt5.enginio' for regex 'nginx*'
Note, selecting 'lua-nginx-memcached' for regex 'nginx*'
Note, selecting 'gridengine-drmaa1.0' for regex 'nginx*'
Note, selecting 'libenginio1' for regex 'nginx*'
Note, selecting 'libnginx-mod-http-headers-more-filter' for regex 'nginx*'
Note, selecting 'libengine-pkcs11-openssl' for regex 'nginx*'
Note, selecting 'cfengine2-dbg' for regex 'nginx*'
Note, selecting 'libnginx-mod-http-perl' for regex 'nginx*'
Note, selecting 'libevas1-engine-gl-x11' for regex 'nginx*'
Note, selecting 'python-poker-engine' for regex 'nginx*'
Note, selecting 'libpengine4-dev' for regex 'nginx*'
Note, selecting 'python-certbot-nginx' for regex 'nginx*'
Note, selecting 'gtk2-engines-pixbuf' for regex 'nginx*'
Note, selecting 'mariadb-tokudb-engine-10.0' for regex 'nginx*'
Note, selecting 'scim-kmfl-imengine' for regex 'nginx*'
Note, selecting 'libnginx-mod-http-xslt-filter' for regex 'nginx*'
Note, selecting 'nginx-full-dbg' for regex 'nginx*'
Note, selecting 'qtenginio5-examples' for regex 'nginx*'
Note, selecting 'dhis-dns-engine' for regex 'nginx*'
Note, selecting 'gtk-qt-engine' for regex 'nginx*'
Note, selecting 'gridengine-master' for regex 'nginx*'
Note, selecting 'python-mongoengine' for regex 'nginx*'
Note, selecting 'libsyntax-highlight-engine-kate-perl' for regex 'nginx*'
Note, selecting 'sludge-engine' for regex 'nginx*'
Note, selecting 'libnginx-mod-mail' for regex 'nginx*'
Note, selecting 'qtdeclarative5-qtaudioengine-plugin' for regex 'nginx*'
Note, selecting 'gtk2-engines' for regex 'nginx*'
Note, selecting 'quake-engine' for regex 'nginx*'
Note, selecting 'code-aster-mpi-engine' for regex 'nginx*'
Note, selecting 'cfengine3-dbg' for regex 'nginx*'
Note, selecting 'fp-units-castle-game-engine' for regex 'nginx*'
Note, selecting 'hexen-engine' for regex 'nginx*'
Note, selecting 'strife-engine' for regex 'nginx*'
Note, selecting 'libsyntax-highlight-engine-simple-perl' for regex 'nginx*'
Note, selecting 'libnginx-mod-http-upstream-fair' for regex 'nginx*'
Note, selecting 'libhtsengine-dev' for regex 'nginx*'
Note, selecting 'gtk2-engines-wonderland' for regex 'nginx*'
Note, selecting 'foomatic-db-engine' for regex 'nginx*'
Note, selecting 'libnginx-mod-http-lua' for regex 'nginx*'
Note, selecting 'libevas-0.9.9.050a-engines-extras' for regex 'nginx*'
Note, selecting 'gridengine-client' for regex 'nginx*'
Note, selecting 'flare-engine' for regex 'nginx*'
Note, selecting 'gtk2-engines-oxygen' for regex 'nginx*'
Note, selecting 'libevas-engines-extras' for regex 'nginx*'
Note, selecting 'cfengine2-doc' for regex 'nginx*'
Note, selecting 'cura-engine' for regex 'nginx*'
Note, selecting 'nginx-light-dbg' for regex 'nginx*'
Note, selecting 'gtk2-engines-cleanice' for regex 'nginx*'
Note, selecting 'libevas1-engine-fb' for regex 'nginx*'
Note, selecting 'qtenginio5-doc-html' for regex 'nginx*'
Note, selecting 'plasma-scriptengine-python' for regex 'nginx*'
Note, selecting 'libfalcon-engine1-dbg' for regex 'nginx*'
Note, selecting 'plasma-dataengines-workspace' for regex 'nginx*'
Note, selecting 'freedink-engine-dbg' for regex 'nginx*'
Note, selecting 'hexen2-engine' for regex 'nginx*'
Note, selecting 'libevas1-engines-x' for regex 'nginx*'
Note, selecting 'dhis-mx-sendmail-engine' for regex 'nginx*'
Note, selecting 'plasma-scriptengines' for regex 'nginx*'
Note, selecting 'gtk2-engines-magicchicken' for regex 'nginx*'
Note, selecting 'quake-engine-server' for regex 'nginx*'
Note, selecting 'libnginx-mod-http-dav-ext' for regex 'nginx*'
Note, selecting 'libfalcon-engine1' for regex 'nginx*'
Note, selecting 'golang-google-appengine-dev' for regex 'nginx*'
Note, selecting 'plasma-dataengines-addons' for regex 'nginx*'
Note, selecting 'murano-engine' for regex 'nginx*'
Note, selecting 'sahara-engine' for regex 'nginx*'
Note, selecting 'libpentaho-reporting-flow-engine-java-doc' for regex 'nginx*'
Note, selecting 'python-pyqt5.enginio' for regex 'nginx*'
Note, selecting 'quake2-engine' for regex 'nginx*'
Note, selecting 'python2.7-mongoengine' for regex 'nginx*'
Note, selecting 'libxml-xpathengine-perl' for regex 'nginx*'
Note, selecting 'plasma-scriptengine-javascript' for regex 'nginx*'
Note, selecting 'libpentaho-reporting-flow-engine-java' for regex 'nginx*'
Note, selecting 'smuxi-engine' for regex 'nginx*'
Note, selecting 'plasma-dataengines-yawp' for regex 'nginx*'
Note, selecting 'smuxi-engine-irc' for regex 'nginx*'
Note, selecting 'nginx-common' for regex 'nginx*'
Note, selecting 'libnginx-mod-http-uploadprogress' for regex 'nginx*'
Note, selecting 'python-mongoengine-doc' for regex 'nginx*'
Note, selecting 'nginx' for regex 'nginx*'
Note, selecting 'plasma-scriptengine-kimono' for regex 'nginx*'
Note, selecting 'libnginx-mod-stream' for regex 'nginx*'
Note, selecting 'heretic-engine' for regex 'nginx*'
Note, selecting 'libqtexengine1' for regex 'nginx*'
Note, selecting 'gtk2-engines-xfce' for regex 'nginx*'
Note, selecting 'libnginx-mod-http-ndk' for regex 'nginx*'
Note, selecting 'python-pyqt5.enginio-dbg' for regex 'nginx*'
Note, selecting 'libnginx-mod-http-echo' for regex 'nginx*'
Note, selecting 'qtenginio5-dbg' for regex 'nginx*'
Note, selecting 'plasma-scriptengine-ruby' for regex 'nginx*'
Note, selecting 'nginx-light' for regex 'nginx*'
Note, selecting 'cfengine' for regex 'nginx*'
Note, selecting 'libmyguiengine3debian1' for regex 'nginx*'
Note, selecting 'gridengine-dev' for regex 'nginx*'
Note, selecting 'gtk2-engines-aurora' for regex 'nginx*'
Note, selecting 'lua-nginx-websocket' for regex 'nginx*'
Note, selecting 'libenginio1-dev' for regex 'nginx*'
Note, selecting 'nginx-full' for regex 'nginx*'
Note, selecting 'gridengine-qmon' for regex 'nginx*'
Note, selecting 'lua-nginx-redis' for regex 'nginx*'
Note, selecting 'python2.4-poker-engine' for regex 'nginx*'
Note, selecting 'gtk3-engines-xfce' for regex 'nginx*'
Note, selecting 'python2.6-mongoengine' for regex 'nginx*'
Note, selecting 'libnginx-mod-nchan' for regex 'nginx*'
Note, selecting 'gtk-engines-mgicchikn' for regex 'nginx*'
Note, selecting 'libevas-0.9.9.050a-engines' for regex 'nginx*'
Note, selecting 'libnginx-mod-http-fancyindex' for regex 'nginx*'
Note, selecting 'gridengine-exec' for regex 'nginx*'
Note, selecting 'libcatalyst-engine-apache-perl' for regex 'nginx*'
Note, selecting 'mistral-engine' for regex 'nginx*'
Note, selecting 'mariadb-connect-engine-10.0' for regex 'nginx*'
Note, selecting 'mariadb-tokudb-engine-5.5' for regex 'nginx*'
Note, selecting 'htsengine' for regex 'nginx*'
Note, selecting 'plasma-scriptengine-webkit' for regex 'nginx*'
Note, selecting 'libpengine10' for regex 'nginx*'
Package 'cfengine' is not installed, so not removed
Package 'cfengine2-doc' is not installed, so not removed
Package 'gtk-qt-engine' is not installed, so not removed
Note, selecting 'libevas1-engines-x' instead of 'libevas1-engine-software-x11'
Package 'libevas-0.9.9.050a-engines-extras' is not installed, so not removed
Package 'libevas-engines-extras' is not installed, so not removed
Package 'libevas-0.9.9.050a-engines' is not installed, so not removed
Package 'libevas-engines' is not installed, so not removed
Note, selecting 'libevas1-engines-x' instead of 'libevas1-engine-gl-x11'
Note, selecting 'gnome-icon-theme-gartoon' instead of 'gtk2-engines-gartoon'
Package 'gtk-engines-mgicchikn' is not installed, so not removed
Package 'plasma-scriptengine-kimono' is not installed, so not removed
Package 'mariadb-tokudb-engine-10.0' is not installed, so not removed
Package 'mariadb-tokudb-engine-5.5' is not installed, so not removed
Package 'poker-engine-common' is not installed, so not removed
Package 'python2.4-poker-engine' is not installed, so not removed
Note, selecting 'python-mongoengine' instead of 'python2.6-mongoengine'
Note, selecting 'python-mongoengine' instead of 'python2.7-mongoengine'
Package 'qtdeclarative5-qtaudioengine-plugin' is not installed, so not removed
Package 'smuxi-engine-irc' is not installed, so not removed
Package 'smuxi-engine-twitter' is not installed, so not removed
Package 'smuxi-engine-xmpp' is not installed, so not removed
Note, selecting 'chocolate-doom' instead of 'strife-engine'
Note, selecting 'yamagi-quake2' instead of 'quake2-engine'
Note, selecting 'yamagi-quake2-core' instead of 'quake2-engine-server'
Note, selecting 'uhexen2' instead of 'hexen2-engine'
Package 'libpengine3-dev' is not installed, so not removed
Package 'libpengine4-dev' is not installed, so not removed
Package 'code-aster-mpi-engine' is not installed, so not removed
Package 'castle-game-engine-doc' is not installed, so not removed
Package 'castle-game-engine-src' is not installed, so not removed
Package 'fp-units-castle-game-engine' is not installed, so not removed
Package 'cfengine2' is not installed, so not removed
Package 'cfengine2-dbg' is not installed, so not removed
Package 'cfengine3' is not installed, so not removed
Package 'cfengine3-dbg' is not installed, so not removed
Package 'cura-engine' is not installed, so not removed
Package 'science-engineering' is not installed, so not removed
Package 'science-engineering-dev' is not installed, so not removed
Package 'dhis-dns-engine' is not installed, so not removed
Package 'dhis-mx-sendmail-engine' is not installed, so not removed
Package 'libevas1-engine-fb' is not installed, so not removed
Package 'libevas1-engines-x' is not installed, so not removed
Package 'libfalcon-engine1' is not installed, so not removed
Package 'libfalcon-engine1-dbg' is not installed, so not removed
Package 'flare-engine' is not installed, so not removed
Package 'foomatic-db-engine' is not installed, so not removed
Package 'freedink-engine' is not installed, so not removed
Package 'freedink-engine-dbg' is not installed, so not removed
Package 'gtk2-engines-pixbuf' is not installed, so not removed
Package 'gtk2-engines-nodoka' is not installed, so not removed
Package 'gtk2-engines' is not installed, so not removed
Package 'gtk2-engines-aurora' is not installed, so not removed
Package 'gtk2-engines-cleanice' is not installed, so not removed
Package 'gtk2-engines-magicchicken' is not installed, so not removed
Package 'gtk2-engines-murrine' is not installed, so not removed
Package 'gtk2-engines-oxygen' is not installed, so not removed
Package 'gtk2-engines-qtcurve' is not installed, so not removed
Package 'gtk2-engines-wonderland' is not installed, so not removed
Package 'gtk2-engines-xfce' is not installed, so not removed
Package 'gtk3-engines-xfce' is not installed, so not removed
Package 'htsengine' is not installed, so not removed
Package 'libhtsengine-dev' is not installed, so not removed
Package 'libhtsengine1' is not installed, so not removed
Package 'plasma-scriptengine-javascript' is not installed, so not removed
Package 'plasma-dataengines-workspace' is not installed, so not removed
Package 'plasma-scriptengine-python' is not installed, so not removed
Package 'plasma-scriptengine-ruby' is not installed, so not removed
Package 'plasma-scriptengine-webkit' is not installed, so not removed
Package 'plasma-scriptengines' is not installed, so not removed
Package 'plasma-dataengines-addons' is not installed, so not removed
Package 'libcatalyst-engine-apache-perl' is not installed, so not removed
Package 'libsyntax-highlight-engine-kate-perl' is not installed, so not removed
Package 'libsyntax-highlight-engine-simple-languages-perl' is not installed, so not removed
Package 'libsyntax-highlight-engine-simple-perl' is not installed, so not removed
Package 'libxml-xpathengine-perl' is not installed, so not removed
Package 'lua-nginx-memcached' is not installed, so not removed
Package 'lua-nginx-redis' is not installed, so not removed
Package 'lua-nginx-websocket' is not installed, so not removed
Package 'gtk2-engines-moblin' is not installed, so not removed
Package 'libmono-microsoft-build-engine4.0-cil' is not installed, so not removed
Package 'libmyguiengine3debian1' is not installed, so not removed
Package 'libmyguiengine3debian1-dbg' is not installed, so not removed
Package 'gtk3-engines-oxygen' is not installed, so not removed
Package 'libpentaho-reporting-flow-engine-java' is not installed, so not removed
Package 'libpentaho-reporting-flow-engine-java-doc' is not installed, so not removed
Package 'plasma-dataengines-yawp' is not installed, so not removed
Package 'python-poker-engine' is not installed, so not removed
Package 'python-pyqt5.enginio' is not installed, so not removed
Package 'python-pyqt5.enginio-dbg' is not installed, so not removed
Package 'python3-pyqt5.enginio' is not installed, so not removed
Package 'python3-pyqt5.enginio-dbg' is not installed, so not removed
Package 'python-mongoengine' is not installed, so not removed
Package 'python-mongoengine-doc' is not installed, so not removed
Package 'libenginio1' is not installed, so not removed
Package 'libenginio1-dev' is not installed, so not removed
Package 'qml-module-enginio' is not installed, so not removed
Package 'qtenginio5-dbg' is not installed, so not removed
Package 'qtenginio5-doc' is not installed, so not removed
Package 'qtenginio5-doc-html' is not installed, so not removed
Package 'qtenginio5-examples' is not installed, so not removed
Package 'libqtexengine-dev' is not installed, so not removed
Package 'libqtexengine1' is not installed, so not removed
Package 'qml-module-qtaudioengine' is not installed, so not removed
Package 'scim-kmfl-imengine' is not installed, so not removed
Package 'sludge-engine' is not installed, so not removed
Package 'plasma-scriptengine-superkaramba' is not installed, so not removed
Package 'gtk2-engines-ubuntulooks' is not installed, so not removed
Package 'mariadb-connect-engine-10.0' is not installed, so not removed
Package 'mariadb-oqgraph-engine-10.0' is not installed, so not removed
Package 'nginx-extras-dbg' is not installed, so not removed
Package 'nginx-full-dbg' is not installed, so not removed
Package 'nginx-light-dbg' is not installed, so not removed
Package 'golang-google-appengine-dev' is not installed, so not removed
Package 'gridengine-client' is not installed, so not removed
Package 'gridengine-common' is not installed, so not removed
Package 'gridengine-dev' is not installed, so not removed
Package 'gridengine-drmaa-dev' is not installed, so not removed
Package 'gridengine-drmaa1.0' is not installed, so not removed
Package 'gridengine-exec' is not installed, so not removed
Package 'gridengine-master' is not installed, so not removed
Package 'gridengine-qmon' is not installed, so not removed
Package 'heat-engine' is not installed, so not removed
Package 'libengine-pkcs11-openssl' is not installed, so not removed
Package 'mistral-engine' is not installed, so not removed
Package 'murano-engine' is not installed, so not removed
Package 'libnginx-mod-http-auth-pam' is not installed, so not removed
Package 'libnginx-mod-http-cache-purge' is not installed, so not removed
Package 'libnginx-mod-http-dav-ext' is not installed, so not removed
Package 'libnginx-mod-http-echo' is not installed, so not removed
Package 'libnginx-mod-http-fancyindex' is not installed, so not removed
Package 'libnginx-mod-http-geoip' is not installed, so not removed
Package 'libnginx-mod-http-headers-more-filter' is not installed, so not removed
Package 'libnginx-mod-http-image-filter' is not installed, so not removed
Package 'libnginx-mod-http-lua' is not installed, so not removed
Package 'libnginx-mod-http-ndk' is not installed, so not removed
Package 'libnginx-mod-http-perl' is not installed, so not removed
Package 'libnginx-mod-http-subs-filter' is not installed, so not removed
Package 'libnginx-mod-http-uploadprogress' is not installed, so not removed
Package 'libnginx-mod-http-upstream-fair' is not installed, so not removed
Package 'libnginx-mod-http-xslt-filter' is not installed, so not removed
Package 'libnginx-mod-mail' is not installed, so not removed
Package 'libnginx-mod-nchan' is not installed, so not removed
Package 'libnginx-mod-stream' is not installed, so not removed
Package 'nginx' is not installed, so not removed
Package 'nginx-doc' is not installed, so not removed
Package 'nginx-extras' is not installed, so not removed
Package 'nginx-light' is not installed, so not removed
Package 'libpengine-dev' is not installed, so not removed
Package 'libpengine10' is not installed, so not removed
Package 'python-certbot-nginx' is not installed, so not removed
Package 'python-certbot-nginx-doc' is not installed, so not removed
Package 'sahara-engine' is not installed, so not removed
Package 'senlin-engine' is not installed, so not removed
Package 'smuxi-engine' is not installed, so not removed
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
apache2 : Depends: apache2-bin (= 2.4.10-10+deb8u8) but 2.4.10-10+deb8u10 is to be installed
Depends: apache2-data (= 2.4.10-10+deb8u8) but 2.4.10-10+deb8u10 is to be installed
apache2-mpm-prefork : Depends: apache2 (= 2.4.10-10+deb8u10) but 2.4.10-10+deb8u8 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
root@vps:~# sudo apt-get install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
apache2
Suggested packages:
apache2-suexec-pristine apache2-suexec-custom
The following packages will be upgraded:
apache2
1 upgraded, 0 newly installed, 0 to remove and 29 not upgraded.
45 not fully installed or removed.
Need to get 0 B/208 kB of archives.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] Y
Reading changelogs... Done
(Reading database ... 48146 files and directories currently installed.)
Preparing to unpack .../apache2_2.4.10-10+deb8u10_amd64.deb ...
Unpacking apache2 (2.4.10-10+deb8u10) over (2.4.10-10+deb8u8) ...
dpkg: error processing archive /var/cache/apt/archives/apache2_2.4.10-10+deb8u10_amd64.deb (--unpack):
error creating directory `./var/www/html': Permission denied
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Processing triggers for systemd (215-17+deb8u7) ...
Errors were encountered while processing:
/var/cache/apt/archives/apache2_2.4.10-10+deb8u10_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@vps:~# sudo apt-get purge -s nginx*
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'gtk2-engines-gartoon' for regex 'nginx*'
Note, selecting 'libnginx-mod-http-auth-pam' for regex 'nginx*'
Note, selecting 'libnginx-mod-http-subs-filter' for regex 'nginx*'
Note, selecting 'libnginx-mod-http-cache-purge' for regex 'nginx*'
Note, selecting 'nginx-extras' for regex 'nginx*'
Note, selecting 'freedink-engine' for regex 'nginx*'
Note, selecting 'gridengine-common' for regex 'nginx*'
Note, selecting 'doom-engine' for regex 'nginx*'
Note, selecting 'libqtexengine-dev' for regex 'nginx*'
Note, selecting 'python3-pyqt5.enginio-dbg' for regex 'nginx*'
Note, selecting 'gtk3-engines-oxygen' for regex 'nginx*'
Note, selecting 'gtk2-engines-moblin' for regex 'nginx*'
Note, selecting 'libpengine-dev' for regex 'nginx*'
Note, selecting 'qml-module-enginio' for regex 'nginx*'
Note, selecting 'castle-game-engine-doc' for regex 'nginx*'
Note, selecting 'nginx-doc' for regex 'nginx*'
Note, selecting 'libmono-microsoft-build-engine4.0-cil' for regex 'nginx*'
Note, selecting 'poker-engine-common' for regex 'nginx*'
Note, selecting 'qtenginio5-doc' for regex 'nginx*'
Note, selecting 'senlin-engine' for regex 'nginx*'
Note, selecting 'libsyntax-highlight-engine-simple-languages-perl' for regex 'nginx*'
Note, selecting 'science-engineering' for regex 'nginx*'
Note, selecting 'gtk2-engines-murrine' for regex 'nginx*'
Note, selecting 'libevas1-engine-software-x11' for regex 'nginx*'
Note, selecting 'castle-game-engine-src' for regex 'nginx*'
Note, selecting 'cfengine2' for regex 'nginx*'
Note, selecting 'cfengine3' for regex 'nginx*'
Note, selecting 'gtk2-engines-nodoka' for regex 'nginx*'
Note, selecting 'smuxi-engine-xmpp' for regex 'nginx*'
Note, selecting 'gtk2-engines-qtcurve' for regex 'nginx*'
Note, selecting 'mariadb-oqgraph-engine-10.0' for regex 'nginx*'
Note, selecting 'libnginx-mod-http-geoip' for regex 'nginx*'
Note, selecting 'python-certbot-nginx-doc' for regex 'nginx*'
Note, selecting 'libpengine3-dev' for regex 'nginx*'
Note, selecting 'libhtsengine1' for regex 'nginx*'
Note, selecting 'nginx-extras-dbg' for regex 'nginx*'
Note, selecting 'quake2-engine-server' for regex 'nginx*'
Note, selecting 'libnginx-mod-http-image-filter' for regex 'nginx*'
Note, selecting 'gridengine-drmaa-dev' for regex 'nginx*'
Note, selecting 'boom-engine' for regex 'nginx*'
Note, selecting 'heat-engine' for regex 'nginx*'
Note, selecting 'gtk2-engines-ubuntulooks' for regex 'nginx*'
Note, selecting 'plasma-scriptengine-superkaramba' for regex 'nginx*'
Note, selecting 'libevas-engines' for regex 'nginx*'
Note, selecting 'science-engineering-dev' for regex 'nginx*'
Note, selecting 'libmyguiengine3debian1-dbg' for regex 'nginx*'
Note, selecting 'smuxi-engine-twitter' for regex 'nginx*'
Note, selecting 'qml-module-qtaudioengine' for regex 'nginx*'
Note, selecting 'python3-pyqt5.enginio' for regex 'nginx*'
Note, selecting 'lua-nginx-memcached' for regex 'nginx*'
Note, selecting 'gridengine-drmaa1.0' for regex 'nginx*'
Note, selecting 'libenginio1' for regex 'nginx*'
Note, selecting 'libnginx-mod-http-headers-more-filter' for regex 'nginx*'
Note, selecting 'libengine-pkcs11-openssl' for regex 'nginx*'
Note, selecting 'cfengine2-dbg' for regex 'nginx*'
Note, selecting 'libnginx-mod-http-perl' for regex 'nginx*'
Note, selecting 'libevas1-engine-gl-x11' for regex 'nginx*'
Note, selecting 'python-poker-engine' for regex 'nginx*'
Note, selecting 'libpengine4-dev' for regex 'nginx*'
Note, selecting 'python-certbot-nginx' for regex 'nginx*'
Note, selecting 'gtk2-engines-pixbuf' for regex 'nginx*'
Note, selecting 'mariadb-tokudb-engine-10.0' for regex 'nginx*'
Note, selecting 'scim-kmfl-imengine' for regex 'nginx*'
Note, selecting 'libnginx-mod-http-xslt-filter' for regex 'nginx*'
Note, selecting 'nginx-full-dbg' for regex 'nginx*'
Note, selecting 'qtenginio5-examples' for regex 'nginx*'
Note, selecting 'dhis-dns-engine' for regex 'nginx*'
Note, selecting 'gtk-qt-engine' for regex 'nginx*'
Note, selecting 'gridengine-master' for regex 'nginx*'
Note, selecting 'python-mongoengine' for regex 'nginx*'
Note, selecting 'libsyntax-highlight-engine-kate-perl' for regex 'nginx*'
Note, selecting 'sludge-engine' for regex 'nginx*'
Note, selecting 'libnginx-mod-mail' for regex 'nginx*'
Note, selecting 'qtdeclarative5-qtaudioengine-plugin' for regex 'nginx*'
Note, selecting 'gtk2-engines' for regex 'nginx*'
Note, selecting 'quake-engine' for regex 'nginx*'
Note, selecting 'code-aster-mpi-engine' for regex 'nginx*'
Note, selecting 'cfengine3-dbg' for regex 'nginx*'
Note, selecting 'fp-units-castle-game-engine' for regex 'nginx*'
Note, selecting 'hexen-engine' for regex 'nginx*'
Note, selecting 'strife-engine' for regex 'nginx*'
Note, selecting 'libsyntax-highlight-engine-simple-perl' for regex 'nginx*'
Note, selecting 'libnginx-mod-http-upstream-fair' for regex 'nginx*'
Note, selecting 'libhtsengine-dev' for regex 'nginx*'
Note, selecting 'gtk2-engines-wonderland' for regex 'nginx*'
Note, selecting 'foomatic-db-engine' for regex 'nginx*'
Note, selecting 'libnginx-mod-http-lua' for regex 'nginx*'
Note, selecting 'libevas-0.9.9.050a-engines-extras' for regex 'nginx*'
Note, selecting 'gridengine-client' for regex 'nginx*'
Note, selecting 'flare-engine' for regex 'nginx*'
Note, selecting 'gtk2-engines-oxygen' for regex 'nginx*'
Note, selecting 'libevas-engines-extras' for regex 'nginx*'
Note, selecting 'cfengine2-doc' for regex 'nginx*'
Note, selecting 'cura-engine' for regex 'nginx*'
Note, selecting 'nginx-light-dbg' for regex 'nginx*'
Note, selecting 'gtk2-engines-cleanice' for regex 'nginx*'
Note, selecting 'libevas1-engine-fb' for regex 'nginx*'
Note, selecting 'qtenginio5-doc-html' for regex 'nginx*'
Note, selecting 'plasma-scriptengine-python' for regex 'nginx*'
Note, selecting 'libfalcon-engine1-dbg' for regex 'nginx*'
Note, selecting 'plasma-dataengines-workspace' for regex 'nginx*'
Note, selecting 'freedink-engine-dbg' for regex 'nginx*'
Note, selecting 'hexen2-engine' for regex 'nginx*'
Note, selecting 'libevas1-engines-x' for regex 'nginx*'
Note, selecting 'dhis-mx-sendmail-engine' for regex 'nginx*'
Note, selecting 'plasma-scriptengines' for regex 'nginx*'
Note, selecting 'gtk2-engines-magicchicken' for regex 'nginx*'
Note, selecting 'quake-engine-server' for regex 'nginx*'
Note, selecting 'libnginx-mod-http-dav-ext' for regex 'nginx*'
Note, selecting 'libfalcon-engine1' for regex 'nginx*'
Note, selecting 'golang-google-appengine-dev' for regex 'nginx*'
Note, selecting 'plasma-dataengines-addons' for regex 'nginx*'
Note, selecting 'murano-engine' for regex 'nginx*'
Note, selecting 'sahara-engine' for regex 'nginx*'
Note, selecting 'libpentaho-reporting-flow-engine-java-doc' for regex 'nginx*'
Note, selecting 'python-pyqt5.enginio' for regex 'nginx*'
Note, selecting 'quake2-engine' for regex 'nginx*'
Note, selecting 'python2.7-mongoengine' for regex 'nginx*'
Note, selecting 'libxml-xpathengine-perl' for regex 'nginx*'
Note, selecting 'plasma-scriptengine-javascript' for regex 'nginx*'
Note, selecting 'libpentaho-reporting-flow-engine-java' for regex 'nginx*'
Note, selecting 'smuxi-engine' for regex 'nginx*'
Note, selecting 'plasma-dataengines-yawp' for regex 'nginx*'
Note, selecting 'smuxi-engine-irc' for regex 'nginx*'
Note, selecting 'nginx-common' for regex 'nginx*'
Note, selecting 'libnginx-mod-http-uploadprogress' for regex 'nginx*'
Note, selecting 'python-mongoengine-doc' for regex 'nginx*'
Note, selecting 'nginx' for regex 'nginx*'
Note, selecting 'plasma-scriptengine-kimono' for regex 'nginx*'
Note, selecting 'libnginx-mod-stream' for regex 'nginx*'
Note, selecting 'heretic-engine' for regex 'nginx*'
Note, selecting 'libqtexengine1' for regex 'nginx*'
Note, selecting 'gtk2-engines-xfce' for regex 'nginx*'
Note, selecting 'libnginx-mod-http-ndk' for regex 'nginx*'
Note, selecting 'python-pyqt5.enginio-dbg' for regex 'nginx*'
Note, selecting 'libnginx-mod-http-echo' for regex 'nginx*'
Note, selecting 'qtenginio5-dbg' for regex 'nginx*'
Note, selecting 'plasma-scriptengine-ruby' for regex 'nginx*'
Note, selecting 'nginx-light' for regex 'nginx*'
Note, selecting 'cfengine' for regex 'nginx*'
Note, selecting 'libmyguiengine3debian1' for regex 'nginx*'
Note, selecting 'gridengine-dev' for regex 'nginx*'
Note, selecting 'gtk2-engines-aurora' for regex 'nginx*'
Note, selecting 'lua-nginx-websocket' for regex 'nginx*'
Note, selecting 'libenginio1-dev' for regex 'nginx*'
Note, selecting 'nginx-full' for regex 'nginx*'
Note, selecting 'gridengine-qmon' for regex 'nginx*'
Note, selecting 'lua-nginx-redis' for regex 'nginx*'
Note, selecting 'python2.4-poker-engine' for regex 'nginx*'
Note, selecting 'gtk3-engines-xfce' for regex 'nginx*'
Note, selecting 'python2.6-mongoengine' for regex 'nginx*'
Note, selecting 'libnginx-mod-nchan' for regex 'nginx*'
Note, selecting 'gtk-engines-mgicchikn' for regex 'nginx*'
Note, selecting 'libevas-0.9.9.050a-engines' for regex 'nginx*'
Note, selecting 'libnginx-mod-http-fancyindex' for regex 'nginx*'
Note, selecting 'gridengine-exec' for regex 'nginx*'
Note, selecting 'libcatalyst-engine-apache-perl' for regex 'nginx*'
Note, selecting 'mistral-engine' for regex 'nginx*'
Note, selecting 'mariadb-connect-engine-10.0' for regex 'nginx*'
Note, selecting 'mariadb-tokudb-engine-5.5' for regex 'nginx*'
Note, selecting 'htsengine' for regex 'nginx*'
Note, selecting 'plasma-scriptengine-webkit' for regex 'nginx*'
Note, selecting 'libpengine10' for regex 'nginx*'
Package 'cfengine' is not installed, so not removed
Package 'cfengine2-doc' is not installed, so not removed
Package 'gtk-qt-engine' is not installed, so not removed
Note, selecting 'libevas1-engines-x' instead of 'libevas1-engine-software-x11'
Package 'libevas-0.9.9.050a-engines-extras' is not installed, so not removed
Package 'libevas-engines-extras' is not installed, so not removed
Package 'libevas-0.9.9.050a-engines' is not installed, so not removed
Package 'libevas-engines' is not installed, so not removed
Note, selecting 'libevas1-engines-x' instead of 'libevas1-engine-gl-x11'
Note, selecting 'gnome-icon-theme-gartoon' instead of 'gtk2-engines-gartoon'
Package 'gtk-engines-mgicchikn' is not installed, so not removed
Package 'plasma-scriptengine-kimono' is not installed, so not removed
Package 'mariadb-tokudb-engine-10.0' is not installed, so not removed
Package 'mariadb-tokudb-engine-5.5' is not installed, so not removed
Package 'poker-engine-common' is not installed, so not removed
Package 'python2.4-poker-engine' is not installed, so not removed
Note, selecting 'python-mongoengine' instead of 'python2.6-mongoengine'
Note, selecting 'python-mongoengine' instead of 'python2.7-mongoengine'
Package 'qtdeclarative5-qtaudioengine-plugin' is not installed, so not removed
Package 'smuxi-engine-irc' is not installed, so not removed
Package 'smuxi-engine-twitter' is not installed, so not removed
Package 'smuxi-engine-xmpp' is not installed, so not removed
Note, selecting 'chocolate-doom' instead of 'strife-engine'
Note, selecting 'yamagi-quake2' instead of 'quake2-engine'
Note, selecting 'yamagi-quake2-core' instead of 'quake2-engine-server'
Note, selecting 'uhexen2' instead of 'hexen2-engine'
Package 'libpengine3-dev' is not installed, so not removed
Package 'libpengine4-dev' is not installed, so not removed
Package 'code-aster-mpi-engine' is not installed, so not removed
Package 'castle-game-engine-doc' is not installed, so not removed
Package 'castle-game-engine-src' is not installed, so not removed
Package 'fp-units-castle-game-engine' is not installed, so not removed
Package 'cfengine2' is not installed, so not removed
Package 'cfengine2-dbg' is not installed, so not removed
Package 'cfengine3' is not installed, so not removed
Package 'cfengine3-dbg' is not installed, so not removed
Package 'cura-engine' is not installed, so not removed
Package 'science-engineering' is not installed, so not removed
Package 'science-engineering-dev' is not installed, so not removed
Package 'dhis-dns-engine' is not installed, so not removed
Package 'dhis-mx-sendmail-engine' is not installed, so not removed
Package 'libevas1-engine-fb' is not installed, so not removed
Package 'libevas1-engines-x' is not installed, so not removed
Package 'libfalcon-engine1' is not installed, so not removed
Package 'libfalcon-engine1-dbg' is not installed, so not removed
Package 'flare-engine' is not installed, so not removed
Package 'foomatic-db-engine' is not installed, so not removed
Package 'freedink-engine' is not installed, so not removed
Package 'freedink-engine-dbg' is not installed, so not removed
Package 'gtk2-engines-pixbuf' is not installed, so not removed
Package 'gtk2-engines-nodoka' is not installed, so not removed
Package 'gtk2-engines' is not installed, so not removed
Package 'gtk2-engines-aurora' is not installed, so not removed
Package 'gtk2-engines-cleanice' is not installed, so not removed
Package 'gtk2-engines-magicchicken' is not installed, so not removed
Package 'gtk2-engines-murrine' is not installed, so not removed
Package 'gtk2-engines-oxygen' is not installed, so not removed
Package 'gtk2-engines-qtcurve' is not installed, so not removed
Package 'gtk2-engines-wonderland' is not installed, so not removed
Package 'gtk2-engines-xfce' is not installed, so not removed
Package 'gtk3-engines-xfce' is not installed, so not removed
Package 'htsengine' is not installed, so not removed
Package 'libhtsengine-dev' is not installed, so not removed
Package 'libhtsengine1' is not installed, so not removed
Package 'plasma-scriptengine-javascript' is not installed, so not removed
Package 'plasma-dataengines-workspace' is not installed, so not removed
Package 'plasma-scriptengine-python' is not installed, so not removed
Package 'plasma-scriptengine-ruby' is not installed, so not removed
Package 'plasma-scriptengine-webkit' is not installed, so not removed
Package 'plasma-scriptengines' is not installed, so not removed
Package 'plasma-dataengines-addons' is not installed, so not removed
Package 'libcatalyst-engine-apache-perl' is not installed, so not removed
Package 'libsyntax-highlight-engine-kate-perl' is not installed, so not removed
Package 'libsyntax-highlight-engine-simple-languages-perl' is not installed, so not removed
Package 'libsyntax-highlight-engine-simple-perl' is not installed, so not removed
Package 'libxml-xpathengine-perl' is not installed, so not removed
Package 'lua-nginx-memcached' is not installed, so not removed
Package 'lua-nginx-redis' is not installed, so not removed
Package 'lua-nginx-websocket' is not installed, so not removed
Package 'gtk2-engines-moblin' is not installed, so not removed
Package 'libmono-microsoft-build-engine4.0-cil' is not installed, so not removed
Package 'libmyguiengine3debian1' is not installed, so not removed
Package 'libmyguiengine3debian1-dbg' is not installed, so not removed
Package 'gtk3-engines-oxygen' is not installed, so not removed
Package 'libpentaho-reporting-flow-engine-java' is not installed, so not removed
Package 'libpentaho-reporting-flow-engine-java-doc' is not installed, so not removed
Package 'plasma-dataengines-yawp' is not installed, so not removed
Package 'python-poker-engine' is not installed, so not removed
Package 'python-pyqt5.enginio' is not installed, so not removed
Package 'python-pyqt5.enginio-dbg' is not installed, so not removed
Package 'python3-pyqt5.enginio' is not installed, so not removed
Package 'python3-pyqt5.enginio-dbg' is not installed, so not removed
Package 'python-mongoengine' is not installed, so not removed
Package 'python-mongoengine-doc' is not installed, so not removed
Package 'libenginio1' is not installed, so not removed
Package 'libenginio1-dev' is not installed, so not removed
Package 'qml-module-enginio' is not installed, so not removed
Package 'qtenginio5-dbg' is not installed, so not removed
Package 'qtenginio5-doc' is not installed, so not removed
Package 'qtenginio5-doc-html' is not installed, so not removed
Package 'qtenginio5-examples' is not installed, so not removed
Package 'libqtexengine-dev' is not installed, so not removed
Package 'libqtexengine1' is not installed, so not removed
Package 'qml-module-qtaudioengine' is not installed, so not removed
Package 'scim-kmfl-imengine' is not installed, so not removed
Package 'sludge-engine' is not installed, so not removed
Package 'plasma-scriptengine-superkaramba' is not installed, so not removed
Package 'gtk2-engines-ubuntulooks' is not installed, so not removed
Package 'mariadb-connect-engine-10.0' is not installed, so not removed
Package 'mariadb-oqgraph-engine-10.0' is not installed, so not removed
Package 'nginx-extras-dbg' is not installed, so not removed
Package 'nginx-full-dbg' is not installed, so not removed
Package 'nginx-light-dbg' is not installed, so not removed
Package 'golang-google-appengine-dev' is not installed, so not removed
Package 'gridengine-client' is not installed, so not removed
Package 'gridengine-common' is not installed, so not removed
Package 'gridengine-dev' is not installed, so not removed
Package 'gridengine-drmaa-dev' is not installed, so not removed
Package 'gridengine-drmaa1.0' is not installed, so not removed
Package 'gridengine-exec' is not installed, so not removed
Package 'gridengine-master' is not installed, so not removed
Package 'gridengine-qmon' is not installed, so not removed
Package 'heat-engine' is not installed, so not removed
Package 'libengine-pkcs11-openssl' is not installed, so not removed
Package 'mistral-engine' is not installed, so not removed
Package 'murano-engine' is not installed, so not removed
Package 'libnginx-mod-http-auth-pam' is not installed, so not removed
Package 'libnginx-mod-http-cache-purge' is not installed, so not removed
Package 'libnginx-mod-http-dav-ext' is not installed, so not removed
Package 'libnginx-mod-http-echo' is not installed, so not removed
Package 'libnginx-mod-http-fancyindex' is not installed, so not removed
Package 'libnginx-mod-http-geoip' is not installed, so not removed
Package 'libnginx-mod-http-headers-more-filter' is not installed, so not removed
Package 'libnginx-mod-http-image-filter' is not installed, so not removed
Package 'libnginx-mod-http-lua' is not installed, so not removed
Package 'libnginx-mod-http-ndk' is not installed, so not removed
Package 'libnginx-mod-http-perl' is not installed, so not removed
Package 'libnginx-mod-http-subs-filter' is not installed, so not removed
Package 'libnginx-mod-http-uploadprogress' is not installed, so not removed
Package 'libnginx-mod-http-upstream-fair' is not installed, so not removed
Package 'libnginx-mod-http-xslt-filter' is not installed, so not removed
Package 'libnginx-mod-mail' is not installed, so not removed
Package 'libnginx-mod-nchan' is not installed, so not removed
Package 'libnginx-mod-stream' is not installed, so not removed
Package 'nginx' is not installed, so not removed
Package 'nginx-doc' is not installed, so not removed
Package 'nginx-extras' is not installed, so not removed
Package 'nginx-light' is not installed, so not removed
Package 'libpengine-dev' is not installed, so not removed
Package 'libpengine10' is not installed, so not removed
Package 'python-certbot-nginx' is not installed, so not removed
Package 'python-certbot-nginx-doc' is not installed, so not removed
Package 'sahara-engine' is not installed, so not removed
Package 'senlin-engine' is not installed, so not removed
Package 'smuxi-engine' is not installed, so not removed
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
apache2 : Depends: apache2-bin (= 2.4.10-10+deb8u8) but 2.4.10-10+deb8u10 is to be installed
Depends: apache2-data (= 2.4.10-10+deb8u8) but 2.4.10-10+deb8u10 is to be installed
apache2-mpm-prefork : Depends: apache2 (= 2.4.10-10+deb8u10) but 2.4.10-10+deb8u8 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
root@vps:~#





01 02 03



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts