Difference between revisions of "CM-T43: Linux: Known Issues"
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | {{IssueCategory| | + | {{IssueCategory|Package Manager| |
− | * | + | * Public key problem is reported while retrieving new lists of packages: |
− | :''' | + | <pre> |
− | : | + | root@cm-debian:~# apt-get update |
+ | Get:1 http://ftp.debian.org jessie Release.gpg [2390 B] | ||
+ | Get:2 http://ftp.debian.org jessie Release [168 kB] | ||
+ | ... | ||
+ | Fetched 16.0 MB in 24s (662 kB/s) | ||
+ | Reading package lists... Done | ||
+ | W: There is no public key available for the following key IDs: | ||
+ | 7638D0442B90D010 | ||
+ | </pre> | ||
+ | :'''Solution :''' Install ''debian-keyring'' and ''debian-archive-keyring'' packages. | ||
+ | : '''Note :''' This operation requires ~50MB of additional disk space. | ||
+ | <pre> | ||
+ | root@cm-debian:~# apt-get install debian-keyring debian-archive-keyring | ||
+ | </pre> | ||
}} | }} | ||
[[Category:Linux]] | [[Category:Linux]] | ||
[[Category:CM-T43]] | [[Category:CM-T43]] |
Latest revision as of 08:27, 29 June 2016
Package Manager |
root@cm-debian:~# apt-get update Get:1 http://ftp.debian.org jessie Release.gpg [2390 B] Get:2 http://ftp.debian.org jessie Release [168 kB] ... Fetched 16.0 MB in 24s (662 kB/s) Reading package lists... Done W: There is no public key available for the following key IDs: 7638D0442B90D010
root@cm-debian:~# apt-get install debian-keyring debian-archive-keyring |