renan@rtp ~> lxc launch ubuntu-daily:kinetic kinetic-test Creating kinetic-test Starting kinetic-test renan@rtp ~> lxc shell kinetic-test root@kinetic-test:~# echo 'deb http://archive.ubuntu.com/ubuntu kinetic-proposed main' | sudo tee /etc/apt/sources.list.d/proposed.list deb http://archive.ubuntu.com/ubuntu kinetic-proposed main root@kinetic-test:~# apt update Get:1 http://security.ubuntu.com/ubuntu kinetic-security InRelease [109 kB] Hit:2 http://archive.ubuntu.com/ubuntu kinetic InRelease Get:3 http://archive.ubuntu.com/ubuntu kinetic-updates InRelease [118 kB] Get:4 http://security.ubuntu.com/ubuntu kinetic-security/main amd64 Packages [236 kB] Get:5 http://archive.ubuntu.com/ubuntu kinetic-backports InRelease [99.9 kB] Get:6 http://security.ubuntu.com/ubuntu kinetic-security/main Translation-en [63.5 kB] Get:7 http://security.ubuntu.com/ubuntu kinetic-security/main amd64 c-n-f Metadata [5532 B] Get:8 http://security.ubuntu.com/ubuntu kinetic-security/restricted amd64 Packages [225 kB] Get:9 http://security.ubuntu.com/ubuntu kinetic-security/restricted Translation-en [35.9 kB] Get:10 http://security.ubuntu.com/ubuntu kinetic-security/universe amd64 Packages [131 kB] Get:11 http://security.ubuntu.com/ubuntu kinetic-security/universe Translation-en [55.7 kB] Get:12 http://security.ubuntu.com/ubuntu kinetic-security/universe amd64 c-n-f Metadata [6144 B] Get:13 http://security.ubuntu.com/ubuntu kinetic-security/multiverse amd64 Packages [5596 B] Get:14 http://security.ubuntu.com/ubuntu kinetic-security/multiverse Translation-en [1012 B] Get:15 http://archive.ubuntu.com/ubuntu kinetic-proposed InRelease [267 kB] Get:16 http://security.ubuntu.com/ubuntu kinetic-security/multiverse amd64 c-n-f Metadata [244 B] Get:17 http://archive.ubuntu.com/ubuntu kinetic/universe amd64 Packages [14.5 MB] Get:18 http://archive.ubuntu.com/ubuntu kinetic/universe Translation-en [5791 kB] Get:19 http://archive.ubuntu.com/ubuntu kinetic/universe amd64 c-n-f Metadata [291 kB] Get:20 http://archive.ubuntu.com/ubuntu kinetic/multiverse amd64 Packages [236 kB] Get:21 http://archive.ubuntu.com/ubuntu kinetic/multiverse Translation-en [112 kB] Get:22 http://archive.ubuntu.com/ubuntu kinetic/multiverse amd64 c-n-f Metadata [8408 B] Get:23 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 Packages [323 kB] Get:24 http://archive.ubuntu.com/ubuntu kinetic-updates/main Translation-en [88.0 kB] Get:25 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 c-n-f Metadata [7240 B] Get:26 http://archive.ubuntu.com/ubuntu kinetic-updates/restricted amd64 Packages [226 kB] Get:27 http://archive.ubuntu.com/ubuntu kinetic-updates/restricted Translation-en [36.1 kB] Get:28 http://archive.ubuntu.com/ubuntu kinetic-updates/restricted amd64 c-n-f Metadata [532 B] Get:29 http://archive.ubuntu.com/ubuntu kinetic-updates/universe amd64 Packages [194 kB] Get:30 http://archive.ubuntu.com/ubuntu kinetic-updates/universe Translation-en [77.0 kB] Get:31 http://archive.ubuntu.com/ubuntu kinetic-updates/universe amd64 c-n-f Metadata [7884 B] Get:32 http://archive.ubuntu.com/ubuntu kinetic-updates/multiverse amd64 Packages [6280 B] Get:33 http://archive.ubuntu.com/ubuntu kinetic-updates/multiverse Translation-en [1412 B] Get:34 http://archive.ubuntu.com/ubuntu kinetic-updates/multiverse amd64 c-n-f Metadata [268 B] Get:35 http://archive.ubuntu.com/ubuntu kinetic-backports/main amd64 c-n-f Metadata [112 B] Get:36 http://archive.ubuntu.com/ubuntu kinetic-backports/restricted amd64 c-n-f Metadata [120 B] Get:37 http://archive.ubuntu.com/ubuntu kinetic-backports/universe amd64 Packages [4240 B] Get:38 http://archive.ubuntu.com/ubuntu kinetic-backports/universe Translation-en [1516 B] Get:39 http://archive.ubuntu.com/ubuntu kinetic-backports/universe amd64 c-n-f Metadata [196 B] Get:40 http://archive.ubuntu.com/ubuntu kinetic-backports/multiverse amd64 c-n-f Metadata [120 B] Get:41 http://archive.ubuntu.com/ubuntu kinetic-proposed/main amd64 Packages [65.4 kB] Get:42 http://archive.ubuntu.com/ubuntu kinetic-proposed/main Translation-en [20.8 kB] Get:43 http://archive.ubuntu.com/ubuntu kinetic-proposed/main amd64 c-n-f Metadata [1236 B] Fetched 23.3 MB in 9s (2633 kB/s) Reading package lists... Done Building dependency tree... Done Reading state information... Done 28 packages can be upgraded. Run 'apt list --upgradable' to see them. root@kinetic-test:~# ls /run/ubuntu-advantage ls: cannot access '/run/ubuntu-advantage': No such file or directory root@kinetic-test:~# apt install ubuntu-advantage-tools Reading package lists... Done Building dependency tree... Done Reading state information... Done The following package was automatically installed and is no longer required: libfreetype6 Use 'apt autoremove' to remove it. The following packages will be upgraded: ubuntu-advantage-tools 1 upgraded, 0 newly installed, 0 to remove and 27 not upgraded. Need to get 150 kB of archives. After this operation, 0 B of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu kinetic-proposed/main amd64 ubuntu-advantage-tools amd64 27.13.6~22.10.1 [150 kB] Fetched 150 kB in 1s (116 kB/s) Preconfiguring packages ... (Reading database ... 34137 files and directories currently installed.) Preparing to unpack .../ubuntu-advantage-tools_27.13.6~22.10.1_amd64.deb ... Unpacking ubuntu-advantage-tools (27.13.6~22.10.1) over (27.13.5~22.10.1) ... Setting up ubuntu-advantage-tools (27.13.6~22.10.1) ... Processing triggers for man-db (2.10.2-2) ... Scanning processes... No services need to be restarted. No containers need to be restarted. No user sessions are running outdated binaries. No VM guests are running outdated hypervisor (qemu) binaries on this host. root@kinetic-test:~# rm /var/lib/apt/periodic/update-success-stamp root@kinetic-test:~# apt update Hit:1 http://security.ubuntu.com/ubuntu kinetic-security InRelease Hit:2 http://archive.ubuntu.com/ubuntu kinetic InRelease Hit:3 http://archive.ubuntu.com/ubuntu kinetic-updates InRelease Hit:4 http://archive.ubuntu.com/ubuntu kinetic-backports InRelease Hit:5 http://archive.ubuntu.com/ubuntu kinetic-proposed InRelease Reading package lists... Done Building dependency tree... Done Reading state information... Done 27 packages can be upgraded. Run 'apt list --upgradable' to see them. root@kinetic-test:~# ls /run/ubuntu-advantage/ aptnews.json root@kinetic-test:~#