Archived 2014 repository not contains sha512 file Unicorn Meta Zoo #1: Why another podcast? ...

Is accepting an invalid credit card number a security issue?

Arriving in Atlanta after US Preclearance in Dublin. Will I go through TSA security in Atlanta to transfer to a connecting flight?

finding a tangent line to a parabola

All ASCII characters with a given bit count

Is it OK if I do not take the receipt in Germany?

Trumpet valves, lengths, and pitch

Raising a bilingual kid. When should we introduce the majority language?

Co-worker works way more than he should

The art of proof summarizing. Are there known rules, or is it a purely common sense matter?

Could Neutrino technically as side-effect, incentivize centralization of the bitcoin network?

Is a 5 watt UHF/VHF handheld considered QRP?

With indentation set to `0em`, when using a line break, there is still an indentation of a size of a space

Do I need to protect SFP ports and optics from dust/contaminants? If so, how?

Where did Arya get these scars?

PIC mathematical operations weird problem

Is Bran literally the world's memory?

Are these square matrices always diagonalisable?

What is the least dense liquid under normal conditions?

Check if a string is entirely made of the same substring

What is a 'Key' in computer science?

Multiple options vs single option UI

How to use @AuraEnabled base class method in Lightning Component?

How would this chord from "Rocket Man" be analyzed?

How to avoid introduction cliches



Archived 2014 repository not contains sha512 file



Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraWhy does TeX Live “require” yearly updates?Why getting this error tlmgr Unknown directive?tlmgr, the maximum number of allowed clients already connectedtlmgr, changing repository, containerchecksumtlmgr: packages “not present in repository”Upgrading from texlive 2014 to 2016Tlmgr error: Unknown DirectiveCan not install xzdec by tlmgrtlmgr: Remote repository is newer than local (2017 < 2018)What's the correct non-downgraded repository?tlmgr: Remote repository is newer than local (2017 < 2018), No it is not












2















I have installed Latex 2016 on Debian Stretch (ruby 2.5 docker image) and I would like install packages from 2014 repository (ftp://tug.org/historic/systems/texlive/2014/tlnet-final), but when I tried install something, I see this error:



/usr/bin/tlmgr: cannot download: download did not succeed: 
ftp://tug.org/historic/systems/texlive/2014/tlnet-final/tlpkg/texlive.tlpdb.sha512


Problem is, that new tlmgr not support md5 file and require sha512 file, but in repository isn't sha512 file. How can I solve it? I tried set no-checksums=1 in config file, but it doesn't help. I'm not sure if config file have correct location also I'm not sure if no-checksums=1 should help.



I tried these locations for config file:



/usr/local/share/texmf/texmf.cnf
/root/texmf/texmf.cnf
/root/.texlive2016/texmf-config
/etc/texmf/texmf.cnf


kpsewhich -var-value=TEXMFSYSCONFIG
/etc/texmf

kpsewhich -var-value=TEXMFCONFIG
/root/.texlive2016/texmf-config


My steps:



apt-get update
apt-get install -y texlive-base texlive-bibtex-extra
tlmgr init-usertree
tlmgr option repository ftp://tug.org/historic/systems/texlive/2014/tlnet-final
tlmgr install babel-czech


Latex and tlmgr version:



pdfTeX 3.14159265-2.6-1.40.17 (TeX Live 2016/Debian)
tlmgr revision 41476 (2016-06-18 02:45:25 +0200)
tlmgr using installation: /usr/share/texlive
TeX Live (http://tug.org/texlive) version 2016


Thank you for any advice!



Edit:
Question isn't about upgrading TL, but using archived repository from newer version TL. So I disagree, that it is duplicated question. Question is how to use archived repository 2014 from 2016 TL. In tlmgr is possible set archived repository.










share|improve this question
















bumped to the homepage by Community 14 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.











  • 3





    We are in 2018, soon there will be TL 2018, so is there any need to get TL 2014 when having TL 2106 installed?

    – user31729
    Feb 25 '18 at 8:32






  • 1





    In Debian Stretch is default TL 2016 (packages.debian.org/stretch/texlive-base), so therefore TL 2016. And I need repository from 2014, because I'm using it for auto-generating PDF documents, and it doesn't work correctly with new packages. It was developed in 2013-2014 years, but I need upgrade ruby only. But question is, how to use old repository with new TL? Because sha512 isn't in old repository. Maybe I should install somehow TL 2014.

    – rubydev
    Feb 25 '18 at 17:15
















2















I have installed Latex 2016 on Debian Stretch (ruby 2.5 docker image) and I would like install packages from 2014 repository (ftp://tug.org/historic/systems/texlive/2014/tlnet-final), but when I tried install something, I see this error:



/usr/bin/tlmgr: cannot download: download did not succeed: 
ftp://tug.org/historic/systems/texlive/2014/tlnet-final/tlpkg/texlive.tlpdb.sha512


Problem is, that new tlmgr not support md5 file and require sha512 file, but in repository isn't sha512 file. How can I solve it? I tried set no-checksums=1 in config file, but it doesn't help. I'm not sure if config file have correct location also I'm not sure if no-checksums=1 should help.



I tried these locations for config file:



/usr/local/share/texmf/texmf.cnf
/root/texmf/texmf.cnf
/root/.texlive2016/texmf-config
/etc/texmf/texmf.cnf


kpsewhich -var-value=TEXMFSYSCONFIG
/etc/texmf

kpsewhich -var-value=TEXMFCONFIG
/root/.texlive2016/texmf-config


My steps:



apt-get update
apt-get install -y texlive-base texlive-bibtex-extra
tlmgr init-usertree
tlmgr option repository ftp://tug.org/historic/systems/texlive/2014/tlnet-final
tlmgr install babel-czech


Latex and tlmgr version:



pdfTeX 3.14159265-2.6-1.40.17 (TeX Live 2016/Debian)
tlmgr revision 41476 (2016-06-18 02:45:25 +0200)
tlmgr using installation: /usr/share/texlive
TeX Live (http://tug.org/texlive) version 2016


Thank you for any advice!



Edit:
Question isn't about upgrading TL, but using archived repository from newer version TL. So I disagree, that it is duplicated question. Question is how to use archived repository 2014 from 2016 TL. In tlmgr is possible set archived repository.










share|improve this question
















bumped to the homepage by Community 14 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.











  • 3





    We are in 2018, soon there will be TL 2018, so is there any need to get TL 2014 when having TL 2106 installed?

    – user31729
    Feb 25 '18 at 8:32






  • 1





    In Debian Stretch is default TL 2016 (packages.debian.org/stretch/texlive-base), so therefore TL 2016. And I need repository from 2014, because I'm using it for auto-generating PDF documents, and it doesn't work correctly with new packages. It was developed in 2013-2014 years, but I need upgrade ruby only. But question is, how to use old repository with new TL? Because sha512 isn't in old repository. Maybe I should install somehow TL 2014.

    – rubydev
    Feb 25 '18 at 17:15














2












2








2








I have installed Latex 2016 on Debian Stretch (ruby 2.5 docker image) and I would like install packages from 2014 repository (ftp://tug.org/historic/systems/texlive/2014/tlnet-final), but when I tried install something, I see this error:



/usr/bin/tlmgr: cannot download: download did not succeed: 
ftp://tug.org/historic/systems/texlive/2014/tlnet-final/tlpkg/texlive.tlpdb.sha512


Problem is, that new tlmgr not support md5 file and require sha512 file, but in repository isn't sha512 file. How can I solve it? I tried set no-checksums=1 in config file, but it doesn't help. I'm not sure if config file have correct location also I'm not sure if no-checksums=1 should help.



I tried these locations for config file:



/usr/local/share/texmf/texmf.cnf
/root/texmf/texmf.cnf
/root/.texlive2016/texmf-config
/etc/texmf/texmf.cnf


kpsewhich -var-value=TEXMFSYSCONFIG
/etc/texmf

kpsewhich -var-value=TEXMFCONFIG
/root/.texlive2016/texmf-config


My steps:



apt-get update
apt-get install -y texlive-base texlive-bibtex-extra
tlmgr init-usertree
tlmgr option repository ftp://tug.org/historic/systems/texlive/2014/tlnet-final
tlmgr install babel-czech


Latex and tlmgr version:



pdfTeX 3.14159265-2.6-1.40.17 (TeX Live 2016/Debian)
tlmgr revision 41476 (2016-06-18 02:45:25 +0200)
tlmgr using installation: /usr/share/texlive
TeX Live (http://tug.org/texlive) version 2016


Thank you for any advice!



Edit:
Question isn't about upgrading TL, but using archived repository from newer version TL. So I disagree, that it is duplicated question. Question is how to use archived repository 2014 from 2016 TL. In tlmgr is possible set archived repository.










share|improve this question
















I have installed Latex 2016 on Debian Stretch (ruby 2.5 docker image) and I would like install packages from 2014 repository (ftp://tug.org/historic/systems/texlive/2014/tlnet-final), but when I tried install something, I see this error:



/usr/bin/tlmgr: cannot download: download did not succeed: 
ftp://tug.org/historic/systems/texlive/2014/tlnet-final/tlpkg/texlive.tlpdb.sha512


Problem is, that new tlmgr not support md5 file and require sha512 file, but in repository isn't sha512 file. How can I solve it? I tried set no-checksums=1 in config file, but it doesn't help. I'm not sure if config file have correct location also I'm not sure if no-checksums=1 should help.



I tried these locations for config file:



/usr/local/share/texmf/texmf.cnf
/root/texmf/texmf.cnf
/root/.texlive2016/texmf-config
/etc/texmf/texmf.cnf


kpsewhich -var-value=TEXMFSYSCONFIG
/etc/texmf

kpsewhich -var-value=TEXMFCONFIG
/root/.texlive2016/texmf-config


My steps:



apt-get update
apt-get install -y texlive-base texlive-bibtex-extra
tlmgr init-usertree
tlmgr option repository ftp://tug.org/historic/systems/texlive/2014/tlnet-final
tlmgr install babel-czech


Latex and tlmgr version:



pdfTeX 3.14159265-2.6-1.40.17 (TeX Live 2016/Debian)
tlmgr revision 41476 (2016-06-18 02:45:25 +0200)
tlmgr using installation: /usr/share/texlive
TeX Live (http://tug.org/texlive) version 2016


Thank you for any advice!



Edit:
Question isn't about upgrading TL, but using archived repository from newer version TL. So I disagree, that it is duplicated question. Question is how to use archived repository 2014 from 2016 TL. In tlmgr is possible set archived repository.







tlmgr






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 26 '18 at 6:29







rubydev

















asked Feb 25 '18 at 8:26









rubydevrubydev

112




112





bumped to the homepage by Community 14 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 14 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.










  • 3





    We are in 2018, soon there will be TL 2018, so is there any need to get TL 2014 when having TL 2106 installed?

    – user31729
    Feb 25 '18 at 8:32






  • 1





    In Debian Stretch is default TL 2016 (packages.debian.org/stretch/texlive-base), so therefore TL 2016. And I need repository from 2014, because I'm using it for auto-generating PDF documents, and it doesn't work correctly with new packages. It was developed in 2013-2014 years, but I need upgrade ruby only. But question is, how to use old repository with new TL? Because sha512 isn't in old repository. Maybe I should install somehow TL 2014.

    – rubydev
    Feb 25 '18 at 17:15














  • 3





    We are in 2018, soon there will be TL 2018, so is there any need to get TL 2014 when having TL 2106 installed?

    – user31729
    Feb 25 '18 at 8:32






  • 1





    In Debian Stretch is default TL 2016 (packages.debian.org/stretch/texlive-base), so therefore TL 2016. And I need repository from 2014, because I'm using it for auto-generating PDF documents, and it doesn't work correctly with new packages. It was developed in 2013-2014 years, but I need upgrade ruby only. But question is, how to use old repository with new TL? Because sha512 isn't in old repository. Maybe I should install somehow TL 2014.

    – rubydev
    Feb 25 '18 at 17:15








3




3





We are in 2018, soon there will be TL 2018, so is there any need to get TL 2014 when having TL 2106 installed?

– user31729
Feb 25 '18 at 8:32





We are in 2018, soon there will be TL 2018, so is there any need to get TL 2014 when having TL 2106 installed?

– user31729
Feb 25 '18 at 8:32




1




1





In Debian Stretch is default TL 2016 (packages.debian.org/stretch/texlive-base), so therefore TL 2016. And I need repository from 2014, because I'm using it for auto-generating PDF documents, and it doesn't work correctly with new packages. It was developed in 2013-2014 years, but I need upgrade ruby only. But question is, how to use old repository with new TL? Because sha512 isn't in old repository. Maybe I should install somehow TL 2014.

– rubydev
Feb 25 '18 at 17:15





In Debian Stretch is default TL 2016 (packages.debian.org/stretch/texlive-base), so therefore TL 2016. And I need repository from 2014, because I'm using it for auto-generating PDF documents, and it doesn't work correctly with new packages. It was developed in 2013-2014 years, but I need upgrade ruby only. But question is, how to use old repository with new TL? Because sha512 isn't in old repository. Maybe I should install somehow TL 2014.

– rubydev
Feb 25 '18 at 17:15










1 Answer
1






active

oldest

votes


















0














I think the answer to this turns out to be: in the historic folders, there seems to be an install-tl matching each version of Texlive, so just use that one.



For instance, if you want to install Texlive 2015, it is at:




  • ftp://tug.org/historic/systems/texlive/2015


If you browse those folders a bit, you will find the install-tl package here:




  • ftp://tug.org/historic/systems/texlive/2015/tlnet-final/install-tl-unx.tar.gz


So you can do:



$ wget ftp://tug.org/historic/systems/texlive/2015/tlnet-final/install-tl-unx.tar.gz
...
$ tar xzvf install-tl-unx.tar.gz
install-tl-20160405/
install-tl-20160405/readme-txt.dir/
install-tl-20160405/readme-txt.dir/README.SR
...
$ TEXLIVE_INSTALL_PREFIX=$(pwd)/texlive ./install-tl-20160405/install-tl --repository=ftp://tug.org/historic/systems/texlive/2015/tlnet-final --force-arch=i386-linux
Overriding platform to i386-linux
Loading ftp://tug.org/historic/systems/texlive/2015/tlnet-final/tlpkg/texlive.tlpdb
Installing TeX Live 2015 from: ftp://tug.org/historic/systems/texlive/2015/tlnet-final
Platform: i386-linux => 'GNU/Linux on Intel x86' ### without force-arch: Platform: x86_64-linux => 'GNU/Linux on x86_64'
Distribution: net (downloading)
...





share|improve this answer


























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "85"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f417130%2farchived-2014-repository-not-contains-sha512-file%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    I think the answer to this turns out to be: in the historic folders, there seems to be an install-tl matching each version of Texlive, so just use that one.



    For instance, if you want to install Texlive 2015, it is at:




    • ftp://tug.org/historic/systems/texlive/2015


    If you browse those folders a bit, you will find the install-tl package here:




    • ftp://tug.org/historic/systems/texlive/2015/tlnet-final/install-tl-unx.tar.gz


    So you can do:



    $ wget ftp://tug.org/historic/systems/texlive/2015/tlnet-final/install-tl-unx.tar.gz
    ...
    $ tar xzvf install-tl-unx.tar.gz
    install-tl-20160405/
    install-tl-20160405/readme-txt.dir/
    install-tl-20160405/readme-txt.dir/README.SR
    ...
    $ TEXLIVE_INSTALL_PREFIX=$(pwd)/texlive ./install-tl-20160405/install-tl --repository=ftp://tug.org/historic/systems/texlive/2015/tlnet-final --force-arch=i386-linux
    Overriding platform to i386-linux
    Loading ftp://tug.org/historic/systems/texlive/2015/tlnet-final/tlpkg/texlive.tlpdb
    Installing TeX Live 2015 from: ftp://tug.org/historic/systems/texlive/2015/tlnet-final
    Platform: i386-linux => 'GNU/Linux on Intel x86' ### without force-arch: Platform: x86_64-linux => 'GNU/Linux on x86_64'
    Distribution: net (downloading)
    ...





    share|improve this answer






























      0














      I think the answer to this turns out to be: in the historic folders, there seems to be an install-tl matching each version of Texlive, so just use that one.



      For instance, if you want to install Texlive 2015, it is at:




      • ftp://tug.org/historic/systems/texlive/2015


      If you browse those folders a bit, you will find the install-tl package here:




      • ftp://tug.org/historic/systems/texlive/2015/tlnet-final/install-tl-unx.tar.gz


      So you can do:



      $ wget ftp://tug.org/historic/systems/texlive/2015/tlnet-final/install-tl-unx.tar.gz
      ...
      $ tar xzvf install-tl-unx.tar.gz
      install-tl-20160405/
      install-tl-20160405/readme-txt.dir/
      install-tl-20160405/readme-txt.dir/README.SR
      ...
      $ TEXLIVE_INSTALL_PREFIX=$(pwd)/texlive ./install-tl-20160405/install-tl --repository=ftp://tug.org/historic/systems/texlive/2015/tlnet-final --force-arch=i386-linux
      Overriding platform to i386-linux
      Loading ftp://tug.org/historic/systems/texlive/2015/tlnet-final/tlpkg/texlive.tlpdb
      Installing TeX Live 2015 from: ftp://tug.org/historic/systems/texlive/2015/tlnet-final
      Platform: i386-linux => 'GNU/Linux on Intel x86' ### without force-arch: Platform: x86_64-linux => 'GNU/Linux on x86_64'
      Distribution: net (downloading)
      ...





      share|improve this answer




























        0












        0








        0







        I think the answer to this turns out to be: in the historic folders, there seems to be an install-tl matching each version of Texlive, so just use that one.



        For instance, if you want to install Texlive 2015, it is at:




        • ftp://tug.org/historic/systems/texlive/2015


        If you browse those folders a bit, you will find the install-tl package here:




        • ftp://tug.org/historic/systems/texlive/2015/tlnet-final/install-tl-unx.tar.gz


        So you can do:



        $ wget ftp://tug.org/historic/systems/texlive/2015/tlnet-final/install-tl-unx.tar.gz
        ...
        $ tar xzvf install-tl-unx.tar.gz
        install-tl-20160405/
        install-tl-20160405/readme-txt.dir/
        install-tl-20160405/readme-txt.dir/README.SR
        ...
        $ TEXLIVE_INSTALL_PREFIX=$(pwd)/texlive ./install-tl-20160405/install-tl --repository=ftp://tug.org/historic/systems/texlive/2015/tlnet-final --force-arch=i386-linux
        Overriding platform to i386-linux
        Loading ftp://tug.org/historic/systems/texlive/2015/tlnet-final/tlpkg/texlive.tlpdb
        Installing TeX Live 2015 from: ftp://tug.org/historic/systems/texlive/2015/tlnet-final
        Platform: i386-linux => 'GNU/Linux on Intel x86' ### without force-arch: Platform: x86_64-linux => 'GNU/Linux on x86_64'
        Distribution: net (downloading)
        ...





        share|improve this answer















        I think the answer to this turns out to be: in the historic folders, there seems to be an install-tl matching each version of Texlive, so just use that one.



        For instance, if you want to install Texlive 2015, it is at:




        • ftp://tug.org/historic/systems/texlive/2015


        If you browse those folders a bit, you will find the install-tl package here:




        • ftp://tug.org/historic/systems/texlive/2015/tlnet-final/install-tl-unx.tar.gz


        So you can do:



        $ wget ftp://tug.org/historic/systems/texlive/2015/tlnet-final/install-tl-unx.tar.gz
        ...
        $ tar xzvf install-tl-unx.tar.gz
        install-tl-20160405/
        install-tl-20160405/readme-txt.dir/
        install-tl-20160405/readme-txt.dir/README.SR
        ...
        $ TEXLIVE_INSTALL_PREFIX=$(pwd)/texlive ./install-tl-20160405/install-tl --repository=ftp://tug.org/historic/systems/texlive/2015/tlnet-final --force-arch=i386-linux
        Overriding platform to i386-linux
        Loading ftp://tug.org/historic/systems/texlive/2015/tlnet-final/tlpkg/texlive.tlpdb
        Installing TeX Live 2015 from: ftp://tug.org/historic/systems/texlive/2015/tlnet-final
        Platform: i386-linux => 'GNU/Linux on Intel x86' ### without force-arch: Platform: x86_64-linux => 'GNU/Linux on x86_64'
        Distribution: net (downloading)
        ...






        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Aug 27 '18 at 22:04

























        answered Aug 27 '18 at 21:16









        sdaausdaau

        9,214649131




        9,214649131






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f417130%2farchived-2014-repository-not-contains-sha512-file%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Why does my Macbook overheat and use so much CPU and energy when on YouTube?Why do so many insist on using...

            How to prevent page numbers from appearing on glossaries?How to remove a dot and a page number in the...

            Puerta de Hutt Referencias Enlaces externos Menú de navegación15°58′00″S 5°42′00″O /...