libssl-dev / libxml2-dev

1. libssl-dev / libxml2-dev

JOAO CESAR SANTOS PEREIRA
nimrod

(usa Ubuntu)

Enviado em 07/02/2019 - 18:44h

Pessoal eu estou tentando instalar o BeEF no ubuntu 18.04, e esta me dando essa mensagem abaixo,

Alguns pacotes não puderam ser instalados. Isto pode significar que
você solicitou uma situação impossível ou, se você está usando a
distribuição instável, que alguns pacotes requeridos não foram
criados ainda ou foram retirados da "Incoming".
A informação a seguir pode ajudar a resolver a situação:

Os pacotes a seguir têm dependências desencontradas:
libssl-dev : Depende: libssl1.1 (= 1.1.0g-2ubuntu4.3) mas 1.1.0h-2.0+ubuntu17.10.1+deb.sury.org+1 está para ser instalado
libxml2-dev : Depende: libicu-dev mas não será instalado
E: Impossível corrigir problemas, você manteve (hold) pacotes quebrados.

Toda ajuda é bem vinda,
Danke


  


2. Re: libssl-dev / libxml2-dev

-
BiaMonteiro

(usa Arch Linux)

Enviado em 07/02/2019 - 18:49h

Tente usar o comando apt -f install


3. Re: libssl-dev / libxml2-dev

Mauriciodez
Mauriciodez

(usa Debian)

Enviado em 07/02/2019 - 19:02h

depois que corrigir os pacotes quebrados tente esse

https://www.developsec.com/2018/06/22/installing-beef-on-ubuntu-18-04/



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

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

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




4. Re: libssl-dev / libxml2-dev

JOAO CESAR SANTOS PEREIRA
nimrod

(usa Ubuntu)

Enviado em 07/02/2019 - 19:36h

Tentei utilizar o -> sudo apt -f install, instalou algumas dependencias.
Mas continuou o mesmo erro.




5. Re: libssl-dev / libxml2-dev

skjdeecedcnfncvnrfcnrncjvnjrnfvjcnjrjvcjrvcj
Londreslondres

(usa Parabola)

Enviado em 07/02/2019 - 19:59h

sudo dpkg --configure -a 



6. Re: libssl-dev / libxml2-dev

JOAO CESAR SANTOS PEREIRA
nimrod

(usa Ubuntu)

Enviado em 07/02/2019 - 20:07h

Mauriciodez escreveu:

depois que corrigir os pacotes quebrados tente esse

https://www.developsec.com/2018/06/22/installing-beef-on-ubuntu-18-04/



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

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

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



Eu tentei so que deu erro novamente. Segue cada passo e nada. Mas vou continuar pesquisando.... mas o que tem aqui e fora sao muito vagos. Desculpe incomodar os amigos com isso, mas e para trabalho. grato


7. Re: libssl-dev / libxml2-dev

JOAO CESAR SANTOS PEREIRA
nimrod

(usa Ubuntu)

Enviado em 07/02/2019 - 20:08h

Londreslondres escreveu:

sudo dpkg --configure -a 



Continua a mesma coisa. Mas obrigado por ajudar.



8. Re: libssl-dev / libxml2-dev

skjdeecedcnfncvnrfcnrncjvnjrnfvjcnjrjvcjrvcj
Londreslondres

(usa Parabola)

Enviado em 07/02/2019 - 20:41h

sudo apt-get install libssl-dev libxml2-dev 



9. Re: libssl-dev / libxml2-dev

JOAO CESAR SANTOS PEREIRA
nimrod

(usa Ubuntu)

Enviado em 07/02/2019 - 21:24h

Londreslondres escreveu:

sudo apt-get install libssl-dev libxml2-dev 




Tentei fazer isso no inicio. E nao funcionou.
Agradeço pela ajuda.



10. Re: libssl-dev / libxml2-dev

Matheus
pylm

(usa Gentoo)

Enviado em 07/02/2019 - 21:36h

Cê tá usando o 18.04 e o apt tá tentando instalar um pacote do 17.10, daí já pra ver a bagunça que tá a sources.list.
Deixa ela aí, talvez alguém consiga arrumar:


cat /etc/apt/sources.list



11. Re: libssl-dev / libxml2-dev

JOAO CESAR SANTOS PEREIRA
nimrod

(usa Ubuntu)

Enviado em 07/02/2019 - 21:45h

pylm escreveu:

Cê tá usando o 18.04 e o apt tá tentando instalar um pacote do 17.10, daí já pra ver a bagunça que tá a sources.list.
Deixa ela aí, talvez alguém consiga arrumar:


cat /etc/apt/sources.list


Pode ser que esteja certo.
Segue abaixo.
grato novamente


# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://archive.ubuntu.com/ubuntu bionic main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu/ bionic main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://archive.ubuntu.com/ubuntu bionic-updates main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu/ bionic-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://archive.ubuntu.com/ubuntu bionic universe
# deb-src http://us.archive.ubuntu.com/ubuntu/ bionic universe
deb http://archive.ubuntu.com/ubuntu bionic-updates universe
# deb-src http://us.archive.ubuntu.com/ubuntu/ bionic-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://archive.ubuntu.com/ubuntu bionic multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ bionic multiverse
deb http://archive.ubuntu.com/ubuntu bionic-updates multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ bionic-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://archive.ubuntu.com/ubuntu bionic-backports main restricted universe multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu bionic partner
# deb-src http://archive.canonical.com/ubuntu bionic partner

deb http://archive.ubuntu.com/ubuntu bionic-security main restricted
# deb-src http://security.ubuntu.com/ubuntu bionic-security main restricted
deb http://archive.ubuntu.com/ubuntu bionic-security universe
# deb-src http://security.ubuntu.com/ubuntu bionic-security universe
deb http://archive.ubuntu.com/ubuntu bionic-security multiverse
# deb http://archive.ubuntu.com/ubuntu bionic-proposed main multiverse universe restricted




12. Re: libssl-dev / libxml2-dev

Mauriciodez
Mauriciodez

(usa Debian)

Enviado em 07/02/2019 - 22:15h

Se a suspeita é de sources.list equivocada, pote todas

grep -Ev '^($|#)' /etc/apt/sources.list{,.d/*list} 


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

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

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





01 02



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts