Issue installing Jenkins and get "Depends: daemon but it is not installable" Can you help?

Ralf Mardorf ralf.mardorf at alice-dsl.net
Wed Jun 7 00:58:25 UTC 2017


On Tue, 6 Jun 2017 10:05:47 -0500, Scott Fenech wrote:
>https://ubuntuforums.org/showthread.php?t=2363054

Hi,

if IIUC the issue is solved now?

As a site note

1. Users should always run

     sudo apt update

before "install".

2.   sudo gdebi path/package

as well as

     sudo dpkg --force-depends -i path/package; sudo apt-get -f install

are obsolet, instead simply using the by default installed apt, IOW
running

     sudo apt install path/package

does the job.

Regards,
Ralf




More information about the Ubuntu-devel-discuss mailing list