On 09/21/2018 08:29 PM, deloptes wrote:
> A_Man_Without_Clue wrote:
>
>> Hi all,
>>
>> As I was asking in another topic, I was trying to set up CdEmu however
>> during the process of installation, I had lost libcurl3 to libcurl4
>> which led removal of Viber application. (I don't know what I did.)
>>
>> I had installed Viber as described in
>>
>> https://forums.bunsenlabs.org/viewtopic.php?pid=71634#p71634
>>
>>
>> Now I cannot install the viber because lack of the libcurl3....
>>
>> How can I install back libcurl3....?
>>
>>
>> M.W.C.
>
> As I asked in the other thread how did you get libcurl4 installed?
> Did you touch your apt sources?
>
> you can see what depends on libcurl like this
>
> $ apt-cache rdepends --installed libcurl3
> libcurl3
> Reverse Depends:
> virtualbox-5.2
> |flashplayer-mozilla
>
>
> Just put libcurl4 instead of libcurl3.
>
> I guess you changed the apt sources. In that case go back to stable
> (stretch), purge libcurl4 and install libcurl3
>
>
> regards
>
>
Thank you.
I did find that when I installed "cmake", libcurl3 was replaced with
libcurl4. So I removed "cmake", run apt-cache rdepends libcurl4 and
nothing was dependent on that so I removed it, and downloaded libcurl3
and re-installed it.
Now the problem with viber is gone.
Thank you. I will have to dig more about CdEmu.
M.W.C.