09-08-2024, 04:45 PM
(05-05-2016, 12:52 AM)technomancer Wrote: 5-3-2016
I recently ran into an issue when i ran
Code:sudo apt-get update
i have this error-
Code:Fetched 67.2 kB in 11s (6,040 B/s)
Reading package lists... Done
W: There is no public key available for the following key IDs:
1397BC53640DB551
The resolution in case anyone runs into it is-
Code:sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1397BC53640DB551
Found here- http://askubuntu.com/questions/766883/th...ng-key-ids
After run update again and all should be well.
The command apt-get is deprecated.
Read the apt manual to see what changed.
The command is
Code:
sudo apt update
OR:
Code:
sudo apt upgrade
"It's easy to die for an idea. It's way harder TO LIVE for your idea!"
Current Machine:
Dell Precision T1700, 16 GB RAM, SSD Kingston A400, 480 GB.
Laptop:
ASUS X200MA , Intel® Celeron® N2830, 2 GB RAM, SSD Kingston A400, 480 GB.
Current Machine:
Dell Precision T1700, 16 GB RAM, SSD Kingston A400, 480 GB.
Laptop:
ASUS X200MA , Intel® Celeron® N2830, 2 GB RAM, SSD Kingston A400, 480 GB.