Hello Rainer, Apt in Jessie didn't do stuff like autoremove yet I believe. Anyway, I forgot to mention that it says letsencrypt has been turned into a transitional dummy package,[1] so certbot is the one to go for now. Except it only worked for me by going for it directly.[2] I guess there might be a slight issue with the transitional package or something?
Yours, Frans [1] https://packages.debian.org/jessie-backports/letsencrypt [2] In other words, `apt install -t jessie-backports certbot python-certbot-apache` should do the trick. On Sun, Jun 26, 2016 at 11:05 PM, Rainer Dorsch <[email protected]> wrote: > Hi Frans, > > thanks for your quick response and forget my comment on apt vs apt-get, I > was > simply not aware that apt alone provides similar functionality. > > The problem that python-letsencrypt from jessie-backports is not > installable > jessie remains for me though... > > Rainer > > On Sunday 26 June 2016 20:50:40 Frans de Jonge wrote: > > Hello Rainer, > > > > I'm 95% sure that I simply pasted the command I ran, but you definitely > > seem to be right at present. In fact on my VM, running `sudo apt > > full-upgrade` results in: > > > > ``` > > $ sudo apt full-upgrade > > Reading package lists... Done > > Building dependency tree > > Reading state information... Done > > Calculating upgrade... The following packages were automatically > installed > > and are no longer required: > > augeas-lenses libaugeas0 libpython2.7 python-acme python-augeas > > python-cffi-backend python-chardet > > python-configargparse python-configobj python-cryptography > python-dialog > > python-enum34 python-funcsigs python-idna > > python-ipaddress python-mock python-ndg-httpsclient python-openssl > > python-parsedatetime python-pbr > > python-pkg-resources python-psutil python-pyasn1 python-pyicu > > python-requests python-rfc3339 python-six python-tz > > python-urllib3 python-zope.component python-zope.event > > python-zope.interface > > Use 'apt-get autoremove' to remove them. > > Done > > The following packages will be REMOVED: > > letsencrypt python-letsencrypt python-letsencrypt-apache > > The following packages will be upgraded: > > python-acme > > 1 upgraded, 0 newly installed, 3 to remove and 0 not upgraded. > > Need to get 54.8 kB of archives. > > After this operation, 1,064 kB disk space will be freed. > > Do you want to continue? [Y/n] > > ``` > > > > It would seem that it previously ran fine with the old python-psutil > > 2.1.1-1+b1 [installed,automatic] and now requires the 4.1.0-1~bpo8+1 from > > jessie-backports. > > > > The version with a target is obviously more future-proof. Thanks for the > > notification. =) > > > > Yours, > > > > Frans > > > > On Sun, Jun 26, 2016 at 5:43 PM, Rainer Dorsch <[email protected]> wrote: > > > Hi Frans, > > > > > > many thanks for taking the time to share > > > > > > http://fransdejonge.com/2016/05/lets-encrypt-on-debianjessie/ > > > > > > I have a minor comment: > > > > > > apt install letsencrypt python-letsencrypt-apache > > > > > > should (probably) read > > > > > > apt-get install -t jessie-backports letsencrypt > python-letsencrypt-apache > > > > > > > > > The main issue is though that it does not install anymore on jessie: > > > > > > root@netcup:~# apt-get install -t jessie-backports letsencrypt python- > > > letsencrypt-apache python-letsencrypt python-acme > > > Reading package lists... Done > > > Building dependency tree > > > Reading state information... Done > > > Some packages could not be installed. This may mean that you have > > > requested an impossible situation or if you are using the unstable > > > distribution that some required packages have not yet been created > > > or been moved out of Incoming. > > > The following information may help to resolve the situation: > > > > > > The following packages have unmet dependencies: > > > letsencrypt : Depends: certbot but it is not going to be installed > > > python-acme : Breaks: python-letsencrypt (< 0.8.0) but 0.5.0-1~bpo8+1 > is > > > > > > to > > > be installed > > > E: Unable to correct problems, you have held broken packages. > > > root@netcup:~# apt-cache policy python-acme > > > > > > python-acme: > > > Installed: (none) > > > Candidate: 0.8.0-1~bpo8+1 > > > > > > Version table: > > > 0.8.0-1~bpo8+1 0 > > > > > > 100 http://ftp.de.debian.org/debian/ jessie-backports/main > amd64 > > > > > > Packages > > > root@netcup:~# apt-cache policy python-letsencrypt > > > > > > python-letsencrypt: > > > Installed: (none) > > > Candidate: 0.5.0-1~bpo8+1 > > > > > > Version table: > > > 0.5.0-1~bpo8+1 0 > > > > > > 100 http://ftp.de.debian.org/debian/ jessie-backports/main > amd64 > > > > > > Packages > > > root@netcup:~# apt-cache policy python-letsencrypt-apache > > > > > > python-letsencrypt-apache: > > > Installed: (none) > > > Candidate: 0.5.0-1~bpo8+1 > > > > > > Version table: > > > 0.5.0-1~bpo8+1 0 > > > > > > 100 http://ftp.de.debian.org/debian/ jessie-backports/main > amd64 > > > > > > Packages > > > root@netcup:~# rmadison python-letsencrypt > > > > > > debian: > > > python-letsencrypt | 0.5.0-1~bpo8+1 | jessie-backports | source, all > > > > > > new: > > > root@netcup:~# apt-get install -t jessie-backports letsencrypt python- > > > letsencrypt-apache > > > Reading package lists... Done > > > Building dependency tree > > > Reading state information... Done > > > Some packages could not be installed. This may mean that you have > > > requested an impossible situation or if you are using the unstable > > > distribution that some required packages have not yet been created > > > or been moved out of Incoming. > > > The following information may help to resolve the situation: > > > > > > The following packages have unmet dependencies: > > > python-letsencrypt-apache : Depends: python-letsencrypt but it is not > > > > > > going > > > to be installed > > > E: Unable to correct problems, you have held broken packages. > > > root@netcup:~# > > > > > > Kind regards > > > Rainer > > > > > > -- > > > Rainer Dorsch > > > http://bokomoko.de/ > >
_______________________________________________ Letsencrypt-devel mailing list [email protected] https://lists.alioth.debian.org/mailman/listinfo/letsencrypt-devel
