Is there a way to download individual .apk packages from Alpine repos?











up vote
2
down vote

favorite












I need to install a couple of packages on a device that does not have internet access.



The idea was to download packages, transfer them to the device and then install using apk add --allow-untrusted <name>. Perhaps it was too logical because I cannot figure out how to download these apks from sites such as pkgs.alpinelinux.org/packages. I can see what's in the package, but that's about it. Does anyone know why?



Also, if anyone knows a place I can download them from, please, tell me... Thanks!










share|improve this question




















  • 1




    Link: dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64. Replace x86_64 with your PC's cpu architecture.
    – Biswapriyo
    Sep 21 at 4:14















up vote
2
down vote

favorite












I need to install a couple of packages on a device that does not have internet access.



The idea was to download packages, transfer them to the device and then install using apk add --allow-untrusted <name>. Perhaps it was too logical because I cannot figure out how to download these apks from sites such as pkgs.alpinelinux.org/packages. I can see what's in the package, but that's about it. Does anyone know why?



Also, if anyone knows a place I can download them from, please, tell me... Thanks!










share|improve this question




















  • 1




    Link: dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64. Replace x86_64 with your PC's cpu architecture.
    – Biswapriyo
    Sep 21 at 4:14













up vote
2
down vote

favorite









up vote
2
down vote

favorite











I need to install a couple of packages on a device that does not have internet access.



The idea was to download packages, transfer them to the device and then install using apk add --allow-untrusted <name>. Perhaps it was too logical because I cannot figure out how to download these apks from sites such as pkgs.alpinelinux.org/packages. I can see what's in the package, but that's about it. Does anyone know why?



Also, if anyone knows a place I can download them from, please, tell me... Thanks!










share|improve this question















I need to install a couple of packages on a device that does not have internet access.



The idea was to download packages, transfer them to the device and then install using apk add --allow-untrusted <name>. Perhaps it was too logical because I cannot figure out how to download these apks from sites such as pkgs.alpinelinux.org/packages. I can see what's in the package, but that's about it. Does anyone know why?



Also, if anyone knows a place I can download them from, please, tell me... Thanks!







package-management alpine-linux






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Sep 25 at 20:12









valiano

1236




1236










asked Sep 20 at 21:06









Viktor

111




111








  • 1




    Link: dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64. Replace x86_64 with your PC's cpu architecture.
    – Biswapriyo
    Sep 21 at 4:14














  • 1




    Link: dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64. Replace x86_64 with your PC's cpu architecture.
    – Biswapriyo
    Sep 21 at 4:14








1




1




Link: dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64. Replace x86_64 with your PC's cpu architecture.
– Biswapriyo
Sep 21 at 4:14




Link: dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64. Replace x86_64 with your PC's cpu architecture.
– Biswapriyo
Sep 21 at 4:14










1 Answer
1






active

oldest

votes

















up vote
0
down vote













For example for curl, try



apk update
apk fetch curl
apk add ./curl-7.61.1-r1.apk





share|improve this answer





















    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "3"
    };
    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',
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    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%2fsuperuser.com%2fquestions%2f1360040%2fis-there-a-way-to-download-individual-apk-packages-from-alpine-repos%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








    up vote
    0
    down vote













    For example for curl, try



    apk update
    apk fetch curl
    apk add ./curl-7.61.1-r1.apk





    share|improve this answer

























      up vote
      0
      down vote













      For example for curl, try



      apk update
      apk fetch curl
      apk add ./curl-7.61.1-r1.apk





      share|improve this answer























        up vote
        0
        down vote










        up vote
        0
        down vote









        For example for curl, try



        apk update
        apk fetch curl
        apk add ./curl-7.61.1-r1.apk





        share|improve this answer












        For example for curl, try



        apk update
        apk fetch curl
        apk add ./curl-7.61.1-r1.apk






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Nov 17 at 18:54









        Harald Nordgren

        1012




        1012






























             

            draft saved


            draft discarded



















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1360040%2fis-there-a-way-to-download-individual-apk-packages-from-alpine-repos%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

            Список кардиналов, возведённых папой римским Каликстом III

            Deduzione

            Mysql.sock missing - “Can't connect to local MySQL server through socket”