Linux

Default Ubuntu Sources.List

The Ubuntu sources.list is where your F2H NVMe VPS Server instances get the latest updates and security fixes directly from Ubuntu. The sources list can change from time to time but it is also useful to keep a record of the default sources. That’s just in case we need to revert back to it.

The sources below are the default file shipped by Ubuntu. They should be located at /etc/apt/sources.list. You can download these sources list’s direct to your server using the wget -p command. Or, view the in your browser. Most of the Ubuntu versions on this page are LTS versions. For different versions please see the Ubuntu website.

Default Ubuntu 23.04 sources.list

Ubuntu 23 is now released and here is the latest default sources.list. View it in your browser here.

wget -P /etc/apt/ https://f2h.ha-cdn.com/Configs/Ubuntu/Ubuntu23/sources.list

deb http://mirrors.aliyun.com/ubuntu/ lunar main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ lunar main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ lunar-security main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ lunar-security main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ lunar-updates main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ lunar-updates main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ lunar-proposed main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ lunar-proposed main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ lunar-backports main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ lunar-backports main restricted universe multiverse

Default Ubuntu 22 LTS sources.list

The latest version of Ubuntu is now ready for production. Ubuntu 22 LTS codenamed Jammy Jellyfish can be installed on existing Ubuntu servers using the do-release function. See Updating Ubuntu 20 LTS to Ubuntu 22 LTS for instructions.

wget -P  /etc/apt/  https://f2h.ha-cdn.com/Configs/Ubuntu/Ubuntu22/sources.list 

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://nova.clouds.archive.ubuntu.com/ubuntu/ jammy main restricted


## Major bug fix updates produced after the final release of the
## distribution.

deb http://nova.clouds.archive.ubuntu.com/ubuntu/ jammy-updates main restricted


## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.

deb http://nova.clouds.archive.ubuntu.com/ubuntu/ jammy universe

deb http://nova.clouds.archive.ubuntu.com/ubuntu/ jammy-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.

deb http://nova.clouds.archive.ubuntu.com/ubuntu/ jammy multiverse

deb http://nova.clouds.archive.ubuntu.com/ubuntu/ jammy-updates multiverse


## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team

deb http://nova.clouds.archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse


deb http://security.ubuntu.com/ubuntu jammy-security main restricted

deb http://security.ubuntu.com/ubuntu jammy-security universe

deb http://security.ubuntu.com/ubuntu jammy-security multiverse

Default Ubuntu 21 Sources List

Released in April of 2021, Ubuntu 21 was not an LTS version. Support for Ubuntu 21 ended in July of 2022. It’s not recommended to use this version of Ubuntu in a production environment.

wget -P  /etc/apt/  https://f2h.ha-cdn.com/Configs/Ubuntu/Ubuntu21/sources.list 

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://ca.archive.ubuntu.com/ubuntu/ hirsute main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://ca.archive.ubuntu.com/ubuntu/ hirsute-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://ca.archive.ubuntu.com/ubuntu/ hirsute universe
deb http://ca.archive.ubuntu.com/ubuntu/ hirsute-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://ca.archive.ubuntu.com/ubuntu/ hirsute multiverse
deb http://ca.archive.ubuntu.com/ubuntu/ hirsute-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://ca.archive.ubuntu.com/ubuntu/ hirsute-backports main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu hirsute-security main restricted
deb http://security.ubuntu.com/ubuntu hirsute-security universe
deb http://security.ubuntu.com/ubuntu hirsute-security multiverse

Default Ubuntu 20 Sources.List

Codenamed Focal Fossa, the sources below are to be used with Ubuntu 20 instances. You can view it online in your browser or copy them directly to your instance with the command below. Users should be thinking about updating from Ubuntu 20 to Ubuntu 22.

wget -P  /etc/apt/  https://f2h.ha-cdn.com/Configs/Ubuntu/Ubuntu20/sources.list

deb http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse

deb http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse

deb http://archive.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse

deb http://archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse

deb http://archive.canonical.com/ubuntu focal partner
deb-src http://archive.canonical.com/ubuntu focal partner

Default Ubuntu 18 LTS Sources

The sources list below is to be used with Ubuntu 18 instances. You can view it in your browser or copy it directly to your instance.

wget -P  /etc/apt/  https://f2h.ha-cdn.com/Configs/Ubuntu/Ubuntu18/sources.list.txt

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://us.archive.ubuntu.com/ubuntu/ bionic main restricted


## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ bionic-updates main restricted


## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ bionic universe
deb http://us.archive.ubuntu.com/ubuntu/ bionic-updates universe


## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team.
deb http://us.archive.ubuntu.com/ubuntu/ bionic multiverse
deb http://us.archive.ubuntu.com/ubuntu/ bionic-updates multiverse


## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://us.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu bionic partner
# deb-src http://archive.canonical.com/ubuntu bionic partner

deb http://security.ubuntu.com/ubuntu bionic-security main restricted
deb http://security.ubuntu.com/ubuntu bionic-security universe
deb http://security.ubuntu.com/ubuntu bionic-security multiverse

These sources will be updated as and when they change by Ubuntu. We will continue to add more to this page as new releases of Ubuntu are released so bookmark the page. If you experience problems with APT when updating like errors in the console, just replace the sources list before contacting the support team.

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button