I am concerned that somehow beta/candidate, not stable, 22.04 repositories are being used by 22.04 on my machine. The listing for the relevant repositories is from the command
add-apt-repository --list
deb http://us.archive.ubuntu.com/ubuntu/ jammy main multiverse universe restricted
deb http://us.archive.ubuntu.com/ubuntu/ jammy-updates main multiverse universe restricted
deb http://us.archive.ubuntu.com/ubuntu/ jammy-backports main multiverse universe restricted
deb http://security.ubuntu.com/ubuntu jammy-security main multiverse universe restricted
If the above output does indeed indicate that beta/development applications/configurations are being used, how does one issue commands to
- Ensure that only stable/production versions are to be installed/updated?
- Force removal/downgrade to stable/production versions if any beta/development versions in fact are in use?
jammy-proposed
in your provided list, why are you worried? https://help.ubuntu.com/community/Repositories/Ubuntu – guiverc Oct 06 '22 at 10:10