Ubuntu APT repository out of date? #342
-
Environment
What were you trying to doInstall the latest version of age, v1.0.0, released on September 6th. What happenedThe apt repository seems out of date? It's missing some pretty major things like the ❯ sudo apt update
Ign:1 http://pkg.cloudflare.com focal InRelease
Hit:2 http://pkg.cloudflare.com focal Release
Hit:3 http://de.archive.ubuntu.com/ubuntu hirsute InRelease
Hit:4 http://de.archive.ubuntu.com/ubuntu hirsute-updates InRelease
Hit:7 http://de.archive.ubuntu.com/ubuntu hirsute-backports InRelease
Hit:8 http://security.ubuntu.com/ubuntu hirsute-security InRelease
Hit:6 https://packages.cloud.google.com/apt kubernetes-xenial InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
❯ sudo apt upgrade age
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
age is already the newest version (1.0.0~beta5-1).
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
❯ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 21.04
Release: 21.04
Codename: hirsute |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Seems it doesn't exist anymore?
|
Beta Was this translation helpful? Give feedback.
-
That's for better or worse how non-"rolling" Linux distributions work. If you run Ubuntu 21.04, you get the versions of everything that existed when Ubuntu 21.04 entered its freeze. They don't update versions. You have the option of using the pre-built binaries if you need a more recent version on that system. |
Beta Was this translation helpful? Give feedback.
That's for better or worse how non-"rolling" Linux distributions work. If you run Ubuntu 21.04, you get the versions of everything that existed when Ubuntu 21.04 entered its freeze. They don't update versions. You have the option of using the pre-built binaries if you need a more recent version on that system.