패키지 X가 다른 패키지에서 참조되지만 다른 패키지를 찾을 수 없습니다.

패키지 X가 다른 패키지에서 참조되지만 다른 패키지를 찾을 수 없습니다.

pdfunite그 중 하나만 설치하고 싶은데 poppler-utils어떻게 해야 할지 모르겠습니다 poppler-utils.

설치를 시도했지만 apt get install다른 패키지에서 참조하고 있다고만 표시됩니다.

[root:7e2d33988106:/]# apt install poppler-utils -y                                                                                                                                                                                                                      4:30AM/09.12
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package poppler-utils is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'poppler-utils' has no installation candidate

apt-cache search xyz다른 게시물에 따르면, 참조하는 다른 패키지가 무엇인지 알아보기 위해 실행할 수 있지만 결과는 반환되지 않습니다.

[root:7e2d33988106:/]# apt-cache search poppler-utils                                                                                                                                                                                                                    
[root:7e2d33988106:/]# 

나는 무엇을 더 해야할지 잘 모르겠습니다. 실행 apt get update하고 다시 실행해 보았지만 apt install poppler-utils결과는 동일했습니다.

[root:7e2d33988106:/]# apt update                                                                                                                                                                                                                                        4:35AM/09.12
Hit:1 https://deb.nodesource.com/node_6.x bionic InRelease
Hit:3 http://archive.ubuntu.com/ubuntu bionic InRelease                                                                            
Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]                                                        
Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
Reading package lists... Done                                       
E: Release file for http://security.ubuntu.com/ubuntu/dists/bionic-security/InRelease is not valid yet (invalid for another 16h 57min 47s). Updates for this repository will not be applied.
E: Release file for http://archive.ubuntu.com/ubuntu/dists/bionic-updates/InRelease is not valid yet (invalid for another 16h 58min 26s). Updates for this repository will not be applied.

다음은 내 파일의 출력입니다 /etc/apt/sources.list(몇 줄을 주석 처리했습니다 restricted.

[root:7e2d33988106:/]# cat /etc/apt/sources.list | grep -v "#" | sort -u                                                                                                                                                                                                 4:36AM/09.12

deb http://archive.ubuntu.com/ubuntu/ bionic multiverse
deb http://archive.ubuntu.com/ubuntu/ bionic universe
deb http://archive.ubuntu.com/ubuntu/ bionic-updates multiverse
deb http://archive.ubuntu.com/ubuntu/ bionic-updates universe
deb http://security.ubuntu.com/ubuntu/ bionic-security multiverse
deb http://security.ubuntu.com/ubuntu/ bionic-security universe

이것은 내 우분투 버전입니다.

[root:7e2d33988106:/]# lsb_release -a                                                                                                                                                                                                                                    4:36AM/09.12
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 18.04.2 LTS
Release:        18.04
Codename:       bionic

poppler-utils설치 하는 다른 방법이 있나요 ? 더 이상 선택의 여지가 별로 없는 것 같아요.

관련 정보