зеркало из https://github.com/Azure/aks-engine.git
Add new Linux VHDs (#5041)
This commit is contained in:
Родитель
5c2febfe37
Коммит
904b3fffde
|
@ -35,6 +35,7 @@ jobs:
|
||||||
MSI_USER_ASSIGNED_ID: '$(MSI_USER_ASSIGNED_ID_AKS_ENGINE_E2E)'
|
MSI_USER_ASSIGNED_ID: '$(MSI_USER_ASSIGNED_ID_AKS_ENGINE_E2E)'
|
||||||
CONTAINER_RUNTIME: ${{ parameters.containerRuntime }}
|
CONTAINER_RUNTIME: ${{ parameters.containerRuntime }}
|
||||||
BLOCK_SSH: ${{ parameters.runSSHTests }}
|
BLOCK_SSH: ${{ parameters.runSSHTests }}
|
||||||
|
DISTRO: ${{ parameters.distro }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- template: e2e-step-template.yaml
|
- template: e2e-step-template.yaml
|
||||||
|
|
|
@ -132,3 +132,14 @@ jobs:
|
||||||
enableKMSEncryption: false
|
enableKMSEncryption: false
|
||||||
containerRuntime: 'containerd'
|
containerRuntime: 'containerd'
|
||||||
runSSHTests: true
|
runSSHTests: true
|
||||||
|
|
||||||
|
- template: e2e-job-template.yaml
|
||||||
|
parameters:
|
||||||
|
name: 'k8s_1_24_2004_e2e'
|
||||||
|
k8sRelease: '1.24'
|
||||||
|
apimodel: 'examples/e2e-tests/kubernetes/release/default/definition-no-vnet.json'
|
||||||
|
createVNET: false
|
||||||
|
enableKMSEncryption: false
|
||||||
|
containerRuntime: 'containerd'
|
||||||
|
distro: 'aks-ubuntu-20.04'
|
||||||
|
runSSHTests: true
|
||||||
|
|
|
@ -148,7 +148,15 @@ var (
|
||||||
ImageOffer: "aks",
|
ImageOffer: "aks",
|
||||||
ImageSku: "aks-engine-ubuntu-1804-202112",
|
ImageSku: "aks-engine-ubuntu-1804-202112",
|
||||||
ImagePublisher: "microsoft-aks",
|
ImagePublisher: "microsoft-aks",
|
||||||
ImageVersion: "2022.12.12",
|
ImageVersion: "2023.01.10",
|
||||||
|
}
|
||||||
|
|
||||||
|
// AKSUbuntu2004OSImageConfig is the AKS Engine image based on Ubuntu 20.04-LTS.
|
||||||
|
AKSUbuntu2004OSImageConfig = AzureOSImageConfig{
|
||||||
|
ImageOffer: "aks",
|
||||||
|
ImageSku: "aks-engine-ubuntu-2004-202301",
|
||||||
|
ImagePublisher: "microsoft-aks",
|
||||||
|
ImageVersion: "2023.01.10",
|
||||||
}
|
}
|
||||||
|
|
||||||
// AKSWindowsServer2019OSImageConfig is the aks-engine image based on Windows Server 2019
|
// AKSWindowsServer2019OSImageConfig is the aks-engine image based on Windows Server 2019
|
||||||
|
@ -205,6 +213,7 @@ var (
|
||||||
AKS1604Deprecated: AKSUbuntu1604OSImageConfig, // for back-compat
|
AKS1604Deprecated: AKSUbuntu1604OSImageConfig, // for back-compat
|
||||||
AKSUbuntu1804: AKSUbuntu1804OSImageConfig,
|
AKSUbuntu1804: AKSUbuntu1804OSImageConfig,
|
||||||
AKS1804Deprecated: AKSUbuntu1804OSImageConfig, // for back-compat
|
AKS1804Deprecated: AKSUbuntu1804OSImageConfig, // for back-compat
|
||||||
|
AKSUbuntu2004: AKSUbuntu2004OSImageConfig,
|
||||||
ACC1604: ACC1604OSImageConfig,
|
ACC1604: ACC1604OSImageConfig,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
@ -248,6 +257,7 @@ var (
|
||||||
AKS1604Deprecated: AKSUbuntu1604OSImageConfig, // for back-compat
|
AKS1604Deprecated: AKSUbuntu1604OSImageConfig, // for back-compat
|
||||||
AKSUbuntu1804: AKSUbuntu1804OSImageConfig,
|
AKSUbuntu1804: AKSUbuntu1804OSImageConfig,
|
||||||
AKS1804Deprecated: AKSUbuntu1804OSImageConfig, // for back-compat
|
AKS1804Deprecated: AKSUbuntu1804OSImageConfig, // for back-compat
|
||||||
|
AKSUbuntu2004: AKSUbuntu2004OSImageConfig,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -290,6 +300,7 @@ var (
|
||||||
AKS1604Deprecated: AKSUbuntu1604OSImageConfig, // for back-compat
|
AKS1604Deprecated: AKSUbuntu1604OSImageConfig, // for back-compat
|
||||||
AKSUbuntu1804: AKSUbuntu1804OSImageConfig,
|
AKSUbuntu1804: AKSUbuntu1804OSImageConfig,
|
||||||
AKS1804Deprecated: AKSUbuntu1804OSImageConfig, // for back-compat
|
AKS1804Deprecated: AKSUbuntu1804OSImageConfig, // for back-compat
|
||||||
|
AKSUbuntu2004: AKSUbuntu2004OSImageConfig,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -28,6 +28,7 @@ const (
|
||||||
AKSDockerEngine Distro = "aks-docker-engine" // deprecated docker-engine distro.
|
AKSDockerEngine Distro = "aks-docker-engine" // deprecated docker-engine distro.
|
||||||
AKSUbuntu1604 Distro = "aks-ubuntu-16.04"
|
AKSUbuntu1604 Distro = "aks-ubuntu-16.04"
|
||||||
AKSUbuntu1804 Distro = "aks-ubuntu-18.04"
|
AKSUbuntu1804 Distro = "aks-ubuntu-18.04"
|
||||||
|
AKSUbuntu2004 Distro = "aks-ubuntu-20.04"
|
||||||
ACC1604 Distro = "acc-16.04"
|
ACC1604 Distro = "acc-16.04"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -760,7 +760,7 @@ func TestProtectKernelDefaults(t *testing.T) {
|
||||||
// Validate that --protect-kernel-defaults is "true" by default for relevant distros
|
// Validate that --protect-kernel-defaults is "true" by default for relevant distros
|
||||||
for _, distro := range DistroValues {
|
for _, distro := range DistroValues {
|
||||||
switch distro {
|
switch distro {
|
||||||
case AKSUbuntu1604, AKSUbuntu1804:
|
case AKSUbuntu1604, AKSUbuntu1804, AKSUbuntu2004:
|
||||||
cs = CreateMockContainerService("testcluster", "", 3, 2, false)
|
cs = CreateMockContainerService("testcluster", "", 3, 2, false)
|
||||||
cs.Properties.MasterProfile.Distro = distro
|
cs.Properties.MasterProfile.Distro = distro
|
||||||
cs.Properties.AgentPoolProfiles[0].Distro = distro
|
cs.Properties.AgentPoolProfiles[0].Distro = distro
|
||||||
|
@ -839,7 +839,7 @@ func TestProtectKernelDefaults(t *testing.T) {
|
||||||
// Validate that --protect-kernel-defaults is overridable
|
// Validate that --protect-kernel-defaults is overridable
|
||||||
for _, distro := range DistroValues {
|
for _, distro := range DistroValues {
|
||||||
switch distro {
|
switch distro {
|
||||||
case Ubuntu, Ubuntu2004, Ubuntu2004Gen2, Ubuntu1804, Ubuntu1804Gen2, AKSUbuntu1604, AKSUbuntu1804:
|
case Ubuntu, Ubuntu2004, Ubuntu2004Gen2, Ubuntu1804, Ubuntu1804Gen2, AKSUbuntu1604, AKSUbuntu1804, AKSUbuntu2004:
|
||||||
cs = CreateMockContainerService("testcluster", "", 3, 2, false)
|
cs = CreateMockContainerService("testcluster", "", 3, 2, false)
|
||||||
cs.Properties.MasterProfile.Distro = "ubuntu"
|
cs.Properties.MasterProfile.Distro = "ubuntu"
|
||||||
cs.Properties.AgentPoolProfiles[0].Distro = "ubuntu"
|
cs.Properties.AgentPoolProfiles[0].Distro = "ubuntu"
|
||||||
|
|
|
@ -25,7 +25,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
// DistroValues is a list of currently supported distros
|
// DistroValues is a list of currently supported distros
|
||||||
var DistroValues = []Distro{"", Ubuntu, Ubuntu2004, Ubuntu2004Gen2, Ubuntu1804, Flatcar, AKSUbuntu1604, AKSUbuntu1804, Ubuntu1804Gen2, ACC1604}
|
var DistroValues = []Distro{"", Ubuntu, Ubuntu2004, Ubuntu2004Gen2, Ubuntu1804, Flatcar, AKSUbuntu1604, AKSUbuntu1804, Ubuntu1804Gen2, AKSUbuntu2004, ACC1604}
|
||||||
|
|
||||||
// PropertiesDefaultsParams is the parameters when we set the properties defaults for ContainerService.
|
// PropertiesDefaultsParams is the parameters when we set the properties defaults for ContainerService.
|
||||||
type PropertiesDefaultsParams struct {
|
type PropertiesDefaultsParams struct {
|
||||||
|
|
|
@ -1286,7 +1286,7 @@ func (m *MasterProfile) IsStorageAccount() bool {
|
||||||
|
|
||||||
// IsVHDDistro returns true if the distro uses VHD SKUs
|
// IsVHDDistro returns true if the distro uses VHD SKUs
|
||||||
func (m *MasterProfile) IsVHDDistro() bool {
|
func (m *MasterProfile) IsVHDDistro() bool {
|
||||||
return m.Distro == AKSUbuntu1604 || m.Distro == AKSUbuntu1804
|
return m.Distro == AKSUbuntu1604 || m.Distro == AKSUbuntu1804 || m.Distro == AKSUbuntu2004
|
||||||
}
|
}
|
||||||
|
|
||||||
// IsAuditDEnabled returns true if the master profile is configured for auditd
|
// IsAuditDEnabled returns true if the master profile is configured for auditd
|
||||||
|
@ -1361,7 +1361,7 @@ func (m *MasterProfile) IsUbuntu1804() bool {
|
||||||
// IsUbuntu2004 returns true if the master profile distro is based on Ubuntu 20.04
|
// IsUbuntu2004 returns true if the master profile distro is based on Ubuntu 20.04
|
||||||
func (m *MasterProfile) IsUbuntu2004() bool {
|
func (m *MasterProfile) IsUbuntu2004() bool {
|
||||||
switch m.Distro {
|
switch m.Distro {
|
||||||
case Ubuntu2004, Ubuntu2004Gen2:
|
case AKSUbuntu2004, Ubuntu2004, Ubuntu2004Gen2:
|
||||||
return true
|
return true
|
||||||
default:
|
default:
|
||||||
return false
|
return false
|
||||||
|
@ -1430,7 +1430,7 @@ func (a *AgentPoolProfile) IsFlatcar() bool {
|
||||||
|
|
||||||
// IsVHDDistro returns true if the distro uses VHD SKUs
|
// IsVHDDistro returns true if the distro uses VHD SKUs
|
||||||
func (a *AgentPoolProfile) IsVHDDistro() bool {
|
func (a *AgentPoolProfile) IsVHDDistro() bool {
|
||||||
return a.Distro == AKSUbuntu1604 || a.Distro == AKSUbuntu1804
|
return a.Distro == AKSUbuntu1604 || a.Distro == AKSUbuntu1804 || a.Distro == AKSUbuntu2004
|
||||||
}
|
}
|
||||||
|
|
||||||
// IsAuditDEnabled returns true if the master profile is configured for auditd
|
// IsAuditDEnabled returns true if the master profile is configured for auditd
|
||||||
|
@ -1513,7 +1513,7 @@ func (a *AgentPoolProfile) IsUbuntu1804() bool {
|
||||||
func (a *AgentPoolProfile) IsUbuntu2004() bool {
|
func (a *AgentPoolProfile) IsUbuntu2004() bool {
|
||||||
if a.OSType != Windows {
|
if a.OSType != Windows {
|
||||||
switch a.Distro {
|
switch a.Distro {
|
||||||
case Ubuntu2004, Ubuntu2004Gen2:
|
case AKSUbuntu2004, Ubuntu2004, Ubuntu2004Gen2:
|
||||||
return true
|
return true
|
||||||
default:
|
default:
|
||||||
return false
|
return false
|
||||||
|
|
|
@ -33,6 +33,7 @@ const (
|
||||||
AKSDockerEngine Distro = "aks-docker-engine" // deprecated docker-engine distro.
|
AKSDockerEngine Distro = "aks-docker-engine" // deprecated docker-engine distro.
|
||||||
AKSUbuntu1604 Distro = "aks-ubuntu-16.04"
|
AKSUbuntu1604 Distro = "aks-ubuntu-16.04"
|
||||||
AKSUbuntu1804 Distro = "aks-ubuntu-18.04"
|
AKSUbuntu1804 Distro = "aks-ubuntu-18.04"
|
||||||
|
AKSUbuntu2004 Distro = "aks-ubuntu-20.04"
|
||||||
ACC1604 Distro = "acc-16.04"
|
ACC1604 Distro = "acc-16.04"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -100,7 +101,7 @@ var (
|
||||||
ContainerRuntimeValues = [...]string{"", Docker, Containerd}
|
ContainerRuntimeValues = [...]string{"", Docker, Containerd}
|
||||||
|
|
||||||
// DistroValues holds the valid values for OS distros
|
// DistroValues holds the valid values for OS distros
|
||||||
DistroValues = []Distro{"", Ubuntu, Ubuntu2004, Ubuntu2004Gen2, Ubuntu1804, Ubuntu1804Gen2, Flatcar, AKSUbuntu1604, AKSUbuntu1804, ACC1604}
|
DistroValues = []Distro{"", Ubuntu, Ubuntu2004, Ubuntu2004Gen2, Ubuntu1804, Ubuntu1804Gen2, Flatcar, AKSUbuntu1604, AKSUbuntu1804, AKSUbuntu2004, ACC1604}
|
||||||
|
|
||||||
// DependenciesLocationValues holds the valid values for dependencies location
|
// DependenciesLocationValues holds the valid values for dependencies location
|
||||||
DependenciesLocationValues = []DependenciesLocation{"", AzureCustomCloudDependenciesLocationPublic, AzureCustomCloudDependenciesLocationChina, AzureCustomCloudDependenciesLocationGerman, AzureCustomCloudDependenciesLocationUSGovernment}
|
DependenciesLocationValues = []DependenciesLocation{"", AzureCustomCloudDependenciesLocationPublic, AzureCustomCloudDependenciesLocationChina, AzureCustomCloudDependenciesLocationGerman, AzureCustomCloudDependenciesLocationUSGovernment}
|
||||||
|
|
|
@ -750,7 +750,7 @@ func (m *MasterProfile) IsUbuntu1804() bool {
|
||||||
// IsUbuntu2004 returns true if the master profile distro is based on Ubuntu 20.04
|
// IsUbuntu2004 returns true if the master profile distro is based on Ubuntu 20.04
|
||||||
func (m *MasterProfile) IsUbuntu2004() bool {
|
func (m *MasterProfile) IsUbuntu2004() bool {
|
||||||
switch m.Distro {
|
switch m.Distro {
|
||||||
case Ubuntu2004, Ubuntu2004Gen2:
|
case AKSUbuntu2004, Ubuntu2004, Ubuntu2004Gen2:
|
||||||
return true
|
return true
|
||||||
default:
|
default:
|
||||||
return false
|
return false
|
||||||
|
@ -938,7 +938,7 @@ func (a *AgentPoolProfile) IsUbuntu1804() bool {
|
||||||
func (a *AgentPoolProfile) IsUbuntu2004() bool {
|
func (a *AgentPoolProfile) IsUbuntu2004() bool {
|
||||||
if a.OSType != Windows {
|
if a.OSType != Windows {
|
||||||
switch a.Distro {
|
switch a.Distro {
|
||||||
case Ubuntu2004, Ubuntu2004Gen2:
|
case AKSUbuntu2004, Ubuntu2004, Ubuntu2004Gen2:
|
||||||
return true
|
return true
|
||||||
default:
|
default:
|
||||||
return false
|
return false
|
||||||
|
|
|
@ -250,6 +250,11 @@ func Test_OrchestratorProfile_Validate(t *testing.T) {
|
||||||
Count: 10,
|
Count: 10,
|
||||||
Distro: AKSUbuntu1804,
|
Distro: AKSUbuntu1804,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
Name: "ubuntu2004pool",
|
||||||
|
Count: 10,
|
||||||
|
Distro: AKSUbuntu2004,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
@ -4460,7 +4465,7 @@ func TestAgentPoolProfile_ValidateAuditDEnabled(t *testing.T) {
|
||||||
if err := cs.Properties.validateAgentPoolProfiles(false); err.Error() != expectedMsg {
|
if err := cs.Properties.validateAgentPoolProfiles(false); err.Error() != expectedMsg {
|
||||||
t.Errorf("expected error with message : %s, but got %s", expectedMsg, err.Error())
|
t.Errorf("expected error with message : %s, but got %s", expectedMsg, err.Error())
|
||||||
}
|
}
|
||||||
case Ubuntu, Ubuntu1804, Ubuntu1804Gen2, AKSUbuntu1604, AKSUbuntu1804, ACC1604:
|
case Ubuntu, Ubuntu1804, Ubuntu1804Gen2, AKSUbuntu1604, AKSUbuntu1804, AKSUbuntu2004, ACC1604:
|
||||||
if err := cs.Properties.validateAgentPoolProfiles(false); err != nil {
|
if err := cs.Properties.validateAgentPoolProfiles(false); err != nil {
|
||||||
t.Errorf("AuditDEnabled should work with distro %s, got error %s", distro, err.Error())
|
t.Errorf("AuditDEnabled should work with distro %s, got error %s", distro, err.Error())
|
||||||
}
|
}
|
||||||
|
@ -4483,7 +4488,7 @@ func TestMasterProfile_ValidateAuditDEnabled(t *testing.T) {
|
||||||
if err := cs.Properties.validateMasterProfile(false); err.Error() != expectedMsg {
|
if err := cs.Properties.validateMasterProfile(false); err.Error() != expectedMsg {
|
||||||
t.Errorf("expected error with message : %s, but got %s", expectedMsg, err.Error())
|
t.Errorf("expected error with message : %s, but got %s", expectedMsg, err.Error())
|
||||||
}
|
}
|
||||||
case Ubuntu, Ubuntu1804, Ubuntu1804Gen2, AKSUbuntu1604, AKSUbuntu1804, ACC1604:
|
case Ubuntu, Ubuntu1804, Ubuntu1804Gen2, AKSUbuntu1604, AKSUbuntu1804, AKSUbuntu2004, ACC1604:
|
||||||
if err := cs.Properties.validateMasterProfile(false); err != nil {
|
if err := cs.Properties.validateMasterProfile(false); err != nil {
|
||||||
t.Errorf("AuditDEnabled should work with distro %s, got error %s", distro, err.Error())
|
t.Errorf("AuditDEnabled should work with distro %s, got error %s", distro, err.Error())
|
||||||
}
|
}
|
||||||
|
|
|
@ -90,6 +90,8 @@ func toImageConfig(distro api.Distro) api.AzureOSImageConfig {
|
||||||
return api.AKSUbuntu1604OSImageConfig
|
return api.AKSUbuntu1604OSImageConfig
|
||||||
case api.AKSUbuntu1804:
|
case api.AKSUbuntu1804:
|
||||||
return api.AKSUbuntu1804OSImageConfig
|
return api.AKSUbuntu1804OSImageConfig
|
||||||
|
case api.AKSUbuntu2004:
|
||||||
|
return api.AKSUbuntu2004OSImageConfig
|
||||||
case api.ACC1604:
|
case api.ACC1604:
|
||||||
return api.ACC1604OSImageConfig
|
return api.ACC1604OSImageConfig
|
||||||
default:
|
default:
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
//+build test
|
//go:build test
|
||||||
|
// +build test
|
||||||
|
|
||||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||||
// Licensed under the MIT license.
|
// Licensed under the MIT license.
|
||||||
|
|
||||||
|
@ -428,7 +430,7 @@ func Build(cfg *config.Config, masterSubnetID string, agentSubnetIDs []string, i
|
||||||
if config.Distro != "" {
|
if config.Distro != "" {
|
||||||
prop.MasterProfile.Distro = vlabs.Distro(config.Distro)
|
prop.MasterProfile.Distro = vlabs.Distro(config.Distro)
|
||||||
for _, pool := range prop.AgentPoolProfiles {
|
for _, pool := range prop.AgentPoolProfiles {
|
||||||
if !pool.IsWindows() {
|
if !pool.IsWindows() && pool.Distro == "" {
|
||||||
pool.Distro = vlabs.Distro(config.Distro)
|
pool.Distro = vlabs.Distro(config.Distro)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,786 @@
|
||||||
|
Starting build on Tue Jan 10 23:58:49 UTC 2023
|
||||||
|
Components downloaded in this VHD build (some of the below components might get deleted during cluster provisioning if they are not needed):
|
||||||
|
apt packages:
|
||||||
|
- apache2-utils
|
||||||
|
- apt-transport-https
|
||||||
|
- auditd
|
||||||
|
- blobfuse
|
||||||
|
- ca-certificates
|
||||||
|
- ceph-common
|
||||||
|
- cgroup-lite
|
||||||
|
- cifs-utils
|
||||||
|
- conntrack
|
||||||
|
- cracklib-runtime
|
||||||
|
- dkms
|
||||||
|
- dbus
|
||||||
|
- ebtables
|
||||||
|
- ethtool
|
||||||
|
- fuse
|
||||||
|
- gcc
|
||||||
|
- git
|
||||||
|
- glusterfs-client
|
||||||
|
- htop
|
||||||
|
- iftop
|
||||||
|
- init-system-helpers
|
||||||
|
- iotop
|
||||||
|
- iproute2
|
||||||
|
- ipset
|
||||||
|
- iptables
|
||||||
|
- jq
|
||||||
|
- libpam-pwquality
|
||||||
|
- libpwquality-tools
|
||||||
|
- make
|
||||||
|
- mount
|
||||||
|
- nfs-common
|
||||||
|
- pigz
|
||||||
|
- socat
|
||||||
|
- sysstat
|
||||||
|
- traceroute
|
||||||
|
- util-linux
|
||||||
|
- xz-utils
|
||||||
|
- zip
|
||||||
|
- ntp
|
||||||
|
- ntpstat
|
||||||
|
- chrony
|
||||||
|
Binaries:
|
||||||
|
- apmz v0.5.1
|
||||||
|
- bpftrace
|
||||||
|
- moby v20.10.14
|
||||||
|
- nvidia-container-runtime
|
||||||
|
- etcd v3.3.25
|
||||||
|
- Azure CNI version 1.4.16
|
||||||
|
- Azure CNI version 1.4.14
|
||||||
|
- Azure CNI version 1.4.13
|
||||||
|
- CNI plugin version 0.9.1
|
||||||
|
- img
|
||||||
|
Docker images pre-pulled:
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/metrics-server:v0.5.2
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/kube-addon-manager:v9.1.3
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/kube-addon-manager:v9.1.5
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/pause:3.4.1
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/autoscaler/cluster-autoscaler:v1.22.1
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/coredns:1.8.6
|
||||||
|
- mcr.microsoft.com/containernetworking/azure-npm:v1.2.2_hotfix
|
||||||
|
- mcr.microsoft.com/oss/nvidia/k8s-device-plugin:1.0.0-beta6
|
||||||
|
- mcr.microsoft.com/k8s/flexvolume/keyvault-flexvolume:v0.0.16
|
||||||
|
- mcr.microsoft.com/k8s/flexvolume/blobfuse-flexvolume:1.0.8
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/ip-masq-agent:v2.8.0
|
||||||
|
- mcr.microsoft.com/k8s/kms/keyvault:v0.0.10
|
||||||
|
- busybox
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/kube-apiserver:v1.24.9
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/kube-controller-manager:v1.24.9
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.24.9
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/kube-scheduler:v1.24.9
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/kube-apiserver:v1.23.15
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/kube-controller-manager:v1.23.15
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.23.15
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/kube-scheduler:v1.23.15
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/kube-apiserver:v1.22.17
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/kube-controller-manager:v1.22.17
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.22.17
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/kube-scheduler:v1.22.17
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/kube-apiserver:v1.21.14
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/kube-controller-manager:v1.21.14
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.21.14
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/kube-scheduler:v1.21.14
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/azure-cloud-controller-manager:v1.24.0
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.24.0
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/azure-cloud-controller-manager:v1.23.11
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.23.11
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/azure-cloud-controller-manager:v1.1.14
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.1.14
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/azure-cloud-controller-manager:v1.0.18
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.0.18
|
||||||
|
- mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.10.0
|
||||||
|
- mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.9.0
|
||||||
|
- mcr.microsoft.com/oss/kubernetes-csi/csi-attacher:v3.3.0
|
||||||
|
- mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar:v2.4.0
|
||||||
|
- mcr.microsoft.com/oss/kubernetes-csi/csi-provisioner:v3.0.0
|
||||||
|
- mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.5.0
|
||||||
|
- mcr.microsoft.com/oss/kubernetes-csi/csi-resizer:v1.3.0
|
||||||
|
- mcr.microsoft.com/oss/kubernetes-csi/csi-snapshotter:v4.2.1
|
||||||
|
- mcr.microsoft.com/oss/kubernetes-csi/snapshot-controller:v4.2.1
|
||||||
|
- mcr.microsoft.com/oss/azure/secrets-store/provider-azure:0.0.12
|
||||||
|
- mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver:v0.0.19
|
||||||
|
- mcr.microsoft.com/k8s/aad-pod-identity/mic:1.6.1
|
||||||
|
- mcr.microsoft.com/k8s/aad-pod-identity/nmi:1.6.1
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/autoscaler/cluster-proportional-autoscaler:1.8.5
|
||||||
|
- registry:2.7.1
|
||||||
|
Using kernel:
|
||||||
|
Linux version 5.4.0-1098-azure (buildd@lcy02-amd64-100) (gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)) #104~18.04.2-Ubuntu SMP Tue Nov 29 12:13:35 UTC 2022
|
||||||
|
Installed apt packages:
|
||||||
|
accountsservice/bionic-updates,bionic-security,now 0.6.45-1ubuntu1.3 amd64 [installed,automatic]
|
||||||
|
acl/bionic,now 2.2.52-3build1 amd64 [installed,automatic]
|
||||||
|
acpid/bionic,now 1:2.0.28-1ubuntu1 amd64 [installed,automatic]
|
||||||
|
adduser/bionic,now 3.116ubuntu1 all [installed,automatic]
|
||||||
|
apache2-utils/bionic-updates,bionic-security,now 2.4.29-1ubuntu4.25 amd64 [installed]
|
||||||
|
apparmor/bionic-updates,bionic-security,now 2.12-4ubuntu5.1 amd64 [installed,automatic]
|
||||||
|
apport/bionic-updates,bionic-security,now 2.20.9-0ubuntu7.28 all [installed,automatic]
|
||||||
|
apport-symptoms/bionic,now 0.20 all [installed,automatic]
|
||||||
|
apt/bionic-updates,now 1.6.14 amd64 [installed,automatic]
|
||||||
|
apt-transport-https/bionic-updates,now 1.6.14 all [installed]
|
||||||
|
apt-utils/bionic-updates,now 1.6.14 amd64 [installed,automatic]
|
||||||
|
at/bionic,now 3.1.20-3.1ubuntu2 amd64 [installed,automatic]
|
||||||
|
attr/bionic,now 1:2.4.47-2build1 amd64 [installed,automatic]
|
||||||
|
auditd/bionic-updates,now 1:2.8.2-1ubuntu1.1 amd64 [installed]
|
||||||
|
base-files/bionic-updates,now 10.1ubuntu2.11 amd64 [installed,automatic]
|
||||||
|
base-passwd/bionic,now 3.5.44 amd64 [installed,automatic]
|
||||||
|
bash/bionic-updates,bionic-security,now 4.4.18-2ubuntu1.3 amd64 [installed]
|
||||||
|
bash-completion/bionic,now 1:2.8-1ubuntu1 all [installed,automatic]
|
||||||
|
bc/bionic,now 1.07.1-2 amd64 [installed,automatic]
|
||||||
|
bcache-tools/bionic-updates,now 1.0.8-2ubuntu0.18.04.1 amd64 [installed,automatic]
|
||||||
|
bind9-host/bionic-updates,bionic-security,now 1:9.11.3+dfsg-1ubuntu1.18 amd64 [installed,automatic]
|
||||||
|
binutils/bionic-updates,bionic-security,now 2.30-21ubuntu1~18.04.8 amd64 [installed,automatic]
|
||||||
|
binutils-common/bionic-updates,bionic-security,now 2.30-21ubuntu1~18.04.8 amd64 [installed,automatic]
|
||||||
|
binutils-x86-64-linux-gnu/bionic-updates,bionic-security,now 2.30-21ubuntu1~18.04.8 amd64 [installed,automatic]
|
||||||
|
blobfuse/bionic,now 1.1.1 amd64 [installed,upgradable to: 1.4.5]
|
||||||
|
bsdmainutils/bionic,now 11.1.2ubuntu1 amd64 [installed,automatic]
|
||||||
|
bsdutils/bionic-updates,bionic-security,now 1:2.31.1-0.4ubuntu3.7 amd64 [installed,automatic]
|
||||||
|
btrfs-progs/bionic,now 4.15.1-1build1 amd64 [installed,automatic]
|
||||||
|
btrfs-tools/bionic,now 4.15.1-1build1 amd64 [installed,automatic]
|
||||||
|
busybox-initramfs/bionic-updates,bionic-security,now 1:1.27.2-2ubuntu3.4 amd64 [installed,automatic]
|
||||||
|
busybox-static/bionic-updates,bionic-security,now 1:1.27.2-2ubuntu3.4 amd64 [installed,automatic]
|
||||||
|
byobu/bionic,now 5.125-0ubuntu1 all [installed,automatic]
|
||||||
|
bzip2/bionic-updates,bionic-security,now 1.0.6-8.1ubuntu0.2 amd64 [installed,automatic]
|
||||||
|
ca-certificates/bionic-updates,bionic-security,now 20211016ubuntu0.18.04.1 all [installed]
|
||||||
|
ceph-common/bionic-updates,bionic-security,now 12.2.13-0ubuntu0.18.04.10 amd64 [installed]
|
||||||
|
cgroup-lite/bionic,now 1.15 all [installed]
|
||||||
|
chrony/bionic-updates,bionic-security,now 3.2-4ubuntu4.5 amd64 [installed]
|
||||||
|
cifs-utils/bionic-updates,bionic-security,now 2:6.8-1ubuntu1.2 amd64 [installed]
|
||||||
|
cloud-guest-utils/bionic,now 0.30-0ubuntu5 all [installed,automatic]
|
||||||
|
cloud-init/bionic-updates,now 22.4.2-0ubuntu0~18.04.1 all [installed]
|
||||||
|
cloud-initramfs-copymods/bionic-updates,now 0.40ubuntu1.1 all [installed,automatic]
|
||||||
|
cloud-initramfs-dyn-netconf/bionic-updates,now 0.40ubuntu1.1 all [installed,automatic]
|
||||||
|
command-not-found/bionic-updates,now 18.04.6 all [installed,automatic]
|
||||||
|
command-not-found-data/bionic-updates,now 18.04.6 amd64 [installed,automatic]
|
||||||
|
conntrack/bionic,now 1:1.4.4+snapshot20161117-6ubuntu2 amd64 [installed]
|
||||||
|
console-setup/bionic-updates,now 1.178ubuntu2.9 all [installed,automatic]
|
||||||
|
console-setup-linux/bionic-updates,now 1.178ubuntu2.9 all [installed,automatic]
|
||||||
|
coreutils/bionic,now 8.28-1ubuntu1 amd64 [installed,automatic]
|
||||||
|
cpio/bionic-updates,bionic-security,now 2.12+dfsg-6ubuntu0.18.04.4 amd64 [installed,automatic]
|
||||||
|
cpp/bionic-updates,bionic-security,now 4:7.4.0-1ubuntu2.3 amd64 [installed,automatic]
|
||||||
|
cpp-7/bionic-updates,bionic-security,now 7.5.0-3ubuntu1~18.04 amd64 [installed,automatic]
|
||||||
|
cracklib-runtime/bionic,now 2.9.2-5build1 amd64 [installed]
|
||||||
|
crda/bionic,now 3.18-1build1 amd64 [installed]
|
||||||
|
cron/bionic-updates,bionic-security,now 3.0pl1-128.1ubuntu1.2 amd64 [installed,automatic]
|
||||||
|
cryptsetup/bionic-updates,now 2:2.0.2-1ubuntu1.2 amd64 [installed,automatic]
|
||||||
|
cryptsetup-bin/bionic-updates,now 2:2.0.2-1ubuntu1.2 amd64 [installed,automatic]
|
||||||
|
curl/bionic-updates,bionic-security,now 7.58.0-2ubuntu3.22 amd64 [installed,automatic]
|
||||||
|
dash/bionic,now 0.5.8-2.10 amd64 [installed]
|
||||||
|
dbus/bionic-updates,bionic-security,now 1.12.2-1ubuntu1.4 amd64 [installed]
|
||||||
|
dbus-user-session/bionic-updates,bionic-security,now 1.12.2-1ubuntu1.4 amd64 [installed,automatic]
|
||||||
|
debconf/bionic-updates,now 1.5.66ubuntu1 all [installed,automatic]
|
||||||
|
debconf-i18n/bionic-updates,now 1.5.66ubuntu1 all [installed,automatic]
|
||||||
|
debianutils/bionic,now 4.8.4 amd64 [installed,automatic]
|
||||||
|
diffutils/bionic,now 1:3.6-1 amd64 [installed]
|
||||||
|
dirmngr/bionic-updates,bionic-security,now 2.2.4-1ubuntu1.6 amd64 [installed,automatic]
|
||||||
|
distro-info/bionic-updates,bionic-security,now 0.18ubuntu0.18.04.1 amd64 [installed,automatic]
|
||||||
|
distro-info-data/bionic-updates,now 0.37ubuntu0.15 all [installed,automatic]
|
||||||
|
dkms/bionic-updates,now 2.3-3ubuntu9.7 all [installed]
|
||||||
|
dmeventd/bionic-updates,now 2:1.02.145-4.1ubuntu3.18.04.3 amd64 [installed,automatic]
|
||||||
|
dmidecode/bionic-updates,now 3.1-1ubuntu0.1 amd64 [installed,automatic]
|
||||||
|
dmsetup/bionic-updates,now 2:1.02.145-4.1ubuntu3.18.04.3 amd64 [installed,automatic]
|
||||||
|
dns-root-data/bionic,now 2018013001 all [installed,automatic]
|
||||||
|
dnsmasq-base/bionic-updates,bionic-security,now 2.79-1ubuntu0.6 amd64 [installed,automatic]
|
||||||
|
dnsutils/bionic-updates,bionic-security,now 1:9.11.3+dfsg-1ubuntu1.18 amd64 [installed,automatic]
|
||||||
|
dosfstools/bionic,now 4.1-1 amd64 [installed,automatic]
|
||||||
|
dpkg/bionic-updates,bionic-security,now 1.19.0.5ubuntu2.4 amd64 [installed,automatic]
|
||||||
|
dpkg-dev/bionic-updates,bionic-security,now 1.19.0.5ubuntu2.4 all [installed,automatic]
|
||||||
|
e2fsprogs/bionic-updates,bionic-security,now 1.44.1-1ubuntu1.4 amd64 [installed,automatic]
|
||||||
|
eatmydata/bionic,now 105-6 all [installed]
|
||||||
|
ebtables/bionic-updates,now 2.0.10.4-3.5ubuntu2.18.04.3 amd64 [installed]
|
||||||
|
ed/bionic,now 1.10-2.1 amd64 [installed,automatic]
|
||||||
|
efibootmgr/bionic,now 15-1 amd64 [installed]
|
||||||
|
eject/bionic,now 2.1.5+deb1+cvs20081104-13.2 amd64 [installed,automatic]
|
||||||
|
ethtool/bionic,now 1:4.15-0ubuntu1 amd64 [installed]
|
||||||
|
fdisk/bionic-updates,bionic-security,now 2.31.1-0.4ubuntu3.7 amd64 [installed,automatic]
|
||||||
|
file/bionic-updates,bionic-security,now 1:5.32-2ubuntu0.4 amd64 [installed,automatic]
|
||||||
|
findutils/bionic,now 4.6.0+git+20170828-2 amd64 [installed]
|
||||||
|
fonts-ubuntu-console/bionic,now 0.83-2 all [installed,automatic]
|
||||||
|
friendly-recovery/bionic-updates,now 0.2.38ubuntu1.2 all [installed,automatic]
|
||||||
|
ftp/bionic,now 0.17-34 amd64 [installed,automatic]
|
||||||
|
fuse/bionic,now 2.9.7-1ubuntu1 amd64 [installed]
|
||||||
|
gawk/bionic,now 1:4.1.4+dfsg-1build1 amd64 [installed,automatic]
|
||||||
|
gcc/bionic-updates,bionic-security,now 4:7.4.0-1ubuntu2.3 amd64 [installed]
|
||||||
|
gcc-7/bionic-updates,bionic-security,now 7.5.0-3ubuntu1~18.04 amd64 [installed,automatic]
|
||||||
|
gcc-7-base/bionic-updates,bionic-security,now 7.5.0-3ubuntu1~18.04 amd64 [installed,automatic]
|
||||||
|
gcc-8-base/bionic-updates,bionic-security,now 8.4.0-1ubuntu1~18.04 amd64 [installed,automatic]
|
||||||
|
gdisk/bionic,now 1.0.3-1 amd64 [installed,automatic]
|
||||||
|
geoip-database/bionic,now 20180315-1 all [installed,automatic]
|
||||||
|
gettext-base/bionic-updates,bionic-security,now 0.19.8.1-6ubuntu0.3 amd64 [installed,automatic]
|
||||||
|
gir1.2-glib-2.0/bionic,now 1.56.1-1 amd64 [installed,automatic]
|
||||||
|
git/bionic-updates,bionic-security,now 1:2.17.1-1ubuntu0.13 amd64 [installed]
|
||||||
|
git-man/bionic-updates,bionic-security,now 1:2.17.1-1ubuntu0.13 all [installed,automatic]
|
||||||
|
glusterfs-client/bionic-updates,now 3.13.2-1ubuntu1 amd64 [installed]
|
||||||
|
glusterfs-common/bionic-updates,now 3.13.2-1ubuntu1 amd64 [installed,automatic]
|
||||||
|
gnupg/bionic-updates,bionic-security,now 2.2.4-1ubuntu1.6 amd64 [installed,automatic]
|
||||||
|
gnupg-l10n/bionic-updates,bionic-security,now 2.2.4-1ubuntu1.6 all [installed,automatic]
|
||||||
|
gnupg-utils/bionic-updates,bionic-security,now 2.2.4-1ubuntu1.6 amd64 [installed,automatic]
|
||||||
|
gpg/bionic-updates,bionic-security,now 2.2.4-1ubuntu1.6 amd64 [installed,automatic]
|
||||||
|
gpg-agent/bionic-updates,bionic-security,now 2.2.4-1ubuntu1.6 amd64 [installed,automatic]
|
||||||
|
gpg-wks-client/bionic-updates,bionic-security,now 2.2.4-1ubuntu1.6 amd64 [installed,automatic]
|
||||||
|
gpg-wks-server/bionic-updates,bionic-security,now 2.2.4-1ubuntu1.6 amd64 [installed,automatic]
|
||||||
|
gpgconf/bionic-updates,bionic-security,now 2.2.4-1ubuntu1.6 amd64 [installed,automatic]
|
||||||
|
gpgsm/bionic-updates,bionic-security,now 2.2.4-1ubuntu1.6 amd64 [installed,automatic]
|
||||||
|
gpgv/bionic-updates,bionic-security,now 2.2.4-1ubuntu1.6 amd64 [installed,automatic]
|
||||||
|
grep/bionic-updates,now 3.1-2build1 amd64 [installed]
|
||||||
|
groff-base/bionic,now 1.22.3-10 amd64 [installed,automatic]
|
||||||
|
grub-common/bionic-updates,bionic-security,now 2.02-2ubuntu8.25 amd64 [installed,automatic]
|
||||||
|
grub-efi-amd64-bin/bionic-updates,bionic-security,now 2.04-1ubuntu47.4 amd64 [installed]
|
||||||
|
grub-efi-amd64-signed/bionic-updates,bionic-security,now 1.173.2~18.04.1+2.04-1ubuntu47.4 amd64 [installed]
|
||||||
|
grub-gfxpayload-lists/bionic,now 0.7 amd64 [installed,automatic]
|
||||||
|
grub-pc/bionic-updates,bionic-security,now 2.02-2ubuntu8.25 amd64 [installed,automatic]
|
||||||
|
grub-pc-bin/bionic-updates,bionic-security,now 2.02-2ubuntu8.25 amd64 [installed,automatic]
|
||||||
|
grub2-common/bionic-updates,bionic-security,now 2.02-2ubuntu8.25 amd64 [installed,automatic]
|
||||||
|
gzip/bionic-updates,bionic-security,now 1.6-5ubuntu1.2 amd64 [installed]
|
||||||
|
hdparm/bionic,now 9.54+ds-1 amd64 [installed,automatic]
|
||||||
|
hostname/bionic,now 3.20 amd64 [installed]
|
||||||
|
htop/bionic,now 2.1.0-3 amd64 [installed]
|
||||||
|
iftop/bionic,now 1.0~pre4-4 amd64 [installed]
|
||||||
|
info/bionic,now 6.5.0.dfsg.1-2 amd64 [installed,automatic]
|
||||||
|
init/bionic,now 1.51 amd64 [installed]
|
||||||
|
init-system-helpers/bionic,now 1.51 all [installed]
|
||||||
|
initramfs-tools/bionic-updates,now 0.130ubuntu3.13 all [installed,automatic]
|
||||||
|
initramfs-tools-bin/bionic-updates,now 0.130ubuntu3.13 amd64 [installed,automatic]
|
||||||
|
initramfs-tools-core/bionic-updates,now 0.130ubuntu3.13 all [installed,automatic]
|
||||||
|
install-info/bionic,now 6.5.0.dfsg.1-2 amd64 [installed,automatic]
|
||||||
|
iotop/bionic,now 0.6-2 amd64 [installed]
|
||||||
|
iproute2/bionic-updates,now 4.15.0-2ubuntu1.3 amd64 [installed]
|
||||||
|
ipset/bionic,now 6.34-1 amd64 [installed]
|
||||||
|
iptables/bionic,now 1.6.1-2ubuntu2 amd64 [installed]
|
||||||
|
iputils-ping/bionic-updates,now 3:20161105-1ubuntu3 amd64 [installed,automatic]
|
||||||
|
iputils-tracepath/bionic-updates,now 3:20161105-1ubuntu3 amd64 [installed,automatic]
|
||||||
|
irqbalance/bionic-updates,now 1.3.0-0.1ubuntu0.18.04.1 amd64 [installed,automatic]
|
||||||
|
isc-dhcp-client/bionic-updates,bionic-security,now 4.3.5-3ubuntu7.4 amd64 [installed,automatic]
|
||||||
|
isc-dhcp-common/bionic-updates,bionic-security,now 4.3.5-3ubuntu7.4 amd64 [installed,automatic]
|
||||||
|
iso-codes/bionic,now 3.79-1 all [installed,automatic]
|
||||||
|
iw/bionic,now 4.14-0.1 amd64 [installed]
|
||||||
|
jq/bionic,now 1.5+dfsg-2 amd64 [installed]
|
||||||
|
kbd/bionic,now 2.0.4-2ubuntu1 amd64 [installed,automatic]
|
||||||
|
keyboard-configuration/bionic-updates,now 1.178ubuntu2.9 all [installed,automatic]
|
||||||
|
keyutils/bionic-updates,now 1.5.9-9.2ubuntu2.1 amd64 [installed]
|
||||||
|
klibc-utils/bionic-updates,now 2.0.4-9ubuntu2.2 amd64 [installed,automatic]
|
||||||
|
kmod/bionic-updates,now 24-1ubuntu3.5 amd64 [installed,automatic]
|
||||||
|
krb5-locales/bionic-updates,bionic-security,now 1.16-2ubuntu0.2 all [installed,automatic]
|
||||||
|
landscape-common/bionic-updates,now 18.01-0ubuntu3.6 amd64 [installed,automatic]
|
||||||
|
language-selector-common/bionic-updates,now 0.188.3 all [installed,automatic]
|
||||||
|
less/bionic,now 487-0.1 amd64 [installed,automatic]
|
||||||
|
libaccountsservice0/bionic-updates,bionic-security,now 0.6.45-1ubuntu1.3 amd64 [installed,automatic]
|
||||||
|
libacl1/bionic,now 2.2.52-3build1 amd64 [installed,automatic]
|
||||||
|
libacl1-dev/bionic,now 2.2.52-3build1 amd64 [installed,automatic]
|
||||||
|
libaio1/bionic-updates,now 0.3.110-5ubuntu0.1 amd64 [installed,automatic]
|
||||||
|
libapparmor1/bionic-updates,bionic-security,now 2.12-4ubuntu5.1 amd64 [installed,automatic]
|
||||||
|
libapr1/bionic,now 1.6.3-2 amd64 [installed,automatic]
|
||||||
|
libaprutil1/bionic,now 1.6.1-2 amd64 [installed,automatic]
|
||||||
|
libapt-inst2.0/bionic-updates,now 1.6.14 amd64 [installed,automatic]
|
||||||
|
libapt-pkg5.0/bionic-updates,now 1.6.14 amd64 [installed,automatic]
|
||||||
|
libargon2-0/bionic,now 0~20161029-1.1 amd64 [installed,automatic]
|
||||||
|
libasan4/bionic-updates,bionic-security,now 7.5.0-3ubuntu1~18.04 amd64 [installed,automatic]
|
||||||
|
libasn1-8-heimdal/bionic-updates,bionic-security,now 7.5.0+dfsg-1ubuntu0.2 amd64 [installed,automatic]
|
||||||
|
libassuan0/bionic,now 2.5.1-2 amd64 [installed,automatic]
|
||||||
|
libatm1/bionic,now 1:2.5.1-2build1 amd64 [installed,automatic]
|
||||||
|
libatomic1/bionic-updates,bionic-security,now 8.4.0-1ubuntu1~18.04 amd64 [installed,automatic]
|
||||||
|
libattr1/bionic,now 1:2.4.47-2build1 amd64 [installed,automatic]
|
||||||
|
libattr1-dev/bionic,now 1:2.4.47-2build1 amd64 [installed,automatic]
|
||||||
|
libaudit-common/bionic-updates,now 1:2.8.2-1ubuntu1.1 all [installed,automatic]
|
||||||
|
libaudit1/bionic-updates,now 1:2.8.2-1ubuntu1.1 amd64 [installed,automatic]
|
||||||
|
libauparse0/bionic-updates,now 1:2.8.2-1ubuntu1.1 amd64 [installed,automatic]
|
||||||
|
libavahi-client3/bionic-updates,bionic-security,now 0.7-3.1ubuntu1.3 amd64 [installed]
|
||||||
|
libavahi-common-data/bionic-updates,bionic-security,now 0.7-3.1ubuntu1.3 amd64 [installed]
|
||||||
|
libavahi-common3/bionic-updates,bionic-security,now 0.7-3.1ubuntu1.3 amd64 [installed]
|
||||||
|
libbabeltrace1/bionic,now 1.5.5-1 amd64 [installed,automatic]
|
||||||
|
libbind9-160/bionic-updates,bionic-security,now 1:9.11.3+dfsg-1ubuntu1.18 amd64 [installed,automatic]
|
||||||
|
libbinutils/bionic-updates,bionic-security,now 2.30-21ubuntu1~18.04.8 amd64 [installed,automatic]
|
||||||
|
libblkid1/bionic-updates,bionic-security,now 2.31.1-0.4ubuntu3.7 amd64 [installed,automatic]
|
||||||
|
libbsd0/bionic-updates,bionic-security,now 0.8.7-1ubuntu0.1 amd64 [installed,automatic]
|
||||||
|
libbz2-1.0/bionic-updates,bionic-security,now 1.0.6-8.1ubuntu0.2 amd64 [installed,automatic]
|
||||||
|
libc-bin/bionic-updates,now 2.27-3ubuntu1.6 amd64 [installed,automatic]
|
||||||
|
libc-dev-bin/bionic-updates,now 2.27-3ubuntu1.6 amd64 [installed,automatic]
|
||||||
|
libc6/bionic-updates,now 2.27-3ubuntu1.6 amd64 [installed,automatic]
|
||||||
|
libc6-dev/bionic-updates,now 2.27-3ubuntu1.6 amd64 [installed,automatic]
|
||||||
|
libcap-ng0/bionic,now 0.7.7-3.1 amd64 [installed,automatic]
|
||||||
|
libcap2/bionic,now 1:2.25-1.2 amd64 [installed,automatic]
|
||||||
|
libcap2-bin/bionic,now 1:2.25-1.2 amd64 [installed,automatic]
|
||||||
|
libcc1-0/bionic-updates,bionic-security,now 8.4.0-1ubuntu1~18.04 amd64 [installed,automatic]
|
||||||
|
libcephfs2/bionic-updates,bionic-security,now 12.2.13-0ubuntu0.18.04.10 amd64 [installed,automatic]
|
||||||
|
libcilkrts5/bionic-updates,bionic-security,now 7.5.0-3ubuntu1~18.04 amd64 [installed,automatic]
|
||||||
|
libcom-err2/bionic-updates,bionic-security,now 1.44.1-1ubuntu1.4 amd64 [installed,automatic]
|
||||||
|
libcrack2/bionic,now 2.9.2-5build1 amd64 [installed,automatic]
|
||||||
|
libcryptsetup12/bionic-updates,now 2:2.0.2-1ubuntu1.2 amd64 [installed,automatic]
|
||||||
|
libcups2/bionic-updates,bionic-security,now 2.2.7-1ubuntu2.9 amd64 [installed]
|
||||||
|
libcurl3-gnutls/bionic-updates,bionic-security,now 7.58.0-2ubuntu3.22 amd64 [installed,automatic]
|
||||||
|
libcurl4/bionic-updates,bionic-security,now 7.58.0-2ubuntu3.22 amd64 [installed,automatic]
|
||||||
|
libdb5.3/bionic-updates,bionic-security,now 5.3.28-13.1ubuntu1.1 amd64 [installed,automatic]
|
||||||
|
libdbus-1-3/bionic-updates,bionic-security,now 1.12.2-1ubuntu1.4 amd64 [installed,automatic]
|
||||||
|
libdebconfclient0/bionic,now 0.213ubuntu1 amd64 [installed,automatic]
|
||||||
|
libdevmapper-event1.02.1/bionic-updates,now 2:1.02.145-4.1ubuntu3.18.04.3 amd64 [installed,automatic]
|
||||||
|
libdevmapper1.02.1/bionic-updates,now 2:1.02.145-4.1ubuntu3.18.04.3 amd64 [installed,automatic]
|
||||||
|
libdns-export1100/bionic-updates,bionic-security,now 1:9.11.3+dfsg-1ubuntu1.18 amd64 [installed,automatic]
|
||||||
|
libdns1100/bionic-updates,bionic-security,now 1:9.11.3+dfsg-1ubuntu1.18 amd64 [installed,automatic]
|
||||||
|
libdpkg-perl/bionic-updates,bionic-security,now 1.19.0.5ubuntu2.4 all [installed,automatic]
|
||||||
|
libdrm-common/bionic-updates,now 2.4.101-2~18.04.1 all [installed,automatic]
|
||||||
|
libdrm2/bionic-updates,now 2.4.101-2~18.04.1 amd64 [installed,automatic]
|
||||||
|
libdumbnet1/bionic,now 1.12-7build1 amd64 [installed]
|
||||||
|
libdw1/bionic-updates,bionic-security,now 0.170-0.4ubuntu0.1 amd64 [installed]
|
||||||
|
libeatmydata1/bionic,now 105-6 amd64 [installed]
|
||||||
|
libedit2/bionic,now 3.1-20170329-1 amd64 [installed,automatic]
|
||||||
|
libefiboot1/bionic,now 34-1 amd64 [installed]
|
||||||
|
libefivar1/bionic,now 34-1 amd64 [installed]
|
||||||
|
libelf1/bionic-updates,bionic-security,now 0.170-0.4ubuntu0.1 amd64 [installed,automatic]
|
||||||
|
liberror-perl/bionic,now 0.17025-1 all [installed,automatic]
|
||||||
|
libestr0/bionic,now 0.1.10-2.1 amd64 [installed,automatic]
|
||||||
|
libevent-2.1-6/bionic,now 2.1.8-stable-4build1 amd64 [installed,automatic]
|
||||||
|
libexpat1/bionic-updates,bionic-security,now 2.2.5-3ubuntu0.9 amd64 [installed,automatic]
|
||||||
|
libext2fs2/bionic-updates,bionic-security,now 1.44.1-1ubuntu1.4 amd64 [installed,automatic]
|
||||||
|
libfastjson4/bionic,now 0.99.8-2 amd64 [installed,automatic]
|
||||||
|
libfdisk1/bionic-updates,bionic-security,now 2.31.1-0.4ubuntu3.7 amd64 [installed,automatic]
|
||||||
|
libffi6/bionic,now 3.2.1-8 amd64 [installed,automatic]
|
||||||
|
libfreetype6/bionic-updates,bionic-security,now 2.8.1-2ubuntu2.2 amd64 [installed,automatic]
|
||||||
|
libfribidi0/bionic-updates,bionic-security,now 0.19.7-2ubuntu0.1 amd64 [installed,automatic]
|
||||||
|
libfuse2/bionic,now 2.9.7-1ubuntu1 amd64 [installed,automatic]
|
||||||
|
libgcc-7-dev/bionic-updates,bionic-security,now 7.5.0-3ubuntu1~18.04 amd64 [installed,automatic]
|
||||||
|
libgcc1/bionic-updates,bionic-security,now 1:8.4.0-1ubuntu1~18.04 amd64 [installed,automatic]
|
||||||
|
libgcrypt20/bionic-updates,bionic-security,now 1.8.1-4ubuntu1.3 amd64 [installed,automatic]
|
||||||
|
libgdbm-compat4/bionic,now 1.14.1-6 amd64 [installed,automatic]
|
||||||
|
libgdbm5/bionic,now 1.14.1-6 amd64 [installed,automatic]
|
||||||
|
libgeoip1/bionic,now 1.6.12-1 amd64 [installed,automatic]
|
||||||
|
libgirepository-1.0-1/bionic,now 1.56.1-1 amd64 [installed,automatic]
|
||||||
|
libglib2.0-0/bionic-updates,bionic-security,now 2.56.4-0ubuntu0.18.04.9 amd64 [installed,automatic]
|
||||||
|
libglib2.0-data/bionic-updates,bionic-security,now 2.56.4-0ubuntu0.18.04.9 all [installed,automatic]
|
||||||
|
libgmp10/bionic-updates,bionic-security,now 2:6.1.2+dfsg-2ubuntu0.1 amd64 [installed,automatic]
|
||||||
|
libgnutls30/bionic-updates,bionic-security,now 3.5.18-1ubuntu1.6 amd64 [installed,automatic]
|
||||||
|
libgomp1/bionic-updates,bionic-security,now 8.4.0-1ubuntu1~18.04 amd64 [installed,automatic]
|
||||||
|
libgoogle-perftools4/bionic,now 2.5-2.2ubuntu3 amd64 [installed,automatic]
|
||||||
|
libgpg-error0/bionic,now 1.27-6 amd64 [installed,automatic]
|
||||||
|
libgpm2/bionic,now 1.20.7-5 amd64 [installed,automatic]
|
||||||
|
libgssapi-krb5-2/bionic-updates,bionic-security,now 1.16-2ubuntu0.2 amd64 [installed,automatic]
|
||||||
|
libgssapi3-heimdal/bionic-updates,bionic-security,now 7.5.0+dfsg-1ubuntu0.2 amd64 [installed,automatic]
|
||||||
|
libhcrypto4-heimdal/bionic-updates,bionic-security,now 7.5.0+dfsg-1ubuntu0.2 amd64 [installed,automatic]
|
||||||
|
libheimbase1-heimdal/bionic-updates,bionic-security,now 7.5.0+dfsg-1ubuntu0.2 amd64 [installed,automatic]
|
||||||
|
libheimntlm0-heimdal/bionic-updates,bionic-security,now 7.5.0+dfsg-1ubuntu0.2 amd64 [installed,automatic]
|
||||||
|
libhogweed4/bionic-updates,bionic-security,now 3.4.1-0ubuntu0.18.04.1 amd64 [installed,automatic]
|
||||||
|
libhx509-5-heimdal/bionic-updates,bionic-security,now 7.5.0+dfsg-1ubuntu0.2 amd64 [installed,automatic]
|
||||||
|
libibverbs1/bionic-updates,now 17.1-1ubuntu0.2 amd64 [installed,automatic]
|
||||||
|
libicu60/bionic-updates,bionic-security,now 60.2-3ubuntu3.2 amd64 [installed,automatic]
|
||||||
|
libidn11/bionic-updates,now 1.33-2.1ubuntu1.2 amd64 [installed,automatic]
|
||||||
|
libidn2-0/bionic-updates,bionic-security,now 2.0.4-1.1ubuntu0.2 amd64 [installed,automatic]
|
||||||
|
libip4tc0/bionic,now 1.6.1-2ubuntu2 amd64 [installed,automatic]
|
||||||
|
libip6tc0/bionic,now 1.6.1-2ubuntu2 amd64 [installed,automatic]
|
||||||
|
libipset3/bionic,now 6.34-1 amd64 [installed,automatic]
|
||||||
|
libiptc0/bionic,now 1.6.1-2ubuntu2 amd64 [installed,automatic]
|
||||||
|
libirs160/bionic-updates,bionic-security,now 1:9.11.3+dfsg-1ubuntu1.18 amd64 [installed,automatic]
|
||||||
|
libisc-export169/bionic-updates,bionic-security,now 1:9.11.3+dfsg-1ubuntu1.18 amd64 [installed,automatic]
|
||||||
|
libisc169/bionic-updates,bionic-security,now 1:9.11.3+dfsg-1ubuntu1.18 amd64 [installed,automatic]
|
||||||
|
libisccc160/bionic-updates,bionic-security,now 1:9.11.3+dfsg-1ubuntu1.18 amd64 [installed,automatic]
|
||||||
|
libisccfg160/bionic-updates,bionic-security,now 1:9.11.3+dfsg-1ubuntu1.18 amd64 [installed,automatic]
|
||||||
|
libisl19/bionic,now 0.19-1 amd64 [installed,automatic]
|
||||||
|
libisns0/bionic,now 0.97-2build1 amd64 [installed,automatic]
|
||||||
|
libitm1/bionic-updates,bionic-security,now 8.4.0-1ubuntu1~18.04 amd64 [installed,automatic]
|
||||||
|
libjansson4/bionic,now 2.11-1 amd64 [installed]
|
||||||
|
libjq1/bionic,now 1.5+dfsg-2 amd64 [installed,automatic]
|
||||||
|
libjson-c3/bionic-updates,bionic-security,now 0.12.1-1.3ubuntu0.3 amd64 [installed,automatic]
|
||||||
|
libk5crypto3/bionic-updates,bionic-security,now 1.16-2ubuntu0.2 amd64 [installed,automatic]
|
||||||
|
libkeyutils1/bionic-updates,now 1.5.9-9.2ubuntu2.1 amd64 [installed,automatic]
|
||||||
|
libklibc/bionic-updates,now 2.0.4-9ubuntu2.2 amd64 [installed,automatic]
|
||||||
|
libkmod2/bionic-updates,now 24-1ubuntu3.5 amd64 [installed,automatic]
|
||||||
|
libkrb5-26-heimdal/bionic-updates,bionic-security,now 7.5.0+dfsg-1ubuntu0.2 amd64 [installed,automatic]
|
||||||
|
libkrb5-3/bionic-updates,bionic-security,now 1.16-2ubuntu0.2 amd64 [installed,automatic]
|
||||||
|
libkrb5support0/bionic-updates,bionic-security,now 1.16-2ubuntu0.2 amd64 [installed,automatic]
|
||||||
|
libksba8/bionic-updates,bionic-security,now 1.3.5-2ubuntu0.18.04.2 amd64 [installed,automatic]
|
||||||
|
libldap-2.4-2/bionic-updates,bionic-security,now 2.4.45+dfsg-1ubuntu1.11 amd64 [installed,automatic]
|
||||||
|
libldap-common/bionic-updates,bionic-security,now 2.4.45+dfsg-1ubuntu1.11 all [installed,automatic]
|
||||||
|
libldb1/bionic-updates,bionic-security,now 2:1.2.3-1ubuntu0.2 amd64 [installed]
|
||||||
|
liblocale-gettext-perl/bionic,now 1.07-3build2 amd64 [installed,automatic]
|
||||||
|
liblsan0/bionic-updates,bionic-security,now 8.4.0-1ubuntu1~18.04 amd64 [installed,automatic]
|
||||||
|
liblvm2app2.2/bionic-updates,now 2.02.176-4.1ubuntu3.18.04.3 amd64 [installed,automatic]
|
||||||
|
liblvm2cmd2.02/bionic-updates,now 2.02.176-4.1ubuntu3.18.04.3 amd64 [installed,automatic]
|
||||||
|
liblwres160/bionic-updates,bionic-security,now 1:9.11.3+dfsg-1ubuntu1.18 amd64 [installed,automatic]
|
||||||
|
liblxc-common/bionic-updates,now 3.0.3-0ubuntu1~18.04.1 amd64 [installed,automatic]
|
||||||
|
liblxc1/bionic-updates,now 3.0.3-0ubuntu1~18.04.1 amd64 [installed,automatic]
|
||||||
|
liblz4-1/bionic-updates,bionic-security,now 0.0~r131-2ubuntu3.1 amd64 [installed,automatic]
|
||||||
|
liblzma5/bionic-updates,bionic-security,now 5.2.2-1.3ubuntu0.1 amd64 [installed,automatic]
|
||||||
|
liblzo2-2/bionic,now 2.08-1.2 amd64 [installed,automatic]
|
||||||
|
libmagic-mgc/bionic-updates,bionic-security,now 1:5.32-2ubuntu0.4 amd64 [installed,automatic]
|
||||||
|
libmagic1/bionic-updates,bionic-security,now 1:5.32-2ubuntu0.4 amd64 [installed,automatic]
|
||||||
|
libmnl0/bionic,now 1.0.4-2 amd64 [installed,automatic]
|
||||||
|
libmount1/bionic-updates,bionic-security,now 2.31.1-0.4ubuntu3.7 amd64 [installed,automatic]
|
||||||
|
libmpc3/bionic,now 1.1.0-1 amd64 [installed,automatic]
|
||||||
|
libmpdec2/bionic,now 2.4.2-1ubuntu1 amd64 [installed,automatic]
|
||||||
|
libmpfr6/bionic,now 4.0.1-1 amd64 [installed,automatic]
|
||||||
|
libmpx2/bionic-updates,bionic-security,now 8.4.0-1ubuntu1~18.04 amd64 [installed,automatic]
|
||||||
|
libmspack0/bionic-updates,bionic-security,now 0.6-3ubuntu0.3 amd64 [installed,automatic]
|
||||||
|
libncurses5/bionic-updates,now 6.1-1ubuntu1.18.04 amd64 [installed,automatic]
|
||||||
|
libncursesw5/bionic-updates,now 6.1-1ubuntu1.18.04 amd64 [installed,automatic]
|
||||||
|
libnetfilter-conntrack3/bionic,now 1.0.6-2 amd64 [installed,automatic]
|
||||||
|
libnetplan0/bionic-updates,now 0.99-0ubuntu3~18.04.5 amd64 [installed,automatic]
|
||||||
|
libnettle6/bionic-updates,bionic-security,now 3.4.1-0ubuntu0.18.04.1 amd64 [installed,automatic]
|
||||||
|
libnewt0.52/bionic,now 0.52.20-1ubuntu1 amd64 [installed,automatic]
|
||||||
|
libnfnetlink0/bionic,now 1.0.1-3 amd64 [installed,automatic]
|
||||||
|
libnfsidmap2/bionic,now 0.25-5.1 amd64 [installed,automatic]
|
||||||
|
libnghttp2-14/bionic,now 1.30.0-1ubuntu1 amd64 [installed,automatic]
|
||||||
|
libnih1/bionic,now 1.0.3-6ubuntu2 amd64 [installed,automatic]
|
||||||
|
libnl-3-200/bionic,now 3.2.29-0ubuntu3 amd64 [installed]
|
||||||
|
libnl-genl-3-200/bionic,now 3.2.29-0ubuntu3 amd64 [installed]
|
||||||
|
libnl-route-3-200/bionic,now 3.2.29-0ubuntu3 amd64 [installed,automatic]
|
||||||
|
libnpth0/bionic,now 1.5-3 amd64 [installed,automatic]
|
||||||
|
libnspr4/bionic,now 2:4.18-1ubuntu1 amd64 [installed,automatic]
|
||||||
|
libnss-systemd/bionic-updates,bionic-security,now 237-3ubuntu10.56 amd64 [installed,automatic]
|
||||||
|
libnss3/bionic-updates,bionic-security,now 2:3.35-2ubuntu2.15 amd64 [installed,automatic]
|
||||||
|
libntfs-3g88/bionic-updates,bionic-security,now 1:2017.3.23-2ubuntu0.18.04.5 amd64 [installed,automatic]
|
||||||
|
libnuma1/bionic-updates,now 2.0.11-2.1ubuntu0.1 amd64 [installed,automatic]
|
||||||
|
libonig4/bionic,now 6.7.0-1 amd64 [installed,automatic]
|
||||||
|
libopts25/bionic,now 1:5.18.12-4 amd64 [installed,auto-removable]
|
||||||
|
libp11-kit0/bionic-updates,bionic-security,now 0.23.9-2ubuntu0.1 amd64 [installed,automatic]
|
||||||
|
libpam-cap/bionic,now 1:2.25-1.2 amd64 [installed,automatic]
|
||||||
|
libpam-modules/bionic-updates,now 1.1.8-3.6ubuntu2.18.04.3 amd64 [installed,automatic]
|
||||||
|
libpam-modules-bin/bionic-updates,now 1.1.8-3.6ubuntu2.18.04.3 amd64 [installed,automatic]
|
||||||
|
libpam-pwquality/bionic,now 1.4.0-2 amd64 [installed]
|
||||||
|
libpam-runtime/bionic-updates,now 1.1.8-3.6ubuntu2.18.04.3 all [installed,automatic]
|
||||||
|
libpam-systemd/bionic-updates,bionic-security,now 237-3ubuntu10.56 amd64 [installed,automatic]
|
||||||
|
libpam0g/bionic-updates,now 1.1.8-3.6ubuntu2.18.04.3 amd64 [installed,automatic]
|
||||||
|
libparted2/bionic-updates,now 3.2-20ubuntu0.2 amd64 [installed,automatic]
|
||||||
|
libpcap0.8/bionic-updates,now 1.8.1-6ubuntu1.18.04.2 amd64 [installed,automatic]
|
||||||
|
libpci3/bionic-updates,now 1:3.5.2-1ubuntu1.1 amd64 [installed,automatic]
|
||||||
|
libpcre3/bionic-updates,bionic-security,now 2:8.39-9ubuntu0.1 amd64 [installed,automatic]
|
||||||
|
libperl5.26/bionic-updates,bionic-security,now 5.26.1-6ubuntu0.6 amd64 [installed,automatic]
|
||||||
|
libpipeline1/bionic,now 1.5.0-1 amd64 [installed,automatic]
|
||||||
|
libplymouth4/bionic-updates,now 0.9.3-1ubuntu7.18.04.2 amd64 [installed,automatic]
|
||||||
|
libpng16-16/bionic-updates,bionic-security,now 1.6.34-1ubuntu0.18.04.2 amd64 [installed,automatic]
|
||||||
|
libpolkit-agent-1-0/bionic-updates,bionic-security,now 0.105-20ubuntu0.18.04.6 amd64 [installed,automatic]
|
||||||
|
libpolkit-backend-1-0/bionic-updates,bionic-security,now 0.105-20ubuntu0.18.04.6 amd64 [installed,automatic]
|
||||||
|
libpolkit-gobject-1-0/bionic-updates,bionic-security,now 0.105-20ubuntu0.18.04.6 amd64 [installed,automatic]
|
||||||
|
libpopt0/bionic,now 1.16-11 amd64 [installed,automatic]
|
||||||
|
libprocps6/bionic-updates,now 2:3.3.12-3ubuntu1.2 amd64 [installed,automatic]
|
||||||
|
libpsl5/bionic,now 0.19.1-5build1 amd64 [installed,automatic]
|
||||||
|
libpwquality-common/bionic,now 1.4.0-2 all [installed,automatic]
|
||||||
|
libpwquality-tools/bionic,now 1.4.0-2 amd64 [installed]
|
||||||
|
libpwquality1/bionic,now 1.4.0-2 amd64 [installed,automatic]
|
||||||
|
libpython-stdlib/bionic,now 2.7.15~rc1-1 amd64 [installed]
|
||||||
|
libpython2.7/bionic-updates,bionic-security,now 2.7.17-1~18.04ubuntu1.10 amd64 [installed]
|
||||||
|
libpython2.7-minimal/bionic-updates,bionic-security,now 2.7.17-1~18.04ubuntu1.10 amd64 [installed]
|
||||||
|
libpython2.7-stdlib/bionic-updates,bionic-security,now 2.7.17-1~18.04ubuntu1.10 amd64 [installed]
|
||||||
|
libpython3-stdlib/bionic-updates,now 3.6.7-1~18.04 amd64 [installed,automatic]
|
||||||
|
libpython3.6/bionic-updates,bionic-security,now 3.6.9-1~18.04ubuntu1.9 amd64 [installed,automatic]
|
||||||
|
libpython3.6-minimal/bionic-updates,bionic-security,now 3.6.9-1~18.04ubuntu1.9 amd64 [installed,automatic]
|
||||||
|
libpython3.6-stdlib/bionic-updates,bionic-security,now 3.6.9-1~18.04ubuntu1.9 amd64 [installed,automatic]
|
||||||
|
libquadmath0/bionic-updates,bionic-security,now 8.4.0-1ubuntu1~18.04 amd64 [installed,automatic]
|
||||||
|
librados2/bionic-updates,bionic-security,now 12.2.13-0ubuntu0.18.04.10 amd64 [installed,automatic]
|
||||||
|
libradosstriper1/bionic-updates,bionic-security,now 12.2.13-0ubuntu0.18.04.10 amd64 [installed,automatic]
|
||||||
|
librbd1/bionic-updates,bionic-security,now 12.2.13-0ubuntu0.18.04.10 amd64 [installed,automatic]
|
||||||
|
librdmacm1/bionic-updates,now 17.1-1ubuntu0.2 amd64 [installed,automatic]
|
||||||
|
libreadline5/bionic,now 5.2+dfsg-3build1 amd64 [installed,automatic]
|
||||||
|
libreadline7/bionic,now 7.0-3 amd64 [installed,automatic]
|
||||||
|
libroken18-heimdal/bionic-updates,bionic-security,now 7.5.0+dfsg-1ubuntu0.2 amd64 [installed,automatic]
|
||||||
|
librtmp1/bionic,now 2.4+20151223.gitfa8646d.1-1 amd64 [installed,automatic]
|
||||||
|
libsasl2-2/bionic-updates,bionic-security,now 2.1.27~101-g0780600+dfsg-3ubuntu2.4 amd64 [installed,automatic]
|
||||||
|
libsasl2-modules/bionic-updates,bionic-security,now 2.1.27~101-g0780600+dfsg-3ubuntu2.4 amd64 [installed,automatic]
|
||||||
|
libsasl2-modules-db/bionic-updates,bionic-security,now 2.1.27~101-g0780600+dfsg-3ubuntu2.4 amd64 [installed,automatic]
|
||||||
|
libseccomp2/bionic-updates,bionic-security,now 2.5.1-1ubuntu1~18.04.2 amd64 [installed,automatic]
|
||||||
|
libselinux1/bionic,now 2.7-2build2 amd64 [installed,automatic]
|
||||||
|
libsemanage-common/bionic,now 2.7-2build2 all [installed,automatic]
|
||||||
|
libsemanage1/bionic,now 2.7-2build2 amd64 [installed,automatic]
|
||||||
|
libsensors4/bionic-updates,now 1:3.4.0-4ubuntu0.1 amd64 [installed,automatic]
|
||||||
|
libsepol1/bionic-updates,bionic-security,now 2.7-1ubuntu0.1 amd64 [installed,automatic]
|
||||||
|
libsigsegv2/bionic,now 2.12-1 amd64 [installed,automatic]
|
||||||
|
libslang2/bionic,now 2.3.1a-3ubuntu1 amd64 [installed,automatic]
|
||||||
|
libsmartcols1/bionic-updates,bionic-security,now 2.31.1-0.4ubuntu3.7 amd64 [installed,automatic]
|
||||||
|
libsnappy1v5/bionic,now 1.1.7-1 amd64 [installed,automatic]
|
||||||
|
libsqlite3-0/bionic-updates,bionic-security,now 3.22.0-1ubuntu0.7 amd64 [installed,automatic]
|
||||||
|
libss2/bionic-updates,bionic-security,now 1.44.1-1ubuntu1.4 amd64 [installed,automatic]
|
||||||
|
libssl1.0.0/bionic-updates,bionic-security,now 1.0.2n-1ubuntu5.10 amd64 [installed,automatic]
|
||||||
|
libssl1.1/bionic-updates,bionic-security,now 1.1.1-1ubuntu2.1~18.04.20 amd64 [installed,automatic]
|
||||||
|
libstdc++6/bionic-updates,bionic-security,now 8.4.0-1ubuntu1~18.04 amd64 [installed,automatic]
|
||||||
|
libsystemd0/bionic-updates,bionic-security,now 237-3ubuntu10.56 amd64 [installed,automatic]
|
||||||
|
libtalloc2/bionic,now 2.1.10-2ubuntu1 amd64 [installed]
|
||||||
|
libtasn1-6/bionic,now 4.13-2 amd64 [installed,automatic]
|
||||||
|
libtcmalloc-minimal4/bionic,now 2.5-2.2ubuntu3 amd64 [installed,automatic]
|
||||||
|
libtdb1/bionic,now 1.3.15-2 amd64 [installed]
|
||||||
|
libtevent0/bionic,now 0.9.34-1 amd64 [installed]
|
||||||
|
libtext-charwidth-perl/bionic,now 0.04-7.1 amd64 [installed,automatic]
|
||||||
|
libtext-iconv-perl/bionic,now 1.7-5build6 amd64 [installed,automatic]
|
||||||
|
libtext-wrapi18n-perl/bionic,now 0.06-7.1 all [installed,automatic]
|
||||||
|
libtinfo5/bionic-updates,now 6.1-1ubuntu1.18.04 amd64 [installed,automatic]
|
||||||
|
libtirpc1/bionic-updates,bionic-security,now 0.2.5-1.2ubuntu0.1 amd64 [installed,automatic]
|
||||||
|
libtsan0/bionic-updates,bionic-security,now 8.4.0-1ubuntu1~18.04 amd64 [installed,automatic]
|
||||||
|
libubsan0/bionic-updates,bionic-security,now 7.5.0-3ubuntu1~18.04 amd64 [installed,automatic]
|
||||||
|
libudev1/bionic-updates,bionic-security,now 237-3ubuntu10.56 amd64 [installed,automatic]
|
||||||
|
libunistring2/bionic-updates,now 0.9.9-0ubuntu2 amd64 [installed,automatic]
|
||||||
|
libunwind8/bionic,now 1.2.1-8 amd64 [installed,automatic]
|
||||||
|
liburcu6/bionic-updates,now 0.10.1-1ubuntu1 amd64 [installed,automatic]
|
||||||
|
libusb-1.0-0/bionic,now 2:1.0.21-2 amd64 [installed,automatic]
|
||||||
|
libutempter0/bionic,now 1.1.6-3 amd64 [installed,automatic]
|
||||||
|
libuuid1/bionic-updates,bionic-security,now 2.31.1-0.4ubuntu3.7 amd64 [installed,automatic]
|
||||||
|
libuv1/bionic,now 1.18.0-3 amd64 [installed,automatic]
|
||||||
|
libwbclient0/bionic-updates,now 2:4.7.6+dfsg~ubuntu-0ubuntu2.29 amd64 [installed]
|
||||||
|
libwind0-heimdal/bionic-updates,bionic-security,now 7.5.0+dfsg-1ubuntu0.2 amd64 [installed,automatic]
|
||||||
|
libwrap0/bionic,now 7.6.q-27 amd64 [installed]
|
||||||
|
libx11-6/bionic-updates,bionic-security,now 2:1.6.4-3ubuntu0.4 amd64 [installed,automatic]
|
||||||
|
libx11-data/bionic-updates,bionic-security,now 2:1.6.4-3ubuntu0.4 all [installed,automatic]
|
||||||
|
libxau6/bionic-updates,now 1:1.0.8-1ubuntu1 amd64 [installed,automatic]
|
||||||
|
libxcb1/bionic-updates,now 1.13-2~ubuntu18.04 amd64 [installed,automatic]
|
||||||
|
libxdmcp6/bionic,now 1:1.1.2-3 amd64 [installed,automatic]
|
||||||
|
libxext6/bionic,now 2:1.3.3-1 amd64 [installed,automatic]
|
||||||
|
libxml2/bionic-updates,bionic-security,now 2.9.4+dfsg1-6.1ubuntu1.8 amd64 [installed,automatic]
|
||||||
|
libxmlsec1/bionic,now 1.2.25-1build1 amd64 [installed,automatic]
|
||||||
|
libxmlsec1-openssl/bionic,now 1.2.25-1build1 amd64 [installed,automatic]
|
||||||
|
libxmuu1/bionic,now 2:1.1.2-2 amd64 [installed,automatic]
|
||||||
|
libxslt1.1/bionic-updates,bionic-security,now 1.1.29-5ubuntu0.3 amd64 [installed,automatic]
|
||||||
|
libxtables12/bionic,now 1.6.1-2ubuntu2 amd64 [installed,automatic]
|
||||||
|
libyaml-0-2/bionic,now 0.1.7-2ubuntu3 amd64 [installed,automatic]
|
||||||
|
libzstd1/bionic-updates,bionic-security,now 1.3.3+dfsg-2ubuntu1.2 amd64 [installed,automatic]
|
||||||
|
linux-azure/bionic-updates,bionic-security,now 5.4.0.1100.73 amd64 [installed]
|
||||||
|
linux-azure-5.4-cloud-tools-5.4.0-1098/bionic-updates,bionic-security,now 5.4.0-1098.104~18.04.2 amd64 [installed]
|
||||||
|
linux-azure-5.4-cloud-tools-5.4.0-1100/bionic-updates,bionic-security,now 5.4.0-1100.106~18.04.1 amd64 [installed,automatic]
|
||||||
|
linux-azure-5.4-headers-5.4.0-1098/bionic-updates,bionic-security,now 5.4.0-1098.104~18.04.2 all [installed]
|
||||||
|
linux-azure-5.4-headers-5.4.0-1100/bionic-updates,bionic-security,now 5.4.0-1100.106~18.04.1 all [installed,automatic]
|
||||||
|
linux-azure-5.4-tools-5.4.0-1098/bionic-updates,bionic-security,now 5.4.0-1098.104~18.04.2 amd64 [installed]
|
||||||
|
linux-azure-5.4-tools-5.4.0-1100/bionic-updates,bionic-security,now 5.4.0-1100.106~18.04.1 amd64 [installed,automatic]
|
||||||
|
linux-base/bionic-updates,now 4.5ubuntu1.7 all [installed,automatic]
|
||||||
|
linux-base-sgx/bionic-updates,now 4.5ubuntu1.7 all [installed]
|
||||||
|
linux-cloud-tools-5.4.0-1098-azure/bionic-updates,bionic-security,now 5.4.0-1098.104~18.04.2 amd64 [installed]
|
||||||
|
linux-cloud-tools-5.4.0-1100-azure/bionic-updates,bionic-security,now 5.4.0-1100.106~18.04.1 amd64 [installed,automatic]
|
||||||
|
linux-cloud-tools-azure/bionic-updates,bionic-security,now 5.4.0.1100.73 amd64 [installed]
|
||||||
|
linux-cloud-tools-common/bionic-updates,bionic-security,now 4.15.0-201.212 all [installed]
|
||||||
|
linux-headers-5.4.0-1098-azure/bionic-updates,bionic-security,now 5.4.0-1098.104~18.04.2 amd64 [installed]
|
||||||
|
linux-headers-5.4.0-1100-azure/bionic-updates,bionic-security,now 5.4.0-1100.106~18.04.1 amd64 [installed,automatic]
|
||||||
|
linux-headers-azure/bionic-updates,bionic-security,now 5.4.0.1100.73 amd64 [installed]
|
||||||
|
linux-image-5.4.0-1098-azure/bionic-updates,bionic-security,now 5.4.0-1098.104~18.04.2 amd64 [installed]
|
||||||
|
linux-image-5.4.0-1100-azure/bionic-updates,bionic-security,now 5.4.0-1100.106~18.04.1 amd64 [installed,automatic]
|
||||||
|
linux-image-azure/bionic-updates,bionic-security,now 5.4.0.1100.73 amd64 [installed]
|
||||||
|
linux-libc-dev/bionic-updates,bionic-security,now 4.15.0-201.212 amd64 [installed,automatic]
|
||||||
|
linux-modules-5.4.0-1098-azure/bionic-updates,bionic-security,now 5.4.0-1098.104~18.04.2 amd64 [installed]
|
||||||
|
linux-modules-5.4.0-1100-azure/bionic-updates,bionic-security,now 5.4.0-1100.106~18.04.1 amd64 [installed,automatic]
|
||||||
|
linux-modules-extra-5.4.0-1098-azure/bionic-updates,bionic-security,now 5.4.0-1098.104~18.04.2 amd64 [installed]
|
||||||
|
linux-modules-extra-5.4.0-1100-azure/bionic-updates,bionic-security,now 5.4.0-1100.106~18.04.1 amd64 [installed,automatic]
|
||||||
|
linux-tools-5.4.0-1098-azure/bionic-updates,bionic-security,now 5.4.0-1098.104~18.04.2 amd64 [installed]
|
||||||
|
linux-tools-5.4.0-1100-azure/bionic-updates,bionic-security,now 5.4.0-1100.106~18.04.1 amd64 [installed,automatic]
|
||||||
|
linux-tools-azure/bionic-updates,bionic-security,now 5.4.0.1100.73 amd64 [installed]
|
||||||
|
linux-tools-common/bionic-updates,bionic-security,now 4.15.0-201.212 all [installed]
|
||||||
|
locales/bionic-updates,now 2.27-3ubuntu1.6 all [installed,automatic]
|
||||||
|
login/bionic-updates,bionic-security,now 1:4.5-1ubuntu2.5 amd64 [installed]
|
||||||
|
logrotate/bionic,now 3.11.0-0.1ubuntu1 amd64 [installed,automatic]
|
||||||
|
lsb-base/bionic,now 9.20170808ubuntu1 all [installed,automatic]
|
||||||
|
lsb-release/bionic,now 9.20170808ubuntu1 all [installed,automatic]
|
||||||
|
lshw/bionic-updates,now 02.18-0.1ubuntu6.18.04.2 amd64 [installed,automatic]
|
||||||
|
lsof/bionic,now 4.89+dfsg-0.1 amd64 [installed,automatic]
|
||||||
|
lsscsi/bionic,now 0.28-0.1 amd64 [installed]
|
||||||
|
ltrace/bionic,now 0.7.3-6ubuntu1 amd64 [installed,automatic]
|
||||||
|
lvm2/bionic-updates,now 2.02.176-4.1ubuntu3.18.04.3 amd64 [installed,automatic]
|
||||||
|
lxcfs/bionic-updates,now 3.0.3-0ubuntu1~18.04.3 amd64 [installed,automatic]
|
||||||
|
lxd/bionic-updates,now 3.0.3-0ubuntu1~18.04.2 amd64 [installed,automatic]
|
||||||
|
lxd-client/bionic-updates,now 3.0.3-0ubuntu1~18.04.2 amd64 [installed,automatic]
|
||||||
|
make/bionic,now 4.1-9.1ubuntu1 amd64 [installed]
|
||||||
|
man-db/bionic-updates,now 2.8.3-2ubuntu0.1 amd64 [installed,automatic]
|
||||||
|
manpages/bionic,now 4.15-1 all [installed,automatic]
|
||||||
|
mawk/bionic,now 1.3.3-17ubuntu3 amd64 [installed,automatic]
|
||||||
|
mdadm/bionic-updates,now 4.1~rc1-3~ubuntu18.04.4 amd64 [installed,automatic]
|
||||||
|
mime-support/bionic,now 3.60ubuntu1 all [installed,automatic]
|
||||||
|
mlocate/bionic,now 0.26-2ubuntu3.1 amd64 [installed,automatic]
|
||||||
|
moby-cli/bionic,now 20.10.14+azure-1 amd64 [installed,upgradable to: 20.10.22+azure-ubuntu18.04u1]
|
||||||
|
moby-containerd/bionic,now 1.5.13+azure-ubuntu18.04u2 amd64 [installed,upgradable to: 1.5.16+azure-ubuntu18.04u1]
|
||||||
|
moby-engine/bionic,now 20.10.14+azure-1 amd64 [installed,upgradable to: 20.10.22+azure-ubuntu18.04u1]
|
||||||
|
moby-runc/now 1.1.2+azure-ubuntu18.04u1 amd64 [installed,upgradable to: 1.1.4+azure-ubuntu18.04u3]
|
||||||
|
mokutil/bionic-updates,now 0.3.0+1538710437.fb6250f-0ubuntu2~18.04.1 amd64 [installed]
|
||||||
|
motd-news-config/bionic-updates,now 10.1ubuntu2.11 all [installed,automatic]
|
||||||
|
mount/bionic-updates,bionic-security,now 2.31.1-0.4ubuntu3.7 amd64 [installed]
|
||||||
|
mtr-tiny/bionic,now 0.92-1 amd64 [installed,automatic]
|
||||||
|
multiarch-support/bionic-updates,now 2.27-3ubuntu1.6 amd64 [installed,automatic]
|
||||||
|
nano/bionic,now 2.9.3-2 amd64 [installed,automatic]
|
||||||
|
ncurses-base/bionic-updates,now 6.1-1ubuntu1.18.04 all [installed]
|
||||||
|
ncurses-bin/bionic-updates,now 6.1-1ubuntu1.18.04 amd64 [installed]
|
||||||
|
ncurses-term/bionic-updates,now 6.1-1ubuntu1.18.04 all [installed]
|
||||||
|
net-tools/bionic,now 1.60+git20161116.90da8a0-1ubuntu1 amd64 [installed]
|
||||||
|
netbase/bionic,now 5.4 all [installed,automatic]
|
||||||
|
netcat-openbsd/bionic-updates,now 1.187-1ubuntu0.1 amd64 [installed,automatic]
|
||||||
|
netplan.io/bionic-updates,now 0.99-0ubuntu3~18.04.5 amd64 [installed,automatic]
|
||||||
|
networkd-dispatcher/bionic-updates,bionic-security,now 1.7-0ubuntu3.5 all [installed,automatic]
|
||||||
|
nfs-common/bionic-updates,now 1:1.3.4-2.1ubuntu5.5 amd64 [installed]
|
||||||
|
nplan/bionic-updates,now 0.99-0ubuntu3~18.04.5 all [installed,automatic]
|
||||||
|
ntfs-3g/bionic-updates,bionic-security,now 1:2017.3.23-2ubuntu0.18.04.5 amd64 [installed,automatic]
|
||||||
|
ntpstat/bionic,now 0.0.0.1-1build1 amd64 [installed]
|
||||||
|
open-iscsi/bionic-updates,now 2.0.874-5ubuntu2.11 amd64 [installed,automatic]
|
||||||
|
open-vm-tools/bionic-updates,bionic-security,now 2:11.0.5-4ubuntu0.18.04.2 amd64 [installed,automatic]
|
||||||
|
openssh-client/bionic-updates,now 1:7.6p1-4ubuntu0.7 amd64 [installed,automatic]
|
||||||
|
openssh-server/bionic-updates,now 1:7.6p1-4ubuntu0.7 amd64 [installed]
|
||||||
|
openssh-sftp-server/bionic-updates,now 1:7.6p1-4ubuntu0.7 amd64 [installed]
|
||||||
|
openssl/bionic-updates,bionic-security,now 1.1.1-1ubuntu2.1~18.04.20 amd64 [installed,automatic]
|
||||||
|
os-prober/bionic,now 1.74ubuntu1 amd64 [installed,automatic]
|
||||||
|
overlayroot/bionic-updates,now 0.40ubuntu1.1 all [installed,automatic]
|
||||||
|
packages-microsoft-prod/bionic,now 1.0-ubuntu18.04.2 all [installed]
|
||||||
|
parted/bionic-updates,now 3.2-20ubuntu0.2 amd64 [installed,automatic]
|
||||||
|
passwd/bionic-updates,bionic-security,now 1:4.5-1ubuntu2.5 amd64 [installed,automatic]
|
||||||
|
pastebinit/bionic,now 1.5-2 all [installed,automatic]
|
||||||
|
patch/bionic-updates,bionic-security,now 2.7.6-2ubuntu1.1 amd64 [installed,automatic]
|
||||||
|
pciutils/bionic-updates,now 1:3.5.2-1ubuntu1.1 amd64 [installed,automatic]
|
||||||
|
perl/bionic-updates,bionic-security,now 5.26.1-6ubuntu0.6 amd64 [installed,automatic]
|
||||||
|
perl-base/bionic-updates,bionic-security,now 5.26.1-6ubuntu0.6 amd64 [installed,automatic]
|
||||||
|
perl-modules-5.26/bionic-updates,bionic-security,now 5.26.1-6ubuntu0.6 all [installed,automatic]
|
||||||
|
pigz/bionic,now 2.4-1 amd64 [installed]
|
||||||
|
pinentry-curses/bionic,now 1.1.0-1 amd64 [installed,automatic]
|
||||||
|
plymouth/bionic-updates,now 0.9.3-1ubuntu7.18.04.2 amd64 [installed,automatic]
|
||||||
|
plymouth-theme-ubuntu-text/bionic-updates,now 0.9.3-1ubuntu7.18.04.2 amd64 [installed,automatic]
|
||||||
|
policykit-1/bionic-updates,bionic-security,now 0.105-20ubuntu0.18.04.6 amd64 [installed,automatic]
|
||||||
|
pollinate/bionic-updates,now 4.33-0ubuntu1~18.04.2 all [installed,automatic]
|
||||||
|
popularity-contest/bionic,now 1.66ubuntu1 all [installed,automatic]
|
||||||
|
powermgmt-base/bionic,now 1.33 all [installed,automatic]
|
||||||
|
procps/bionic-updates,now 2:3.3.12-3ubuntu1.2 amd64 [installed,automatic]
|
||||||
|
psmisc/bionic-updates,now 23.1-1ubuntu0.1 amd64 [installed,automatic]
|
||||||
|
publicsuffix/bionic,now 20180223.1310-1 all [installed,automatic]
|
||||||
|
python/bionic,now 2.7.15~rc1-1 amd64 [installed]
|
||||||
|
python-apt-common/bionic-updates,now 1.6.5ubuntu0.7 all [installed,automatic]
|
||||||
|
python-cephfs/bionic-updates,bionic-security,now 12.2.13-0ubuntu0.18.04.10 amd64 [installed,automatic]
|
||||||
|
python-certifi/bionic,now 2018.1.18-2 all [installed,automatic]
|
||||||
|
python-chardet/bionic,now 3.0.4-1 all [installed,automatic]
|
||||||
|
python-crypto/bionic,now 2.6.1-8ubuntu2 amd64 [installed]
|
||||||
|
python-idna/bionic,now 2.6-1 all [installed,automatic]
|
||||||
|
python-jwt/bionic-updates,bionic-security,now 1.5.3+ds1-1ubuntu0.1 all [installed,automatic]
|
||||||
|
python-ldb/bionic-updates,bionic-security,now 2:1.2.3-1ubuntu0.2 amd64 [installed]
|
||||||
|
python-minimal/bionic,now 2.7.15~rc1-1 amd64 [installed]
|
||||||
|
python-parted/bionic,now 3.11.1-1ubuntu2 amd64 [installed]
|
||||||
|
python-pkg-resources/bionic,now 39.0.1-2 all [installed,automatic]
|
||||||
|
python-prettytable/bionic,now 0.7.2-3 all [installed,automatic]
|
||||||
|
python-rados/bionic-updates,bionic-security,now 12.2.13-0ubuntu0.18.04.10 amd64 [installed,automatic]
|
||||||
|
python-rbd/bionic-updates,bionic-security,now 12.2.13-0ubuntu0.18.04.10 amd64 [installed,automatic]
|
||||||
|
python-requests/bionic-updates,bionic-security,now 2.18.4-2ubuntu0.1 all [installed,automatic]
|
||||||
|
python-samba/bionic-updates,now 2:4.7.6+dfsg~ubuntu-0ubuntu2.29 amd64 [installed]
|
||||||
|
python-six/bionic,now 1.11.0-2 all [installed]
|
||||||
|
python-talloc/bionic,now 2.1.10-2ubuntu1 amd64 [installed]
|
||||||
|
python-tdb/bionic,now 1.3.15-2 amd64 [installed]
|
||||||
|
python-urllib3/bionic-updates,bionic-security,now 1.22-1ubuntu0.18.04.2 all [installed,automatic]
|
||||||
|
python2.7/bionic-updates,bionic-security,now 2.7.17-1~18.04ubuntu1.10 amd64 [installed]
|
||||||
|
python2.7-minimal/bionic-updates,bionic-security,now 2.7.17-1~18.04ubuntu1.10 amd64 [installed]
|
||||||
|
python3/bionic-updates,now 3.6.7-1~18.04 amd64 [installed,automatic]
|
||||||
|
python3-apport/bionic-updates,bionic-security,now 2.20.9-0ubuntu7.28 all [installed,automatic]
|
||||||
|
python3-apt/bionic-updates,now 1.6.5ubuntu0.7 amd64 [installed,automatic]
|
||||||
|
python3-asn1crypto/bionic,now 0.24.0-1 all [installed,automatic]
|
||||||
|
python3-attr/bionic,now 17.4.0-2 all [installed,automatic]
|
||||||
|
python3-automat/bionic,now 0.6.0-1 all [installed,automatic]
|
||||||
|
python3-blinker/bionic,now 1.4+dfsg1-0.1 all [installed]
|
||||||
|
python3-certifi/bionic,now 2018.1.18-2 all [installed,automatic]
|
||||||
|
python3-cffi-backend/bionic,now 1.11.5-1 amd64 [installed,automatic]
|
||||||
|
python3-chardet/bionic,now 3.0.4-1 all [installed,automatic]
|
||||||
|
python3-click/bionic,now 6.7-3 all [installed,automatic]
|
||||||
|
python3-colorama/bionic,now 0.3.7-1 all [installed,automatic]
|
||||||
|
python3-commandnotfound/bionic-updates,now 18.04.6 all [installed,automatic]
|
||||||
|
python3-configobj/bionic,now 5.0.6-2 all [installed,automatic]
|
||||||
|
python3-constantly/bionic,now 15.1.0-1 all [installed,automatic]
|
||||||
|
python3-cryptography/bionic-updates,bionic-security,now 2.1.4-1ubuntu1.4 amd64 [installed,automatic]
|
||||||
|
python3-dbus/bionic,now 1.2.6-1 amd64 [installed,automatic]
|
||||||
|
python3-debconf/bionic-updates,now 1.5.66ubuntu1 all [installed,automatic]
|
||||||
|
python3-debian/bionic,now 0.1.32 all [installed,automatic]
|
||||||
|
python3-distro-info/bionic-updates,bionic-security,now 0.18ubuntu0.18.04.1 all [installed,automatic]
|
||||||
|
python3-distupgrade/bionic-updates,now 1:18.04.45 all [installed,automatic]
|
||||||
|
python3-gdbm/bionic-updates,now 3.6.9-1~18.04 amd64 [installed,automatic]
|
||||||
|
python3-gi/bionic-updates,now 3.26.1-2ubuntu1 amd64 [installed,automatic]
|
||||||
|
python3-httplib2/bionic-updates,now 0.9.2+dfsg-1ubuntu0.3 all [installed,automatic]
|
||||||
|
python3-hyperlink/bionic,now 17.3.1-2 all [installed,automatic]
|
||||||
|
python3-idna/bionic,now 2.6-1 all [installed,automatic]
|
||||||
|
python3-incremental/bionic,now 16.10.1-3 all [installed,automatic]
|
||||||
|
python3-jinja2/bionic-updates,bionic-security,now 2.10-1ubuntu0.18.04.1 all [installed]
|
||||||
|
python3-json-pointer/bionic,now 1.10-1 all [installed]
|
||||||
|
python3-jsonpatch/bionic,now 1.19+really1.16-1fakesync1 all [installed]
|
||||||
|
python3-jsonschema/bionic,now 2.6.0-2 all [installed]
|
||||||
|
python3-jwt/bionic-updates,bionic-security,now 1.5.3+ds1-1ubuntu0.1 all [installed]
|
||||||
|
python3-markupsafe/bionic,now 1.0-1build1 amd64 [installed]
|
||||||
|
python3-minimal/bionic-updates,now 3.6.7-1~18.04 amd64 [installed,automatic]
|
||||||
|
python3-netifaces/bionic,now 0.10.4-0.1build4 amd64 [installed,automatic]
|
||||||
|
python3-newt/bionic,now 0.52.20-1ubuntu1 amd64 [installed,automatic]
|
||||||
|
python3-oauthlib/bionic,now 2.0.6-1 all [installed]
|
||||||
|
python3-openssl/bionic,now 17.5.0-1ubuntu1 all [installed,automatic]
|
||||||
|
python3-pam/bionic,now 0.4.2-13.2ubuntu4 amd64 [installed,automatic]
|
||||||
|
python3-parted/bionic,now 3.11.1-1ubuntu2 amd64 [installed]
|
||||||
|
python3-pexpect/bionic,now 4.2.1-1 all [installed,automatic]
|
||||||
|
python3-pkg-resources/bionic,now 39.0.1-2 all [installed,automatic]
|
||||||
|
python3-problem-report/bionic-updates,bionic-security,now 2.20.9-0ubuntu7.28 all [installed,automatic]
|
||||||
|
python3-ptyprocess/bionic,now 0.5.2-1 all [installed,automatic]
|
||||||
|
python3-pyasn1/bionic,now 0.4.2-3 all [installed,automatic]
|
||||||
|
python3-pyasn1-modules/bionic,now 0.2.1-0.2 all [installed,automatic]
|
||||||
|
python3-requests/bionic-updates,bionic-security,now 2.18.4-2ubuntu0.1 all [installed,automatic]
|
||||||
|
python3-requests-unixsocket/bionic,now 0.1.5-3 all [installed,automatic]
|
||||||
|
python3-serial/bionic,now 3.4-2 all [installed,automatic]
|
||||||
|
python3-service-identity/bionic,now 16.0.0-2 all [installed,automatic]
|
||||||
|
python3-six/bionic,now 1.11.0-2 all [installed,automatic]
|
||||||
|
python3-software-properties/bionic-updates,now 0.96.24.32.18 all [installed,automatic]
|
||||||
|
python3-systemd/bionic,now 234-1build1 amd64 [installed,automatic]
|
||||||
|
python3-twisted/bionic-updates,bionic-security,now 17.9.0-2ubuntu0.3 all [installed,automatic]
|
||||||
|
python3-twisted-bin/bionic-updates,bionic-security,now 17.9.0-2ubuntu0.3 amd64 [installed,automatic]
|
||||||
|
python3-update-manager/bionic-updates,now 1:18.04.11.13 all [installed,automatic]
|
||||||
|
python3-urllib3/bionic-updates,bionic-security,now 1.22-1ubuntu0.18.04.2 all [installed,automatic]
|
||||||
|
python3-yaml/bionic,now 3.12-1build2 amd64 [installed,automatic]
|
||||||
|
python3-zope.interface/bionic,now 4.3.2-1build2 amd64 [installed,automatic]
|
||||||
|
python3.6/bionic-updates,bionic-security,now 3.6.9-1~18.04ubuntu1.9 amd64 [installed,automatic]
|
||||||
|
python3.6-minimal/bionic-updates,bionic-security,now 3.6.9-1~18.04ubuntu1.9 amd64 [installed,automatic]
|
||||||
|
readline-common/bionic,now 7.0-3 all [installed,automatic]
|
||||||
|
rpcbind/bionic-updates,bionic-security,now 0.2.3-0.6ubuntu0.18.04.4 amd64 [installed,automatic]
|
||||||
|
rsync/bionic-updates,bionic-security,now 3.1.2-2.1ubuntu1.5 amd64 [installed,automatic]
|
||||||
|
rsyslog/bionic-updates,bionic-security,now 8.32.0-1ubuntu4.2 amd64 [installed,automatic]
|
||||||
|
run-one/bionic,now 1.17-0ubuntu1 all [installed,automatic]
|
||||||
|
samba-common/bionic-updates,now 2:4.7.6+dfsg~ubuntu-0ubuntu2.29 all [installed]
|
||||||
|
samba-common-bin/bionic-updates,now 2:4.7.6+dfsg~ubuntu-0ubuntu2.29 amd64 [installed]
|
||||||
|
samba-libs/bionic-updates,now 2:4.7.6+dfsg~ubuntu-0ubuntu2.29 amd64 [installed]
|
||||||
|
sbsigntool/bionic-updates,now 0.9.2-2ubuntu1~18.04.2 amd64 [installed]
|
||||||
|
screen/bionic-updates,bionic-security,now 4.6.2-1ubuntu1.1 amd64 [installed,automatic]
|
||||||
|
secureboot-db/bionic-updates,now 1.4~ubuntu0.18.04.1 amd64 [installed]
|
||||||
|
sed/bionic,now 4.4-2 amd64 [installed,automatic]
|
||||||
|
sensible-utils/bionic,now 0.0.12 all [installed,automatic]
|
||||||
|
shared-mime-info/bionic,now 1.9-2 amd64 [installed,automatic]
|
||||||
|
shim-signed/bionic-updates,bionic-security,now 1.37~18.04.11+15.4-0ubuntu9 amd64 [installed]
|
||||||
|
snapd/bionic-updates,bionic-security,now 2.57.5+18.04ubuntu0.1 amd64 [installed,automatic]
|
||||||
|
socat/bionic,now 1.7.3.2-2ubuntu2 amd64 [installed]
|
||||||
|
software-properties-common/bionic-updates,now 0.96.24.32.18 all [installed,automatic]
|
||||||
|
sosreport/bionic-updates,now 4.4-1ubuntu0.18.04.1 amd64 [installed,automatic]
|
||||||
|
squashfs-tools/bionic-updates,bionic-security,now 1:4.3-6ubuntu0.18.04.4 amd64 [installed,automatic]
|
||||||
|
ssh-import-id/bionic-updates,now 5.7-0ubuntu1.1 all [installed]
|
||||||
|
strace/bionic,now 4.21-1ubuntu1 amd64 [installed,automatic]
|
||||||
|
sudo/bionic-updates,bionic-security,now 1.8.21p2-3ubuntu1.4 amd64 [installed,automatic]
|
||||||
|
sysstat/bionic-updates,bionic-security,now 11.6.1-1ubuntu0.2 amd64 [installed]
|
||||||
|
systemd/bionic-updates,bionic-security,now 237-3ubuntu10.56 amd64 [installed,automatic]
|
||||||
|
systemd-sysv/bionic-updates,bionic-security,now 237-3ubuntu10.56 amd64 [installed,automatic]
|
||||||
|
sysvinit-utils/bionic,now 2.88dsf-59.10ubuntu1 amd64 [installed]
|
||||||
|
tar/bionic-updates,bionic-security,now 1.29b-2ubuntu0.3 amd64 [installed,automatic]
|
||||||
|
tcpdump/bionic-updates,bionic-security,now 4.9.3-0ubuntu0.18.04.2 amd64 [installed,automatic]
|
||||||
|
telnet/bionic,now 0.17-41 amd64 [installed,automatic]
|
||||||
|
time/bionic,now 1.7-25.1build1 amd64 [installed,automatic]
|
||||||
|
tmux/bionic-updates,now 2.6-3ubuntu0.2 amd64 [installed,automatic]
|
||||||
|
traceroute/bionic,now 1:2.1.0-2 amd64 [installed]
|
||||||
|
tzdata/bionic-updates,bionic-security,now 2022g-0ubuntu0.18.04 all [installed,automatic]
|
||||||
|
ubuntu-advantage-tools/bionic-updates,now 27.12~18.04.1 amd64 [installed,automatic]
|
||||||
|
ubuntu-keyring/bionic-updates,now 2018.09.18.1~18.04.2 all [installed,automatic]
|
||||||
|
ubuntu-minimal/bionic-updates,now 1.417.5 amd64 [installed]
|
||||||
|
ubuntu-release-upgrader-core/bionic-updates,now 1:18.04.45 all [installed,automatic]
|
||||||
|
ubuntu-server/bionic-updates,now 1.417.5 amd64 [installed]
|
||||||
|
ubuntu-standard/bionic-updates,now 1.417.5 amd64 [installed]
|
||||||
|
ucf/bionic,now 3.0038 all [installed,automatic]
|
||||||
|
udev/bionic-updates,bionic-security,now 237-3ubuntu10.56 amd64 [installed,automatic]
|
||||||
|
ufw/bionic-updates,now 0.36-0ubuntu0.18.04.2 all [installed,automatic]
|
||||||
|
uidmap/bionic-updates,bionic-security,now 1:4.5-1ubuntu2.5 amd64 [installed,automatic]
|
||||||
|
unattended-upgrades/bionic-updates,now 1.1ubuntu1.18.04.14 all [installed,automatic]
|
||||||
|
update-manager-core/bionic-updates,now 1:18.04.11.13 all [installed,automatic]
|
||||||
|
update-notifier-common/bionic-updates,now 3.192.1.12 all [installed,automatic]
|
||||||
|
ureadahead/bionic-updates,now 0.100.0-21 amd64 [installed,automatic]
|
||||||
|
usbutils/bionic,now 1:007-4build1 amd64 [installed,automatic]
|
||||||
|
util-linux/bionic-updates,bionic-security,now 2.31.1-0.4ubuntu3.7 amd64 [installed]
|
||||||
|
uuid-runtime/bionic-updates,bionic-security,now 2.31.1-0.4ubuntu3.7 amd64 [installed,automatic]
|
||||||
|
vim/bionic-updates,bionic-security,now 2:8.0.1453-1ubuntu1.9 amd64 [installed,automatic]
|
||||||
|
vim-common/bionic-updates,bionic-security,now 2:8.0.1453-1ubuntu1.9 all [installed,automatic]
|
||||||
|
vim-runtime/bionic-updates,bionic-security,now 2:8.0.1453-1ubuntu1.9 all [installed,automatic]
|
||||||
|
vim-tiny/bionic-updates,bionic-security,now 2:8.0.1453-1ubuntu1.9 amd64 [installed,automatic]
|
||||||
|
walinuxagent/bionic-updates,now 2.2.45-0ubuntu1~18.04.3 amd64 [installed]
|
||||||
|
wget/bionic-updates,bionic-security,now 1.19.4-1ubuntu2.2 amd64 [installed,automatic]
|
||||||
|
whiptail/bionic,now 0.52.20-1ubuntu1 amd64 [installed,automatic]
|
||||||
|
wireless-regdb/bionic-updates,bionic-security,now 2022.06.06-0ubuntu1~18.04.1 all [installed]
|
||||||
|
xauth/bionic,now 1:1.0.10-1 amd64 [installed,automatic]
|
||||||
|
xdelta3/bionic,now 3.0.11-dfsg-1ubuntu1 amd64 [installed,automatic]
|
||||||
|
xdg-user-dirs/bionic,now 0.17-1ubuntu1 amd64 [installed,automatic]
|
||||||
|
xfsprogs/bionic,now 4.9.0+nmu1ubuntu2 amd64 [installed,automatic]
|
||||||
|
xkb-data/bionic-updates,now 2.23.1-1ubuntu1.18.04.1 all [installed,automatic]
|
||||||
|
xxd/bionic-updates,bionic-security,now 2:8.0.1453-1ubuntu1.9 amd64 [installed,automatic]
|
||||||
|
xz-utils/bionic-updates,bionic-security,now 5.2.2-1.3ubuntu0.1 amd64 [installed]
|
||||||
|
zerofree/bionic,now 1.0.4-1 amd64 [installed,automatic]
|
||||||
|
zip/bionic,now 3.0-11build1 amd64 [installed]
|
||||||
|
zlib1g/bionic-updates,bionic-security,now 1:1.2.11.dfsg-0ubuntu2.2 amd64 [installed,automatic]
|
||||||
|
Install completed successfully on Wed Jan 11 00:20:59 UTC 2023
|
||||||
|
VSTS Build NUMBER: 20230110.6
|
||||||
|
VSTS Build ID: 66969085
|
||||||
|
Commit: f39eefad866dd93062ac048b11d7052b88b8423f
|
||||||
|
Feature flags:
|
|
@ -0,0 +1,838 @@
|
||||||
|
Starting build on Tue Jan 10 23:57:13 UTC 2023
|
||||||
|
Components downloaded in this VHD build (some of the below components might get deleted during cluster provisioning if they are not needed):
|
||||||
|
apt packages:
|
||||||
|
- apache2-utils
|
||||||
|
- apt-transport-https
|
||||||
|
- auditd
|
||||||
|
- blobfuse
|
||||||
|
- ca-certificates
|
||||||
|
- ceph-common
|
||||||
|
- cgroup-lite
|
||||||
|
- cifs-utils
|
||||||
|
- conntrack
|
||||||
|
- cracklib-runtime
|
||||||
|
- dkms
|
||||||
|
- dbus
|
||||||
|
- ebtables
|
||||||
|
- ethtool
|
||||||
|
- fuse
|
||||||
|
- gcc
|
||||||
|
- git
|
||||||
|
- glusterfs-client
|
||||||
|
- htop
|
||||||
|
- iftop
|
||||||
|
- init-system-helpers
|
||||||
|
- iotop
|
||||||
|
- iproute2
|
||||||
|
- ipset
|
||||||
|
- iptables
|
||||||
|
- jq
|
||||||
|
- libpam-pwquality
|
||||||
|
- libpwquality-tools
|
||||||
|
- make
|
||||||
|
- mount
|
||||||
|
- nfs-common
|
||||||
|
- pigz
|
||||||
|
- socat
|
||||||
|
- sysstat
|
||||||
|
- traceroute
|
||||||
|
- util-linux
|
||||||
|
- xz-utils
|
||||||
|
- zip
|
||||||
|
- ntp
|
||||||
|
- ntpstat
|
||||||
|
- chrony
|
||||||
|
Binaries:
|
||||||
|
- apmz v0.5.1
|
||||||
|
- bpftrace
|
||||||
|
- moby v20.10.14
|
||||||
|
- nvidia-container-runtime
|
||||||
|
- etcd v3.3.25
|
||||||
|
- Azure CNI version 1.4.16
|
||||||
|
- Azure CNI version 1.4.14
|
||||||
|
- Azure CNI version 1.4.13
|
||||||
|
- CNI plugin version 0.9.1
|
||||||
|
- img
|
||||||
|
Docker images pre-pulled:
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/metrics-server:v0.5.2
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/kube-addon-manager:v9.1.3
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/kube-addon-manager:v9.1.5
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/pause:3.4.1
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/autoscaler/cluster-autoscaler:v1.22.1
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/coredns:1.8.6
|
||||||
|
- mcr.microsoft.com/containernetworking/azure-npm:v1.2.2_hotfix
|
||||||
|
- mcr.microsoft.com/oss/nvidia/k8s-device-plugin:1.0.0-beta6
|
||||||
|
- mcr.microsoft.com/k8s/flexvolume/keyvault-flexvolume:v0.0.16
|
||||||
|
- mcr.microsoft.com/k8s/flexvolume/blobfuse-flexvolume:1.0.8
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/ip-masq-agent:v2.8.0
|
||||||
|
- mcr.microsoft.com/k8s/kms/keyvault:v0.0.10
|
||||||
|
- busybox
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/kube-apiserver:v1.24.9
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/kube-controller-manager:v1.24.9
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.24.9
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/kube-scheduler:v1.24.9
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/kube-apiserver:v1.23.15
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/kube-controller-manager:v1.23.15
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.23.15
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/kube-scheduler:v1.23.15
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/kube-apiserver:v1.22.17
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/kube-controller-manager:v1.22.17
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.22.17
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/kube-scheduler:v1.22.17
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/kube-apiserver:v1.21.14
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/kube-controller-manager:v1.21.14
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/kube-proxy:v1.21.14
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/kube-scheduler:v1.21.14
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/azure-cloud-controller-manager:v1.24.0
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.24.0
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/azure-cloud-controller-manager:v1.23.11
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.23.11
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/azure-cloud-controller-manager:v1.1.14
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.1.14
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/azure-cloud-controller-manager:v1.0.18
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/azure-cloud-node-manager:v1.0.18
|
||||||
|
- mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.10.0
|
||||||
|
- mcr.microsoft.com/oss/kubernetes-csi/azurefile-csi:v1.9.0
|
||||||
|
- mcr.microsoft.com/oss/kubernetes-csi/csi-attacher:v3.3.0
|
||||||
|
- mcr.microsoft.com/oss/kubernetes-csi/csi-node-driver-registrar:v2.4.0
|
||||||
|
- mcr.microsoft.com/oss/kubernetes-csi/csi-provisioner:v3.0.0
|
||||||
|
- mcr.microsoft.com/oss/kubernetes-csi/livenessprobe:v2.5.0
|
||||||
|
- mcr.microsoft.com/oss/kubernetes-csi/csi-resizer:v1.3.0
|
||||||
|
- mcr.microsoft.com/oss/kubernetes-csi/csi-snapshotter:v4.2.1
|
||||||
|
- mcr.microsoft.com/oss/kubernetes-csi/snapshot-controller:v4.2.1
|
||||||
|
- mcr.microsoft.com/oss/azure/secrets-store/provider-azure:0.0.12
|
||||||
|
- mcr.microsoft.com/oss/kubernetes-csi/secrets-store/driver:v0.0.19
|
||||||
|
- mcr.microsoft.com/k8s/aad-pod-identity/mic:1.6.1
|
||||||
|
- mcr.microsoft.com/k8s/aad-pod-identity/nmi:1.6.1
|
||||||
|
- mcr.microsoft.com/oss/kubernetes/autoscaler/cluster-proportional-autoscaler:1.8.5
|
||||||
|
- registry:2.7.1
|
||||||
|
Using kernel:
|
||||||
|
Linux version 5.15.0-1029-azure (buildd@lcy02-amd64-076) (gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #36~20.04.1-Ubuntu SMP Tue Dec 6 17:00:26 UTC 2022
|
||||||
|
Installed apt packages:
|
||||||
|
accountsservice/focal-updates,focal-security,now 0.6.55-0ubuntu12~20.04.5 amd64 [installed,automatic]
|
||||||
|
adduser/focal,now 3.118ubuntu2 all [installed,automatic]
|
||||||
|
alsa-topology-conf/focal,now 1.2.2-1 all [installed,automatic]
|
||||||
|
alsa-ucm-conf/focal-updates,now 1.2.2-1ubuntu0.13 all [installed,automatic]
|
||||||
|
apache2-utils/focal-updates,focal-security,now 2.4.41-4ubuntu3.12 amd64 [installed]
|
||||||
|
apparmor/focal-updates,now 2.13.3-7ubuntu5.1 amd64 [installed,automatic]
|
||||||
|
apport-symptoms/focal,now 0.23 all [installed,automatic]
|
||||||
|
apport/focal-updates,now 2.20.11-0ubuntu27.25 all [installed,automatic]
|
||||||
|
apt-transport-https/focal-updates,now 2.0.9 all [installed]
|
||||||
|
apt-utils/focal-updates,now 2.0.9 amd64 [installed,automatic]
|
||||||
|
apt/focal-updates,now 2.0.9 amd64 [installed,automatic]
|
||||||
|
at/focal,now 3.1.23-1ubuntu1 amd64 [installed,automatic]
|
||||||
|
attr/focal,now 1:2.4.48-5 amd64 [installed,automatic]
|
||||||
|
auditd/focal,now 1:2.8.5-2ubuntu6 amd64 [installed]
|
||||||
|
base-files/focal-updates,now 11ubuntu5.6 amd64 [installed]
|
||||||
|
base-passwd/focal,now 3.5.47 amd64 [installed]
|
||||||
|
bash-completion/focal,now 1:2.10-1ubuntu1 all [installed,automatic]
|
||||||
|
bash/focal-updates,focal-security,now 5.0-6ubuntu1.2 amd64 [installed]
|
||||||
|
bc/focal,now 1.07.1-2build1 amd64 [installed,automatic]
|
||||||
|
bcache-tools/focal-updates,now 1.0.8-3ubuntu0.1 amd64 [installed,automatic]
|
||||||
|
bind9-dnsutils/focal-updates,focal-security,now 1:9.16.1-0ubuntu2.11 amd64 [installed,automatic]
|
||||||
|
bind9-host/focal-updates,focal-security,now 1:9.16.1-0ubuntu2.11 amd64 [installed,automatic]
|
||||||
|
bind9-libs/focal-updates,focal-security,now 1:9.16.1-0ubuntu2.11 amd64 [installed,automatic]
|
||||||
|
binutils-common/focal-updates,focal-security,now 2.34-6ubuntu1.4 amd64 [installed,automatic]
|
||||||
|
binutils-x86-64-linux-gnu/focal-updates,focal-security,now 2.34-6ubuntu1.4 amd64 [installed,automatic]
|
||||||
|
binutils/focal-updates,focal-security,now 2.34-6ubuntu1.4 amd64 [installed,automatic]
|
||||||
|
blobfuse/focal,now 1.4.5 amd64 [installed]
|
||||||
|
bolt/focal-updates,now 0.9.1-2~ubuntu20.04.1 amd64 [installed,automatic]
|
||||||
|
bsdmainutils/focal,now 11.1.2ubuntu3 amd64 [installed,automatic]
|
||||||
|
bsdutils/focal-updates,focal-security,now 1:2.34-0.1ubuntu9.3 amd64 [installed,automatic]
|
||||||
|
btrfs-progs/focal,now 5.4.1-2 amd64 [installed,automatic]
|
||||||
|
busybox-initramfs/focal-updates,focal-security,now 1:1.30.1-4ubuntu6.4 amd64 [installed,automatic]
|
||||||
|
busybox-static/focal-updates,focal-security,now 1:1.30.1-4ubuntu6.4 amd64 [installed,automatic]
|
||||||
|
byobu/focal,now 5.133-0ubuntu1 all [installed,automatic]
|
||||||
|
bzip2/focal,now 1.0.8-2 amd64 [installed,automatic]
|
||||||
|
ca-certificates/focal-updates,focal-security,now 20211016ubuntu0.20.04.1 all [installed]
|
||||||
|
ceph-common/focal-updates,now 15.2.17-0ubuntu0.20.04.1 amd64 [installed]
|
||||||
|
cgroup-lite/focal,now 1.15 all [installed]
|
||||||
|
chrony/focal-updates,focal-security,now 3.5-6ubuntu6.2 amd64 [installed]
|
||||||
|
cifs-utils/focal-updates,focal-security,now 2:6.9-1ubuntu0.2 amd64 [installed]
|
||||||
|
cloud-guest-utils/focal,now 0.31-7-gd99b2d76-0ubuntu1 all [installed,automatic]
|
||||||
|
cloud-init/focal-updates,now 22.4.2-0ubuntu0~20.04.2 all [installed]
|
||||||
|
cloud-initramfs-copymods/focal-updates,now 0.45ubuntu2 all [installed,automatic]
|
||||||
|
cloud-initramfs-dyn-netconf/focal-updates,now 0.45ubuntu2 all [installed,automatic]
|
||||||
|
command-not-found/focal-updates,now 20.04.6 all [installed,automatic]
|
||||||
|
conntrack/focal,now 1:1.4.5-2 amd64 [installed]
|
||||||
|
console-setup-linux/focal,now 1.194ubuntu3 all [installed,automatic]
|
||||||
|
console-setup/focal,now 1.194ubuntu3 all [installed,automatic]
|
||||||
|
coreutils/focal,now 8.30-3ubuntu2 amd64 [installed,automatic]
|
||||||
|
cpio/focal-updates,focal-security,now 2.13+dfsg-2ubuntu0.3 amd64 [installed,automatic]
|
||||||
|
cpp-9/focal-updates,focal-security,now 9.4.0-1ubuntu1~20.04.1 amd64 [installed,automatic]
|
||||||
|
cpp/focal,now 4:9.3.0-1ubuntu2 amd64 [installed,automatic]
|
||||||
|
cracklib-runtime/focal,now 2.9.6-3.2 amd64 [installed]
|
||||||
|
cron/focal,now 3.0pl1-136ubuntu1 amd64 [installed,automatic]
|
||||||
|
cryptsetup-bin/focal-updates,focal-security,now 2:2.2.2-3ubuntu2.4 amd64 [installed,automatic]
|
||||||
|
cryptsetup-initramfs/focal-updates,focal-security,now 2:2.2.2-3ubuntu2.4 all [installed,automatic]
|
||||||
|
cryptsetup-run/focal-updates,focal-security,now 2:2.2.2-3ubuntu2.4 all [installed,automatic]
|
||||||
|
cryptsetup/focal-updates,focal-security,now 2:2.2.2-3ubuntu2.4 amd64 [installed,automatic]
|
||||||
|
curl/focal-updates,focal-security,now 7.68.0-1ubuntu2.15 amd64 [installed,automatic]
|
||||||
|
dash/focal,now 0.5.10.2-6 amd64 [installed]
|
||||||
|
dbus-user-session/focal-updates,focal-security,now 1.12.16-2ubuntu2.3 amd64 [installed,automatic]
|
||||||
|
dbus/focal-updates,focal-security,now 1.12.16-2ubuntu2.3 amd64 [installed]
|
||||||
|
dconf-gsettings-backend/focal,now 0.36.0-1 amd64 [installed,automatic]
|
||||||
|
dconf-service/focal,now 0.36.0-1 amd64 [installed,automatic]
|
||||||
|
dctrl-tools/focal,now 2.24-3 amd64 [installed,automatic]
|
||||||
|
debconf-i18n/focal,now 1.5.73 all [installed,automatic]
|
||||||
|
debconf/focal,now 1.5.73 all [installed,automatic]
|
||||||
|
debianutils/focal,now 4.9.1 amd64 [installed,automatic]
|
||||||
|
diffutils/focal,now 1:3.7-3 amd64 [installed]
|
||||||
|
dirmngr/focal-updates,focal-security,now 2.2.19-3ubuntu2.2 amd64 [installed,automatic]
|
||||||
|
distro-info-data/focal-updates,now 0.43ubuntu1.11 all [installed,automatic]
|
||||||
|
distro-info/focal,now 0.23ubuntu1 amd64 [installed,automatic]
|
||||||
|
dkms/focal-updates,now 2.8.1-5ubuntu2 all [installed]
|
||||||
|
dmeventd/focal,now 2:1.02.167-1ubuntu1 amd64 [installed,automatic]
|
||||||
|
dmidecode/focal,now 3.2-3 amd64 [installed,automatic]
|
||||||
|
dmsetup/focal,now 2:1.02.167-1ubuntu1 amd64 [installed,automatic]
|
||||||
|
dosfstools/focal,now 4.1-2 amd64 [installed,automatic]
|
||||||
|
dpkg-dev/focal-updates,focal-security,now 1.19.7ubuntu3.2 all [installed,automatic]
|
||||||
|
dpkg/focal-updates,focal-security,now 1.19.7ubuntu3.2 amd64 [installed,automatic]
|
||||||
|
e2fsprogs/focal-updates,focal-security,now 1.45.5-2ubuntu1.1 amd64 [installed,automatic]
|
||||||
|
eatmydata/focal,now 105-7 all [installed]
|
||||||
|
ebtables/focal,now 2.0.11-3build1 amd64 [installed]
|
||||||
|
ed/focal,now 1.16-1 amd64 [installed,automatic]
|
||||||
|
efibootmgr/focal,now 17-1 amd64 [installed]
|
||||||
|
eject/focal,now 2.1.5+deb1+cvs20081104-14 amd64 [installed,automatic]
|
||||||
|
ethtool/focal,now 1:5.4-1 amd64 [installed]
|
||||||
|
fdisk/focal-updates,focal-security,now 2.34-0.1ubuntu9.3 amd64 [installed,automatic]
|
||||||
|
file/focal,now 1:5.38-4 amd64 [installed,automatic]
|
||||||
|
finalrd/focal-updates,now 6~ubuntu20.04.1 all [installed,automatic]
|
||||||
|
findutils/focal,now 4.7.0-1ubuntu1 amd64 [installed]
|
||||||
|
fonts-ubuntu-console/focal,now 0.83-4ubuntu1 all [installed,automatic]
|
||||||
|
friendly-recovery/focal-updates,now 0.2.41ubuntu0.20.04.1 all [installed,automatic]
|
||||||
|
ftp/focal,now 0.17-34.1 amd64 [installed,automatic]
|
||||||
|
fuse/focal,now 2.9.9-3 amd64 [installed]
|
||||||
|
fwupd-signed/focal-updates,now 1.27.1ubuntu7+1.2-2~20.04.1 amd64 [installed,automatic]
|
||||||
|
fwupd/focal-updates,now 1.7.9-1~20.04.1 amd64 [installed,automatic]
|
||||||
|
gawk/focal,now 1:5.0.1+dfsg-1 amd64 [installed,automatic]
|
||||||
|
gcc-10-base/focal-updates,focal-security,now 10.3.0-1ubuntu1~20.04 amd64 [installed,automatic]
|
||||||
|
gcc-9-base/focal-updates,focal-security,now 9.4.0-1ubuntu1~20.04.1 amd64 [installed,automatic]
|
||||||
|
gcc-9/focal-updates,focal-security,now 9.4.0-1ubuntu1~20.04.1 amd64 [installed,automatic]
|
||||||
|
gcc/focal,now 4:9.3.0-1ubuntu2 amd64 [installed]
|
||||||
|
gdisk/focal,now 1.0.5-1 amd64 [installed,automatic]
|
||||||
|
gettext-base/focal,now 0.19.8.1-10build1 amd64 [installed,automatic]
|
||||||
|
gir1.2-glib-2.0/focal-updates,now 1.64.1-1~ubuntu20.04.1 amd64 [installed,automatic]
|
||||||
|
gir1.2-packagekitglib-1.0/focal-updates,focal-security,now 1.1.13-2ubuntu1.1 amd64 [installed,automatic]
|
||||||
|
git-man/focal-updates,focal-security,now 1:2.25.1-1ubuntu3.6 all [installed,automatic]
|
||||||
|
git/focal-updates,focal-security,now 1:2.25.1-1ubuntu3.6 amd64 [installed]
|
||||||
|
glib-networking-common/focal-updates,focal-security,now 2.64.2-1ubuntu0.1 all [installed,automatic]
|
||||||
|
glib-networking-services/focal-updates,focal-security,now 2.64.2-1ubuntu0.1 amd64 [installed,automatic]
|
||||||
|
glib-networking/focal-updates,focal-security,now 2.64.2-1ubuntu0.1 amd64 [installed,automatic]
|
||||||
|
glusterfs-client/focal,now 7.2-2build1 amd64 [installed]
|
||||||
|
glusterfs-common/focal,now 7.2-2build1 amd64 [installed,automatic]
|
||||||
|
gnupg-l10n/focal-updates,focal-security,now 2.2.19-3ubuntu2.2 all [installed,automatic]
|
||||||
|
gnupg-utils/focal-updates,focal-security,now 2.2.19-3ubuntu2.2 amd64 [installed,automatic]
|
||||||
|
gnupg/focal-updates,focal-security,now 2.2.19-3ubuntu2.2 all [installed,automatic]
|
||||||
|
gpg-agent/focal-updates,focal-security,now 2.2.19-3ubuntu2.2 amd64 [installed,automatic]
|
||||||
|
gpg-wks-client/focal-updates,focal-security,now 2.2.19-3ubuntu2.2 amd64 [installed,automatic]
|
||||||
|
gpg-wks-server/focal-updates,focal-security,now 2.2.19-3ubuntu2.2 amd64 [installed,automatic]
|
||||||
|
gpg/focal-updates,focal-security,now 2.2.19-3ubuntu2.2 amd64 [installed,automatic]
|
||||||
|
gpgconf/focal-updates,focal-security,now 2.2.19-3ubuntu2.2 amd64 [installed,automatic]
|
||||||
|
gpgsm/focal-updates,focal-security,now 2.2.19-3ubuntu2.2 amd64 [installed,automatic]
|
||||||
|
gpgv/focal-updates,focal-security,now 2.2.19-3ubuntu2.2 amd64 [installed,automatic]
|
||||||
|
grep/focal,now 3.4-1 amd64 [installed]
|
||||||
|
groff-base/focal,now 1.22.4-4build1 amd64 [installed,automatic]
|
||||||
|
grub-common/focal-updates,now 2.04-1ubuntu26.15 amd64 [installed,automatic]
|
||||||
|
grub-efi-amd64-bin/focal-updates,focal-security,now 2.04-1ubuntu47.4 amd64 [installed]
|
||||||
|
grub-efi-amd64-signed/focal-updates,focal-security,now 1.173.2~20.04.1+2.04-1ubuntu47.4 amd64 [installed]
|
||||||
|
grub-gfxpayload-lists/focal,now 0.7 amd64 [installed,automatic]
|
||||||
|
grub-pc-bin/focal-updates,now 2.04-1ubuntu26.15 amd64 [installed,automatic]
|
||||||
|
grub-pc/focal-updates,now 2.04-1ubuntu26.15 amd64 [installed,automatic]
|
||||||
|
grub2-common/focal-updates,now 2.04-1ubuntu26.15 amd64 [installed,automatic]
|
||||||
|
gsettings-desktop-schemas/focal,now 3.36.0-1ubuntu1 all [installed,automatic]
|
||||||
|
gzip/focal-updates,focal-security,now 1.10-0ubuntu4.1 amd64 [installed]
|
||||||
|
hdparm/focal,now 9.58+ds-4 amd64 [installed,automatic]
|
||||||
|
hostname/focal,now 3.23 amd64 [installed]
|
||||||
|
htop/focal,now 2.2.0-2build1 amd64 [installed]
|
||||||
|
iftop/focal,now 1.0~pre4-6build1 amd64 [installed]
|
||||||
|
info/focal,now 6.7.0.dfsg.2-5 amd64 [installed,automatic]
|
||||||
|
init-system-helpers/focal,now 1.57 all [installed]
|
||||||
|
init/focal,now 1.57 amd64 [installed]
|
||||||
|
initramfs-tools-bin/focal-updates,now 0.136ubuntu6.7 amd64 [installed,automatic]
|
||||||
|
initramfs-tools-core/focal-updates,now 0.136ubuntu6.7 all [installed,automatic]
|
||||||
|
initramfs-tools/focal-updates,now 0.136ubuntu6.7 all [installed,automatic]
|
||||||
|
install-info/focal,now 6.7.0.dfsg.2-5 amd64 [installed,automatic]
|
||||||
|
iotop/focal,now 0.6-24-g733f3f8-1 amd64 [installed]
|
||||||
|
iproute2/focal,now 5.5.0-1ubuntu1 amd64 [installed]
|
||||||
|
ipset/focal-updates,now 7.5-1ubuntu0.20.04.1 amd64 [installed]
|
||||||
|
iptables/focal,now 1.8.4-3ubuntu2 amd64 [installed]
|
||||||
|
iputils-ping/focal,now 3:20190709-3 amd64 [installed,automatic]
|
||||||
|
iputils-tracepath/focal,now 3:20190709-3 amd64 [installed,automatic]
|
||||||
|
irqbalance/focal,now 1.6.0-3ubuntu1 amd64 [installed,automatic]
|
||||||
|
isc-dhcp-client/focal-updates,focal-security,now 4.4.1-2.1ubuntu5.20.04.4 amd64 [installed,automatic]
|
||||||
|
isc-dhcp-common/focal-updates,focal-security,now 4.4.1-2.1ubuntu5.20.04.4 amd64 [installed,automatic]
|
||||||
|
iso-codes/focal,now 4.4-1 all [installed,automatic]
|
||||||
|
jq/focal-updates,now 1.6-1ubuntu0.20.04.1 amd64 [installed]
|
||||||
|
kbd/focal,now 2.0.4-4ubuntu2 amd64 [installed,automatic]
|
||||||
|
keyboard-configuration/focal,now 1.194ubuntu3 all [installed,automatic]
|
||||||
|
keyutils/focal-updates,now 1.6-6ubuntu1.1 amd64 [installed]
|
||||||
|
klibc-utils/focal-updates,focal-security,now 2.0.7-1ubuntu5.1 amd64 [installed,automatic]
|
||||||
|
kmod/focal-updates,now 27-1ubuntu2.1 amd64 [installed,automatic]
|
||||||
|
kpartx/focal-updates,focal-security,now 0.8.3-1ubuntu2.1 amd64 [installed,automatic]
|
||||||
|
krb5-locales/focal-updates,focal-security,now 1.17-6ubuntu4.1 all [installed,automatic]
|
||||||
|
landscape-common/focal-updates,now 19.12-0ubuntu4.3 amd64 [installed,automatic]
|
||||||
|
language-selector-common/focal-updates,now 0.204.2 all [installed,automatic]
|
||||||
|
less/focal-updates,now 551-1ubuntu0.1 amd64 [installed,automatic]
|
||||||
|
libaccountsservice0/focal-updates,focal-security,now 0.6.55-0ubuntu12~20.04.5 amd64 [installed,automatic]
|
||||||
|
libacl1/focal,now 2.2.53-6 amd64 [installed,automatic]
|
||||||
|
libaio1/focal,now 0.3.112-5 amd64 [installed,automatic]
|
||||||
|
libapparmor1/focal-updates,now 2.13.3-7ubuntu5.1 amd64 [installed,automatic]
|
||||||
|
libappstream4/focal,now 0.12.10-2 amd64 [installed,automatic]
|
||||||
|
libapr1/focal,now 1.6.5-1ubuntu1 amd64 [installed,automatic]
|
||||||
|
libaprutil1/focal,now 1.6.1-4ubuntu2 amd64 [installed,automatic]
|
||||||
|
libapt-pkg6.0/focal-updates,now 2.0.9 amd64 [installed,automatic]
|
||||||
|
libarchive13/focal-updates,focal-security,now 3.4.0-2ubuntu1.2 amd64 [installed,automatic]
|
||||||
|
libargon2-1/focal,now 0~20171227-0.2 amd64 [installed,automatic]
|
||||||
|
libasan5/focal-updates,focal-security,now 9.4.0-1ubuntu1~20.04.1 amd64 [installed,automatic]
|
||||||
|
libasn1-8-heimdal/focal-updates,focal-security,now 7.7.0+dfsg-1ubuntu1.2 amd64 [installed,automatic]
|
||||||
|
libasound2-data/focal-updates,now 1.2.2-2.1ubuntu2.5 all [installed,automatic]
|
||||||
|
libasound2/focal-updates,now 1.2.2-2.1ubuntu2.5 amd64 [installed,automatic]
|
||||||
|
libassuan0/focal,now 2.5.3-7ubuntu2 amd64 [installed,automatic]
|
||||||
|
libatasmart4/focal,now 0.19-5 amd64 [installed,automatic]
|
||||||
|
libatm1/focal,now 1:2.5.1-4 amd64 [installed,automatic]
|
||||||
|
libatomic1/focal-updates,focal-security,now 10.3.0-1ubuntu1~20.04 amd64 [installed,automatic]
|
||||||
|
libattr1/focal,now 1:2.4.48-5 amd64 [installed,automatic]
|
||||||
|
libaudit-common/focal,now 1:2.8.5-2ubuntu6 all [installed,automatic]
|
||||||
|
libaudit1/focal,now 1:2.8.5-2ubuntu6 amd64 [installed,automatic]
|
||||||
|
libauparse0/focal,now 1:2.8.5-2ubuntu6 amd64 [installed,automatic]
|
||||||
|
libbabeltrace1/focal,now 1.5.8-1build1 amd64 [installed,automatic]
|
||||||
|
libbinutils/focal-updates,focal-security,now 2.34-6ubuntu1.4 amd64 [installed,automatic]
|
||||||
|
libblkid1/focal-updates,focal-security,now 2.34-0.1ubuntu9.3 amd64 [installed,automatic]
|
||||||
|
libblockdev-crypto2/focal,now 2.23-2ubuntu3 amd64 [installed,automatic]
|
||||||
|
libblockdev-fs2/focal,now 2.23-2ubuntu3 amd64 [installed,automatic]
|
||||||
|
libblockdev-loop2/focal,now 2.23-2ubuntu3 amd64 [installed,automatic]
|
||||||
|
libblockdev-part-err2/focal,now 2.23-2ubuntu3 amd64 [installed,automatic]
|
||||||
|
libblockdev-part2/focal,now 2.23-2ubuntu3 amd64 [installed,automatic]
|
||||||
|
libblockdev-swap2/focal,now 2.23-2ubuntu3 amd64 [installed,automatic]
|
||||||
|
libblockdev-utils2/focal,now 2.23-2ubuntu3 amd64 [installed,automatic]
|
||||||
|
libblockdev2/focal,now 2.23-2ubuntu3 amd64 [installed,automatic]
|
||||||
|
libboost-context1.71.0/focal,now 1.71.0-6ubuntu6 amd64 [installed,automatic]
|
||||||
|
libboost-iostreams1.71.0/focal,now 1.71.0-6ubuntu6 amd64 [installed,automatic]
|
||||||
|
libboost-program-options1.71.0/focal,now 1.71.0-6ubuntu6 amd64 [installed,automatic]
|
||||||
|
libboost-thread1.71.0/focal,now 1.71.0-6ubuntu6 amd64 [installed,automatic]
|
||||||
|
libbrotli1/focal-updates,focal-security,now 1.0.7-6ubuntu0.1 amd64 [installed,automatic]
|
||||||
|
libbsd0/focal,now 0.10.0-1 amd64 [installed,automatic]
|
||||||
|
libbz2-1.0/focal,now 1.0.8-2 amd64 [installed,automatic]
|
||||||
|
libc-bin/focal-updates,now 2.31-0ubuntu9.9 amd64 [installed,automatic]
|
||||||
|
libc6/focal-updates,now 2.31-0ubuntu9.9 amd64 [installed,automatic]
|
||||||
|
libcanberra0/focal,now 0.30-7ubuntu1 amd64 [installed,automatic]
|
||||||
|
libcap-ng0/focal,now 0.7.9-2.1build1 amd64 [installed,automatic]
|
||||||
|
libcap2-bin/focal,now 1:2.32-1 amd64 [installed,automatic]
|
||||||
|
libcap2/focal,now 1:2.32-1 amd64 [installed,automatic]
|
||||||
|
libcbor0.6/focal,now 0.6.0-0ubuntu1 amd64 [installed,automatic]
|
||||||
|
libcc1-0/focal-updates,focal-security,now 10.3.0-1ubuntu1~20.04 amd64 [installed,automatic]
|
||||||
|
libcephfs2/focal-updates,now 15.2.17-0ubuntu0.20.04.1 amd64 [installed,automatic]
|
||||||
|
libcom-err2/focal-updates,focal-security,now 1.45.5-2ubuntu1.1 amd64 [installed,automatic]
|
||||||
|
libcrack2/focal,now 2.9.6-3.2 amd64 [installed,automatic]
|
||||||
|
libcrypt1/focal,now 1:4.4.10-10ubuntu4 amd64 [installed,automatic]
|
||||||
|
libcryptsetup12/focal-updates,focal-security,now 2:2.2.2-3ubuntu2.4 amd64 [installed,automatic]
|
||||||
|
libctf-nobfd0/focal-updates,focal-security,now 2.34-6ubuntu1.4 amd64 [installed,automatic]
|
||||||
|
libctf0/focal-updates,focal-security,now 2.34-6ubuntu1.4 amd64 [installed,automatic]
|
||||||
|
libcurl3-gnutls/focal-updates,focal-security,now 7.68.0-1ubuntu2.15 amd64 [installed,automatic]
|
||||||
|
libcurl4/focal-updates,focal-security,now 7.68.0-1ubuntu2.15 amd64 [installed,automatic]
|
||||||
|
libdb5.3/focal,now 5.3.28+dfsg1-0.6ubuntu2 amd64 [installed,automatic]
|
||||||
|
libdbus-1-3/focal-updates,focal-security,now 1.12.16-2ubuntu2.3 amd64 [installed,automatic]
|
||||||
|
libdconf1/focal,now 0.36.0-1 amd64 [installed,automatic]
|
||||||
|
libdebconfclient0/focal,now 0.251ubuntu1 amd64 [installed]
|
||||||
|
libdevmapper-event1.02.1/focal,now 2:1.02.167-1ubuntu1 amd64 [installed,automatic]
|
||||||
|
libdevmapper1.02.1/focal,now 2:1.02.167-1ubuntu1 amd64 [installed,automatic]
|
||||||
|
libdns-export1109/focal-updates,now 1:9.11.16+dfsg-3~ubuntu1 amd64 [installed,automatic]
|
||||||
|
libdpkg-perl/focal-updates,focal-security,now 1.19.7ubuntu3.2 all [installed,automatic]
|
||||||
|
libdrm-common/focal-updates,focal-security,now 2.4.107-8ubuntu1~20.04.2 all [installed,automatic]
|
||||||
|
libdrm2/focal-updates,focal-security,now 2.4.107-8ubuntu1~20.04.2 amd64 [installed,automatic]
|
||||||
|
libdw1/focal,now 0.176-1.1build1 amd64 [installed]
|
||||||
|
libeatmydata1/focal,now 105-7 amd64 [installed]
|
||||||
|
libedit2/focal,now 3.1-20191231-1 amd64 [installed,automatic]
|
||||||
|
libefiboot1/focal-updates,now 37-2ubuntu2.2 amd64 [installed,automatic]
|
||||||
|
libefivar1/focal-updates,now 37-2ubuntu2.2 amd64 [installed,automatic]
|
||||||
|
libelf1/focal,now 0.176-1.1build1 amd64 [installed,automatic]
|
||||||
|
liberror-perl/focal,now 0.17029-1 all [installed,automatic]
|
||||||
|
libestr0/focal,now 0.1.10-2.1 amd64 [installed,automatic]
|
||||||
|
libevent-2.1-7/focal,now 2.1.11-stable-1 amd64 [installed,automatic]
|
||||||
|
libexpat1/focal-updates,focal-security,now 2.2.9-1ubuntu0.6 amd64 [installed,automatic]
|
||||||
|
libext2fs2/focal-updates,focal-security,now 1.45.5-2ubuntu1.1 amd64 [installed,automatic]
|
||||||
|
libfastjson4/focal,now 0.99.8-2 amd64 [installed,automatic]
|
||||||
|
libfdisk1/focal-updates,focal-security,now 2.34-0.1ubuntu9.3 amd64 [installed,automatic]
|
||||||
|
libffi7/focal,now 3.3-4 amd64 [installed,automatic]
|
||||||
|
libfido2-1/focal,now 1.3.1-1ubuntu2 amd64 [installed,automatic]
|
||||||
|
libfl2/focal,now 2.6.4-6.2 amd64 [installed,automatic]
|
||||||
|
libfreetype6/focal-updates,focal-security,now 2.10.1-2ubuntu0.2 amd64 [installed,automatic]
|
||||||
|
libfribidi0/focal-updates,focal-security,now 1.0.8-2ubuntu0.1 amd64 [installed,automatic]
|
||||||
|
libfuse2/focal,now 2.9.9-3 amd64 [installed,automatic]
|
||||||
|
libfwupd2/focal-updates,now 1.7.9-1~20.04.1 amd64 [installed,automatic]
|
||||||
|
libfwupdplugin1/focal-updates,now 1.5.11-0ubuntu1~20.04.2 amd64 [installed]
|
||||||
|
libfwupdplugin5/focal-updates,now 1.7.9-1~20.04.1 amd64 [installed,automatic]
|
||||||
|
libgcab-1.0-0/focal,now 1.4-1 amd64 [installed,automatic]
|
||||||
|
libgcc-9-dev/focal-updates,focal-security,now 9.4.0-1ubuntu1~20.04.1 amd64 [installed,automatic]
|
||||||
|
libgcc-s1/focal-updates,focal-security,now 10.3.0-1ubuntu1~20.04 amd64 [installed,automatic]
|
||||||
|
libgcrypt20/focal-updates,focal-security,now 1.8.5-5ubuntu1.1 amd64 [installed,automatic]
|
||||||
|
libgdbm-compat4/focal,now 1.18.1-5 amd64 [installed,automatic]
|
||||||
|
libgdbm6/focal,now 1.18.1-5 amd64 [installed,automatic]
|
||||||
|
libgfapi0/focal,now 7.2-2build1 amd64 [installed,automatic]
|
||||||
|
libgfchangelog0/focal,now 7.2-2build1 amd64 [installed,automatic]
|
||||||
|
libgfrpc0/focal,now 7.2-2build1 amd64 [installed,automatic]
|
||||||
|
libgfxdr0/focal,now 7.2-2build1 amd64 [installed,automatic]
|
||||||
|
libgirepository-1.0-1/focal-updates,now 1.64.1-1~ubuntu20.04.1 amd64 [installed,automatic]
|
||||||
|
libglib2.0-0/focal-updates,now 2.64.6-1~ubuntu20.04.4 amd64 [installed,automatic]
|
||||||
|
libglib2.0-bin/focal-updates,now 2.64.6-1~ubuntu20.04.4 amd64 [installed,automatic]
|
||||||
|
libglib2.0-data/focal-updates,now 2.64.6-1~ubuntu20.04.4 all [installed,automatic]
|
||||||
|
libglusterfs0/focal,now 7.2-2build1 amd64 [installed,automatic]
|
||||||
|
libgmp10/focal-updates,focal-security,now 2:6.2.0+dfsg-4ubuntu0.1 amd64 [installed,automatic]
|
||||||
|
libgnutls30/focal-updates,focal-security,now 3.6.13-2ubuntu1.7 amd64 [installed,automatic]
|
||||||
|
libgomp1/focal-updates,focal-security,now 10.3.0-1ubuntu1~20.04 amd64 [installed,automatic]
|
||||||
|
libgoogle-perftools4/focal,now 2.7-1ubuntu2 amd64 [installed,automatic]
|
||||||
|
libgpg-error0/focal,now 1.37-1 amd64 [installed,automatic]
|
||||||
|
libgpgme11/focal,now 1.13.1-7ubuntu2 amd64 [installed,automatic]
|
||||||
|
libgpm2/focal,now 1.20.7-5 amd64 [installed,automatic]
|
||||||
|
libgssapi-krb5-2/focal-updates,focal-security,now 1.17-6ubuntu4.1 amd64 [installed,automatic]
|
||||||
|
libgssapi3-heimdal/focal-updates,focal-security,now 7.7.0+dfsg-1ubuntu1.2 amd64 [installed,automatic]
|
||||||
|
libgstreamer1.0-0/focal-updates,focal-security,now 1.16.3-0ubuntu1.1 amd64 [installed,automatic]
|
||||||
|
libgudev-1.0-0/focal,now 1:233-1 amd64 [installed,automatic]
|
||||||
|
libgusb2/focal,now 0.3.4-0.1 amd64 [installed,automatic]
|
||||||
|
libhcrypto4-heimdal/focal-updates,focal-security,now 7.7.0+dfsg-1ubuntu1.2 amd64 [installed,automatic]
|
||||||
|
libheimbase1-heimdal/focal-updates,focal-security,now 7.7.0+dfsg-1ubuntu1.2 amd64 [installed,automatic]
|
||||||
|
libheimntlm0-heimdal/focal-updates,focal-security,now 7.7.0+dfsg-1ubuntu1.2 amd64 [installed,automatic]
|
||||||
|
libhogweed5/focal-updates,focal-security,now 3.5.1+really3.5.1-2ubuntu0.2 amd64 [installed,automatic]
|
||||||
|
libhx509-5-heimdal/focal-updates,focal-security,now 7.7.0+dfsg-1ubuntu1.2 amd64 [installed,automatic]
|
||||||
|
libibverbs1/focal,now 28.0-1ubuntu1 amd64 [installed,automatic]
|
||||||
|
libicu66/focal-updates,focal-security,now 66.1-2ubuntu2.1 amd64 [installed,automatic]
|
||||||
|
libidn2-0/focal,now 2.2.0-2 amd64 [installed,automatic]
|
||||||
|
libip4tc2/focal,now 1.8.4-3ubuntu2 amd64 [installed,automatic]
|
||||||
|
libip6tc2/focal,now 1.8.4-3ubuntu2 amd64 [installed,automatic]
|
||||||
|
libipset13/focal-updates,now 7.5-1ubuntu0.20.04.1 amd64 [installed,automatic]
|
||||||
|
libisc-export1105/focal-updates,now 1:9.11.16+dfsg-3~ubuntu1 amd64 [installed,automatic]
|
||||||
|
libisl22/focal,now 0.22.1-1 amd64 [installed,automatic]
|
||||||
|
libisns0/focal,now 0.97-3 amd64 [installed,automatic]
|
||||||
|
libitm1/focal-updates,focal-security,now 10.3.0-1ubuntu1~20.04 amd64 [installed,automatic]
|
||||||
|
libjcat1/focal-updates,now 0.1.4-0ubuntu0.20.04.1 amd64 [installed,automatic]
|
||||||
|
libjq1/focal-updates,now 1.6-1ubuntu0.20.04.1 amd64 [installed,automatic]
|
||||||
|
libjson-c4/focal-updates,focal-security,now 0.13.1+dfsg-7ubuntu0.3 amd64 [installed,automatic]
|
||||||
|
libjson-glib-1.0-0/focal,now 1.4.4-2ubuntu2 amd64 [installed,automatic]
|
||||||
|
libjson-glib-1.0-common/focal,now 1.4.4-2ubuntu2 all [installed,automatic]
|
||||||
|
libk5crypto3/focal-updates,focal-security,now 1.17-6ubuntu4.1 amd64 [installed,automatic]
|
||||||
|
libkeyutils1/focal-updates,now 1.6-6ubuntu1.1 amd64 [installed,automatic]
|
||||||
|
libklibc/focal-updates,focal-security,now 2.0.7-1ubuntu5.1 amd64 [installed,automatic]
|
||||||
|
libkmod2/focal-updates,now 27-1ubuntu2.1 amd64 [installed,automatic]
|
||||||
|
libkrb5-26-heimdal/focal-updates,focal-security,now 7.7.0+dfsg-1ubuntu1.2 amd64 [installed,automatic]
|
||||||
|
libkrb5-3/focal-updates,focal-security,now 1.17-6ubuntu4.1 amd64 [installed,automatic]
|
||||||
|
libkrb5support0/focal-updates,focal-security,now 1.17-6ubuntu4.1 amd64 [installed,automatic]
|
||||||
|
libksba8/focal-updates,focal-security,now 1.3.5-2ubuntu0.20.04.2 amd64 [installed,automatic]
|
||||||
|
libldap-2.4-2/focal-updates,focal-security,now 2.4.49+dfsg-2ubuntu1.9 amd64 [installed,automatic]
|
||||||
|
libldap-common/focal-updates,focal-security,now 2.4.49+dfsg-2ubuntu1.9 all [installed,automatic]
|
||||||
|
libleveldb1d/focal,now 1.22-3ubuntu2 amd64 [installed,automatic]
|
||||||
|
liblmdb0/focal,now 0.9.24-1 amd64 [installed,automatic]
|
||||||
|
liblocale-gettext-perl/focal,now 1.07-4 amd64 [installed,automatic]
|
||||||
|
liblsan0/focal-updates,focal-security,now 10.3.0-1ubuntu1~20.04 amd64 [installed,automatic]
|
||||||
|
libltdl7/focal,now 2.4.6-14 amd64 [installed,automatic]
|
||||||
|
liblvm2cmd2.03/focal,now 2.03.07-1ubuntu1 amd64 [installed,automatic]
|
||||||
|
liblz4-1/focal-updates,focal-security,now 1.9.2-2ubuntu0.20.04.1 amd64 [installed,automatic]
|
||||||
|
liblzma5/focal-updates,focal-security,now 5.2.4-1ubuntu1.1 amd64 [installed,automatic]
|
||||||
|
liblzo2-2/focal,now 2.10-2 amd64 [installed,automatic]
|
||||||
|
libmagic-mgc/focal,now 1:5.38-4 amd64 [installed,automatic]
|
||||||
|
libmagic1/focal,now 1:5.38-4 amd64 [installed,automatic]
|
||||||
|
libmaxminddb0/focal-updates,focal-security,now 1.4.2-0ubuntu1.20.04.1 amd64 [installed,automatic]
|
||||||
|
libmbim-glib4/focal-updates,now 1.26.2-1~ubuntu20.04.1 amd64 [installed,automatic]
|
||||||
|
libmbim-proxy/focal-updates,now 1.26.2-1~ubuntu20.04.1 amd64 [installed,automatic]
|
||||||
|
libmm-glib0/focal-updates,now 1.18.6-1~ubuntu20.04.1 amd64 [installed,automatic]
|
||||||
|
libmnl0/focal,now 1.0.4-2 amd64 [installed,automatic]
|
||||||
|
libmount1/focal-updates,focal-security,now 2.34-0.1ubuntu9.3 amd64 [installed,automatic]
|
||||||
|
libmpc3/focal,now 1.1.0-1 amd64 [installed,automatic]
|
||||||
|
libmpdec2/focal,now 2.4.2-3 amd64 [installed,automatic]
|
||||||
|
libmpfr6/focal,now 4.0.2-1 amd64 [installed,automatic]
|
||||||
|
libmspack0/focal,now 0.10.1-2 amd64 [installed,automatic]
|
||||||
|
libncurses6/focal,now 6.2-0ubuntu2 amd64 [installed,automatic]
|
||||||
|
libncursesw6/focal,now 6.2-0ubuntu2 amd64 [installed,automatic]
|
||||||
|
libnetfilter-conntrack3/focal,now 1.0.7-2 amd64 [installed,automatic]
|
||||||
|
libnetplan0/focal-updates,now 0.104-0ubuntu2~20.04.2 amd64 [installed,automatic]
|
||||||
|
libnettle7/focal-updates,focal-security,now 3.5.1+really3.5.1-2ubuntu0.2 amd64 [installed,automatic]
|
||||||
|
libnewt0.52/focal,now 0.52.21-4ubuntu2 amd64 [installed,automatic]
|
||||||
|
libnfnetlink0/focal,now 1.0.1-3build1 amd64 [installed,automatic]
|
||||||
|
libnfsidmap2/focal,now 0.25-5.1ubuntu1 amd64 [installed,automatic]
|
||||||
|
libnftnl11/focal,now 1.1.5-1 amd64 [installed,automatic]
|
||||||
|
libnghttp2-14/focal,now 1.40.0-1build1 amd64 [installed,automatic]
|
||||||
|
libnl-3-200/focal,now 3.4.0-1 amd64 [installed,automatic]
|
||||||
|
libnl-route-3-200/focal,now 3.4.0-1 amd64 [installed,automatic]
|
||||||
|
libnpth0/focal,now 1.6-1 amd64 [installed,automatic]
|
||||||
|
libnspr4/focal,now 2:4.25-1 amd64 [installed,automatic]
|
||||||
|
libnss-systemd/focal-updates,now 245.4-4ubuntu3.19 amd64 [installed,automatic]
|
||||||
|
libnss3/focal-updates,focal-security,now 2:3.49.1-1ubuntu1.8 amd64 [installed,automatic]
|
||||||
|
libntfs-3g883/focal-updates,focal-security,now 1:2017.3.23AR.3-3ubuntu1.3 amd64 [installed,automatic]
|
||||||
|
libnuma1/focal,now 2.0.12-1 amd64 [installed,automatic]
|
||||||
|
liboath0/focal,now 2.6.1-1.3 amd64 [installed,automatic]
|
||||||
|
libogg0/focal,now 1.3.4-0ubuntu1 amd64 [installed,automatic]
|
||||||
|
libonig5/focal,now 6.9.4-1 amd64 [installed,automatic]
|
||||||
|
libopts25/focal,now 1:5.18.16-3 amd64 [installed,auto-removable]
|
||||||
|
libp11-kit0/focal-updates,focal-security,now 0.23.20-1ubuntu0.1 amd64 [installed,automatic]
|
||||||
|
libpackagekit-glib2-18/focal-updates,focal-security,now 1.1.13-2ubuntu1.1 amd64 [installed,automatic]
|
||||||
|
libpam-cap/focal,now 1:2.32-1 amd64 [installed,automatic]
|
||||||
|
libpam-modules-bin/focal-updates,now 1.3.1-5ubuntu4.3 amd64 [installed,automatic]
|
||||||
|
libpam-modules/focal-updates,now 1.3.1-5ubuntu4.3 amd64 [installed,automatic]
|
||||||
|
libpam-pwquality/focal,now 1.4.2-1build1 amd64 [installed]
|
||||||
|
libpam-runtime/focal-updates,now 1.3.1-5ubuntu4.3 all [installed,automatic]
|
||||||
|
libpam-systemd/focal-updates,now 245.4-4ubuntu3.19 amd64 [installed,automatic]
|
||||||
|
libpam0g/focal-updates,now 1.3.1-5ubuntu4.3 amd64 [installed,automatic]
|
||||||
|
libparted-fs-resize0/focal-updates,now 3.3-4ubuntu0.20.04.1 amd64 [installed,automatic]
|
||||||
|
libparted2/focal-updates,now 3.3-4ubuntu0.20.04.1 amd64 [installed,automatic]
|
||||||
|
libpcap0.8/focal,now 1.9.1-3 amd64 [installed,automatic]
|
||||||
|
libpci3/focal-updates,now 1:3.6.4-1ubuntu0.20.04.1 amd64 [installed,automatic]
|
||||||
|
libpcre2-8-0/focal-updates,focal-security,now 10.34-7ubuntu0.1 amd64 [installed,automatic]
|
||||||
|
libpcre3/focal-updates,focal-security,now 2:8.39-12ubuntu0.1 amd64 [installed,automatic]
|
||||||
|
libperl5.30/focal-updates,focal-security,now 5.30.0-9ubuntu0.3 amd64 [installed,automatic]
|
||||||
|
libpipeline1/focal,now 1.5.2-2build1 amd64 [installed,automatic]
|
||||||
|
libplymouth5/focal-updates,now 0.9.4git20200323-0ubuntu6.2 amd64 [installed,automatic]
|
||||||
|
libpng16-16/focal,now 1.6.37-2 amd64 [installed,automatic]
|
||||||
|
libpolkit-agent-1-0/focal-updates,focal-security,now 0.105-26ubuntu1.3 amd64 [installed,automatic]
|
||||||
|
libpolkit-gobject-1-0/focal-updates,focal-security,now 0.105-26ubuntu1.3 amd64 [installed,automatic]
|
||||||
|
libpopt0/focal,now 1.16-14 amd64 [installed,automatic]
|
||||||
|
libprocps8/focal-updates,now 2:3.3.16-1ubuntu2.3 amd64 [installed,automatic]
|
||||||
|
libproxy1v5/focal-updates,focal-security,now 0.4.15-10ubuntu1.2 amd64 [installed,automatic]
|
||||||
|
libpsl5/focal,now 0.21.0-1ubuntu1 amd64 [installed,automatic]
|
||||||
|
libpwquality-common/focal,now 1.4.2-1build1 all [installed,automatic]
|
||||||
|
libpwquality-tools/focal,now 1.4.2-1build1 amd64 [installed]
|
||||||
|
libpwquality1/focal,now 1.4.2-1build1 amd64 [installed,automatic]
|
||||||
|
libpython3-stdlib/focal,now 3.8.2-0ubuntu2 amd64 [installed,automatic]
|
||||||
|
libpython3.8-minimal/focal-updates,focal-security,now 3.8.10-0ubuntu1~20.04.6 amd64 [installed,automatic]
|
||||||
|
libpython3.8-stdlib/focal-updates,focal-security,now 3.8.10-0ubuntu1~20.04.6 amd64 [installed,automatic]
|
||||||
|
libpython3.8/focal-updates,focal-security,now 3.8.10-0ubuntu1~20.04.6 amd64 [installed,automatic]
|
||||||
|
libqmi-glib5/focal-updates,now 1.30.4-1~ubuntu20.04.1 amd64 [installed,automatic]
|
||||||
|
libqmi-proxy/focal-updates,now 1.30.4-1~ubuntu20.04.1 amd64 [installed,automatic]
|
||||||
|
libquadmath0/focal-updates,focal-security,now 10.3.0-1ubuntu1~20.04 amd64 [installed,automatic]
|
||||||
|
librabbitmq4/focal,now 0.10.0-1 amd64 [installed,automatic]
|
||||||
|
librados2/focal-updates,now 15.2.17-0ubuntu0.20.04.1 amd64 [installed,automatic]
|
||||||
|
libradosstriper1/focal-updates,now 15.2.17-0ubuntu0.20.04.1 amd64 [installed,automatic]
|
||||||
|
librbd1/focal-updates,now 15.2.17-0ubuntu0.20.04.1 amd64 [installed,automatic]
|
||||||
|
librdmacm1/focal,now 28.0-1ubuntu1 amd64 [installed,automatic]
|
||||||
|
libreadline5/focal,now 5.2+dfsg-3build3 amd64 [installed,automatic]
|
||||||
|
libreadline8/focal,now 8.0-4 amd64 [installed,automatic]
|
||||||
|
libroken18-heimdal/focal-updates,focal-security,now 7.7.0+dfsg-1ubuntu1.2 amd64 [installed,automatic]
|
||||||
|
librtmp1/focal,now 2.4+20151223.gitfa8646d.1-2build1 amd64 [installed,automatic]
|
||||||
|
libsasl2-2/focal-updates,focal-security,now 2.1.27+dfsg-2ubuntu0.1 amd64 [installed,automatic]
|
||||||
|
libsasl2-modules-db/focal-updates,focal-security,now 2.1.27+dfsg-2ubuntu0.1 amd64 [installed,automatic]
|
||||||
|
libsasl2-modules/focal-updates,focal-security,now 2.1.27+dfsg-2ubuntu0.1 amd64 [installed,automatic]
|
||||||
|
libseccomp2/focal-updates,focal-security,now 2.5.1-1ubuntu1~20.04.2 amd64 [installed,automatic]
|
||||||
|
libselinux1/focal,now 3.0-1build2 amd64 [installed,automatic]
|
||||||
|
libsemanage-common/focal,now 3.0-1build2 all [installed,automatic]
|
||||||
|
libsemanage1/focal,now 3.0-1build2 amd64 [installed,automatic]
|
||||||
|
libsensors-config/focal-updates,now 1:3.6.0-2ubuntu1.1 all [installed,automatic]
|
||||||
|
libsensors5/focal-updates,now 1:3.6.0-2ubuntu1.1 amd64 [installed,automatic]
|
||||||
|
libsepol1/focal-updates,focal-security,now 3.0-1ubuntu0.1 amd64 [installed,automatic]
|
||||||
|
libsgutils2-2/focal,now 1.44-1ubuntu2 amd64 [installed,automatic]
|
||||||
|
libsigsegv2/focal,now 2.12-2 amd64 [installed,automatic]
|
||||||
|
libslang2/focal,now 2.3.2-4 amd64 [installed,automatic]
|
||||||
|
libsmartcols1/focal-updates,focal-security,now 2.34-0.1ubuntu9.3 amd64 [installed,automatic]
|
||||||
|
libsmbios-c2/focal,now 2.4.3-1 amd64 [installed,automatic]
|
||||||
|
libsnappy1v5/focal,now 1.1.8-1build1 amd64 [installed,automatic]
|
||||||
|
libsodium23/focal,now 1.0.18-1 amd64 [installed]
|
||||||
|
libsoup2.4-1/focal,now 2.70.0-1 amd64 [installed,automatic]
|
||||||
|
libsqlite3-0/focal-updates,focal-security,now 3.31.1-4ubuntu0.5 amd64 [installed,automatic]
|
||||||
|
libss2/focal-updates,focal-security,now 1.45.5-2ubuntu1.1 amd64 [installed,automatic]
|
||||||
|
libssh-4/focal-updates,focal-security,now 0.9.3-2ubuntu2.2 amd64 [installed,automatic]
|
||||||
|
libssl1.1/focal-updates,focal-security,now 1.1.1f-1ubuntu2.16 amd64 [installed,automatic]
|
||||||
|
libstdc++6/focal-updates,focal-security,now 10.3.0-1ubuntu1~20.04 amd64 [installed,automatic]
|
||||||
|
libstemmer0d/focal,now 0+svn585-2 amd64 [installed,automatic]
|
||||||
|
libsystemd0/focal-updates,now 245.4-4ubuntu3.19 amd64 [installed,automatic]
|
||||||
|
libtalloc2/focal-updates,focal-security,now 2.3.1-0ubuntu0.20.04.1 amd64 [installed]
|
||||||
|
libtasn1-6/focal,now 4.16.0-2 amd64 [installed,automatic]
|
||||||
|
libtcmalloc-minimal4/focal,now 2.7-1ubuntu2 amd64 [installed,automatic]
|
||||||
|
libtdb1/focal-updates,focal-security,now 1.4.3-0ubuntu0.20.04.1 amd64 [installed,automatic]
|
||||||
|
libtevent0/focal-updates,focal-security,now 0.10.2-0ubuntu0.20.04.1 amd64 [installed]
|
||||||
|
libtext-charwidth-perl/focal,now 0.04-10 amd64 [installed,automatic]
|
||||||
|
libtext-iconv-perl/focal,now 1.7-7 amd64 [installed,automatic]
|
||||||
|
libtext-wrapi18n-perl/focal,now 0.06-9 all [installed,automatic]
|
||||||
|
libtinfo6/focal,now 6.2-0ubuntu2 amd64 [installed,automatic]
|
||||||
|
libtirpc-common/focal-updates,focal-security,now 1.2.5-1ubuntu0.1 all [installed,automatic]
|
||||||
|
libtirpc3/focal-updates,focal-security,now 1.2.5-1ubuntu0.1 amd64 [installed,automatic]
|
||||||
|
libtsan0/focal-updates,focal-security,now 10.3.0-1ubuntu1~20.04 amd64 [installed,automatic]
|
||||||
|
libtss2-esys0/focal-updates,now 2.3.2-1ubuntu0.20.04.1 amd64 [installed,automatic]
|
||||||
|
libubsan1/focal-updates,focal-security,now 10.3.0-1ubuntu1~20.04 amd64 [installed,automatic]
|
||||||
|
libuchardet0/focal,now 0.0.6-3build1 amd64 [installed,automatic]
|
||||||
|
libudev1/focal-updates,now 245.4-4ubuntu3.19 amd64 [installed,automatic]
|
||||||
|
libudisks2-0/focal-updates,now 2.8.4-1ubuntu2 amd64 [installed,automatic]
|
||||||
|
libunistring2/focal,now 0.9.10-2 amd64 [installed,automatic]
|
||||||
|
libunwind8/focal,now 1.2.1-9build1 amd64 [installed,automatic]
|
||||||
|
liburcu6/focal,now 0.11.1-2 amd64 [installed,automatic]
|
||||||
|
libusb-1.0-0/focal,now 2:1.0.23-2build1 amd64 [installed,automatic]
|
||||||
|
libutempter0/focal,now 1.1.6-4 amd64 [installed,automatic]
|
||||||
|
libuuid1/focal-updates,focal-security,now 2.34-0.1ubuntu9.3 amd64 [installed,automatic]
|
||||||
|
libuv1/focal-updates,focal-security,now 1.34.2-1ubuntu1.3 amd64 [installed,automatic]
|
||||||
|
libvolume-key1/focal,now 0.3.12-3.1 amd64 [installed,automatic]
|
||||||
|
libvorbis0a/focal,now 1.3.6-2ubuntu1 amd64 [installed,automatic]
|
||||||
|
libvorbisfile3/focal,now 1.3.6-2ubuntu1 amd64 [installed,automatic]
|
||||||
|
libwbclient0/focal-updates,now 2:4.13.17~dfsg-0ubuntu1.20.04.2 amd64 [installed]
|
||||||
|
libwind0-heimdal/focal-updates,focal-security,now 7.7.0+dfsg-1ubuntu1.2 amd64 [installed,automatic]
|
||||||
|
libwrap0/focal,now 7.6.q-30 amd64 [installed]
|
||||||
|
libx11-6/focal-updates,focal-security,now 2:1.6.9-2ubuntu1.2 amd64 [installed,automatic]
|
||||||
|
libx11-data/focal-updates,focal-security,now 2:1.6.9-2ubuntu1.2 all [installed,automatic]
|
||||||
|
libxau6/focal,now 1:1.0.9-0ubuntu1 amd64 [installed,automatic]
|
||||||
|
libxcb1/focal,now 1.14-2 amd64 [installed,automatic]
|
||||||
|
libxdmcp6/focal,now 1:1.1.3-0ubuntu1 amd64 [installed,automatic]
|
||||||
|
libxext6/focal,now 2:1.3.4-0ubuntu1 amd64 [installed,automatic]
|
||||||
|
libxml2/focal-updates,focal-security,now 2.9.10+dfsg-5ubuntu0.20.04.5 amd64 [installed,automatic]
|
||||||
|
libxmlb1/focal-updates,now 0.1.15-2ubuntu1~20.04.1 amd64 [installed]
|
||||||
|
libxmlb2/focal-updates,now 0.3.6-2build1~20.04.1 amd64 [installed,automatic]
|
||||||
|
libxmlsec1-openssl/focal,now 1.2.28-2 amd64 [installed,automatic]
|
||||||
|
libxmlsec1/focal,now 1.2.28-2 amd64 [installed,automatic]
|
||||||
|
libxmuu1/focal,now 2:1.1.3-0ubuntu1 amd64 [installed,automatic]
|
||||||
|
libxslt1.1/focal-updates,focal-security,now 1.1.34-4ubuntu0.20.04.1 amd64 [installed,automatic]
|
||||||
|
libxtables12/focal,now 1.8.4-3ubuntu2 amd64 [installed,automatic]
|
||||||
|
libyaml-0-2/focal,now 0.2.2-1 amd64 [installed,automatic]
|
||||||
|
libzstd1/focal-updates,focal-security,now 1.4.4+dfsg-3ubuntu0.1 amd64 [installed,automatic]
|
||||||
|
linux-azure-5.15-cloud-tools-5.15.0-1029/focal-updates,focal-security,now 5.15.0-1029.36~20.04.1 amd64 [installed]
|
||||||
|
linux-azure-5.15-cloud-tools-5.15.0-1030/focal-updates,focal-security,now 5.15.0-1030.37~20.04.1 amd64 [installed,automatic]
|
||||||
|
linux-azure-5.15-headers-5.15.0-1029/focal-updates,focal-security,now 5.15.0-1029.36~20.04.1 all [installed]
|
||||||
|
linux-azure-5.15-headers-5.15.0-1030/focal-updates,focal-security,now 5.15.0-1030.37~20.04.1 all [installed,automatic]
|
||||||
|
linux-azure-5.15-tools-5.15.0-1029/focal-updates,focal-security,now 5.15.0-1029.36~20.04.1 amd64 [installed]
|
||||||
|
linux-azure-5.15-tools-5.15.0-1030/focal-updates,focal-security,now 5.15.0-1030.37~20.04.1 amd64 [installed,automatic]
|
||||||
|
linux-azure/focal-updates,focal-security,now 5.15.0.1030.37~20.04.20 amd64 [installed]
|
||||||
|
linux-base-sgx/focal-updates,now 4.5ubuntu3.7 all [installed]
|
||||||
|
linux-base/focal-updates,now 4.5ubuntu3.7 all [installed,automatic]
|
||||||
|
linux-cloud-tools-5.15.0-1029-azure/focal-updates,focal-security,now 5.15.0-1029.36~20.04.1 amd64 [installed]
|
||||||
|
linux-cloud-tools-5.15.0-1030-azure/focal-updates,focal-security,now 5.15.0-1030.37~20.04.1 amd64 [installed,automatic]
|
||||||
|
linux-cloud-tools-azure/focal-updates,focal-security,now 5.15.0.1030.37~20.04.20 amd64 [installed]
|
||||||
|
linux-cloud-tools-common/focal-updates,focal-security,now 5.4.0-136.153 all [installed]
|
||||||
|
linux-headers-5.15.0-1029-azure/focal-updates,focal-security,now 5.15.0-1029.36~20.04.1 amd64 [installed]
|
||||||
|
linux-headers-5.15.0-1030-azure/focal-updates,focal-security,now 5.15.0-1030.37~20.04.1 amd64 [installed,automatic]
|
||||||
|
linux-headers-azure/focal-updates,focal-security,now 5.15.0.1030.37~20.04.20 amd64 [installed]
|
||||||
|
linux-image-5.15.0-1029-azure/focal-updates,focal-security,now 5.15.0-1029.36~20.04.1 amd64 [installed]
|
||||||
|
linux-image-5.15.0-1030-azure/focal-updates,focal-security,now 5.15.0-1030.37~20.04.1 amd64 [installed,automatic]
|
||||||
|
linux-image-azure/focal-updates,focal-security,now 5.15.0.1030.37~20.04.20 amd64 [installed]
|
||||||
|
linux-modules-5.15.0-1029-azure/focal-updates,focal-security,now 5.15.0-1029.36~20.04.1 amd64 [installed]
|
||||||
|
linux-modules-5.15.0-1030-azure/focal-updates,focal-security,now 5.15.0-1030.37~20.04.1 amd64 [installed,automatic]
|
||||||
|
linux-tools-5.15.0-1029-azure/focal-updates,focal-security,now 5.15.0-1029.36~20.04.1 amd64 [installed]
|
||||||
|
linux-tools-5.15.0-1030-azure/focal-updates,focal-security,now 5.15.0-1030.37~20.04.1 amd64 [installed,automatic]
|
||||||
|
linux-tools-azure/focal-updates,focal-security,now 5.15.0.1030.37~20.04.20 amd64 [installed]
|
||||||
|
linux-tools-common/focal-updates,focal-security,now 5.4.0-136.153 all [installed]
|
||||||
|
locales/focal-updates,now 2.31-0ubuntu9.9 all [installed,automatic]
|
||||||
|
login/focal-updates,focal-security,now 1:4.8.1-1ubuntu5.20.04.4 amd64 [installed,automatic]
|
||||||
|
logrotate/focal,now 3.14.0-4ubuntu3 amd64 [installed,automatic]
|
||||||
|
logsave/focal-updates,focal-security,now 1.45.5-2ubuntu1.1 amd64 [installed,automatic]
|
||||||
|
lsb-base/focal,now 11.1.0ubuntu2 all [installed,automatic]
|
||||||
|
lsb-release/focal,now 11.1.0ubuntu2 all [installed,automatic]
|
||||||
|
lshw/focal-updates,now 02.18.85-0.3ubuntu2.20.04.1 amd64 [installed,automatic]
|
||||||
|
lsof/focal-updates,now 4.93.2+dfsg-1ubuntu0.20.04.1 amd64 [installed,automatic]
|
||||||
|
lsscsi/focal,now 0.30-0.1 amd64 [installed]
|
||||||
|
ltrace/focal,now 0.7.3-6.1ubuntu1 amd64 [installed,automatic]
|
||||||
|
lvm2/focal,now 2.03.07-1ubuntu1 amd64 [installed,automatic]
|
||||||
|
lxd-agent-loader/focal,now 0.4 all [installed,automatic]
|
||||||
|
lz4/focal-updates,focal-security,now 1.9.2-2ubuntu0.20.04.1 amd64 [installed,automatic]
|
||||||
|
make/focal,now 4.2.1-1.2 amd64 [installed]
|
||||||
|
man-db/focal,now 2.9.1-1 amd64 [installed,automatic]
|
||||||
|
manpages/focal,now 5.05-1 all [installed,automatic]
|
||||||
|
mawk/focal,now 1.3.4.20200120-2 amd64 [installed,automatic]
|
||||||
|
mdadm/focal-updates,now 4.1-5ubuntu1.2 amd64 [installed,automatic]
|
||||||
|
mime-support/focal,now 3.64ubuntu1 all [installed,automatic]
|
||||||
|
moby-cli/focal,now 20.10.14+azure-1 amd64 [installed,upgradable to: 20.10.22+azure-ubuntu20.04u1]
|
||||||
|
moby-containerd/focal,now 1.5.13+azure-ubuntu20.04u2 amd64 [installed,upgradable to: 1.5.16+azure-ubuntu20.04u1]
|
||||||
|
moby-engine/focal,now 20.10.14+azure-1 amd64 [installed,upgradable to: 20.10.22+azure-ubuntu20.04u1]
|
||||||
|
moby-runc/now 1.1.2+azure-ubuntu20.04u1 amd64 [installed,upgradable to: 1.1.4+azure-ubuntu20.04u3]
|
||||||
|
modemmanager/focal-updates,now 1.18.6-1~ubuntu20.04.1 amd64 [installed,automatic]
|
||||||
|
mokutil/focal,now 0.3.0+1538710437.fb6250f-1 amd64 [installed]
|
||||||
|
motd-news-config/focal-updates,now 11ubuntu5.6 all [installed,automatic]
|
||||||
|
mount/focal-updates,focal-security,now 2.34-0.1ubuntu9.3 amd64 [installed]
|
||||||
|
mtr-tiny/focal,now 0.93-1 amd64 [installed,automatic]
|
||||||
|
multipath-tools/focal-updates,focal-security,now 0.8.3-1ubuntu2.1 amd64 [installed,automatic]
|
||||||
|
nano/focal,now 4.8-1ubuntu1 amd64 [installed,automatic]
|
||||||
|
ncurses-base/focal,now 6.2-0ubuntu2 all [installed]
|
||||||
|
ncurses-bin/focal,now 6.2-0ubuntu2 amd64 [installed]
|
||||||
|
ncurses-term/focal,now 6.2-0ubuntu2 all [installed]
|
||||||
|
net-tools/focal,now 1.60+git20180626.aebd88e-1ubuntu1 amd64 [installed]
|
||||||
|
netbase/focal,now 6.1 all [installed,automatic]
|
||||||
|
netcat-openbsd/focal,now 1.206-1ubuntu1 amd64 [installed,automatic]
|
||||||
|
netplan.io/focal-updates,now 0.104-0ubuntu2~20.04.2 amd64 [installed,automatic]
|
||||||
|
networkd-dispatcher/focal-updates,focal-security,now 2.1-2~ubuntu20.04.3 all [installed,automatic]
|
||||||
|
nfs-common/focal-updates,now 1:1.3.4-2.5ubuntu3.4 amd64 [installed]
|
||||||
|
ntfs-3g/focal-updates,focal-security,now 1:2017.3.23AR.3-3ubuntu1.3 amd64 [installed,automatic]
|
||||||
|
ntpstat/focal,now 0.0.0.1-2 amd64 [installed]
|
||||||
|
open-iscsi/focal-updates,now 2.0.874-7.1ubuntu6.2 amd64 [installed,automatic]
|
||||||
|
open-vm-tools/focal-updates,focal-security,now 2:11.3.0-2ubuntu0~ubuntu20.04.3 amd64 [installed,automatic]
|
||||||
|
openssh-client/focal-updates,now 1:8.2p1-4ubuntu0.5 amd64 [installed,automatic]
|
||||||
|
openssh-server/focal-updates,now 1:8.2p1-4ubuntu0.5 amd64 [installed]
|
||||||
|
openssh-sftp-server/focal-updates,now 1:8.2p1-4ubuntu0.5 amd64 [installed]
|
||||||
|
openssl/focal-updates,focal-security,now 1.1.1f-1ubuntu2.16 amd64 [installed,automatic]
|
||||||
|
os-prober/focal,now 1.74ubuntu2 amd64 [installed,automatic]
|
||||||
|
overlayroot/focal-updates,now 0.45ubuntu2 all [installed,automatic]
|
||||||
|
packagekit-tools/focal-updates,focal-security,now 1.1.13-2ubuntu1.1 amd64 [installed,automatic]
|
||||||
|
packagekit/focal-updates,focal-security,now 1.1.13-2ubuntu1.1 amd64 [installed,automatic]
|
||||||
|
packages-microsoft-prod/focal,focal,focal,now 1.0-ubuntu20.04.1 all [installed]
|
||||||
|
parted/focal-updates,now 3.3-4ubuntu0.20.04.1 amd64 [installed,automatic]
|
||||||
|
passwd/focal-updates,focal-security,now 1:4.8.1-1ubuntu5.20.04.4 amd64 [installed,automatic]
|
||||||
|
pastebinit/focal,now 1.5.1-1 all [installed,automatic]
|
||||||
|
patch/focal,now 2.7.6-6 amd64 [installed,automatic]
|
||||||
|
pci.ids/focal,now 0.0~2020.03.20-1 all [installed,automatic]
|
||||||
|
pciutils/focal-updates,now 1:3.6.4-1ubuntu0.20.04.1 amd64 [installed,automatic]
|
||||||
|
perl-base/focal-updates,focal-security,now 5.30.0-9ubuntu0.3 amd64 [installed,automatic]
|
||||||
|
perl-modules-5.30/focal-updates,focal-security,now 5.30.0-9ubuntu0.3 all [installed,automatic]
|
||||||
|
perl/focal-updates,focal-security,now 5.30.0-9ubuntu0.3 amd64 [installed,automatic]
|
||||||
|
pigz/focal,now 2.4-1 amd64 [installed]
|
||||||
|
pinentry-curses/focal,now 1.1.0-3build1 amd64 [installed,automatic]
|
||||||
|
plymouth-theme-ubuntu-text/focal-updates,now 0.9.4git20200323-0ubuntu6.2 amd64 [installed,automatic]
|
||||||
|
plymouth/focal-updates,now 0.9.4git20200323-0ubuntu6.2 amd64 [installed,automatic]
|
||||||
|
policykit-1/focal-updates,focal-security,now 0.105-26ubuntu1.3 amd64 [installed,automatic]
|
||||||
|
pollinate/focal-updates,now 4.33-3ubuntu1.20.04.1 all [installed,automatic]
|
||||||
|
popularity-contest/focal,now 1.69ubuntu1 all [installed,automatic]
|
||||||
|
powermgmt-base/focal,now 1.36 all [installed,automatic]
|
||||||
|
procps/focal-updates,now 2:3.3.16-1ubuntu2.3 amd64 [installed,automatic]
|
||||||
|
psmisc/focal,now 23.3-1 amd64 [installed,automatic]
|
||||||
|
publicsuffix/focal,now 20200303.0012-1 all [installed,automatic]
|
||||||
|
python-apt-common/focal-updates,now 2.0.0ubuntu0.20.04.8 all [installed,automatic]
|
||||||
|
python3-apport/focal-updates,now 2.20.11-0ubuntu27.25 all [installed,automatic]
|
||||||
|
python3-apt/focal-updates,now 2.0.0ubuntu0.20.04.8 amd64 [installed,automatic]
|
||||||
|
python3-attr/focal,now 19.3.0-2 all [installed,automatic]
|
||||||
|
python3-automat/focal,now 0.8.0-1ubuntu1 all [installed,automatic]
|
||||||
|
python3-blinker/focal,now 1.4+dfsg1-0.3ubuntu1 all [installed,automatic]
|
||||||
|
python3-ceph-argparse/focal-updates,now 15.2.17-0ubuntu0.20.04.1 amd64 [installed,automatic]
|
||||||
|
python3-ceph-common/focal-updates,now 15.2.17-0ubuntu0.20.04.1 all [installed,automatic]
|
||||||
|
python3-cephfs/focal-updates,now 15.2.17-0ubuntu0.20.04.1 amd64 [installed,automatic]
|
||||||
|
python3-certifi/focal,now 2019.11.28-1 all [installed,automatic]
|
||||||
|
python3-cffi-backend/focal,now 1.14.0-1build1 amd64 [installed,automatic]
|
||||||
|
python3-chardet/focal,now 3.0.4-4build1 all [installed,automatic]
|
||||||
|
python3-click/focal,now 7.0-3 all [installed,automatic]
|
||||||
|
python3-colorama/focal,now 0.4.3-1build1 all [installed,automatic]
|
||||||
|
python3-commandnotfound/focal-updates,now 20.04.6 all [installed,automatic]
|
||||||
|
python3-configobj/focal,now 5.0.6-4 all [installed,automatic]
|
||||||
|
python3-constantly/focal,now 15.1.0-1build1 all [installed,automatic]
|
||||||
|
python3-cryptography/focal-updates,focal-security,now 2.8-3ubuntu0.1 amd64 [installed,automatic]
|
||||||
|
python3-dbus/focal,now 1.2.16-1build1 amd64 [installed,automatic]
|
||||||
|
python3-debconf/focal,now 1.5.73 all [installed,automatic]
|
||||||
|
python3-debian/focal,now 0.1.36ubuntu1 all [installed,automatic]
|
||||||
|
python3-distro-info/focal,now 0.23ubuntu1 all [installed,automatic]
|
||||||
|
python3-distro/focal,now 1.4.0-1 all [installed,automatic]
|
||||||
|
python3-distupgrade/focal-updates,now 1:20.04.39 all [installed,automatic]
|
||||||
|
python3-distutils/focal-updates,focal-security,now 3.8.10-0ubuntu1~20.04 all [installed]
|
||||||
|
python3-entrypoints/focal,now 0.3-2ubuntu1 all [installed,automatic]
|
||||||
|
python3-gdbm/focal-updates,focal-security,now 3.8.10-0ubuntu1~20.04 amd64 [installed,automatic]
|
||||||
|
python3-gi/focal,now 3.36.0-1 amd64 [installed,automatic]
|
||||||
|
python3-hamcrest/focal,now 1.9.0-3 all [installed,automatic]
|
||||||
|
python3-httplib2/focal,now 0.14.0-1ubuntu1 all [installed,automatic]
|
||||||
|
python3-hyperlink/focal,now 19.0.0-1 all [installed,automatic]
|
||||||
|
python3-idna/focal,now 2.8-1 all [installed,automatic]
|
||||||
|
python3-importlib-metadata/focal,now 1.5.0-1 all [installed]
|
||||||
|
python3-incremental/focal,now 16.10.1-3.2 all [installed,automatic]
|
||||||
|
python3-jinja2/focal,now 2.10.1-2 all [installed]
|
||||||
|
python3-json-pointer/focal,now 2.0-0ubuntu1 all [installed]
|
||||||
|
python3-jsonpatch/focal,now 1.23-3 all [installed]
|
||||||
|
python3-jsonschema/focal,now 3.2.0-0ubuntu2 all [installed]
|
||||||
|
python3-jwt/focal-updates,focal-security,now 1.7.1-2ubuntu2.1 all [installed,automatic]
|
||||||
|
python3-keyring/focal,now 18.0.1-2ubuntu1 all [installed,automatic]
|
||||||
|
python3-launchpadlib/focal,now 1.10.13-1 all [installed,automatic]
|
||||||
|
python3-lazr.restfulclient/focal,now 0.14.2-2build1 all [installed,automatic]
|
||||||
|
python3-lazr.uri/focal,now 1.0.3-4build1 all [installed,automatic]
|
||||||
|
python3-lib2to3/focal-updates,focal-security,now 3.8.10-0ubuntu1~20.04 all [installed]
|
||||||
|
python3-markupsafe/focal,now 1.1.0-1build2 amd64 [installed]
|
||||||
|
python3-minimal/focal,now 3.8.2-0ubuntu2 amd64 [installed,automatic]
|
||||||
|
python3-more-itertools/focal,now 4.2.0-1build1 all [installed]
|
||||||
|
python3-nacl/focal,now 1.3.0-5 amd64 [installed]
|
||||||
|
python3-netifaces/focal,now 0.10.4-1ubuntu4 amd64 [installed,automatic]
|
||||||
|
python3-newt/focal,now 0.52.21-4ubuntu2 amd64 [installed,automatic]
|
||||||
|
python3-oauthlib/focal,now 3.1.0-1ubuntu2 all [installed,automatic]
|
||||||
|
python3-openssl/focal,now 19.0.0-1build1 all [installed,automatic]
|
||||||
|
python3-parted/focal,now 3.11.2-11.1build1 amd64 [installed]
|
||||||
|
python3-pexpect/focal,now 4.6.0-1build1 all [installed,automatic]
|
||||||
|
python3-pkg-resources/focal,now 45.2.0-1 all [installed,automatic]
|
||||||
|
python3-prettytable/focal,now 0.7.2-5 all [installed,automatic]
|
||||||
|
python3-problem-report/focal-updates,now 2.20.11-0ubuntu27.25 all [installed,automatic]
|
||||||
|
python3-ptyprocess/focal,now 0.6.0-1ubuntu1 all [installed,automatic]
|
||||||
|
python3-pyasn1-modules/focal,now 0.2.1-0.2build1 all [installed,automatic]
|
||||||
|
python3-pyasn1/focal,now 0.4.2-3build1 all [installed,automatic]
|
||||||
|
python3-pymacaroons/focal,now 0.13.0-3 all [installed]
|
||||||
|
python3-pyrsistent/focal,now 0.15.5-1build1 amd64 [installed]
|
||||||
|
python3-rados/focal-updates,now 15.2.17-0ubuntu0.20.04.1 amd64 [installed,automatic]
|
||||||
|
python3-rbd/focal-updates,now 15.2.17-0ubuntu0.20.04.1 amd64 [installed,automatic]
|
||||||
|
python3-requests-unixsocket/focal,now 0.2.0-2 all [installed,automatic]
|
||||||
|
python3-requests/focal,now 2.22.0-2ubuntu1 all [installed,automatic]
|
||||||
|
python3-secretstorage/focal,now 2.3.1-2ubuntu1 all [installed,automatic]
|
||||||
|
python3-serial/focal,now 3.4-5.1 all [installed]
|
||||||
|
python3-service-identity/focal,now 18.1.0-5build1 all [installed,automatic]
|
||||||
|
python3-setuptools/focal,now 45.2.0-1 all [installed]
|
||||||
|
python3-simplejson/focal,now 3.16.0-2ubuntu2 amd64 [installed,automatic]
|
||||||
|
python3-six/focal,now 1.14.0-2 all [installed,automatic]
|
||||||
|
python3-software-properties/focal-updates,now 0.99.9.8 all [installed,automatic]
|
||||||
|
python3-systemd/focal,now 234-3build2 amd64 [installed,automatic]
|
||||||
|
python3-twisted-bin/focal-updates,focal-security,now 18.9.0-11ubuntu0.20.04.2 amd64 [installed,automatic]
|
||||||
|
python3-twisted/focal-updates,focal-security,now 18.9.0-11ubuntu0.20.04.2 all [installed,automatic]
|
||||||
|
python3-update-manager/focal-updates,now 1:20.04.10.11 all [installed,automatic]
|
||||||
|
python3-urllib3/focal-updates,focal-security,now 1.25.8-2ubuntu0.1 all [installed,automatic]
|
||||||
|
python3-wadllib/focal,now 1.3.3-3build1 all [installed,automatic]
|
||||||
|
python3-yaml/focal-updates,focal-security,now 5.3.1-1ubuntu0.1 amd64 [installed,automatic]
|
||||||
|
python3-zipp/focal,now 1.0.0-1 all [installed]
|
||||||
|
python3-zope.interface/focal,now 4.7.1-1 amd64 [installed,automatic]
|
||||||
|
python3.8-minimal/focal-updates,focal-security,now 3.8.10-0ubuntu1~20.04.6 amd64 [installed,automatic]
|
||||||
|
python3.8/focal-updates,focal-security,now 3.8.10-0ubuntu1~20.04.6 amd64 [installed,automatic]
|
||||||
|
python3/focal,now 3.8.2-0ubuntu2 amd64 [installed,automatic]
|
||||||
|
readline-common/focal,now 8.0-4 all [installed,automatic]
|
||||||
|
rpcbind/focal,now 1.2.5-8 amd64 [installed,automatic]
|
||||||
|
rsync/focal-updates,focal-security,now 3.1.3-8ubuntu0.4 amd64 [installed,automatic]
|
||||||
|
rsyslog/focal-updates,focal-security,now 8.2001.0-1ubuntu1.3 amd64 [installed,automatic]
|
||||||
|
run-one/focal,now 1.17-0ubuntu1 all [installed,automatic]
|
||||||
|
sbsigntool/focal-updates,now 0.9.2-2ubuntu1.1 amd64 [installed,automatic]
|
||||||
|
screen/focal-updates,focal-security,now 4.8.0-1ubuntu0.1 amd64 [installed,automatic]
|
||||||
|
secureboot-db/focal,now 1.5 amd64 [installed,automatic]
|
||||||
|
sed/focal,now 4.7-1 amd64 [installed,automatic]
|
||||||
|
sensible-utils/focal,now 0.0.12+nmu1 all [installed,automatic]
|
||||||
|
sg3-utils-udev/focal,now 1.44-1ubuntu2 all [installed,automatic]
|
||||||
|
sg3-utils/focal,now 1.44-1ubuntu2 amd64 [installed,automatic]
|
||||||
|
shared-mime-info/focal,now 1.15-1 amd64 [installed,automatic]
|
||||||
|
shim-signed/focal-updates,focal-security,now 1.40.7+15.4-0ubuntu9 amd64 [installed]
|
||||||
|
snapd/focal-updates,focal-security,now 2.57.5+20.04ubuntu0.1 amd64 [installed,automatic]
|
||||||
|
socat/focal,now 1.7.3.3-2 amd64 [installed]
|
||||||
|
software-properties-common/focal-updates,now 0.99.9.8 all [installed,automatic]
|
||||||
|
sosreport/focal-updates,now 4.4-1ubuntu0.20.04.1 amd64 [installed,automatic]
|
||||||
|
sound-theme-freedesktop/focal,now 0.8-2ubuntu1 all [installed,automatic]
|
||||||
|
squashfs-tools/focal-updates,focal-security,now 1:4.4-1ubuntu0.3 amd64 [installed,automatic]
|
||||||
|
ssh-import-id/focal,now 5.10-0ubuntu1 all [installed]
|
||||||
|
strace/focal-updates,now 5.5-3ubuntu1 amd64 [installed,automatic]
|
||||||
|
sudo/focal-updates,focal-security,now 1.8.31-1ubuntu1.2 amd64 [installed,automatic]
|
||||||
|
sysstat/focal-updates,focal-security,now 12.2.0-2ubuntu0.2 amd64 [installed]
|
||||||
|
systemd-sysv/focal-updates,now 245.4-4ubuntu3.19 amd64 [installed,automatic]
|
||||||
|
systemd/focal-updates,now 245.4-4ubuntu3.19 amd64 [installed,automatic]
|
||||||
|
sysvinit-utils/focal,now 2.96-2.1ubuntu1 amd64 [installed]
|
||||||
|
tar/focal-updates,focal-security,now 1.30+dfsg-7ubuntu0.20.04.2 amd64 [installed,automatic]
|
||||||
|
tcpdump/focal-updates,focal-security,now 4.9.3-4ubuntu0.1 amd64 [installed,automatic]
|
||||||
|
telnet/focal,now 0.17-41.2build1 amd64 [installed,automatic]
|
||||||
|
thin-provisioning-tools/focal,now 0.8.5-4build1 amd64 [installed,automatic]
|
||||||
|
time/focal,now 1.7-25.1build1 amd64 [installed,automatic]
|
||||||
|
tmux/focal-updates,now 3.0a-2ubuntu0.3 amd64 [installed,automatic]
|
||||||
|
tpm-udev/focal,now 0.4 all [installed,automatic]
|
||||||
|
traceroute/focal,now 1:2.1.0-2 amd64 [installed]
|
||||||
|
tzdata/focal-updates,focal-security,now 2022g-0ubuntu0.20.04.1 all [installed,automatic]
|
||||||
|
ubuntu-advantage-tools/focal-updates,now 27.12~20.04.1 amd64 [installed,automatic]
|
||||||
|
ubuntu-keyring/focal-updates,now 2020.02.11.4 all [installed,automatic]
|
||||||
|
ubuntu-minimal/focal-updates,now 1.450.2 amd64 [installed]
|
||||||
|
ubuntu-release-upgrader-core/focal-updates,now 1:20.04.39 all [installed,automatic]
|
||||||
|
ubuntu-server/focal-updates,now 1.450.2 amd64 [installed]
|
||||||
|
ubuntu-standard/focal-updates,now 1.450.2 amd64 [installed]
|
||||||
|
ucf/focal,now 3.0038+nmu1 all [installed,automatic]
|
||||||
|
udev/focal-updates,now 245.4-4ubuntu3.19 amd64 [installed,automatic]
|
||||||
|
udisks2/focal-updates,now 2.8.4-1ubuntu2 amd64 [installed,automatic]
|
||||||
|
ufw/focal-updates,now 0.36-6ubuntu1 all [installed,automatic]
|
||||||
|
unattended-upgrades/focal-updates,now 2.3ubuntu0.3 all [installed,automatic]
|
||||||
|
update-manager-core/focal-updates,now 1:20.04.10.11 all [installed,automatic]
|
||||||
|
update-notifier-common/focal-updates,now 3.192.30.11 all [installed,automatic]
|
||||||
|
usb-modeswitch-data/focal,now 20191128-3 all [installed,automatic]
|
||||||
|
usb-modeswitch/focal,now 2.5.2+repack0-2ubuntu3 amd64 [installed,automatic]
|
||||||
|
usb.ids/focal,now 2020.03.19-1 all [installed,automatic]
|
||||||
|
usbutils/focal,now 1:012-2 amd64 [installed,automatic]
|
||||||
|
util-linux/focal-updates,focal-security,now 2.34-0.1ubuntu9.3 amd64 [installed]
|
||||||
|
uuid-runtime/focal-updates,focal-security,now 2.34-0.1ubuntu9.3 amd64 [installed,automatic]
|
||||||
|
vim-common/focal-updates,focal-security,now 2:8.1.2269-1ubuntu5.9 all [installed,automatic]
|
||||||
|
vim-runtime/focal-updates,focal-security,now 2:8.1.2269-1ubuntu5.9 all [installed,automatic]
|
||||||
|
vim-tiny/focal-updates,focal-security,now 2:8.1.2269-1ubuntu5.9 amd64 [installed,automatic]
|
||||||
|
vim/focal-updates,focal-security,now 2:8.1.2269-1ubuntu5.9 amd64 [installed,automatic]
|
||||||
|
walinuxagent/focal-updates,now 2.2.46-0ubuntu1.2 amd64 [installed]
|
||||||
|
wget/focal-updates,now 1.20.3-1ubuntu2 amd64 [installed,automatic]
|
||||||
|
whiptail/focal,now 0.52.21-4ubuntu2 amd64 [installed,automatic]
|
||||||
|
xauth/focal,now 1:1.1-0ubuntu1 amd64 [installed,automatic]
|
||||||
|
xdg-user-dirs/focal,now 0.17-2ubuntu1 amd64 [installed,automatic]
|
||||||
|
xfsprogs/focal,now 5.3.0-1ubuntu2 amd64 [installed,automatic]
|
||||||
|
xkb-data/focal,now 2.29-2 all [installed,automatic]
|
||||||
|
xxd/focal-updates,focal-security,now 2:8.1.2269-1ubuntu5.9 amd64 [installed,automatic]
|
||||||
|
xz-utils/focal-updates,focal-security,now 5.2.4-1ubuntu1.1 amd64 [installed]
|
||||||
|
zerofree/focal,now 1.1.1-1 amd64 [installed,automatic]
|
||||||
|
zip/focal,now 3.0-11build1 amd64 [installed]
|
||||||
|
zlib1g/focal-updates,focal-security,now 1:1.2.11.dfsg-2ubuntu1.5 amd64 [installed,automatic]
|
||||||
|
Install completed successfully on Wed Jan 11 00:19:06 UTC 2023
|
||||||
|
VSTS Build NUMBER: 20230110.6
|
||||||
|
VSTS Build ID: 66969085
|
||||||
|
Commit: f39eefad866dd93062ac048b11d7052b88b8423f
|
||||||
|
Feature flags:
|
Загрузка…
Ссылка в новой задаче