パッケージ X は別のパッケージで参照されますが、他のパッケージが見つかりません。

パッケージ X は別のパッケージで参照されますが、他のパッケージが見つかりません。

pdfuniteそのうちの1つだけをインストールしたいのですが、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

これは私のUbuntuバージョンです。

[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インストールする他の方法がありますか?これ以上選択の余地があまりないようです。

ベストアンサー1

おすすめ記事