Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install_package failed *List directory /var/lib/apt/lists/partial is missing* #120

Closed
y0zong opened this issue Mar 24, 2022 · 2 comments
Closed

Comments

@y0zong
Copy link

y0zong commented Mar 24, 2022

how to install libgomp1

 => ERROR [2/2] RUN install_packages libgomp1                                                                      0.5s
------                                                                                                                  
 > [2/2] RUN install_packages libgomp1:
#5 0.449 E: List directory /var/lib/apt/lists/partial is missing. - Acquire (2: No such file or directory)
#5 0.454 apt failed, retrying
#5 0.480 E: List directory /var/lib/apt/lists/partial is missing. - Acquire (2: No such file or directory)
#5 0.482 apt failed, retrying
#5 0.509 E: List directory /var/lib/apt/lists/partial is missing. - Acquire (2: No such file or directory)
@carrodher
Copy link
Member

I was able to install the libgomp1 package without any issue using the latest minideb image:

$ docker run -it bitnami/minideb /bin/bash
root@6f74a96b541f:/# install_packages libgomp1
Reading package lists... Done
Building dependency tree... Done
The following NEW packages will be installed:
  libgomp1
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 75.8 kB of archives.
After this operation, 220 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian buster/main amd64 libgomp1 amd64 8.3.0-6 [75.8 kB]
Fetched 75.8 kB in 0s (4279 kB/s)
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package libgomp1:amd64.
(Reading database ... 6412 files and directories currently installed.)
Preparing to unpack .../libgomp1_8.3.0-6_amd64.deb ...
Unpacking libgomp1:amd64 (8.3.0-6) ...
Setting up libgomp1:amd64 (8.3.0-6) ...
Processing triggers for libc-bin (2.28-10) ...

@monixca345
Copy link

monixca345 commented Jul 16, 2024

This information is really helpful for who really needs this. I hope you will many more write post like this. hpinstantink

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants