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!
package-management alpine-linux
add a comment |
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!
package-management alpine-linux
1
Link: dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64. Replacex86_64
with your PC's cpu architecture.
– Biswapriyo
Sep 21 at 4:14
add a comment |
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!
package-management alpine-linux
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
package-management alpine-linux
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. Replacex86_64
with your PC's cpu architecture.
– Biswapriyo
Sep 21 at 4:14
add a comment |
1
Link: dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64. Replacex86_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
add a comment |
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
add a comment |
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
add a comment |
up vote
0
down vote
For example for curl
, try
apk update
apk fetch curl
apk add ./curl-7.61.1-r1.apk
add a comment |
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
For example for curl
, try
apk update
apk fetch curl
apk add ./curl-7.61.1-r1.apk
answered Nov 17 at 18:54
Harald Nordgren
1012
1012
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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