You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ubuntu 22.10 was an interim release and only officially is supported for 9 months. Only the LTS releases are supported long term. With that we strive to support and build Officially Supported releases. With this many OS's and builds for multiple providers and cpu architectures we don't have the resources to support them for longer terms.
Due to a change in the host of apt repositories apt-get update command fails on bento/ubuntu-22.10
Describe the problem
After creating the vagrant box any run of "sudo apt-get update" fails with the error "The repository no longer has a Release file"
Software Version
bento/ubuntu-22.10
Replication Case
Possible Solution
The repository URLS need to be updated to the new host
https://azdigi.com/blog/en/linux-server-en/fix-the-the-repository-no-longer-has-a-release-file-error-on-ubuntu/
This command will update them:
sudo sed -i -re 's/([a-z]{2}.)?archive.ubuntu.com|security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list
The text was updated successfully, but these errors were encountered: