Last active
April 2, 2023 14:51
-
-
Save ekoontz/2f04fc84b8d560122581d40f6b4a9006 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~ on ☁️ eu-central-1 took 16m21s | |
❯ ssh -i ~/.ssh/eu-central-1.pem [email protected] | |
The authenticity of host '18.195.88.121 (18.195.88.121)' can't be established. | |
ED25519 key fingerprint is SHA256:MR2Avnm8zMcVw1BclpbrZXT5rn73Ei5i/e+rM0NGxmE. | |
This key is not known by any other names | |
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes | |
Warning: Permanently added '18.195.88.121' (ED25519) to the list of known hosts. | |
Welcome to Ubuntu 20.04.6 LTS (GNU/Linux 5.15.0-1031-aws x86_64) | |
* Documentation: https://help.ubuntu.com | |
* Management: https://landscape.canonical.com | |
* Support: https://ubuntu.com/advantage | |
System information as of Sun Apr 2 13:45:20 UTC 2023 | |
System load: 0.62 Processes: 129 | |
Usage of /: 8.1% of 23.08GB Users logged in: 0 | |
Memory usage: 1% IPv4 address for ens5: 172.31.38.139 | |
Swap usage: 0% | |
Expanded Security Maintenance for Applications is enabled. | |
10 updates can be applied immediately. | |
7 of these updates are standard security updates. | |
To see these additional updates run: apt list --upgradable | |
The programs included with the Ubuntu system are free software; | |
the exact distribution terms for each program are described in the | |
individual files in /usr/share/doc/*/copyright. | |
Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by | |
applicable law. | |
To run a command as administrator (user "root"), use "sudo <command>". | |
See "man sudo_root" for details. | |
ubuntu@ip-172-31-38-139:~$ sudo apt-get update | |
Hit:1 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal InRelease | |
Hit:2 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates InRelease | |
Hit:3 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-backports InRelease | |
Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease | |
Get:5 https://esm.ubuntu.com/apps/ubuntu focal-apps-security InRelease [7556 B] | |
Get:6 https://esm.ubuntu.com/apps/ubuntu focal-apps-updates InRelease [7459 B] | |
Get:7 https://esm.ubuntu.com/infra/ubuntu focal-infra-security InRelease [7453 B] | |
Get:8 https://esm.ubuntu.com/infra/ubuntu focal-infra-updates InRelease [7452 B] | |
Fetched 29.9 kB in 1s (39.0 kB/s) | |
Reading package lists... Done | |
ubuntu@ip-172-31-38-139:~$ wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/cuda-keyring_1.0-1_all.deb | |
--2023-04-02 13:45:53-- https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/cuda-keyring_1.0-1_all.deb | |
Resolving developer.download.nvidia.com (developer.download.nvidia.com)... 152.199.20.126 | |
Connecting to developer.download.nvidia.com (developer.download.nvidia.com)|152.199.20.126|:443... connected. | |
HTTP request sent, awaiting response... 200 OK | |
Length: 4328 (4.2K) [application/x-deb] | |
Saving to: ‘cuda-keyring_1.0-1_all.deb’ | |
cuda-keyring_1.0-1_all.deb 100%[==================================================================>] 4.23K --.-KB/s in 0s | |
2023-04-02 13:45:53 (257 MB/s) - ‘cuda-keyring_1.0-1_all.deb’ saved [4328/4328] | |
ubuntu@ip-172-31-38-139:~$ sudo dpkg -i cuda-keyring_1.0-1_all.deb | |
Selecting previously unselected package cuda-keyring. | |
(Reading database ... 61914 files and directories currently installed.) | |
Preparing to unpack cuda-keyring_1.0-1_all.deb ... | |
Unpacking cuda-keyring (1.0-1) ... | |
Setting up cuda-keyring (1.0-1) ... | |
ubuntu@ip-172-31-38-139:~$ sudo add-apt-repository "deb https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/ /" | |
Hit:1 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal InRelease | |
Hit:2 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates InRelease | |
Hit:3 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-backports InRelease | |
Get:4 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 InRelease [1581 B] | |
Hit:5 https://esm.ubuntu.com/apps/ubuntu focal-apps-security InRelease | |
Hit:6 https://esm.ubuntu.com/apps/ubuntu focal-apps-updates InRelease | |
Get:7 https://esm.ubuntu.com/infra/ubuntu focal-infra-security InRelease [7453 B] | |
Get:8 https://esm.ubuntu.com/infra/ubuntu focal-infra-updates InRelease [7452 B] | |
Hit:9 http://security.ubuntu.com/ubuntu focal-security InRelease | |
Get:10 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 Packages [969 kB] | |
Fetched 986 kB in 1s (1702 kB/s) | |
Reading package lists... Done | |
W: Target Packages (Packages) is configured multiple times in /etc/apt/sources.list:58 and /etc/apt/sources.list.d/cuda-ubuntu2004-x86_64.list:1 | |
W: Target Translations (en) is configured multiple times in /etc/apt/sources.list:58 and /etc/apt/sources.list.d/cuda-ubuntu2004-x86_64.list:1 | |
W: Target Packages (Packages) is configured multiple times in /etc/apt/sources.list:58 and /etc/apt/sources.list.d/cuda-ubuntu2004-x86_64.list:1 | |
W: Target Translations (en) is configured multiple times in /etc/apt/sources.list:58 and /etc/apt/sources.list.d/cuda-ubuntu2004-x86_64.list:1 | |
ubuntu@ip-172-31-38-139:~$ sudo apt-cache search cuda | |
libcuda1-340 - NVIDIA CUDA runtime library | |
libnvidia-compute-390 - NVIDIA libcompute package | |
libnvidia-decode-390 - NVIDIA Video Decoding runtime libraries | |
nvidia-compute-utils-390 - NVIDIA compute utilities | |
nvidia-headless-390 - NVIDIA headless metapackage | |
nvidia-headless-no-dkms-390 - NVIDIA headless metapackage - no DKMS | |
boinc-client-nvidia-cuda - metapackage for CUDA-savvy BOINC client and manager | |
caffe-cpu - Fast, open framework for Deep Learning (Meta) | |
darknet - Open Source Neural Networks in C | |
forge-doc - documentation for forge | |
gcc-offload-nvptx - GCC offloading compiler to NVPTX | |
libarrayfire-cpu-dev - Development files for ArrayFire (CPU backend) | |
libarrayfire-cpu3 - High performance library for parallel computing (CPU backend) | |
libarrayfire-dev - Common development files for ArrayFire | |
libarrayfire-doc - Common documentation and examples for ArrayFire | |
libarrayfire-opencl-dev - Development files for ArrayFire (OpenCL backend) | |
libarrayfire-opencl3 - High performance library for parallel computing (OpenCL backend) | |
libarrayfire-unified-dev - Development files for ArrayFire (unified backend) | |
libarrayfire-unified3 - High performance library for parallel computing (unified backend) | |
libforge-dev - development files for forge | |
libforge1 - high-performance OpenGL visualization | |
libgomp-plugin-nvptx1 - GCC OpenMP v4.5 plugin for offloading to NVPTX | |
libgpuarray-dev - development files for libgpuarray | |
libgpuarray-doc - documentation for libgpuarray | |
libgpuarray3 - library to manipulate tensors on the GPU | |
librandom123-dev - parallel random numbers library | |
librandom123-doc - documentation and examples of parallel random numbers library | |
libspfft-dev - Sparse 3D FFT library with MPI, OpenMP, CUDA / ROCm support (development files) | |
libspfft0 - Sparse 3D FFT library with MPI, OpenMP, CUDA / ROCm support | |
libsuperlu-dist-dev - Highly distributed solution of sparse linear equations | |
libsuperlu-dist6 - Highly distributed solution of sparse linear equations | |
libtrilinos-kokkos-dev - Trilinos Kokkos programming model - development files | |
libtrilinos-kokkos12 - Trilinos Kokkos programming model - runtime files | |
numba-doc - native machine code compiler for Python (docs) | |
python-arrayfire-doc - documentation for the ArrayFire Python bindings | |
python-pytools-doc - big bag of things supplementing Python library (documentation) | |
python3-arrayfire - ArrayFire bindings for Python 3 | |
python3-compyle - Execute a subset of Python on HPC platforms | |
python3-numba - native machine code compiler for Python 3 | |
python3-pygpu - language bindings for libgpuarray (Python 3) | |
python3-pygpu-dbg - debug extensions for pygpu (Python 3) | |
python3-pytools - big bag of things supplementing Python 3 standard library | |
r-cran-uroot - GNU R unit root tests for seasonal time series | |
texlive-luatex - TeX Live: LuaTeX packages | |
vc-dev - Library to ease explicit vectorization of C++ code | |
vim-syntastic - Syntax checking hacks for vim | |
libaccinj64-10.1 - NVIDIA ACCINJ Library (64-bit) | |
libcublas10 - NVIDIA cuBLAS Library | |
libcublaslt10 - NVIDIA cuBLASLt Library | |
libcuda1-331 - Transitional package for libcuda1-340 | |
libcuda1-331-updates - Transitional package for libcuda1-340 | |
libcuda1-340-updates - Transitional package for libcuda1-340 | |
libcuda1-384 - Transitional package for nvidia-headless-390 | |
libcudart10.1 - NVIDIA CUDA Runtime Library | |
libcufft10 - NVIDIA cuFFT Library | |
libcufftw10 - NVIDIA cuFFTW Library | |
libcuinj64-10.1 - NVIDIA CUINJ Library (64-bit) | |
libcupti-dev - NVIDIA CUDA Profiler Tools Interface development files | |
libcupti-doc - NVIDIA CUDA Profiler Tools Interface documentation | |
libcupti10.1 - NVIDIA CUDA Profiler Tools Interface runtime library | |
libcurand10 - NVIDIA cuRAND Library | |
libcusparse10 - NVIDIA cuSPARSE Library | |
libeztrace0-contrib - Automatic execution trace generation for HPC - development files | |
libhwloc-contrib-plugins - Hierarchical view of the machine - contrib plugins | |
libnppc10 - NVIDIA Performance Primitives core runtime library | |
libnppial10 - NVIDIA Performance Primitives lib for Image Arithmetic and Logic | |
libnppicc10 - NVIDIA Performance Primitives lib for Image Color Conversion | |
libnppicom10 - NVIDIA Performance Primitives lib for Image Compression | |
libnppidei10 - NVIDIA Performance Primitives lib for Image Data Exchange and Initialization | |
libnppif10 - NVIDIA Performance Primitives lib for Image Filters | |
libnppig10 - NVIDIA Performance Primitives lib for Image Geometry transforms | |
libnppim10 - NVIDIA Performance Primitives lib for Image Morphological operations | |
libnppist10 - NVIDIA Performance Primitives lib for Image Statistics | |
libnppisu10 - NVIDIA Performance Primitives lib for Image Support | |
libnppitc10 - NVIDIA Performance Primitives lib for Image Threshold and Compare | |
libnpps10 - NVIDIA Performance Primitives for signal processing runtime library | |
libnvblas10 - NVBLAS runtime library | |
libnvrtc10.1 - CUDA Runtime Compilation (NVIDIA NVRTC Library) | |
libnvvm3 - NVIDIA NVVM Library | |
libsocl-contrib-1.3-0 - Task scheduler for heterogeneous multicore machines | |
libstarpu-contrib-1.3-2 - Task scheduler for heterogeneous multicore machines | |
libstarpu-contrib-dev - Task scheduler for heterogeneous multicore machines - dev | |
libstarpu-contribfft-1.3-1 - Task scheduler for heterogeneous multicore machines | |
libstarpu-contribmpi-1.3-1 - Task scheduler for heterogeneous multicore machines | |
libthrust-dev - Thrust - Parallel Algorithms Library | |
nvidia-cuda-dev - NVIDIA CUDA development files | |
nvidia-cuda-doc - NVIDIA CUDA and OpenCL documentation | |
nvidia-cuda-gdb - NVIDIA CUDA Debugger (GDB) | |
nvidia-cuda-toolkit - NVIDIA CUDA development toolkit | |
nvidia-cuda-toolkit-gcc - NVIDIA CUDA development toolkit (GCC compatibility) | |
nvidia-nsight - NVIDIA Nsight Eclipse Edition | |
nvidia-profiler - NVIDIA Profiler for CUDA and OpenCL | |
nvidia-visual-profiler - NVIDIA Visual Profiler for CUDA and OpenCL | |
python-pycuda-doc - module to access Nvidia‘s CUDA computation API (documentation) | |
python3-pycuda - Python 3 module to access Nvidia‘s CUDA parallel computation API | |
python3-pycuda-dbg - Python 3 module to access Nvidia‘s CUDA API (debug extensions) | |
starpu-contrib-examples - Task scheduler for heterogeneous multicore machines - exs | |
starpu-contrib-tools - Task scheduler for heterogeneous multicore machines - tools | |
cuda-drivers-fabricmanager-515 - Meta-package for FM and Driver | |
libnvidia-compute-435 - Transitional package for libnvidia-compute-455 | |
libnvidia-compute-440 - Transitional package for libnvidia-compute-450 | |
libnvidia-compute-450-server - NVIDIA libcompute package | |
libnvidia-compute-470 - NVIDIA libcompute package | |
libnvidia-compute-470-server - NVIDIA libcompute package | |
libnvidia-compute-510 - NVIDIA libcompute package | |
libnvidia-compute-515 - NVIDIA libcompute package | |
libnvidia-compute-515-server - NVIDIA libcompute package | |
libnvidia-compute-525 - NVIDIA libcompute package | |
libnvidia-compute-525-server - NVIDIA libcompute package | |
libnvidia-decode-450-server - NVIDIA Video Decoding runtime libraries | |
libnvidia-decode-470 - NVIDIA Video Decoding runtime libraries | |
libnvidia-decode-470-server - NVIDIA Video Decoding runtime libraries | |
libnvidia-decode-510 - NVIDIA Video Decoding runtime libraries | |
libnvidia-decode-515 - NVIDIA Video Decoding runtime libraries | |
libnvidia-decode-515-server - NVIDIA Video Decoding runtime libraries | |
libnvidia-decode-525 - NVIDIA Video Decoding runtime libraries | |
libnvidia-decode-525-server - NVIDIA Video Decoding runtime libraries | |
nvidia-compute-utils-450-server - NVIDIA compute utilities | |
nvidia-compute-utils-470 - NVIDIA compute utilities | |
nvidia-compute-utils-470-server - NVIDIA compute utilities | |
nvidia-compute-utils-510 - NVIDIA compute utilities | |
nvidia-compute-utils-515 - NVIDIA compute utilities | |
nvidia-compute-utils-515-server - NVIDIA compute utilities | |
nvidia-compute-utils-525 - NVIDIA compute utilities | |
nvidia-compute-utils-525-server - NVIDIA compute utilities | |
nvidia-headless-450-server - NVIDIA headless metapackage | |
nvidia-headless-470 - NVIDIA headless metapackage | |
nvidia-headless-470-server - NVIDIA headless metapackage | |
nvidia-headless-510 - NVIDIA headless metapackage | |
nvidia-headless-515 - NVIDIA headless metapackage | |
nvidia-headless-515-open - NVIDIA headless metapackage (open kernel module) | |
nvidia-headless-515-server - NVIDIA headless metapackage | |
nvidia-headless-525 - NVIDIA headless metapackage | |
nvidia-headless-525-open - NVIDIA headless metapackage (open kernel module) | |
nvidia-headless-525-server - NVIDIA headless metapackage | |
nvidia-headless-no-dkms-450-server - NVIDIA headless metapackage - no DKMS | |
nvidia-headless-no-dkms-470 - NVIDIA headless metapackage - no DKMS | |
nvidia-headless-no-dkms-470-server - NVIDIA headless metapackage - no DKMS | |
nvidia-headless-no-dkms-510 - NVIDIA headless metapackage - no DKMS | |
nvidia-headless-no-dkms-515 - NVIDIA headless metapackage - no DKMS | |
nvidia-headless-no-dkms-515-open - NVIDIA headless metapackage - no DKMS (open kernel module) | |
nvidia-headless-no-dkms-515-server - NVIDIA headless metapackage - no DKMS | |
nvidia-headless-no-dkms-525 - NVIDIA headless metapackage - no DKMS | |
nvidia-headless-no-dkms-525-open - NVIDIA headless metapackage - no DKMS (open kernel module) | |
nvidia-headless-no-dkms-525-server - NVIDIA headless metapackage - no DKMS | |
cuda-drivers-fabricmanager-450 - Meta-package for FM and Driver | |
cuda-drivers-fabricmanager-470 - Meta-package for FM and Driver | |
cuda-drivers-fabricmanager-525 - Meta-package for FM and Driver | |
libnvidia-compute-418-server - NVIDIA libcompute package | |
libnvidia-decode-418-server - NVIDIA Video Decoding runtime libraries | |
nvidia-compute-utils-418-server - NVIDIA compute utilities | |
nvidia-headless-418-server - NVIDIA headless metapackage | |
nvidia-headless-no-dkms-418-server - NVIDIA headless metapackage - no DKMS | |
cuda-11-0 - CUDA 11.0 meta-package | |
cuda - CUDA meta-package | |
cuda-11-1 - CUDA 11.1 meta-package | |
cuda-11-2 - CUDA 11.2 meta-package | |
cuda-11-3 - CUDA 11.3 meta-package | |
cuda-11-4 - CUDA 11.4 meta-package | |
cuda-11-5 - CUDA 11.5 meta-package | |
cuda-11-6 - CUDA 11.6 meta-package | |
cuda-command-line-tools-11-0 - CUDA command-line tools | |
cuda-command-line-tools-11-1 - CUDA command-line tools | |
cuda-command-line-tools-11-2 - CUDA command-line tools | |
cuda-command-line-tools-11-3 - CUDA command-line tools | |
cuda-command-line-tools-11-4 - CUDA command-line tools | |
cuda-command-line-tools-11-5 - CUDA command-line tools | |
cuda-command-line-tools-11-6 - CUDA command-line tools | |
cuda-compat-11-0 - CUDA Compatibility Platform | |
cuda-compat-11-1 - CUDA Compatibility Platform | |
cuda-compat-11-2 - CUDA Compatibility Platform | |
cuda-compat-11-3 - CUDA Compatibility Platform | |
cuda-compat-11-4 - CUDA Compatibility Platform | |
cuda-compat-11-5 - CUDA Compatibility Platform | |
cuda-compat-11-6 - CUDA Compatibility Platform | |
cuda-compiler-11-0 - CUDA compiler | |
cuda-compiler-11-1 - CUDA compiler | |
cuda-compiler-11-2 - CUDA compiler | |
cuda-compiler-11-3 - CUDA compiler | |
cuda-compiler-11-4 - CUDA compiler | |
cuda-compiler-11-5 - CUDA compiler | |
cuda-compiler-11-6 - CUDA compiler | |
cuda-drivers - CUDA Driver meta-package, branch-agnostic | |
cuda-drivers-450 - CUDA Driver meta-package, branch-specific | |
cuda-drivers-455 - CUDA Driver meta-package, branch-specific | |
cuda-drivers-460 - CUDA Driver meta-package, branch-specific | |
cuda-drivers-465 - CUDA Driver meta-package, branch-specific | |
cuda-drivers-470 - CUDA Driver meta-package, branch-specific | |
cuda-drivers-495 - CUDA Driver meta-package, branch-specific | |
cuda-drivers-510 - CUDA Driver meta-package, branch-specific | |
cuda-libraries-11-0 - CUDA Libraries 11.0 meta-package | |
cuda-libraries-11-1 - CUDA Libraries 11.1 meta-package | |
cuda-libraries-11-2 - CUDA Libraries 11.2 meta-package | |
cuda-libraries-11-3 - CUDA Libraries 11.3 meta-package | |
cuda-libraries-11-4 - CUDA Libraries 11.4 meta-package | |
cuda-libraries-11-5 - CUDA Libraries 11.5 meta-package | |
cuda-libraries-11-6 - CUDA Libraries 11.6 meta-package | |
cuda-libraries-dev-11-0 - CUDA Libraries 11.0 development meta-package | |
cuda-libraries-dev-11-1 - CUDA Libraries 11.1 development meta-package | |
cuda-libraries-dev-11-2 - CUDA Libraries 11.2 development meta-package | |
cuda-libraries-dev-11-3 - CUDA Libraries 11.3 development meta-package | |
cuda-libraries-dev-11-4 - CUDA Libraries 11.4 development meta-package | |
cuda-libraries-dev-11-5 - CUDA Libraries 11.5 development meta-package | |
cuda-libraries-dev-11-6 - CUDA Libraries 11.6 development meta-package | |
cuda-minimal-build-11-0 - Minimal CUDA 11.0 toolkit build packages. | |
cuda-minimal-build-11-1 - Minimal CUDA 11.1 toolkit build packages. | |
cuda-minimal-build-11-2 - Minimal CUDA 11.2 toolkit build packages. | |
cuda-minimal-build-11-3 - Minimal CUDA 11.3 toolkit build packages. | |
cuda-minimal-build-11-4 - Minimal CUDA 11.4 toolkit build packages. | |
cuda-minimal-build-11-5 - Minimal CUDA 11.5 toolkit build packages. | |
cuda-minimal-build-11-6 - Minimal CUDA 11.6 toolkit build packages. | |
cuda-nsight-compute-11-0 - NVIDIA Nsight Compute | |
cuda-nsight-compute-11-1 - NVIDIA Nsight Compute | |
cuda-nsight-compute-11-2 - NVIDIA Nsight Compute | |
cuda-nsight-compute-11-3 - NVIDIA Nsight Compute | |
cuda-nsight-compute-11-4 - NVIDIA Nsight Compute | |
cuda-nsight-compute-11-5 - NVIDIA Nsight Compute | |
cuda-nsight-compute-11-6 - NVIDIA Nsight Compute | |
cuda-nsight-systems-11-0 - NVIDIA Nsight Systems | |
cuda-nsight-systems-11-1 - NVIDIA Nsight Systems | |
cuda-nsight-systems-11-2 - NVIDIA Nsight Systems | |
cuda-nsight-systems-11-3 - NVIDIA Nsight Systems | |
cuda-nsight-systems-11-4 - NVIDIA Nsight Systems | |
cuda-nsight-systems-11-5 - NVIDIA Nsight Systems | |
cuda-nsight-systems-11-6 - NVIDIA Nsight Systems | |
cuda-runtime-11-0 - CUDA Runtime 11.0 meta-package | |
cuda-runtime-11-1 - CUDA Runtime 11.1 meta-package | |
cuda-runtime-11-2 - CUDA Runtime 11.2 meta-package | |
cuda-runtime-11-3 - CUDA Runtime 11.3 meta-package | |
cuda-runtime-11-4 - CUDA Runtime 11.4 meta-package | |
cuda-runtime-11-5 - CUDA Runtime 11.5 meta-package | |
cuda-runtime-11-6 - CUDA Runtime 11.6 meta-package | |
cuda-toolkit-11-0 - CUDA Toolkit 11.0 meta-package | |
cuda-toolkit-11-1 - CUDA Toolkit 11.1 meta-package | |
cuda-toolkit-11-2 - CUDA Toolkit 11.2 meta-package | |
cuda-toolkit-11-3 - CUDA Toolkit 11.3 meta-package | |
cuda-toolkit-11-4 - CUDA Toolkit 11.4 meta-package | |
cuda-toolkit-11-5 - CUDA Toolkit 11.5 meta-package | |
cuda-toolkit-11-6 - CUDA Toolkit 11.6 meta-package | |
cuda-tools-11-0 - CUDA Tools meta-package | |
cuda-tools-11-1 - CUDA Tools meta-package | |
cuda-tools-11-2 - CUDA Tools meta-package | |
cuda-tools-11-3 - CUDA Tools meta-package | |
cuda-tools-11-4 - CUDA Tools meta-package | |
cuda-tools-11-5 - CUDA Tools meta-package | |
cuda-tools-11-6 - CUDA Tools meta-package | |
cuda-visual-tools-11-0 - CUDA visual tools | |
cuda-visual-tools-11-1 - CUDA visual tools | |
cuda-visual-tools-11-2 - CUDA visual tools | |
cuda-visual-tools-11-3 - CUDA visual tools | |
cuda-visual-tools-11-4 - CUDA visual tools | |
cuda-visual-tools-11-5 - CUDA visual tools | |
cuda-visual-tools-11-6 - CUDA visual tools | |
libnvidia-compute-450 - NVIDIA libcompute package | |
libnvidia-compute-455 - NVIDIA libcompute package | |
libnvidia-compute-460 - NVIDIA libcompute package | |
libnvidia-compute-465 - NVIDIA libcompute package | |
libnvidia-compute-495 - NVIDIA libcompute package | |
libnvidia-decode-450 - NVIDIA Video Decoding runtime libraries | |
libnvidia-decode-455 - NVIDIA Video Decoding runtime libraries | |
libnvidia-decode-460 - NVIDIA Video Decoding runtime libraries | |
libnvidia-decode-465 - NVIDIA Video Decoding runtime libraries | |
libnvidia-decode-495 - NVIDIA Video Decoding runtime libraries | |
nvidia-compute-utils-450 - NVIDIA compute utilities | |
nvidia-compute-utils-455 - NVIDIA compute utilities | |
nvidia-compute-utils-460 - NVIDIA compute utilities | |
nvidia-compute-utils-465 - NVIDIA compute utilities | |
nvidia-compute-utils-495 - NVIDIA compute utilities | |
nvidia-gds-11-4 - GPU Direct Storage 11.4 meta-package | |
nvidia-gds-11-5 - GPU Direct Storage 11.5 meta-package | |
nvidia-gds-11-6 - GPU Direct Storage 11.6 meta-package | |
nvidia-headless-450 - NVIDIA headless metapackage | |
nvidia-headless-455 - NVIDIA headless metapackage | |
nvidia-headless-460 - NVIDIA headless metapackage | |
nvidia-headless-465 - NVIDIA headless metapackage | |
nvidia-headless-495 - NVIDIA headless metapackage | |
nvidia-headless-no-dkms-450 - NVIDIA headless metapackage - no DKMS | |
nvidia-headless-no-dkms-455 - NVIDIA headless metapackage - no DKMS | |
nvidia-headless-no-dkms-460 - NVIDIA headless metapackage - no DKMS | |
nvidia-headless-no-dkms-465 - NVIDIA headless metapackage - no DKMS | |
nvidia-headless-no-dkms-495 - NVIDIA headless metapackage - no DKMS | |
cuda-cccl-11-4 - CUDA CCCL | |
cuda-cccl-11-5 - CUDA CCCL | |
cuda-cccl-11-6 - CUDA CCCL | |
cuda-cudart-11-0 - CUDA Runtime native Libraries | |
cuda-cudart-11-1 - CUDA Runtime native Libraries | |
cuda-cudart-11-2 - CUDA Runtime native Libraries | |
cuda-cudart-11-3 - CUDA Runtime native Libraries | |
cuda-cudart-11-4 - CUDA Runtime native Libraries | |
cuda-cudart-11-5 - CUDA Runtime native Libraries | |
cuda-cudart-11-6 - CUDA Runtime native Libraries | |
cuda-cudart-dev-11-0 - CUDA Runtime native dev links, headers | |
cuda-cudart-dev-11-1 - CUDA Runtime native dev links, headers | |
cuda-cudart-dev-11-2 - CUDA Runtime native dev links, headers | |
cuda-cudart-dev-11-3 - CUDA Runtime native dev links, headers | |
cuda-cudart-dev-11-4 - CUDA Runtime native dev links, headers | |
cuda-cudart-dev-11-5 - CUDA Runtime native dev links, headers | |
cuda-cudart-dev-11-6 - CUDA Runtime native dev links, headers | |
cuda-cuobjdump-11-0 - CUDA cuobjdump | |
cuda-cuobjdump-11-1 - CUDA cuobjdump | |
cuda-cuobjdump-11-2 - CUDA cuobjdump | |
cuda-cuobjdump-11-3 - CUDA cuobjdump | |
cuda-cuobjdump-11-4 - CUDA cuobjdump | |
cuda-cuobjdump-11-5 - CUDA cuobjdump | |
cuda-cuobjdump-11-6 - CUDA cuobjdump | |
cuda-cupti-11-0 - CUDA profiling tools runtime libs. | |
cuda-cupti-11-1 - CUDA profiling tools runtime libs. | |
cuda-cupti-11-2 - CUDA profiling tools runtime libs. | |
cuda-cupti-11-3 - CUDA profiling tools runtime libs. | |
cuda-cupti-11-4 - CUDA profiling tools runtime libs. | |
cuda-cupti-11-5 - CUDA profiling tools runtime libs. | |
cuda-cupti-11-6 - CUDA profiling tools runtime libs. | |
cuda-cupti-dev-11-0 - CUDA profiling tools interface. | |
cuda-cupti-dev-11-1 - CUDA profiling tools interface. | |
cuda-cupti-dev-11-2 - CUDA profiling tools interface. | |
cuda-cupti-dev-11-3 - CUDA profiling tools interface. | |
cuda-cupti-dev-11-4 - CUDA profiling tools interface. | |
cuda-cupti-dev-11-5 - CUDA profiling tools interface. | |
cuda-cupti-dev-11-6 - CUDA profiling tools interface. | |
cuda-cuxxfilt-11-2 - CUDA cuxxfilt | |
cuda-cuxxfilt-11-3 - CUDA cuxxfilt | |
cuda-cuxxfilt-11-4 - CUDA cuxxfilt | |
cuda-cuxxfilt-11-5 - CUDA cuxxfilt | |
cuda-cuxxfilt-11-6 - CUDA cuxxfilt | |
cuda-demo-suite-11-0 - Demo suite for CUDA | |
cuda-demo-suite-11-1 - Demo suite for CUDA | |
cuda-demo-suite-11-2 - Demo suite for CUDA | |
cuda-demo-suite-11-3 - Demo suite for CUDA | |
cuda-demo-suite-11-4 - Demo suite for CUDA | |
cuda-demo-suite-11-5 - Demo suite for CUDA | |
cuda-demo-suite-11-6 - Demo suite for CUDA | |
cuda-documentation-11-0 - CUDA documentation | |
cuda-documentation-11-1 - CUDA documentation | |
cuda-documentation-11-2 - CUDA documentation | |
cuda-documentation-11-3 - CUDA documentation | |
cuda-documentation-11-4 - CUDA documentation | |
cuda-documentation-11-5 - CUDA documentation | |
cuda-documentation-11-6 - CUDA documentation | |
cuda-driver-dev-11-0 - CUDA Driver native dev stub library | |
cuda-driver-dev-11-1 - CUDA Driver native dev stub library | |
cuda-driver-dev-11-2 - CUDA Driver native dev stub library | |
cuda-driver-dev-11-3 - CUDA Driver native dev stub library | |
cuda-driver-dev-11-4 - CUDA Driver native dev stub library | |
cuda-driver-dev-11-5 - CUDA Driver native dev stub library | |
cuda-driver-dev-11-6 - CUDA Driver native dev stub library | |
cuda-drivers-fabricmanager - Meta-package for FM and Driver | |
cuda-drivers-fabricmanager-455 - Meta-package for FM and Driver | |
cuda-drivers-fabricmanager-460 - Meta-package for FM and Driver | |
cuda-drivers-fabricmanager-465 - Meta-package for FM and Driver | |
cuda-drivers-fabricmanager-495 - Meta-package for FM and Driver | |
cuda-drivers-fabricmanager-510 - Meta-package for FM and Driver | |
cuda-gdb-11-0 - CUDA-GDB | |
cuda-gdb-11-1 - CUDA-GDB | |
cuda-gdb-11-2 - CUDA-GDB | |
cuda-gdb-11-3 - CUDA-GDB | |
cuda-gdb-11-4 - CUDA-GDB | |
cuda-gdb-11-5 - CUDA-GDB | |
cuda-gdb-11-6 - CUDA-GDB | |
cuda-gdb-src-11-0 - Contains the source code for cuda-gdb | |
cuda-gdb-src-11-1 - Contains the source code for cuda-gdb | |
cuda-gdb-src-11-2 - Contains the source code for cuda-gdb | |
cuda-gdb-src-11-3 - Contains the source code for cuda-gdb | |
cuda-gdb-src-11-4 - Contains the source code for cuda-gdb | |
cuda-gdb-src-11-5 - Contains the source code for cuda-gdb | |
cuda-gdb-src-11-6 - Contains the source code for cuda-gdb | |
cuda-memcheck-11-0 - CUDA-MEMCHECK | |
cuda-memcheck-11-1 - CUDA-MEMCHECK | |
cuda-memcheck-11-2 - CUDA-MEMCHECK | |
cuda-memcheck-11-3 - CUDA-MEMCHECK | |
cuda-memcheck-11-4 - CUDA-MEMCHECK | |
cuda-memcheck-11-5 - CUDA-MEMCHECK | |
cuda-memcheck-11-6 - CUDA-MEMCHECK | |
cuda-nsight-11-0 - CUDA nsight | |
cuda-nsight-11-1 - CUDA nsight | |
cuda-nsight-11-2 - CUDA nsight | |
cuda-nsight-11-3 - CUDA nsight | |
cuda-nsight-11-4 - CUDA nsight | |
cuda-nsight-11-5 - CUDA nsight | |
cuda-nsight-11-6 - CUDA nsight | |
cuda-nvcc-11-0 - CUDA nvcc | |
cuda-nvcc-11-1 - CUDA nvcc | |
cuda-nvcc-11-2 - CUDA nvcc | |
cuda-nvcc-11-3 - CUDA nvcc | |
cuda-nvcc-11-4 - CUDA nvcc | |
cuda-nvcc-11-5 - CUDA nvcc | |
cuda-nvcc-11-6 - CUDA nvcc | |
cuda-nvdisasm-11-0 - CUDA disassembler | |
cuda-nvdisasm-11-1 - CUDA disassembler | |
cuda-nvdisasm-11-2 - CUDA disassembler | |
cuda-nvdisasm-11-3 - CUDA disassembler | |
cuda-nvdisasm-11-4 - CUDA disassembler | |
cuda-nvdisasm-11-5 - CUDA disassembler | |
cuda-nvdisasm-11-6 - CUDA disassembler | |
cuda-nvml-dev-11-0 - NVML native dev links, headers | |
cuda-nvml-dev-11-1 - NVML native dev links, headers | |
cuda-nvml-dev-11-2 - NVML native dev links, headers | |
cuda-nvml-dev-11-3 - NVML native dev links, headers | |
cuda-nvml-dev-11-4 - NVML native dev links, headers | |
cuda-nvml-dev-11-5 - NVML native dev links, headers | |
cuda-nvml-dev-11-6 - NVML native dev links, headers | |
cuda-nvprof-11-0 - CUDA Profiler tools | |
cuda-nvprof-11-1 - CUDA Profiler tools | |
cuda-nvprof-11-2 - CUDA Profiler tools | |
cuda-nvprof-11-3 - CUDA Profiler tools | |
cuda-nvprof-11-4 - CUDA Profiler tools | |
cuda-nvprof-11-5 - CUDA Profiler tools | |
cuda-nvprof-11-6 - CUDA Profiler tools | |
cuda-nvprune-11-0 - CUDA nvprune | |
cuda-nvprune-11-1 - CUDA nvprune | |
cuda-nvprune-11-2 - CUDA nvprune | |
cuda-nvprune-11-3 - CUDA nvprune | |
cuda-nvprune-11-4 - CUDA nvprune | |
cuda-nvprune-11-5 - CUDA nvprune | |
cuda-nvprune-11-6 - CUDA nvprune | |
cuda-nvrtc-11-0 - NVRTC native runtime libraries | |
cuda-nvrtc-11-1 - NVRTC native runtime libraries | |
cuda-nvrtc-11-2 - NVRTC native runtime libraries | |
cuda-nvrtc-11-3 - NVRTC native runtime libraries | |
cuda-nvrtc-11-4 - NVRTC native runtime libraries | |
cuda-nvrtc-11-5 - NVRTC native runtime libraries | |
cuda-nvrtc-11-6 - NVRTC native runtime libraries | |
cuda-nvrtc-dev-11-0 - NVRTC native dev links, headers | |
cuda-nvrtc-dev-11-1 - NVRTC native dev links, headers | |
cuda-nvrtc-dev-11-2 - NVRTC native dev links, headers | |
cuda-nvrtc-dev-11-3 - NVRTC native dev links, headers | |
cuda-nvrtc-dev-11-4 - NVRTC native dev links, headers | |
cuda-nvrtc-dev-11-5 - NVRTC native dev links, headers | |
cuda-nvrtc-dev-11-6 - NVRTC native dev links, headers | |
cuda-nvtx-11-0 - NVIDIA Tools Extension | |
cuda-nvtx-11-1 - NVIDIA Tools Extension | |
cuda-nvtx-11-2 - NVIDIA Tools Extension | |
cuda-nvtx-11-3 - NVIDIA Tools Extension | |
cuda-nvtx-11-4 - NVIDIA Tools Extension | |
cuda-nvtx-11-5 - NVIDIA Tools Extension | |
cuda-nvtx-11-6 - NVIDIA Tools Extension | |
cuda-nvvp-11-0 - CUDA Profiler tools | |
cuda-nvvp-11-1 - CUDA Profiler tools | |
cuda-nvvp-11-2 - CUDA Profiler tools | |
cuda-nvvp-11-3 - CUDA Profiler tools | |
cuda-nvvp-11-4 - CUDA Profiler tools | |
cuda-nvvp-11-5 - CUDA Profiler tools | |
cuda-nvvp-11-6 - CUDA Profiler tools | |
cuda-samples-11-0 - CUDA example applications | |
cuda-samples-11-1 - CUDA example applications | |
cuda-samples-11-2 - CUDA example applications | |
cuda-samples-11-3 - CUDA example applications | |
cuda-samples-11-4 - CUDA example applications | |
cuda-samples-11-5 - CUDA example applications | |
cuda-samples-11-6 - CUDA example applications | |
cuda-sanitizer-11-0 - CUDA Sanitizer | |
cuda-sanitizer-11-1 - CUDA Sanitizer | |
cuda-sanitizer-11-2 - CUDA Sanitizer | |
cuda-sanitizer-11-3 - CUDA Sanitizer | |
cuda-sanitizer-11-4 - CUDA Sanitizer | |
cuda-sanitizer-11-5 - CUDA Sanitizer | |
cuda-sanitizer-11-6 - CUDA Sanitizer | |
cuda-thrust-11-3 - CUDA Thrust | |
libcufile-11-4 - Library for GPU Direct Storage with CUDA 11.4 | |
libcufile-11-5 - Library for GPU Direct Storage with CUDA 11.5 | |
libcufile-11-6 - Library for GPU Direct Storage with CUDA 11.6 | |
libcusolver-11-0 - CUDA solver native runtime libraries | |
libcusolver-11-1 - CUDA solver native runtime libraries | |
libcusolver-11-2 - CUDA solver native runtime libraries | |
libcusolver-11-3 - CUDA solver native runtime libraries | |
libcusolver-11-4 - CUDA solver native runtime libraries | |
libcusolver-11-5 - CUDA solver native runtime libraries | |
libcusolver-11-6 - CUDA solver native runtime libraries | |
libcusolver-dev-11-0 - CUDA solver native dev links, headers | |
libcusolver-dev-11-1 - CUDA solver native dev links, headers | |
libcusolver-dev-11-2 - CUDA solver native dev links, headers | |
libcusolver-dev-11-3 - CUDA solver native dev links, headers | |
libcusolver-dev-11-4 - CUDA solver native dev links, headers | |
libcusolver-dev-11-5 - CUDA solver native dev links, headers | |
libcusolver-dev-11-6 - CUDA solver native dev links, headers | |
cuda-toolkit-11-3-config-common - Common config package for CUDA Toolkit 11.3. | |
cuda-toolkit-11-4-config-common - Common config package for CUDA Toolkit 11.4. | |
cuda-toolkit-11-5-config-common - Common config package for CUDA Toolkit 11.5. | |
cuda-toolkit-11-6-config-common - Common config package for CUDA Toolkit 11.6. | |
cuda-toolkit-11-config-common - Common config package for CUDA Toolkit 11. | |
cuda-toolkit-config-common - Common config package for CUDA Toolkit. | |
nsight-compute-2020.1.1 - NVIDIA Nsight Compute | |
nsight-compute-2020.1.2 - NVIDIA Nsight Compute | |
nsight-compute-2020.2.0 - NVIDIA Nsight Compute | |
nsight-compute-2020.2.1 - NVIDIA Nsight Compute | |
nsight-compute-2020.3.0 - NVIDIA Nsight Compute | |
nsight-compute-2020.3.1 - NVIDIA Nsight Compute | |
nsight-compute-2021.1.0 - NVIDIA Nsight Compute | |
nsight-compute-2021.1.1 - NVIDIA Nsight Compute | |
nsight-compute-2021.2.0 - NVIDIA Nsight Compute | |
nsight-compute-2021.2.1 - NVIDIA Nsight Compute | |
nsight-compute-2021.2.2 - NVIDIA Nsight Compute | |
nsight-compute-2021.3.0 - NVIDIA Nsight Compute | |
nsight-compute-2021.3.1 - NVIDIA Nsight Compute | |
nsight-compute-2022.1.0 - NVIDIA Nsight Compute | |
nsight-compute-2022.1.1 - NVIDIA Nsight Compute | |
nsight-compute-addon-2020.1.1 - NVIDIA Nsight Compute | |
cuda-11-7 - CUDA 11.7 meta-package | |
cuda-cccl-11-7 - CUDA CCCL | |
cuda-command-line-tools-11-7 - CUDA command-line tools | |
cuda-compat-11-7 - CUDA Compatibility Platform | |
cuda-compiler-11-7 - CUDA compiler | |
cuda-cudart-11-7 - CUDA Runtime native Libraries | |
cuda-cudart-dev-11-7 - CUDA Runtime native dev links, headers | |
cuda-cuobjdump-11-7 - CUDA cuobjdump | |
cuda-cupti-11-7 - CUDA profiling tools runtime libs. | |
cuda-cupti-dev-11-7 - CUDA profiling tools interface. | |
cuda-cuxxfilt-11-7 - CUDA cuxxfilt | |
cuda-demo-suite-11-7 - Demo suite for CUDA | |
cuda-documentation-11-7 - CUDA documentation | |
cuda-driver-dev-11-7 - CUDA Driver native dev stub library | |
cuda-drivers-515 - CUDA Driver meta-package, branch-specific | |
cuda-gdb-11-7 - CUDA-GDB | |
cuda-gdb-src-11-7 - Contains the source code for cuda-gdb | |
cuda-keyring - GPG keyring for the CUDA repository | |
cuda-libraries-11-7 - CUDA Libraries 11.7 meta-package | |
cuda-libraries-dev-11-7 - CUDA Libraries 11.7 development meta-package | |
cuda-memcheck-11-7 - CUDA-MEMCHECK | |
cuda-minimal-build-11-7 - Minimal CUDA 11.7 toolkit build packages. | |
cuda-nsight-11-7 - CUDA nsight | |
cuda-nsight-compute-11-7 - NVIDIA Nsight Compute | |
cuda-nsight-systems-11-7 - NVIDIA Nsight Systems | |
cuda-nvcc-11-7 - CUDA nvcc | |
cuda-nvdisasm-11-7 - CUDA disassembler | |
cuda-nvml-dev-11-7 - NVML native dev links, headers | |
cuda-nvprof-11-7 - CUDA Profiler tools | |
cuda-nvprune-11-7 - CUDA nvprune | |
cuda-nvrtc-11-7 - NVRTC native runtime libraries | |
cuda-nvrtc-dev-11-7 - NVRTC native dev links, headers | |
cuda-nvtx-11-7 - NVIDIA Tools Extension | |
cuda-nvvp-11-7 - CUDA Profiler tools | |
cuda-runtime-11-7 - CUDA Runtime 11.7 meta-package | |
cuda-sanitizer-11-7 - CUDA Sanitizer | |
cuda-toolkit-11-7 - CUDA Toolkit 11.7 meta-package | |
cuda-toolkit-11-7-config-common - Common config package for CUDA Toolkit 11.7. | |
cuda-tools-11-7 - CUDA Tools meta-package | |
cuda-visual-tools-11-7 - CUDA visual tools | |
libcufile-11-7 - Library for GPU Direct Storage with CUDA 11.7 | |
libcusolver-11-7 - CUDA solver native runtime libraries | |
libcusolver-dev-11-7 - CUDA solver native dev links, headers | |
nsight-compute-2022.2.0 - NVIDIA Nsight Compute | |
nvidia-gds-11-7 - GPU Direct Storage 11.7 meta-package | |
nsight-compute-2022.2.1 - NVIDIA Nsight Compute | |
cuda-11-8 - CUDA 11.8 meta-package | |
cuda-cccl-11-8 - CUDA CCCL | |
cuda-command-line-tools-11-8 - CUDA command-line tools | |
cuda-compat-11-8 - CUDA Compatibility Platform | |
cuda-compiler-11-8 - CUDA compiler | |
cuda-cudart-11-8 - CUDA Runtime native Libraries | |
cuda-cudart-dev-11-8 - CUDA Runtime native dev links, headers | |
cuda-cuobjdump-11-8 - CUDA cuobjdump | |
cuda-cupti-11-8 - CUDA profiling tools runtime libs. | |
cuda-cupti-dev-11-8 - CUDA profiling tools interface. | |
cuda-cuxxfilt-11-8 - CUDA cuxxfilt | |
cuda-demo-suite-11-8 - Demo suite for CUDA | |
cuda-documentation-11-8 - CUDA documentation | |
cuda-driver-dev-11-8 - CUDA Driver native dev stub library | |
cuda-drivers-520 - CUDA Driver meta-package, branch-specific | |
cuda-drivers-fabricmanager-520 - Meta-package for FM and Driver | |
cuda-gdb-11-8 - CUDA-GDB | |
cuda-gdb-src-11-8 - Contains the source code for cuda-gdb | |
cuda-libraries-11-8 - CUDA Libraries 11.8 meta-package | |
cuda-libraries-dev-11-8 - CUDA Libraries 11.8 development meta-package | |
cuda-memcheck-11-8 - CUDA-MEMCHECK | |
cuda-minimal-build-11-8 - Minimal CUDA 11.8 toolkit build packages. | |
cuda-nsight-11-8 - CUDA nsight | |
cuda-nsight-compute-11-8 - NVIDIA Nsight Compute | |
cuda-nsight-systems-11-8 - NVIDIA Nsight Systems | |
cuda-nvcc-11-8 - CUDA nvcc | |
cuda-nvdisasm-11-8 - CUDA disassembler | |
cuda-nvml-dev-11-8 - NVML native dev links, headers | |
cuda-nvprof-11-8 - CUDA Profiler tools | |
cuda-nvprune-11-8 - CUDA nvprune | |
cuda-nvrtc-11-8 - NVRTC native runtime libraries | |
cuda-nvrtc-dev-11-8 - NVRTC native dev links, headers | |
cuda-nvtx-11-8 - NVIDIA Tools Extension | |
cuda-nvvp-11-8 - CUDA Profiler tools | |
cuda-profiler-api-11-8 - CUDA Profiler API | |
cuda-runtime-11-8 - CUDA Runtime 11.8 meta-package | |
cuda-sanitizer-11-8 - CUDA Sanitizer | |
cuda-toolkit-11-8 - CUDA Toolkit 11.8 meta-package | |
cuda-toolkit-11-8-config-common - Common config package for CUDA Toolkit 11.8. | |
cuda-tools-11-8 - CUDA Tools meta-package | |
cuda-visual-tools-11-8 - CUDA visual tools | |
libcufile-11-8 - Library for GPU Direct Storage with CUDA 11.8 | |
libcusolver-11-8 - CUDA solver native runtime libraries | |
libcusolver-dev-11-8 - CUDA solver native dev links, headers | |
libnvidia-compute-520 - NVIDIA libcompute package | |
libnvidia-decode-520 - NVIDIA Video Decoding runtime libraries | |
nsight-compute-2022.3.0 - NVIDIA Nsight Compute | |
nvidia-compute-utils-520 - NVIDIA compute utilities | |
nvidia-gds-11-8 - GPU Direct Storage 11.8 meta-package | |
nvidia-headless-520 - NVIDIA headless metapackage | |
nvidia-headless-no-dkms-520 - NVIDIA headless metapackage - no DKMS | |
cuda-compat-12-0 - CUDA Compatibility Platform | |
cuda-drivers-525 - CUDA Driver meta-package, branch-specific | |
cuda-12-0 - CUDA 12.0 meta-package | |
cuda-cccl-12-0 - CUDA CCCL | |
cuda-command-line-tools-12-0 - CUDA command-line tools | |
cuda-compiler-12-0 - CUDA compiler | |
cuda-cudart-12-0 - CUDA Runtime native Libraries | |
cuda-cudart-dev-12-0 - CUDA Runtime native dev links, headers | |
cuda-cuobjdump-12-0 - CUDA cuobjdump | |
cuda-cupti-12-0 - CUDA profiling tools runtime libs. | |
cuda-cupti-dev-12-0 - CUDA profiling tools interface. | |
cuda-cuxxfilt-12-0 - CUDA cuxxfilt | |
cuda-demo-suite-12-0 - Demo suite for CUDA | |
cuda-documentation-12-0 - CUDA documentation | |
cuda-driver-dev-12-0 - CUDA Driver native dev stub library | |
cuda-gdb-12-0 - CUDA-GDB | |
cuda-gdb-src-12-0 - Contains the source code for cuda-gdb | |
cuda-libraries-12-0 - CUDA Libraries 12.0 meta-package | |
cuda-libraries-dev-12-0 - CUDA Libraries 12.0 development meta-package | |
cuda-minimal-build-12-0 - Minimal CUDA 12.0 toolkit build packages. | |
cuda-nsight-12-0 - CUDA nsight | |
cuda-nsight-compute-12-0 - NVIDIA Nsight Compute | |
cuda-nsight-systems-12-0 - NVIDIA Nsight Systems | |
cuda-nvcc-12-0 - CUDA nvcc | |
cuda-nvdisasm-12-0 - CUDA disassembler | |
cuda-nvml-dev-12-0 - NVML native dev links, headers | |
cuda-nvprof-12-0 - CUDA Profiler tools | |
cuda-nvprune-12-0 - CUDA nvprune | |
cuda-nvrtc-12-0 - NVRTC native runtime libraries | |
cuda-nvrtc-dev-12-0 - NVRTC native dev links, headers | |
cuda-nvtx-12-0 - NVIDIA Tools Extension | |
cuda-nvvp-12-0 - CUDA Profiler tools | |
cuda-opencl-12-0 - CUDA OpenCL native Libraries | |
cuda-opencl-dev-12-0 - CUDA OpenCL native dev links, headers | |
cuda-profiler-api-12-0 - CUDA Profiler API | |
cuda-runtime-12-0 - CUDA Runtime 12.0 meta-package | |
cuda-sanitizer-12-0 - CUDA Sanitizer | |
cuda-toolkit-12-0 - CUDA Toolkit 12.0 meta-package | |
cuda-toolkit-12-0-config-common - Common config package for CUDA Toolkit 12.0. | |
cuda-toolkit-12-config-common - Common config package for CUDA Toolkit 12. | |
cuda-tools-12-0 - CUDA Tools meta-package | |
cuda-visual-tools-12-0 - CUDA visual tools | |
libcufile-12-0 - Library for GPU Direct Storage with CUDA 12.0 | |
libcusolver-12-0 - CUDA solver native runtime libraries | |
libcusolver-dev-12-0 - CUDA solver native dev links, headers | |
nsight-compute-2022.4.0 - NVIDIA Nsight Compute | |
nvidia-gds-12-0 - GPU Direct Storage 12.0 meta-package | |
nsight-compute-2022.4.1 - NVIDIA Nsight Compute | |
cuda-12-1 - CUDA 12.1 meta-package | |
cuda-cccl-12-1 - CUDA CCCL | |
cuda-command-line-tools-12-1 - CUDA command-line tools | |
cuda-compat-12-1 - CUDA Compatibility Platform | |
cuda-compiler-12-1 - CUDA compiler | |
cuda-cudart-12-1 - CUDA Runtime native Libraries | |
cuda-cudart-dev-12-1 - CUDA Runtime native dev links, headers | |
cuda-cuobjdump-12-1 - CUDA cuobjdump | |
cuda-cupti-12-1 - CUDA profiling tools runtime libs. | |
cuda-cupti-dev-12-1 - CUDA profiling tools interface. | |
cuda-cuxxfilt-12-1 - CUDA cuxxfilt | |
cuda-demo-suite-12-1 - Demo suite for CUDA | |
cuda-documentation-12-1 - CUDA documentation | |
cuda-driver-dev-12-1 - CUDA Driver native dev stub library | |
cuda-drivers-530 - CUDA Driver meta-package, branch-specific | |
cuda-drivers-fabricmanager-530 - Meta-package for FM and Driver | |
cuda-gdb-12-1 - CUDA-GDB | |
cuda-gdb-src-12-1 - Contains the source code for cuda-gdb | |
cuda-libraries-12-1 - CUDA Libraries 12.1 meta-package | |
cuda-libraries-dev-12-1 - CUDA Libraries 12.1 development meta-package | |
cuda-minimal-build-12-1 - Minimal CUDA 12.1 toolkit build packages. | |
cuda-nsight-12-1 - CUDA nsight | |
cuda-nsight-compute-12-1 - NVIDIA Nsight Compute | |
cuda-nsight-systems-12-1 - NVIDIA Nsight Systems | |
cuda-nvcc-12-1 - CUDA nvcc | |
cuda-nvdisasm-12-1 - CUDA disassembler | |
cuda-nvml-dev-12-1 - NVML native dev links, headers | |
cuda-nvprof-12-1 - CUDA Profiler tools | |
cuda-nvprune-12-1 - CUDA nvprune | |
cuda-nvrtc-12-1 - NVRTC native runtime libraries | |
cuda-nvrtc-dev-12-1 - NVRTC native dev links, headers | |
cuda-nvtx-12-1 - NVIDIA Tools Extension | |
cuda-nvvp-12-1 - CUDA Profiler tools | |
cuda-opencl-12-1 - CUDA OpenCL native Libraries | |
cuda-opencl-dev-12-1 - CUDA OpenCL native dev links, headers | |
cuda-profiler-api-12-1 - CUDA Profiler API | |
cuda-runtime-12-1 - CUDA Runtime 12.1 meta-package | |
cuda-sanitizer-12-1 - CUDA Sanitizer | |
cuda-toolkit - CUDA Toolkit meta-package | |
cuda-toolkit-12-1 - CUDA Toolkit 12.1 meta-package | |
cuda-toolkit-12 - CUDA Toolkit 12 meta-package | |
cuda-toolkit-12-1-config-common - Common config package for CUDA Toolkit 12.1. | |
cuda-tools-12-1 - CUDA Tools meta-package | |
cuda-visual-tools-12-1 - CUDA visual tools | |
libcufile-12-1 - Library for GPU Direct Storage with CUDA 12.1 | |
libcusolver-12-1 - CUDA solver native runtime libraries | |
libcusolver-dev-12-1 - CUDA solver native dev links, headers | |
libnvidia-compute-530 - NVIDIA libcompute package | |
libnvidia-decode-530 - NVIDIA Video Decoding runtime libraries | |
nsight-compute-2023.1.0 - NVIDIA Nsight Compute | |
nvidia-compute-utils-530 - NVIDIA compute utilities | |
nvidia-gds-12-1 - GPU Direct Storage 12.1 meta-package | |
nvidia-headless-530 - NVIDIA headless metapackage | |
nvidia-headless-no-dkms-530 - NVIDIA headless metapackage - no DKMS | |
libnvjpeg2k0 - Transitional package to libnvjpeg2k0-cuda-X | |
libnvjpeg2k0-cuda-11 - Runtime libraries for libnvjpeg2k for CUDA 11 | |
libnvjpeg2k0-cuda-12 - Runtime libraries for libnvjpeg2k for CUDA 12 | |
libnvjpeg2k0-dev-cuda-11 - Development headers and symlinks for libnvjpeg2k for CUDA 11 | |
libnvjpeg2k0-dev-cuda-12 - Development headers and symlinks for libnvjpeg2k for CUDA 12 | |
libnvjpeg2k0-static-cuda-11 - Static libraries for libnvjpeg2k for CUDA 11 | |
libnvjpeg2k0-static-cuda-12 - Static libraries for libnvjpeg2k for CUDA 12 | |
libnvjpeg2k-dev - Transitional package to libnvjpeg2k0-dev-cuda-X and libnvjpeg2k0-static-cuda-X | |
nvjpeg2k-cuda-11 - NVIDIA nvJPEG 2000 for CUDA 11 | |
nvjpeg2k-cuda-12 - NVIDIA nvJPEG 2000 for CUDA 12 | |
ubuntu@ip-172-31-38-139:~$ sudo apt-cache search cuda | grep 11 | |
cuda-11-0 - CUDA 11.0 meta-package | |
cuda-11-1 - CUDA 11.1 meta-package | |
cuda-11-2 - CUDA 11.2 meta-package | |
cuda-11-3 - CUDA 11.3 meta-package | |
cuda-11-4 - CUDA 11.4 meta-package | |
cuda-11-5 - CUDA 11.5 meta-package | |
cuda-11-6 - CUDA 11.6 meta-package | |
cuda-command-line-tools-11-0 - CUDA command-line tools | |
cuda-command-line-tools-11-1 - CUDA command-line tools | |
cuda-command-line-tools-11-2 - CUDA command-line tools | |
cuda-command-line-tools-11-3 - CUDA command-line tools | |
cuda-command-line-tools-11-4 - CUDA command-line tools | |
cuda-command-line-tools-11-5 - CUDA command-line tools | |
cuda-command-line-tools-11-6 - CUDA command-line tools | |
cuda-compat-11-0 - CUDA Compatibility Platform | |
cuda-compat-11-1 - CUDA Compatibility Platform | |
cuda-compat-11-2 - CUDA Compatibility Platform | |
cuda-compat-11-3 - CUDA Compatibility Platform | |
cuda-compat-11-4 - CUDA Compatibility Platform | |
cuda-compat-11-5 - CUDA Compatibility Platform | |
cuda-compat-11-6 - CUDA Compatibility Platform | |
cuda-compiler-11-0 - CUDA compiler | |
cuda-compiler-11-1 - CUDA compiler | |
cuda-compiler-11-2 - CUDA compiler | |
cuda-compiler-11-3 - CUDA compiler | |
cuda-compiler-11-4 - CUDA compiler | |
cuda-compiler-11-5 - CUDA compiler | |
cuda-compiler-11-6 - CUDA compiler | |
cuda-libraries-11-0 - CUDA Libraries 11.0 meta-package | |
cuda-libraries-11-1 - CUDA Libraries 11.1 meta-package | |
cuda-libraries-11-2 - CUDA Libraries 11.2 meta-package | |
cuda-libraries-11-3 - CUDA Libraries 11.3 meta-package | |
cuda-libraries-11-4 - CUDA Libraries 11.4 meta-package | |
cuda-libraries-11-5 - CUDA Libraries 11.5 meta-package | |
cuda-libraries-11-6 - CUDA Libraries 11.6 meta-package | |
cuda-libraries-dev-11-0 - CUDA Libraries 11.0 development meta-package | |
cuda-libraries-dev-11-1 - CUDA Libraries 11.1 development meta-package | |
cuda-libraries-dev-11-2 - CUDA Libraries 11.2 development meta-package | |
cuda-libraries-dev-11-3 - CUDA Libraries 11.3 development meta-package | |
cuda-libraries-dev-11-4 - CUDA Libraries 11.4 development meta-package | |
cuda-libraries-dev-11-5 - CUDA Libraries 11.5 development meta-package | |
cuda-libraries-dev-11-6 - CUDA Libraries 11.6 development meta-package | |
cuda-minimal-build-11-0 - Minimal CUDA 11.0 toolkit build packages. | |
cuda-minimal-build-11-1 - Minimal CUDA 11.1 toolkit build packages. | |
cuda-minimal-build-11-2 - Minimal CUDA 11.2 toolkit build packages. | |
cuda-minimal-build-11-3 - Minimal CUDA 11.3 toolkit build packages. | |
cuda-minimal-build-11-4 - Minimal CUDA 11.4 toolkit build packages. | |
cuda-minimal-build-11-5 - Minimal CUDA 11.5 toolkit build packages. | |
cuda-minimal-build-11-6 - Minimal CUDA 11.6 toolkit build packages. | |
cuda-nsight-compute-11-0 - NVIDIA Nsight Compute | |
cuda-nsight-compute-11-1 - NVIDIA Nsight Compute | |
cuda-nsight-compute-11-2 - NVIDIA Nsight Compute | |
cuda-nsight-compute-11-3 - NVIDIA Nsight Compute | |
cuda-nsight-compute-11-4 - NVIDIA Nsight Compute | |
cuda-nsight-compute-11-5 - NVIDIA Nsight Compute | |
cuda-nsight-compute-11-6 - NVIDIA Nsight Compute | |
cuda-nsight-systems-11-0 - NVIDIA Nsight Systems | |
cuda-nsight-systems-11-1 - NVIDIA Nsight Systems | |
cuda-nsight-systems-11-2 - NVIDIA Nsight Systems | |
cuda-nsight-systems-11-3 - NVIDIA Nsight Systems | |
cuda-nsight-systems-11-4 - NVIDIA Nsight Systems | |
cuda-nsight-systems-11-5 - NVIDIA Nsight Systems | |
cuda-nsight-systems-11-6 - NVIDIA Nsight Systems | |
cuda-runtime-11-0 - CUDA Runtime 11.0 meta-package | |
cuda-runtime-11-1 - CUDA Runtime 11.1 meta-package | |
cuda-runtime-11-2 - CUDA Runtime 11.2 meta-package | |
cuda-runtime-11-3 - CUDA Runtime 11.3 meta-package | |
cuda-runtime-11-4 - CUDA Runtime 11.4 meta-package | |
cuda-runtime-11-5 - CUDA Runtime 11.5 meta-package | |
cuda-runtime-11-6 - CUDA Runtime 11.6 meta-package | |
cuda-toolkit-11-0 - CUDA Toolkit 11.0 meta-package | |
cuda-toolkit-11-1 - CUDA Toolkit 11.1 meta-package | |
cuda-toolkit-11-2 - CUDA Toolkit 11.2 meta-package | |
cuda-toolkit-11-3 - CUDA Toolkit 11.3 meta-package | |
cuda-toolkit-11-4 - CUDA Toolkit 11.4 meta-package | |
cuda-toolkit-11-5 - CUDA Toolkit 11.5 meta-package | |
cuda-toolkit-11-6 - CUDA Toolkit 11.6 meta-package | |
cuda-tools-11-0 - CUDA Tools meta-package | |
cuda-tools-11-1 - CUDA Tools meta-package | |
cuda-tools-11-2 - CUDA Tools meta-package | |
cuda-tools-11-3 - CUDA Tools meta-package | |
cuda-tools-11-4 - CUDA Tools meta-package | |
cuda-tools-11-5 - CUDA Tools meta-package | |
cuda-tools-11-6 - CUDA Tools meta-package | |
cuda-visual-tools-11-0 - CUDA visual tools | |
cuda-visual-tools-11-1 - CUDA visual tools | |
cuda-visual-tools-11-2 - CUDA visual tools | |
cuda-visual-tools-11-3 - CUDA visual tools | |
cuda-visual-tools-11-4 - CUDA visual tools | |
cuda-visual-tools-11-5 - CUDA visual tools | |
cuda-visual-tools-11-6 - CUDA visual tools | |
nvidia-gds-11-4 - GPU Direct Storage 11.4 meta-package | |
nvidia-gds-11-5 - GPU Direct Storage 11.5 meta-package | |
nvidia-gds-11-6 - GPU Direct Storage 11.6 meta-package | |
cuda-cccl-11-4 - CUDA CCCL | |
cuda-cccl-11-5 - CUDA CCCL | |
cuda-cccl-11-6 - CUDA CCCL | |
cuda-cudart-11-0 - CUDA Runtime native Libraries | |
cuda-cudart-11-1 - CUDA Runtime native Libraries | |
cuda-cudart-11-2 - CUDA Runtime native Libraries | |
cuda-cudart-11-3 - CUDA Runtime native Libraries | |
cuda-cudart-11-4 - CUDA Runtime native Libraries | |
cuda-cudart-11-5 - CUDA Runtime native Libraries | |
cuda-cudart-11-6 - CUDA Runtime native Libraries | |
cuda-cudart-dev-11-0 - CUDA Runtime native dev links, headers | |
cuda-cudart-dev-11-1 - CUDA Runtime native dev links, headers | |
cuda-cudart-dev-11-2 - CUDA Runtime native dev links, headers | |
cuda-cudart-dev-11-3 - CUDA Runtime native dev links, headers | |
cuda-cudart-dev-11-4 - CUDA Runtime native dev links, headers | |
cuda-cudart-dev-11-5 - CUDA Runtime native dev links, headers | |
cuda-cudart-dev-11-6 - CUDA Runtime native dev links, headers | |
cuda-cuobjdump-11-0 - CUDA cuobjdump | |
cuda-cuobjdump-11-1 - CUDA cuobjdump | |
cuda-cuobjdump-11-2 - CUDA cuobjdump | |
cuda-cuobjdump-11-3 - CUDA cuobjdump | |
cuda-cuobjdump-11-4 - CUDA cuobjdump | |
cuda-cuobjdump-11-5 - CUDA cuobjdump | |
cuda-cuobjdump-11-6 - CUDA cuobjdump | |
cuda-cupti-11-0 - CUDA profiling tools runtime libs. | |
cuda-cupti-11-1 - CUDA profiling tools runtime libs. | |
cuda-cupti-11-2 - CUDA profiling tools runtime libs. | |
cuda-cupti-11-3 - CUDA profiling tools runtime libs. | |
cuda-cupti-11-4 - CUDA profiling tools runtime libs. | |
cuda-cupti-11-5 - CUDA profiling tools runtime libs. | |
cuda-cupti-11-6 - CUDA profiling tools runtime libs. | |
cuda-cupti-dev-11-0 - CUDA profiling tools interface. | |
cuda-cupti-dev-11-1 - CUDA profiling tools interface. | |
cuda-cupti-dev-11-2 - CUDA profiling tools interface. | |
cuda-cupti-dev-11-3 - CUDA profiling tools interface. | |
cuda-cupti-dev-11-4 - CUDA profiling tools interface. | |
cuda-cupti-dev-11-5 - CUDA profiling tools interface. | |
cuda-cupti-dev-11-6 - CUDA profiling tools interface. | |
cuda-cuxxfilt-11-2 - CUDA cuxxfilt | |
cuda-cuxxfilt-11-3 - CUDA cuxxfilt | |
cuda-cuxxfilt-11-4 - CUDA cuxxfilt | |
cuda-cuxxfilt-11-5 - CUDA cuxxfilt | |
cuda-cuxxfilt-11-6 - CUDA cuxxfilt | |
cuda-demo-suite-11-0 - Demo suite for CUDA | |
cuda-demo-suite-11-1 - Demo suite for CUDA | |
cuda-demo-suite-11-2 - Demo suite for CUDA | |
cuda-demo-suite-11-3 - Demo suite for CUDA | |
cuda-demo-suite-11-4 - Demo suite for CUDA | |
cuda-demo-suite-11-5 - Demo suite for CUDA | |
cuda-demo-suite-11-6 - Demo suite for CUDA | |
cuda-documentation-11-0 - CUDA documentation | |
cuda-documentation-11-1 - CUDA documentation | |
cuda-documentation-11-2 - CUDA documentation | |
cuda-documentation-11-3 - CUDA documentation | |
cuda-documentation-11-4 - CUDA documentation | |
cuda-documentation-11-5 - CUDA documentation | |
cuda-documentation-11-6 - CUDA documentation | |
cuda-driver-dev-11-0 - CUDA Driver native dev stub library | |
cuda-driver-dev-11-1 - CUDA Driver native dev stub library | |
cuda-driver-dev-11-2 - CUDA Driver native dev stub library | |
cuda-driver-dev-11-3 - CUDA Driver native dev stub library | |
cuda-driver-dev-11-4 - CUDA Driver native dev stub library | |
cuda-driver-dev-11-5 - CUDA Driver native dev stub library | |
cuda-driver-dev-11-6 - CUDA Driver native dev stub library | |
cuda-gdb-11-0 - CUDA-GDB | |
cuda-gdb-11-1 - CUDA-GDB | |
cuda-gdb-11-2 - CUDA-GDB | |
cuda-gdb-11-3 - CUDA-GDB | |
cuda-gdb-11-4 - CUDA-GDB | |
cuda-gdb-11-5 - CUDA-GDB | |
cuda-gdb-11-6 - CUDA-GDB | |
cuda-gdb-src-11-0 - Contains the source code for cuda-gdb | |
cuda-gdb-src-11-1 - Contains the source code for cuda-gdb | |
cuda-gdb-src-11-2 - Contains the source code for cuda-gdb | |
cuda-gdb-src-11-3 - Contains the source code for cuda-gdb | |
cuda-gdb-src-11-4 - Contains the source code for cuda-gdb | |
cuda-gdb-src-11-5 - Contains the source code for cuda-gdb | |
cuda-gdb-src-11-6 - Contains the source code for cuda-gdb | |
cuda-memcheck-11-0 - CUDA-MEMCHECK | |
cuda-memcheck-11-1 - CUDA-MEMCHECK | |
cuda-memcheck-11-2 - CUDA-MEMCHECK | |
cuda-memcheck-11-3 - CUDA-MEMCHECK | |
cuda-memcheck-11-4 - CUDA-MEMCHECK | |
cuda-memcheck-11-5 - CUDA-MEMCHECK | |
cuda-memcheck-11-6 - CUDA-MEMCHECK | |
cuda-nsight-11-0 - CUDA nsight | |
cuda-nsight-11-1 - CUDA nsight | |
cuda-nsight-11-2 - CUDA nsight | |
cuda-nsight-11-3 - CUDA nsight | |
cuda-nsight-11-4 - CUDA nsight | |
cuda-nsight-11-5 - CUDA nsight | |
cuda-nsight-11-6 - CUDA nsight | |
cuda-nvcc-11-0 - CUDA nvcc | |
cuda-nvcc-11-1 - CUDA nvcc | |
cuda-nvcc-11-2 - CUDA nvcc | |
cuda-nvcc-11-3 - CUDA nvcc | |
cuda-nvcc-11-4 - CUDA nvcc | |
cuda-nvcc-11-5 - CUDA nvcc | |
cuda-nvcc-11-6 - CUDA nvcc | |
cuda-nvdisasm-11-0 - CUDA disassembler | |
cuda-nvdisasm-11-1 - CUDA disassembler | |
cuda-nvdisasm-11-2 - CUDA disassembler | |
cuda-nvdisasm-11-3 - CUDA disassembler | |
cuda-nvdisasm-11-4 - CUDA disassembler | |
cuda-nvdisasm-11-5 - CUDA disassembler | |
cuda-nvdisasm-11-6 - CUDA disassembler | |
cuda-nvml-dev-11-0 - NVML native dev links, headers | |
cuda-nvml-dev-11-1 - NVML native dev links, headers | |
cuda-nvml-dev-11-2 - NVML native dev links, headers | |
cuda-nvml-dev-11-3 - NVML native dev links, headers | |
cuda-nvml-dev-11-4 - NVML native dev links, headers | |
cuda-nvml-dev-11-5 - NVML native dev links, headers | |
cuda-nvml-dev-11-6 - NVML native dev links, headers | |
cuda-nvprof-11-0 - CUDA Profiler tools | |
cuda-nvprof-11-1 - CUDA Profiler tools | |
cuda-nvprof-11-2 - CUDA Profiler tools | |
cuda-nvprof-11-3 - CUDA Profiler tools | |
cuda-nvprof-11-4 - CUDA Profiler tools | |
cuda-nvprof-11-5 - CUDA Profiler tools | |
cuda-nvprof-11-6 - CUDA Profiler tools | |
cuda-nvprune-11-0 - CUDA nvprune | |
cuda-nvprune-11-1 - CUDA nvprune | |
cuda-nvprune-11-2 - CUDA nvprune | |
cuda-nvprune-11-3 - CUDA nvprune | |
cuda-nvprune-11-4 - CUDA nvprune | |
cuda-nvprune-11-5 - CUDA nvprune | |
cuda-nvprune-11-6 - CUDA nvprune | |
cuda-nvrtc-11-0 - NVRTC native runtime libraries | |
cuda-nvrtc-11-1 - NVRTC native runtime libraries | |
cuda-nvrtc-11-2 - NVRTC native runtime libraries | |
cuda-nvrtc-11-3 - NVRTC native runtime libraries | |
cuda-nvrtc-11-4 - NVRTC native runtime libraries | |
cuda-nvrtc-11-5 - NVRTC native runtime libraries | |
cuda-nvrtc-11-6 - NVRTC native runtime libraries | |
cuda-nvrtc-dev-11-0 - NVRTC native dev links, headers | |
cuda-nvrtc-dev-11-1 - NVRTC native dev links, headers | |
cuda-nvrtc-dev-11-2 - NVRTC native dev links, headers | |
cuda-nvrtc-dev-11-3 - NVRTC native dev links, headers | |
cuda-nvrtc-dev-11-4 - NVRTC native dev links, headers | |
cuda-nvrtc-dev-11-5 - NVRTC native dev links, headers | |
cuda-nvrtc-dev-11-6 - NVRTC native dev links, headers | |
cuda-nvtx-11-0 - NVIDIA Tools Extension | |
cuda-nvtx-11-1 - NVIDIA Tools Extension | |
cuda-nvtx-11-2 - NVIDIA Tools Extension | |
cuda-nvtx-11-3 - NVIDIA Tools Extension | |
cuda-nvtx-11-4 - NVIDIA Tools Extension | |
cuda-nvtx-11-5 - NVIDIA Tools Extension | |
cuda-nvtx-11-6 - NVIDIA Tools Extension | |
cuda-nvvp-11-0 - CUDA Profiler tools | |
cuda-nvvp-11-1 - CUDA Profiler tools | |
cuda-nvvp-11-2 - CUDA Profiler tools | |
cuda-nvvp-11-3 - CUDA Profiler tools | |
cuda-nvvp-11-4 - CUDA Profiler tools | |
cuda-nvvp-11-5 - CUDA Profiler tools | |
cuda-nvvp-11-6 - CUDA Profiler tools | |
cuda-samples-11-0 - CUDA example applications | |
cuda-samples-11-1 - CUDA example applications | |
cuda-samples-11-2 - CUDA example applications | |
cuda-samples-11-3 - CUDA example applications | |
cuda-samples-11-4 - CUDA example applications | |
cuda-samples-11-5 - CUDA example applications | |
cuda-samples-11-6 - CUDA example applications | |
cuda-sanitizer-11-0 - CUDA Sanitizer | |
cuda-sanitizer-11-1 - CUDA Sanitizer | |
cuda-sanitizer-11-2 - CUDA Sanitizer | |
cuda-sanitizer-11-3 - CUDA Sanitizer | |
cuda-sanitizer-11-4 - CUDA Sanitizer | |
cuda-sanitizer-11-5 - CUDA Sanitizer | |
cuda-sanitizer-11-6 - CUDA Sanitizer | |
cuda-thrust-11-3 - CUDA Thrust | |
libcufile-11-4 - Library for GPU Direct Storage with CUDA 11.4 | |
libcufile-11-5 - Library for GPU Direct Storage with CUDA 11.5 | |
libcufile-11-6 - Library for GPU Direct Storage with CUDA 11.6 | |
libcusolver-11-0 - CUDA solver native runtime libraries | |
libcusolver-11-1 - CUDA solver native runtime libraries | |
libcusolver-11-2 - CUDA solver native runtime libraries | |
libcusolver-11-3 - CUDA solver native runtime libraries | |
libcusolver-11-4 - CUDA solver native runtime libraries | |
libcusolver-11-5 - CUDA solver native runtime libraries | |
libcusolver-11-6 - CUDA solver native runtime libraries | |
libcusolver-dev-11-0 - CUDA solver native dev links, headers | |
libcusolver-dev-11-1 - CUDA solver native dev links, headers | |
libcusolver-dev-11-2 - CUDA solver native dev links, headers | |
libcusolver-dev-11-3 - CUDA solver native dev links, headers | |
libcusolver-dev-11-4 - CUDA solver native dev links, headers | |
libcusolver-dev-11-5 - CUDA solver native dev links, headers | |
libcusolver-dev-11-6 - CUDA solver native dev links, headers | |
cuda-toolkit-11-3-config-common - Common config package for CUDA Toolkit 11.3. | |
cuda-toolkit-11-4-config-common - Common config package for CUDA Toolkit 11.4. | |
cuda-toolkit-11-5-config-common - Common config package for CUDA Toolkit 11.5. | |
cuda-toolkit-11-6-config-common - Common config package for CUDA Toolkit 11.6. | |
cuda-toolkit-11-config-common - Common config package for CUDA Toolkit 11. | |
cuda-11-7 - CUDA 11.7 meta-package | |
cuda-cccl-11-7 - CUDA CCCL | |
cuda-command-line-tools-11-7 - CUDA command-line tools | |
cuda-compat-11-7 - CUDA Compatibility Platform | |
cuda-compiler-11-7 - CUDA compiler | |
cuda-cudart-11-7 - CUDA Runtime native Libraries | |
cuda-cudart-dev-11-7 - CUDA Runtime native dev links, headers | |
cuda-cuobjdump-11-7 - CUDA cuobjdump | |
cuda-cupti-11-7 - CUDA profiling tools runtime libs. | |
cuda-cupti-dev-11-7 - CUDA profiling tools interface. | |
cuda-cuxxfilt-11-7 - CUDA cuxxfilt | |
cuda-demo-suite-11-7 - Demo suite for CUDA | |
cuda-documentation-11-7 - CUDA documentation | |
cuda-driver-dev-11-7 - CUDA Driver native dev stub library | |
cuda-gdb-11-7 - CUDA-GDB | |
cuda-gdb-src-11-7 - Contains the source code for cuda-gdb | |
cuda-libraries-11-7 - CUDA Libraries 11.7 meta-package | |
cuda-libraries-dev-11-7 - CUDA Libraries 11.7 development meta-package | |
cuda-memcheck-11-7 - CUDA-MEMCHECK | |
cuda-minimal-build-11-7 - Minimal CUDA 11.7 toolkit build packages. | |
cuda-nsight-11-7 - CUDA nsight | |
cuda-nsight-compute-11-7 - NVIDIA Nsight Compute | |
cuda-nsight-systems-11-7 - NVIDIA Nsight Systems | |
cuda-nvcc-11-7 - CUDA nvcc | |
cuda-nvdisasm-11-7 - CUDA disassembler | |
cuda-nvml-dev-11-7 - NVML native dev links, headers | |
cuda-nvprof-11-7 - CUDA Profiler tools | |
cuda-nvprune-11-7 - CUDA nvprune | |
cuda-nvrtc-11-7 - NVRTC native runtime libraries | |
cuda-nvrtc-dev-11-7 - NVRTC native dev links, headers | |
cuda-nvtx-11-7 - NVIDIA Tools Extension | |
cuda-nvvp-11-7 - CUDA Profiler tools | |
cuda-runtime-11-7 - CUDA Runtime 11.7 meta-package | |
cuda-sanitizer-11-7 - CUDA Sanitizer | |
cuda-toolkit-11-7 - CUDA Toolkit 11.7 meta-package | |
cuda-toolkit-11-7-config-common - Common config package for CUDA Toolkit 11.7. | |
cuda-tools-11-7 - CUDA Tools meta-package | |
cuda-visual-tools-11-7 - CUDA visual tools | |
libcufile-11-7 - Library for GPU Direct Storage with CUDA 11.7 | |
libcusolver-11-7 - CUDA solver native runtime libraries | |
libcusolver-dev-11-7 - CUDA solver native dev links, headers | |
nvidia-gds-11-7 - GPU Direct Storage 11.7 meta-package | |
cuda-11-8 - CUDA 11.8 meta-package | |
cuda-cccl-11-8 - CUDA CCCL | |
cuda-command-line-tools-11-8 - CUDA command-line tools | |
cuda-compat-11-8 - CUDA Compatibility Platform | |
cuda-compiler-11-8 - CUDA compiler | |
cuda-cudart-11-8 - CUDA Runtime native Libraries | |
cuda-cudart-dev-11-8 - CUDA Runtime native dev links, headers | |
cuda-cuobjdump-11-8 - CUDA cuobjdump | |
cuda-cupti-11-8 - CUDA profiling tools runtime libs. | |
cuda-cupti-dev-11-8 - CUDA profiling tools interface. | |
cuda-cuxxfilt-11-8 - CUDA cuxxfilt | |
cuda-demo-suite-11-8 - Demo suite for CUDA | |
cuda-documentation-11-8 - CUDA documentation | |
cuda-driver-dev-11-8 - CUDA Driver native dev stub library | |
cuda-gdb-11-8 - CUDA-GDB | |
cuda-gdb-src-11-8 - Contains the source code for cuda-gdb | |
cuda-libraries-11-8 - CUDA Libraries 11.8 meta-package | |
cuda-libraries-dev-11-8 - CUDA Libraries 11.8 development meta-package | |
cuda-memcheck-11-8 - CUDA-MEMCHECK | |
cuda-minimal-build-11-8 - Minimal CUDA 11.8 toolkit build packages. | |
cuda-nsight-11-8 - CUDA nsight | |
cuda-nsight-compute-11-8 - NVIDIA Nsight Compute | |
cuda-nsight-systems-11-8 - NVIDIA Nsight Systems | |
cuda-nvcc-11-8 - CUDA nvcc | |
cuda-nvdisasm-11-8 - CUDA disassembler | |
cuda-nvml-dev-11-8 - NVML native dev links, headers | |
cuda-nvprof-11-8 - CUDA Profiler tools | |
cuda-nvprune-11-8 - CUDA nvprune | |
cuda-nvrtc-11-8 - NVRTC native runtime libraries | |
cuda-nvrtc-dev-11-8 - NVRTC native dev links, headers | |
cuda-nvtx-11-8 - NVIDIA Tools Extension | |
cuda-nvvp-11-8 - CUDA Profiler tools | |
cuda-profiler-api-11-8 - CUDA Profiler API | |
cuda-runtime-11-8 - CUDA Runtime 11.8 meta-package | |
cuda-sanitizer-11-8 - CUDA Sanitizer | |
cuda-toolkit-11-8 - CUDA Toolkit 11.8 meta-package | |
cuda-toolkit-11-8-config-common - Common config package for CUDA Toolkit 11.8. | |
cuda-tools-11-8 - CUDA Tools meta-package | |
cuda-visual-tools-11-8 - CUDA visual tools | |
libcufile-11-8 - Library for GPU Direct Storage with CUDA 11.8 | |
libcusolver-11-8 - CUDA solver native runtime libraries | |
libcusolver-dev-11-8 - CUDA solver native dev links, headers | |
nvidia-gds-11-8 - GPU Direct Storage 11.8 meta-package | |
libnvjpeg2k0-cuda-11 - Runtime libraries for libnvjpeg2k for CUDA 11 | |
libnvjpeg2k0-dev-cuda-11 - Development headers and symlinks for libnvjpeg2k for CUDA 11 | |
libnvjpeg2k0-static-cuda-11 - Static libraries for libnvjpeg2k for CUDA 11 | |
nvjpeg2k-cuda-11 - NVIDIA nvJPEG 2000 for CUDA 11 | |
ubuntu@ip-172-31-38-139:~$ sudo apt-get install -y cuda-11-8 | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
The following additional packages will be installed: | |
acl adwaita-icon-theme apg aptdaemon aptdaemon-data aspell aspell-en at-spi2-core avahi-daemon avahi-utils binutils binutils-common | |
binutils-x86-64-linux-gnu bluez bubblewrap build-essential ca-certificates-java cheese-common colord colord-data cpp cpp-9 cracklib-runtime | |
crda cuda-cccl-11-8 cuda-command-line-tools-11-8 cuda-compiler-11-8 cuda-cudart-11-8 cuda-cudart-dev-11-8 cuda-cuobjdump-11-8 | |
cuda-cupti-11-8 cuda-cupti-dev-11-8 cuda-cuxxfilt-11-8 cuda-demo-suite-11-8 cuda-documentation-11-8 cuda-driver-dev-11-8 cuda-drivers | |
cuda-drivers-530 cuda-gdb-11-8 cuda-libraries-11-8 cuda-libraries-dev-11-8 cuda-memcheck-11-8 cuda-nsight-11-8 cuda-nsight-compute-11-8 | |
cuda-nsight-systems-11-8 cuda-nvcc-11-8 cuda-nvdisasm-11-8 cuda-nvml-dev-11-8 cuda-nvprof-11-8 cuda-nvprune-11-8 cuda-nvrtc-11-8 | |
cuda-nvrtc-dev-11-8 cuda-nvtx-11-8 cuda-nvvp-11-8 cuda-profiler-api-11-8 cuda-runtime-11-8 cuda-sanitizer-11-8 cuda-toolkit-11-8 | |
cuda-toolkit-11-8-config-common cuda-toolkit-11-config-common cuda-toolkit-config-common cuda-tools-11-8 cuda-visual-tools-11-8 | |
cups-pk-helper dbus-x11 dconf-cli dctrl-tools default-jre default-jre-headless desktop-file-utils dictionaries-common dkms dns-root-data | |
dnsmasq-base docbook-xml dpkg-dev emacsen-common enchant-2 evolution-data-server evolution-data-server-common fakeroot fontconfig | |
fontconfig-config fonts-dejavu-core fonts-dejavu-extra fprintd g++ g++-9 gcc gcc-9 gcc-9-base gcr gdm3 gds-tools-11-8 geoclue-2.0 | |
gir1.2-accountsservice-1.0 gir1.2-atk-1.0 gir1.2-atspi-2.0 gir1.2-freedesktop gir1.2-gck-1 gir1.2-gcr-3 gir1.2-gdesktopenums-3.0 | |
gir1.2-gdkpixbuf-2.0 gir1.2-gdm-1.0 gir1.2-geoclue-2.0 gir1.2-gnomebluetooth-1.0 gir1.2-gnomedesktop-3.0 gir1.2-graphene-1.0 gir1.2-gtk-3.0 | |
gir1.2-gweather-3.0 gir1.2-ibus-1.0 gir1.2-json-1.0 gir1.2-mutter-6 gir1.2-nm-1.0 gir1.2-nma-1.0 gir1.2-notify-0.7 gir1.2-pango-1.0 | |
gir1.2-polkit-1.0 gir1.2-rsvg-2.0 gir1.2-secret-1 gir1.2-soup-2.4 gir1.2-upowerglib-1.0 gir1.2-vte-2.91 gjs gkbd-capplet | |
gnome-control-center gnome-control-center-data gnome-control-center-faces gnome-desktop3-data gnome-keyring gnome-keyring-pkcs11 | |
gnome-menus gnome-online-accounts gnome-session-bin gnome-session-common gnome-settings-daemon gnome-settings-daemon-common gnome-shell | |
gnome-shell-common gnome-startup-applications gnome-user-docs gstreamer1.0-clutter-3.0 gstreamer1.0-gl gstreamer1.0-plugins-base | |
gstreamer1.0-plugins-good gstreamer1.0-pulseaudio gstreamer1.0-x gtk-update-icon-cache hicolor-icon-theme humanity-icon-theme | |
hunspell-en-us ibus ibus-data ibus-gtk ibus-gtk3 iio-sensor-proxy im-config ippusbxd iw java-common language-selector-gnome libaa1 | |
libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libappindicator3-1 libasan5 libasound2-plugins libaspell15 | |
libasyncns0 libatk-bridge2.0-0 libatk-wrapper-java libatk-wrapper-java-jni libatk1.0-0 libatk1.0-data libatomic1 libatspi2.0-0 | |
libavahi-client3 libavahi-common-data libavahi-common3 libavahi-core7 libavahi-glib1 libavc1394-0 libbinutils libbluetooth3 | |
libboost-thread1.71.0 libc-dev-bin libc6-dev libcaca0 libcairo-gobject2 libcairo2 libcamel-1.2-62 libcanberra-gtk3-0 | |
libcanberra-gtk3-module libcanberra-pulse libcc1-0 libcdparanoia0 libcheese-gtk25 libcheese8 libclutter-1.0-0 libclutter-1.0-common | |
libclutter-gst-3.0-0 libclutter-gtk-1.0-0 libcogl-common libcogl-pango20 libcogl-path20 libcogl20 libcolord-gtk1 libcolord2 libcolorhug2 | |
libcrack2 libcrypt-dev libctf-nobfd0 libctf0 libcublas-11-8 libcublas-dev-11-8 libcufft-11-8 libcufft-dev-11-8 libcufile-11-8 | |
libcufile-dev-11-8 libcups2 libcurand-11-8 libcurand-dev-11-8 libcusolver-11-8 libcusolver-dev-11-8 libcusparse-11-8 libcusparse-dev-11-8 | |
libdaemon0 libdatrie1 libdbusmenu-glib4 libdbusmenu-gtk3-4 libdpkg-perl libdrm-amdgpu1 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libdv4 | |
libebackend-1.2-10 libebook-1.2-20 libebook-contacts-1.2-3 libecal-2.0-1 libedata-book-1.2-26 libedata-cal-2.0-1 libedataserver-1.2-24 | |
libedataserverui-1.2-2 libegl-mesa0 libegl1 libenchant-2-2 libepoxy0 libevdev2 libexif12 libfakeroot libfile-fcntllock-perl libflac8 | |
libfontconfig1 libfontenc1 libfprint-2-2 libgail-common libgail18 libgbm1 libgcc-9-dev libgck-1-0 libgcr-base-3-1 libgcr-ui-3-1 libgd3 | |
libgdata-common libgdata22 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-bin libgdk-pixbuf2.0-common libgdm1 libgee-0.8-2 libgeoclue-2-0 | |
libgeocode-glib0 libgif7 libgjs0g libgl1 libgl1-mesa-dri libglapi-mesa libgles2 libglvnd0 libglx-mesa0 libglx0 libgnome-autoar-0-0 | |
libgnome-bluetooth13 libgnome-desktop-3-19 libgnomekbd-common libgnomekbd8 libgoa-1.0-0b libgoa-1.0-common libgoa-backend-1.0-1 libgomp1 | |
libgphoto2-6 libgphoto2-l10n libgphoto2-port12 libgraphene-1.0-0 libgraphite2-3 libgsound0 libgssdp-1.2-0 libgstreamer-gl1.0-0 | |
libgstreamer-plugins-base1.0-0 libgstreamer-plugins-good1.0-0 libgtk-3-0 libgtk-3-bin libgtk-3-common libgtk2.0-0 libgtk2.0-bin | |
libgtk2.0-common libgtop-2.0-11 libgtop2-common libgupnp-1.2-0 libgupnp-av-1.0-2 libgupnp-dlna-2.0-3 libgweather-3-16 libgweather-common | |
libharfbuzz-icu0 libharfbuzz0b libhunspell-1.7-0 libhyphen0 libibus-1.0-5 libical3 libice6 libidn11 libiec61883-0 libieee1284-3 | |
libimobiledevice6 libinput-bin libinput10 libisl22 libitm1 libjack-jackd2-0 libjansson4 libjavascriptcoregtk-4.0-18 libjbig0 libjpeg-turbo8 | |
libjpeg8 liblcms2-2 libldb2 libllvm12 liblsan0 libmediaart-2.0-0 libmozjs-68-0 libmp3lame0 libmpc3 libmpg123-0 libmtdev1 libmutter-6-0 | |
libmysqlclient21 libndp0 libnl-3-200 libnl-genl-3-200 libnl-route-3-200 libnm0 libnma0 libnotify4 libnpp-11-8 libnpp-dev-11-8 libnss-mdns | |
libnvidia-cfg1-530 libnvidia-common-530 libnvidia-compute-530 libnvidia-decode-530 libnvidia-encode-530 libnvidia-extra-530 | |
libnvidia-fbc1-530 libnvidia-gl-530 libnvjpeg-11-8 libnvjpeg-dev-11-8 libopengl0 libopenjp2-7 libopus0 liborc-0.4-0 libpam-fprintd | |
libpam-gnome-keyring libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpangoxft-1.0-0 libpciaccess0 libpcsclite1 libphonenumber7 | |
libpixman-1-0 libplist3 libprotobuf17 libpulse-mainloop-glib0 libpulse0 libpulsedsp libpwquality-common libpwquality1 libquadmath0 | |
libraw1394-11 librest-0.7-0 librsvg2-2 librsvg2-common librygel-core-2.6-2 librygel-db-2.6-2 librygel-renderer-2.6-2 librygel-server-2.6-2 | |
libsamplerate0 libsane libsane-common libsbc1 libsecret-1-0 libsecret-common libsensors-config libsensors5 libshout3 libsm6 libsmbclient | |
libsnapd-glib1 libsndfile1 libsnmp-base libsnmp35 libsoup-gnome2.4-1 libsoxr0 libspeex1 libspeexdsp1 libstartup-notification0 | |
libstdc++-9-dev libtag1v5 libtag1v5-vanilla libtalloc2 libteamdctl0 libtevent0 libthai-data libthai0 libtheora0 libtiff5 libtinfo5 libtsan0 | |
libtwolame0 libubsan1 libupower-glib3 libusbmuxd6 libv4l-0 libv4lconvert0 libvdpau1 libvisual-0.4-0 libvorbisenc2 libvpx6 libvte-2.91-0 | |
libvte-2.91-common libvulkan1 libwacom-bin libwacom-common libwacom2 libwavpack1 libwayland-client0 libwayland-cursor0 libwayland-egl1 | |
libwayland-server0 libwbclient0 libwebkit2gtk-4.0-37 libwebp6 libwebpdemux2 libwebrtc-audio-processing1 libwhoopsie-preferences0 | |
libwhoopsie0 libwoff1 libx11-xcb1 libxatracker2 libxaw7 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 | |
libxcb-present0 libxcb-randr0 libxcb-render-util0 libxcb-render0 libxcb-res0 libxcb-shape0 libxcb-shm0 libxcb-sync1 libxcb-util1 | |
libxcb-xfixes0 libxcb-xinerama0 libxcb-xinput0 libxcb-xkb1 libxcb-xv0 libxcomposite1 libxcursor1 libxdamage1 libxfixes3 libxfont2 libxft2 | |
libxi6 libxinerama1 libxkbcommon-x11-0 libxkbcommon0 libxkbfile1 libxklavier16 libxmu6 libxnvctrl0 libxpm4 libxrandr2 libxrender1 | |
libxshmfence1 libxss1 libxt6 libxtst6 libxv1 libxvmc1 libxxf86dga1 libxxf86vm1 libyelp0 linux-libc-dev make manpages-dev mesa-vdpau-drivers | |
mesa-vulkan-drivers mobile-broadband-provider-info mousetweaks mutter mutter-common mysql-common network-manager network-manager-gnome | |
network-manager-pptp nsight-compute-2022.3.0 nsight-systems-2022.4.2 nvidia-compute-utils-530 nvidia-dkms-530 nvidia-driver-530 | |
nvidia-kernel-common-530 nvidia-kernel-source-530 nvidia-modprobe nvidia-prime nvidia-settings nvidia-utils-530 openjdk-11-jre | |
openjdk-11-jre-headless p11-kit p11-kit-modules pinentry-gnome3 pkg-config ppp pptp-linux pulseaudio pulseaudio-module-bluetooth | |
pulseaudio-utils python3-aptdaemon python3-aptdaemon.gtk3widgets python3-cairo python3-cups python3-cupshelpers python3-defer | |
python3-ibus-1.0 python3-ldb python3-macaroonbakery python3-protobuf python3-rfc3339 python3-talloc python3-tz python3-xkit rtkit rygel | |
samba-libs sane-utils screen-resolution-extra session-migration sgml-base sgml-data switcheroo-control system-config-printer | |
system-config-printer-common system-config-printer-udev ubuntu-docs ubuntu-mono ubuntu-session ubuntu-wallpapers ubuntu-wallpapers-focal | |
unzip update-inetd upower usbmuxd vdpau-driver-all wamerican whoopsie-preferences wireless-regdb wpasupplicant x11-common x11-utils | |
x11-xkb-utils x11-xserver-utils xdg-dbus-proxy xfonts-base xfonts-encodings xfonts-utils xml-core xserver-common xserver-xephyr | |
xserver-xorg xserver-xorg-core xserver-xorg-input-all xserver-xorg-input-libinput xserver-xorg-input-wacom xserver-xorg-legacy | |
xserver-xorg-video-all xserver-xorg-video-amdgpu xserver-xorg-video-ati xserver-xorg-video-fbdev xserver-xorg-video-intel | |
xserver-xorg-video-nouveau xserver-xorg-video-nvidia-530 xserver-xorg-video-qxl xserver-xorg-video-radeon xserver-xorg-video-vesa | |
xserver-xorg-video-vmware xwayland yaru-theme-gnome-shell yelp yelp-xsl zenity zenity-common | |
Suggested packages: | |
aspell-doc spellutils avahi-autoipd binutils-doc colord-sensor-argyll cpp-doc gcc-9-locales debtags menu docbook docbook-dsssl docbook-xsl | |
docbook-defguide debian-keyring evolution g++-multilib g++-9-multilib gcc-9-doc gcc-multilib autoconf automake libtool flex bison gdb | |
gcc-doc gcc-9-multilib gnome-orca gnome-software | gnome-packagekit gnome-user-share realmd libcanberra-gtk-module usbguard | |
chrome-gnome-shell gir1.2-telepathyglib-0.12 gnome-themes-standard-data gnome-backgrounds gir1.2-telepathylogger-0.2 gvfs hunspell | |
openoffice.org-hunspell | openoffice.org-core ibus-clutter ibus-doc indicator-application glibc-doc cups-common bzr libdv-bin oss-compat | |
libenchant-2-voikko libgd-tools gphoto2 libvisual-0.4-plugins libusbmuxd-tools jackd2 liblcms2-utils avahi-autoipd | zeroconf opus-tools | |
pcscd libraw1394-doc librsvg2-bin hplip lm-sensors snmp-mibs-downloader speex libstdc++-9-doc gstreamer1.0-libav make-doc libteam-utils | |
network-manager-openconnect-gnome network-manager-openvpn-gnome network-manager-vpnc-gnome network-manager-pptp-gnome fonts-ipafont-gothic | |
fonts-ipafont-mincho fonts-wqy-microhei | fonts-wqy-zenhei fonts-indic pinentry-doc pavumeter pavucontrol paman paprefs ubuntu-sounds | |
gstreamer1.0-plugins-ugly rygel-playbin rygel-preferences rygel-ruih rygel-tracker tumbler unpaper sgml-base-doc perlsgml w3-recs opensp | |
libxml2-utils gnome-software python3-smbc ubuntu-wallpapers-karmic ubuntu-wallpapers-lucid ubuntu-wallpapers-maverick | |
ubuntu-wallpapers-natty ubuntu-wallpapers-oneiric ubuntu-wallpapers-precise ubuntu-wallpapers-quantal ubuntu-wallpapers-raring | |
ubuntu-wallpapers-saucy ubuntu-wallpapers-trusty ubuntu-wallpapers-utopic ubuntu-wallpapers-vivid ubuntu-wallpapers-wily | |
ubuntu-wallpapers-xenial ubuntu-wallpapers-yakkety ubuntu-wallpapers-zesty ubuntu-wallpapers-artful ubuntu-wallpapers-bionic | |
ubuntu-wallpapers-cosmic ubuntu-wallpapers-disco ubuntu-wallpapers-eoan zip libvdpau-va-gl1 nvidia-vdpau-driver | |
nvidia-legacy-340xx-vdpau-driver nvidia-legacy-304xx-vdpau-driver wpagui libengine-pkcs11-openssl mesa-utils nickle cairo-5c xorg-docs-core | |
debhelper xfonts-100dpi | xfonts-75dpi xfonts-scalable xinput firmware-amd-graphics xserver-xorg-video-r128 xserver-xorg-video-mach64 | |
firmware-misc-nonfree | |
Recommended packages: | |
libnvidia-compute-530:i386 libnvidia-decode-530:i386 libnvidia-encode-530:i386 libnvidia-fbc1-530:i386 libnvidia-gl-530:i386 | |
The following NEW packages will be installed: | |
acl adwaita-icon-theme apg aptdaemon aptdaemon-data aspell aspell-en at-spi2-core avahi-daemon avahi-utils binutils binutils-common | |
binutils-x86-64-linux-gnu bluez bubblewrap build-essential ca-certificates-java cheese-common colord colord-data cpp cpp-9 cracklib-runtime | |
crda cuda-11-8 cuda-cccl-11-8 cuda-command-line-tools-11-8 cuda-compiler-11-8 cuda-cudart-11-8 cuda-cudart-dev-11-8 cuda-cuobjdump-11-8 | |
cuda-cupti-11-8 cuda-cupti-dev-11-8 cuda-cuxxfilt-11-8 cuda-demo-suite-11-8 cuda-documentation-11-8 cuda-driver-dev-11-8 cuda-drivers | |
cuda-drivers-530 cuda-gdb-11-8 cuda-libraries-11-8 cuda-libraries-dev-11-8 cuda-memcheck-11-8 cuda-nsight-11-8 cuda-nsight-compute-11-8 | |
cuda-nsight-systems-11-8 cuda-nvcc-11-8 cuda-nvdisasm-11-8 cuda-nvml-dev-11-8 cuda-nvprof-11-8 cuda-nvprune-11-8 cuda-nvrtc-11-8 | |
cuda-nvrtc-dev-11-8 cuda-nvtx-11-8 cuda-nvvp-11-8 cuda-profiler-api-11-8 cuda-runtime-11-8 cuda-sanitizer-11-8 cuda-toolkit-11-8 | |
cuda-toolkit-11-8-config-common cuda-toolkit-11-config-common cuda-toolkit-config-common cuda-tools-11-8 cuda-visual-tools-11-8 | |
cups-pk-helper dbus-x11 dconf-cli dctrl-tools default-jre default-jre-headless desktop-file-utils dictionaries-common dkms dns-root-data | |
dnsmasq-base docbook-xml dpkg-dev emacsen-common enchant-2 evolution-data-server evolution-data-server-common fakeroot fontconfig | |
fontconfig-config fonts-dejavu-core fonts-dejavu-extra fprintd g++ g++-9 gcc gcc-9 gcc-9-base gcr gdm3 gds-tools-11-8 geoclue-2.0 | |
gir1.2-accountsservice-1.0 gir1.2-atk-1.0 gir1.2-atspi-2.0 gir1.2-freedesktop gir1.2-gck-1 gir1.2-gcr-3 gir1.2-gdesktopenums-3.0 | |
gir1.2-gdkpixbuf-2.0 gir1.2-gdm-1.0 gir1.2-geoclue-2.0 gir1.2-gnomebluetooth-1.0 gir1.2-gnomedesktop-3.0 gir1.2-graphene-1.0 gir1.2-gtk-3.0 | |
gir1.2-gweather-3.0 gir1.2-ibus-1.0 gir1.2-json-1.0 gir1.2-mutter-6 gir1.2-nm-1.0 gir1.2-nma-1.0 gir1.2-notify-0.7 gir1.2-pango-1.0 | |
gir1.2-polkit-1.0 gir1.2-rsvg-2.0 gir1.2-secret-1 gir1.2-soup-2.4 gir1.2-upowerglib-1.0 gir1.2-vte-2.91 gjs gkbd-capplet | |
gnome-control-center gnome-control-center-data gnome-control-center-faces gnome-desktop3-data gnome-keyring gnome-keyring-pkcs11 | |
gnome-menus gnome-online-accounts gnome-session-bin gnome-session-common gnome-settings-daemon gnome-settings-daemon-common gnome-shell | |
gnome-shell-common gnome-startup-applications gnome-user-docs gstreamer1.0-clutter-3.0 gstreamer1.0-gl gstreamer1.0-plugins-base | |
gstreamer1.0-plugins-good gstreamer1.0-pulseaudio gstreamer1.0-x gtk-update-icon-cache hicolor-icon-theme humanity-icon-theme | |
hunspell-en-us ibus ibus-data ibus-gtk ibus-gtk3 iio-sensor-proxy im-config ippusbxd iw java-common language-selector-gnome libaa1 | |
libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libappindicator3-1 libasan5 libasound2-plugins libaspell15 | |
libasyncns0 libatk-bridge2.0-0 libatk-wrapper-java libatk-wrapper-java-jni libatk1.0-0 libatk1.0-data libatomic1 libatspi2.0-0 | |
libavahi-client3 libavahi-common-data libavahi-common3 libavahi-core7 libavahi-glib1 libavc1394-0 libbinutils libbluetooth3 | |
libboost-thread1.71.0 libc-dev-bin libc6-dev libcaca0 libcairo-gobject2 libcairo2 libcamel-1.2-62 libcanberra-gtk3-0 | |
libcanberra-gtk3-module libcanberra-pulse libcc1-0 libcdparanoia0 libcheese-gtk25 libcheese8 libclutter-1.0-0 libclutter-1.0-common | |
libclutter-gst-3.0-0 libclutter-gtk-1.0-0 libcogl-common libcogl-pango20 libcogl-path20 libcogl20 libcolord-gtk1 libcolord2 libcolorhug2 | |
libcrack2 libcrypt-dev libctf-nobfd0 libctf0 libcublas-11-8 libcublas-dev-11-8 libcufft-11-8 libcufft-dev-11-8 libcufile-11-8 | |
libcufile-dev-11-8 libcups2 libcurand-11-8 libcurand-dev-11-8 libcusolver-11-8 libcusolver-dev-11-8 libcusparse-11-8 libcusparse-dev-11-8 | |
libdaemon0 libdatrie1 libdbusmenu-glib4 libdbusmenu-gtk3-4 libdpkg-perl libdrm-amdgpu1 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libdv4 | |
libebackend-1.2-10 libebook-1.2-20 libebook-contacts-1.2-3 libecal-2.0-1 libedata-book-1.2-26 libedata-cal-2.0-1 libedataserver-1.2-24 | |
libedataserverui-1.2-2 libegl-mesa0 libegl1 libenchant-2-2 libepoxy0 libevdev2 libexif12 libfakeroot libfile-fcntllock-perl libflac8 | |
libfontconfig1 libfontenc1 libfprint-2-2 libgail-common libgail18 libgbm1 libgcc-9-dev libgck-1-0 libgcr-base-3-1 libgcr-ui-3-1 libgd3 | |
libgdata-common libgdata22 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-bin libgdk-pixbuf2.0-common libgdm1 libgee-0.8-2 libgeoclue-2-0 | |
libgeocode-glib0 libgif7 libgjs0g libgl1 libgl1-mesa-dri libglapi-mesa libgles2 libglvnd0 libglx-mesa0 libglx0 libgnome-autoar-0-0 | |
libgnome-bluetooth13 libgnome-desktop-3-19 libgnomekbd-common libgnomekbd8 libgoa-1.0-0b libgoa-1.0-common libgoa-backend-1.0-1 libgomp1 | |
libgphoto2-6 libgphoto2-l10n libgphoto2-port12 libgraphene-1.0-0 libgraphite2-3 libgsound0 libgssdp-1.2-0 libgstreamer-gl1.0-0 | |
libgstreamer-plugins-base1.0-0 libgstreamer-plugins-good1.0-0 libgtk-3-0 libgtk-3-bin libgtk-3-common libgtk2.0-0 libgtk2.0-bin | |
libgtk2.0-common libgtop-2.0-11 libgtop2-common libgupnp-1.2-0 libgupnp-av-1.0-2 libgupnp-dlna-2.0-3 libgweather-3-16 libgweather-common | |
libharfbuzz-icu0 libharfbuzz0b libhunspell-1.7-0 libhyphen0 libibus-1.0-5 libical3 libice6 libidn11 libiec61883-0 libieee1284-3 | |
libimobiledevice6 libinput-bin libinput10 libisl22 libitm1 libjack-jackd2-0 libjansson4 libjavascriptcoregtk-4.0-18 libjbig0 libjpeg-turbo8 | |
libjpeg8 liblcms2-2 libldb2 libllvm12 liblsan0 libmediaart-2.0-0 libmozjs-68-0 libmp3lame0 libmpc3 libmpg123-0 libmtdev1 libmutter-6-0 | |
libmysqlclient21 libndp0 libnl-3-200 libnl-genl-3-200 libnl-route-3-200 libnm0 libnma0 libnotify4 libnpp-11-8 libnpp-dev-11-8 libnss-mdns | |
libnvidia-cfg1-530 libnvidia-common-530 libnvidia-compute-530 libnvidia-decode-530 libnvidia-encode-530 libnvidia-extra-530 | |
libnvidia-fbc1-530 libnvidia-gl-530 libnvjpeg-11-8 libnvjpeg-dev-11-8 libopengl0 libopenjp2-7 libopus0 liborc-0.4-0 libpam-fprintd | |
libpam-gnome-keyring libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpangoxft-1.0-0 libpciaccess0 libpcsclite1 libphonenumber7 | |
libpixman-1-0 libplist3 libprotobuf17 libpulse-mainloop-glib0 libpulse0 libpulsedsp libpwquality-common libpwquality1 libquadmath0 | |
libraw1394-11 librest-0.7-0 librsvg2-2 librsvg2-common librygel-core-2.6-2 librygel-db-2.6-2 librygel-renderer-2.6-2 librygel-server-2.6-2 | |
libsamplerate0 libsane libsane-common libsbc1 libsecret-1-0 libsecret-common libsensors-config libsensors5 libshout3 libsm6 libsmbclient | |
libsnapd-glib1 libsndfile1 libsnmp-base libsnmp35 libsoup-gnome2.4-1 libsoxr0 libspeex1 libspeexdsp1 libstartup-notification0 | |
libstdc++-9-dev libtag1v5 libtag1v5-vanilla libtalloc2 libteamdctl0 libtevent0 libthai-data libthai0 libtheora0 libtiff5 libtinfo5 libtsan0 | |
libtwolame0 libubsan1 libupower-glib3 libusbmuxd6 libv4l-0 libv4lconvert0 libvdpau1 libvisual-0.4-0 libvorbisenc2 libvpx6 libvte-2.91-0 | |
libvte-2.91-common libvulkan1 libwacom-bin libwacom-common libwacom2 libwavpack1 libwayland-client0 libwayland-cursor0 libwayland-egl1 | |
libwayland-server0 libwbclient0 libwebkit2gtk-4.0-37 libwebp6 libwebpdemux2 libwebrtc-audio-processing1 libwhoopsie-preferences0 | |
libwhoopsie0 libwoff1 libx11-xcb1 libxatracker2 libxaw7 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 | |
libxcb-present0 libxcb-randr0 libxcb-render-util0 libxcb-render0 libxcb-res0 libxcb-shape0 libxcb-shm0 libxcb-sync1 libxcb-util1 | |
libxcb-xfixes0 libxcb-xinerama0 libxcb-xinput0 libxcb-xkb1 libxcb-xv0 libxcomposite1 libxcursor1 libxdamage1 libxfixes3 libxfont2 libxft2 | |
libxi6 libxinerama1 libxkbcommon-x11-0 libxkbcommon0 libxkbfile1 libxklavier16 libxmu6 libxnvctrl0 libxpm4 libxrandr2 libxrender1 | |
libxshmfence1 libxss1 libxt6 libxtst6 libxv1 libxvmc1 libxxf86dga1 libxxf86vm1 libyelp0 linux-libc-dev make manpages-dev mesa-vdpau-drivers | |
mesa-vulkan-drivers mobile-broadband-provider-info mousetweaks mutter mutter-common mysql-common network-manager network-manager-gnome | |
network-manager-pptp nsight-compute-2022.3.0 nsight-systems-2022.4.2 nvidia-compute-utils-530 nvidia-dkms-530 nvidia-driver-530 | |
nvidia-kernel-common-530 nvidia-kernel-source-530 nvidia-modprobe nvidia-prime nvidia-settings nvidia-utils-530 openjdk-11-jre | |
openjdk-11-jre-headless p11-kit p11-kit-modules pinentry-gnome3 pkg-config ppp pptp-linux pulseaudio pulseaudio-module-bluetooth | |
pulseaudio-utils python3-aptdaemon python3-aptdaemon.gtk3widgets python3-cairo python3-cups python3-cupshelpers python3-defer | |
python3-ibus-1.0 python3-ldb python3-macaroonbakery python3-protobuf python3-rfc3339 python3-talloc python3-tz python3-xkit rtkit rygel | |
samba-libs sane-utils screen-resolution-extra session-migration sgml-base sgml-data switcheroo-control system-config-printer | |
system-config-printer-common system-config-printer-udev ubuntu-docs ubuntu-mono ubuntu-session ubuntu-wallpapers ubuntu-wallpapers-focal | |
unzip update-inetd upower usbmuxd vdpau-driver-all wamerican whoopsie-preferences wireless-regdb wpasupplicant x11-common x11-utils | |
x11-xkb-utils x11-xserver-utils xdg-dbus-proxy xfonts-base xfonts-encodings xfonts-utils xml-core xserver-common xserver-xephyr | |
xserver-xorg xserver-xorg-core xserver-xorg-input-all xserver-xorg-input-libinput xserver-xorg-input-wacom xserver-xorg-legacy | |
xserver-xorg-video-all xserver-xorg-video-amdgpu xserver-xorg-video-ati xserver-xorg-video-fbdev xserver-xorg-video-intel | |
xserver-xorg-video-nouveau xserver-xorg-video-nvidia-530 xserver-xorg-video-qxl xserver-xorg-video-radeon xserver-xorg-video-vesa | |
xserver-xorg-video-vmware xwayland yaru-theme-gnome-shell yelp yelp-xsl zenity zenity-common | |
0 upgraded, 618 newly installed, 0 to remove and 6 not upgraded. | |
Need to get 3298 MB of archives. | |
After this operation, 8977 MB of additional disk space will be used. | |
Get:1 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9-base amd64 9.4.0-1ubuntu1~20.04.1 [19.4 kB] | |
Get:2 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libisl22 amd64 0.22.1-1 [592 kB] | |
Get:3 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] | |
Get:4 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 cpp-9 amd64 9.4.0-1ubuntu1~20.04.1 [7500 kB] | |
Get:5 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 cuda-toolkit-config-common 12.1.55-1 [16.4 kB] | |
Get:6 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 cuda-toolkit-11-config-common 11.8.89-1 [16.4 kB] | |
Get:7 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 cuda-toolkit-11-8-config-common 11.8.89-1 [16.3 kB] | |
Get:8 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 cuda-cudart-11-8 11.8.89-1 [165 kB] | |
Get:9 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 cuda-nvrtc-11-8 11.8.89-1 [16.4 MB] | |
Get:10 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 cpp amd64 4:9.3.0-1ubuntu2 [27.6 kB] | |
Get:11 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libcc1-0 amd64 10.3.0-1ubuntu1~20.04 [48.8 kB] | |
Get:12 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils-common amd64 2.34-6ubuntu1.4 [207 kB] | |
Get:13 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libbinutils amd64 2.34-6ubuntu1.4 [474 kB] | |
Get:14 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libctf-nobfd0 amd64 2.34-6ubuntu1.4 [47.2 kB] | |
Get:15 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libctf0 amd64 2.34-6ubuntu1.4 [46.6 kB] | |
Get:16 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.34-6ubuntu1.4 [1613 kB] | |
Get:17 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils amd64 2.34-6ubuntu1.4 [3380 B] | |
Get:18 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgomp1 amd64 10.3.0-1ubuntu1~20.04 [102 kB] | |
Get:19 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libitm1 amd64 10.3.0-1ubuntu1~20.04 [26.2 kB] | |
Get:20 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libatomic1 amd64 10.3.0-1ubuntu1~20.04 [9284 B] | |
Get:21 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libasan5 amd64 9.4.0-1ubuntu1~20.04.1 [2751 kB] | |
Get:22 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 liblsan0 amd64 10.3.0-1ubuntu1~20.04 [835 kB] | |
Get:23 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libtsan0 amd64 10.3.0-1ubuntu1~20.04 [2009 kB] | |
Get:24 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libubsan1 amd64 10.3.0-1ubuntu1~20.04 [784 kB] | |
Get:25 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 libcublas-11-8 11.11.3.6-1 [248 MB] | |
Get:26 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libquadmath0 amd64 10.3.0-1ubuntu1~20.04 [146 kB] | |
Get:27 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgcc-9-dev amd64 9.4.0-1ubuntu1~20.04.1 [2359 kB] | |
Get:28 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9 amd64 9.4.0-1ubuntu1~20.04.1 [8274 kB] | |
Get:29 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 gcc amd64 4:9.3.0-1ubuntu2 [5208 B] | |
Get:30 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libdpkg-perl all 1.19.7ubuntu3.2 [231 kB] | |
Get:31 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 make amd64 4.2.1-1.2 [162 kB] | |
Get:32 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 dpkg-dev all 1.19.7ubuntu3.2 [679 kB] | |
Get:33 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libc-dev-bin amd64 2.31-0ubuntu9.9 [71.8 kB] | |
Get:34 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-libc-dev amd64 5.4.0-146.163 [1127 kB] | |
Get:35 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libcrypt-dev amd64 1:4.4.10-10ubuntu4 [104 kB] | |
Get:36 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-dev amd64 2.31-0ubuntu9.9 [2519 kB] | |
Get:37 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libstdc++-9-dev amd64 9.4.0-1ubuntu1~20.04.1 [1722 kB] | |
Get:38 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 g++-9 amd64 9.4.0-1ubuntu1~20.04.1 [8420 kB] | |
Get:39 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 g++ amd64 4:9.3.0-1ubuntu2 [1604 B] | |
Get:40 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4664 B] | |
Get:41 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 dctrl-tools amd64 2.24-3 [61.5 kB] | |
Get:42 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 dkms all 2.8.1-5ubuntu2 [66.8 kB] | |
Get:43 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsane-common all 1.0.29-0ubuntu5.2 [277 kB] | |
Get:44 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libtalloc2 amd64 2.3.3-0ubuntu0.20.04.1 [29.6 kB] | |
Get:45 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libtevent0 amd64 0.11.0-0ubuntu0.20.04.1 [36.2 kB] | |
Get:46 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libwbclient0 amd64 2:4.15.13+dfsg-0ubuntu0.20.04.1 [210 kB] | |
Get:47 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 liborc-0.4-0 amd64 1:0.4.31-1 [188 kB] | |
Get:48 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgstreamer-plugins-base1.0-0 amd64 1.16.3-0ubuntu1.1 [740 kB] | |
Get:49 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 x11-common all 1:7.7+19ubuntu14 [22.3 kB] | |
Get:50 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libice6 amd64 2:1.0.10-0ubuntu1 [41.0 kB] | |
Get:51 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libasyncns0 amd64 0.8-6 [12.1 kB] | |
Get:52 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libflac8 amd64 1.3.3-1ubuntu0.1 [103 kB] | |
Get:53 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libvorbisenc2 amd64 1.3.6-2ubuntu1 [70.7 kB] | |
Get:54 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsndfile1 amd64 1.0.28-7ubuntu0.1 [170 kB] | |
Get:55 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpulse0 amd64 1:13.99.1-1ubuntu3.13 [262 kB] | |
Get:56 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libsm6 amd64 2:1.2.3-1 [16.1 kB] | |
Get:57 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsnapd-glib1 amd64 1.58-0ubuntu0.20.04.0 [90.1 kB] | |
Get:58 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libsoxr0 amd64 0.1.3-2build1 [78.0 kB] | |
Get:59 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libspeexdsp1 amd64 1.2~rc1.2-1.1ubuntu1.20.04.1 [40.4 kB] | |
Get:60 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libwebrtc-audio-processing1 amd64 0.3.1-0ubuntu3 [263 kB] | |
Get:61 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libx11-xcb1 amd64 2:1.6.9-2ubuntu1.2 [9372 B] | |
Get:62 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libxtst6 amd64 2:1.2.3-1 [12.8 kB] | |
Get:63 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libsamplerate0 amd64 0.1.9-2 [939 kB] | |
Get:64 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libjack-jackd2-0 amd64 1.9.12~dfsg-2ubuntu2 [267 kB] | |
Get:65 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libasound2-plugins amd64 1.2.2-1ubuntu1 [66.0 kB] | |
Get:66 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpulsedsp amd64 1:13.99.1-1ubuntu3.13 [21.7 kB] | |
Get:67 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 pulseaudio-utils amd64 1:13.99.1-1ubuntu3.13 [55.0 kB] | |
Get:68 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 pulseaudio amd64 1:13.99.1-1ubuntu3.13 [814 kB] | |
Get:69 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 sgml-base all 1.29.1 [12.4 kB] | |
Get:70 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libavahi-common-data amd64 0.7-4ubuntu7.1 [21.4 kB] | |
Get:71 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libavahi-common3 amd64 0.7-4ubuntu7.1 [21.7 kB] | |
Get:72 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libavahi-client3 amd64 0.7-4ubuntu7.1 [25.5 kB] | |
Get:73 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libcups2 amd64 2.3.1-9ubuntu1.2 [233 kB] | |
Get:74 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libjansson4 amd64 2.12-1build1 [28.9 kB] | |
Get:75 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libldb2 amd64 2:2.4.4-0ubuntu0.20.04.1 [141 kB] | |
Get:76 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-ldb amd64 2:2.4.4-0ubuntu0.20.04.1 [38.1 kB] | |
Get:77 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-talloc amd64 2.3.3-0ubuntu0.20.04.1 [12.2 kB] | |
Get:78 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 samba-libs amd64 2:4.15.13+dfsg-0ubuntu0.20.04.1 [5633 kB] | |
Get:79 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsmbclient amd64 2:4.15.13+dfsg-0ubuntu0.20.04.1 [59.6 kB] | |
Get:80 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 acl amd64 2.2.53-6 [37.8 kB] | |
Get:81 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 hicolor-icon-theme all 0.17-2 [9976 B] | |
Get:82 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libjpeg-turbo8 amd64 2.0.3-0ubuntu1.20.04.3 [118 kB] | |
Get:83 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2194 B] | |
Get:84 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libjbig0 amd64 2.1-3.1ubuntu0.20.04.1 [27.3 kB] | |
Get:85 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libwebp6 amd64 0.6.1-2ubuntu0.20.04.1 [185 kB] | |
Get:86 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libtiff5 amd64 4.1.0+git191117-2ubuntu0.20.04.8 [163 kB] | |
Get:87 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgdk-pixbuf2.0-common all 2.40.0+dfsg-3ubuntu0.4 [4592 B] | |
Get:88 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgdk-pixbuf2.0-0 amd64 2.40.0+dfsg-3ubuntu0.4 [168 kB] | |
Get:89 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 gtk-update-icon-cache amd64 3.24.20-0ubuntu1.1 [28.8 kB] | |
Get:90 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 fonts-dejavu-core all 2.37-1 [1041 kB] | |
Get:91 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 fontconfig-config all 2.13.1-2ubuntu3 [28.8 kB] | |
Get:92 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libfontconfig1 amd64 2.13.1-2ubuntu3 [114 kB] | |
Get:93 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpixman-1-0 amd64 0.38.4-0ubuntu2.1 [227 kB] | |
Get:94 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-render0 amd64 1.14-2 [14.8 kB] | |
Get:95 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-shm0 amd64 1.14-2 [5584 B] | |
Get:96 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libxrender1 amd64 1:0.9.10-1 [18.7 kB] | |
Get:97 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libcairo2 amd64 1.16.0-4ubuntu1 [583 kB] | |
Get:98 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libcairo-gobject2 amd64 1.16.0-4ubuntu1 [17.2 kB] | |
Get:99 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 fontconfig amd64 2.13.1-2ubuntu3 [171 kB] | |
Get:100 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libgraphite2-3 amd64 1.3.13-11build1 [73.5 kB] | |
Get:101 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libharfbuzz0b amd64 2.6.4-1ubuntu4.2 [391 kB] | |
Get:102 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libthai-data all 0.1.28-3 [134 kB] | |
Get:103 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libdatrie1 amd64 0.2.12-3 [18.7 kB] | |
Get:104 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libthai0 amd64 0.1.28-3 [18.1 kB] | |
Get:105 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libpango-1.0-0 amd64 1.44.7-2ubuntu4 [162 kB] | |
Get:106 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libpangoft2-1.0-0 amd64 1.44.7-2ubuntu4 [34.9 kB] | |
Get:107 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libpangocairo-1.0-0 amd64 1.44.7-2ubuntu4 [24.8 kB] | |
Get:108 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 librsvg2-2 amd64 2.48.9-1ubuntu0.20.04.1 [2253 kB] | |
Get:109 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 librsvg2-common amd64 2.48.9-1ubuntu0.20.04.1 [9212 B] | |
Get:110 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 humanity-icon-theme all 0.6.15 [1250 kB] | |
Get:111 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 ubuntu-mono all 19.04-0ubuntu3 [147 kB] | |
Get:112 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 adwaita-icon-theme all 3.36.1-2ubuntu0.20.04.2 [3441 kB] | |
Get:113 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 apg amd64 2.2.3.dfsg.1-5 [50.6 kB] | |
Get:114 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libaspell15 amd64 0.60.8-1ubuntu0.1 [328 kB] | |
Get:115 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 emacsen-common all 3.0.4 [14.9 kB] | |
Get:116 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 dictionaries-common all 1.28.1 [178 kB] | |
Get:117 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 aspell amd64 0.60.8-1ubuntu0.1 [88.4 kB] | |
Get:118 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 aspell-en all 2018.04.16-0-1 [299 kB] | |
Get:119 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libatspi2.0-0 amd64 2.36.0-2 [64.2 kB] | |
Get:120 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 at-spi2-core amd64 2.36.0-2 [48.7 kB] | |
Get:121 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libavahi-core7 amd64 0.7-4ubuntu7.1 [82.0 kB] | |
Get:122 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libdaemon0 amd64 0.14-7 [13.9 kB] | |
Get:123 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 avahi-daemon amd64 0.7-4ubuntu7.1 [61.0 kB] | |
Get:124 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 avahi-utils amd64 0.7-4ubuntu7.1 [24.7 kB] | |
Get:125 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 bluez amd64 5.53-0ubuntu3.6 [982 kB] | |
Get:126 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 bubblewrap amd64 0.4.0-1ubuntu4 [35.4 kB] | |
Get:127 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 java-common all 0.72 [6816 B] | |
Get:128 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 liblcms2-2 amd64 2.9-4 [140 kB] | |
Get:129 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libpcsclite1 amd64 1.8.26-3 [22.0 kB] | |
Get:130 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 openjdk-11-jre-headless amd64 11.0.18+10-0ubuntu1~20.04.1 [37.4 MB] | |
Get:131 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 default-jre-headless amd64 2:1.11-72 [3192 B] | |
Get:132 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 ca-certificates-java all 20190405ubuntu1 [12.2 kB] | |
Get:133 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 cheese-common all 3.34.0-1ubuntu1 [390 kB] | |
Get:134 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libcolord2 amd64 1.4.4-2 [133 kB] | |
Get:135 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libcolorhug2 amd64 1.4.4-2 [38.4 kB] | |
Get:136 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libexif12 amd64 0.6.21-6ubuntu0.4 [78.6 kB] | |
Get:137 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libxpm4 amd64 1:3.5.12-1ubuntu0.20.04.1 [34.6 kB] | |
Get:138 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgd3 amd64 2.2.5-5.2ubuntu2.1 [118 kB] | |
Get:139 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgphoto2-port12 amd64 2.5.25-0ubuntu0.1 [51.8 kB] | |
Get:140 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgphoto2-6 amd64 2.5.25-0ubuntu0.1 [653 kB] | |
Get:141 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libieee1284-3 amd64 0.2.11-13build1 [21.0 kB] | |
Get:142 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 mysql-common all 5.8+1.0.5ubuntu2 [7496 B] | |
Get:143 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libmysqlclient21 amd64 8.0.32-0ubuntu0.20.04.2 [1322 kB] | |
Get:144 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsensors-config all 1:3.6.0-2ubuntu1.1 [6052 B] | |
Get:145 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsensors5 amd64 1:3.6.0-2ubuntu1.1 [27.2 kB] | |
Get:146 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsnmp-base all 5.8+dfsg-2ubuntu2.7 [206 kB] | |
Get:147 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsnmp35 amd64 5.8+dfsg-2ubuntu2.7 [978 kB] | |
Get:148 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsane amd64 1.0.29-0ubuntu5.2 [2405 kB] | |
Get:149 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 colord-data all 1.4.4-2 [1093 kB] | |
Get:150 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 colord amd64 1.4.4-2 [192 kB] | |
Get:151 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libcrack2 amd64 2.9.6-3.2 [28.3 kB] | |
Get:152 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 cracklib-runtime amd64 2.9.6-3.2 [140 kB] | |
Get:153 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libnl-3-200 amd64 3.4.0-1ubuntu0.1 [54.4 kB] | |
Get:154 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libnl-genl-3-200 amd64 3.4.0-1ubuntu0.1 [11.2 kB] | |
Get:155 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 wireless-regdb all 2022.06.06-0ubuntu1~20.04.1 [9872 B] | |
Get:156 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 iw amd64 5.4-1 [94.0 kB] | |
Get:157 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 crda amd64 3.18-1build1 [63.5 kB] | |
Get:158 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libglvnd0 amd64 1.3.2-1~ubuntu0.20.04.2 [48.1 kB] | |
Get:159 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libglapi-mesa amd64 21.2.6-0ubuntu0.1~20.04.2 [27.4 kB] | |
Get:160 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-dri2-0 amd64 1.14-2 [6920 B] | |
Get:161 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-dri3-0 amd64 1.14-2 [6552 B] | |
Get:162 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-glx0 amd64 1.14-2 [22.1 kB] | |
Get:163 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-present0 amd64 1.14-2 [5560 B] | |
Get:164 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-sync1 amd64 1.14-2 [8884 B] | |
Get:165 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-xfixes0 amd64 1.14-2 [9296 B] | |
Get:166 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libxfixes3 amd64 1:5.0.3-2 [10.9 kB] | |
Get:167 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libxshmfence1 amd64 1.3-1 [5028 B] | |
Get:168 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libxxf86vm1 amd64 1:1.1.4-1build1 [10.2 kB] | |
Get:169 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libdrm-amdgpu1 amd64 2.4.107-8ubuntu1~20.04.2 [18.6 kB] | |
Get:170 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libpciaccess0 amd64 0.16-0ubuntu1 [17.9 kB] | |
Get:171 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libdrm-intel1 amd64 2.4.107-8ubuntu1~20.04.2 [60.3 kB] | |
Get:172 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libdrm-nouveau2 amd64 2.4.107-8ubuntu1~20.04.2 [16.6 kB] | |
Get:173 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libdrm-radeon1 amd64 2.4.107-8ubuntu1~20.04.2 [19.7 kB] | |
Get:174 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libllvm12 amd64 1:12.0.0-3ubuntu1~20.04.5 [18.8 MB] | |
Get:175 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libvulkan1 amd64 1.2.131.2-1 [93.3 kB] | |
Get:176 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgl1-mesa-dri amd64 21.2.6-0ubuntu0.1~20.04.2 [11.0 MB] | |
Get:177 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libglx-mesa0 amd64 21.2.6-0ubuntu0.1~20.04.2 [137 kB] | |
Get:178 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libglx0 amd64 1.3.2-1~ubuntu0.20.04.2 [32.5 kB] | |
Get:179 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgl1 amd64 1.3.2-1~ubuntu0.20.04.2 [85.8 kB] | |
Get:180 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libwayland-server0 amd64 1.18.0-1ubuntu0.1 [31.3 kB] | |
Get:181 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgbm1 amd64 21.2.6-0ubuntu0.1~20.04.2 [29.2 kB] | |
Get:182 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libwayland-client0 amd64 1.18.0-1ubuntu0.1 [23.9 kB] | |
Get:183 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libegl-mesa0 amd64 21.2.6-0ubuntu0.1~20.04.2 [96.3 kB] | |
Get:184 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libegl1 amd64 1.3.2-1~ubuntu0.20.04.2 [31.9 kB] | |
Get:185 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libopengl0 amd64 1.3.2-1~ubuntu0.20.04.2 [29.2 kB] | |
Get:186 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgles2 amd64 1.3.2-1~ubuntu0.20.04.2 [15.6 kB] | |
Get:187 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libxt6 amd64 1:1.1.5-1 [160 kB] | |
Get:188 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libxmu6 amd64 2:1.1.3-0ubuntu1 [45.8 kB] | |
Get:189 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB] | |
Get:190 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libxkbfile1 amd64 1:1.1.0-1 [65.3 kB] | |
Get:191 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 x11-xkb-utils amd64 7.7+5 [158 kB] | |
Get:192 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 xserver-common all 2:1.20.13-1ubuntu1~20.04.8 [27.2 kB] | |
Get:193 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libepoxy0 amd64 1.5.4-1 [191 kB] | |
Get:194 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libfontenc1 amd64 1:1.1.4-0ubuntu1 [14.0 kB] | |
Get:195 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libxfont2 amd64 1:2.0.3-1 [91.7 kB] | |
Get:196 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 xserver-xorg-core amd64 2:1.20.13-1ubuntu1~20.04.8 [1340 kB] | |
Get:197 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB] | |
Get:198 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 python3-xkit all 0.5.0ubuntu4 [18.3 kB] | |
Get:199 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libcamel-1.2-62 amd64 3.36.5-0ubuntu1 [433 kB] | |
Get:200 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libatk1.0-data all 2.35.1-1ubuntu2 [2964 B] | |
Get:201 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libatk1.0-0 amd64 2.35.1-1ubuntu2 [45.5 kB] | |
Get:202 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libatk-bridge2.0-0 amd64 2.34.2-0ubuntu2~20.04.1 [58.2 kB] | |
Get:203 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libsoup-gnome2.4-1 amd64 2.70.0-1 [6136 B] | |
Get:204 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 librest-0.7-0 amd64 0.8.1-1 [32.2 kB] | |
Get:205 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libwayland-cursor0 amd64 1.18.0-1ubuntu0.1 [10.3 kB] | |
Get:206 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libwayland-egl1 amd64 1.18.0-1ubuntu0.1 [5596 B] | |
Get:207 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libxcomposite1 amd64 1:0.4.5-1 [6976 B] | |
Get:208 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libxcursor1 amd64 1:1.2.0-2 [20.1 kB] | |
Get:209 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libxdamage1 amd64 1:1.1.5-2 [6996 B] | |
Get:210 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libxi6 amd64 2:1.7.10-0ubuntu1 [29.9 kB] | |
Get:211 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libxinerama1 amd64 2:1.1.4-2 [6904 B] | |
Get:212 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libxkbcommon0 amd64 0.10.0-1 [98.4 kB] | |
Get:213 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libxrandr2 amd64 2:1.5.2-0ubuntu1 [18.5 kB] | |
Get:214 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgtk-3-common all 3.24.20-0ubuntu1.1 [234 kB] | |
Get:215 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgtk-3-0 amd64 3.24.20-0ubuntu1.1 [2620 kB] | |
Get:216 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 libcufft-11-8 10.9.0.58-1 [94.2 MB] | |
Get:217 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libcanberra-gtk3-0 amd64 0.30-7ubuntu1 [7928 B] | |
Get:218 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libgck-1-0 amd64 3.36.0-2build1 [75.5 kB] | |
Get:219 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libgcr-base-3-1 amd64 3.36.0-2build1 [193 kB] | |
Get:220 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgoa-1.0-common all 3.36.1-0ubuntu1 [3752 B] | |
Get:221 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgoa-1.0-0b amd64 3.36.1-0ubuntu1 [63.4 kB] | |
Get:222 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libgdata-common all 0.17.12-1 [3392 B] | |
Get:223 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libgdata22 amd64 0.17.12-1 [268 kB] | |
Get:224 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsecret-common all 0.20.4-0ubuntu1 [3940 B] | |
Get:225 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libsecret-1-0 amd64 0.20.4-0ubuntu1 [110 kB] | |
Get:226 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 evolution-data-server-common all 3.36.5-0ubuntu1 [18.6 kB] | |
Get:227 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libedataserver-1.2-24 amd64 3.36.5-0ubuntu1 [244 kB] | |
Get:228 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libebackend-1.2-10 amd64 3.36.5-0ubuntu1 [103 kB] | |
Get:229 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libboost-thread1.71.0 amd64 1.71.0-6ubuntu6 [249 kB] | |
Get:230 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libprotobuf17 amd64 3.6.1.3-2ubuntu5.2 [798 kB] | |
Get:231 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libphonenumber7 amd64 7.1.0-5ubuntu11 [196 kB] | |
Get:232 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libebook-contacts-1.2-3 amd64 3.36.5-0ubuntu1 [54.5 kB] | |
Get:233 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libedata-book-1.2-26 amd64 3.36.5-0ubuntu1 [209 kB] | |
Get:234 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libebook-1.2-20 amd64 3.36.5-0ubuntu1 [79.3 kB] | |
Get:235 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libical3 amd64 3.0.8-1 [276 kB] | |
Get:236 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libecal-2.0-1 amd64 3.36.5-0ubuntu1 [145 kB] | |
Get:237 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libedata-cal-2.0-1 amd64 3.36.5-0ubuntu1 [127 kB] | |
Get:238 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libgcr-ui-3-1 amd64 3.36.0-2build1 [127 kB] | |
Get:239 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libjavascriptcoregtk-4.0-18 amd64 2.38.5-0ubuntu0.20.04.1 [6445 kB] | |
Get:240 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 xdg-dbus-proxy amd64 0.1.2-1 [23.0 kB] | |
Get:241 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 hunspell-en-us all 1:2018.04.16-1 [170 kB] | |
Get:242 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libhunspell-1.7-0 amd64 1.7.0-2build2 [147 kB] | |
Get:243 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libenchant-2-2 amd64 2.2.8-1ubuntu0.20.04.1 [45.6 kB] | |
Get:244 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgstreamer-gl1.0-0 amd64 1.16.3-0ubuntu1.1 [163 kB] | |
Get:245 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libharfbuzz-icu0 amd64 2.6.4-1ubuntu4.2 [5580 B] | |
Get:246 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libhyphen0 amd64 2.8.8-7 [27.0 kB] | |
Get:247 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libopenjp2-7 amd64 2.3.1-1ubuntu4.20.04.1 [141 kB] | |
Get:248 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libwebpdemux2 amd64 0.6.1-2ubuntu0.20.04.1 [9576 B] | |
Get:249 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libwoff1 amd64 1.0.2-1build2 [42.0 kB] | |
Get:250 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libwebkit2gtk-4.0-37 amd64 2.38.5-0ubuntu0.20.04.1 [17.5 MB] | |
Get:251 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libedataserverui-1.2-2 amd64 3.36.5-0ubuntu1 [54.7 kB] | |
Get:252 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libgeocode-glib0 amd64 3.26.2-2 [43.8 kB] | |
Get:253 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgweather-common all 3.36.1-1~ubuntu20.04.1 [169 kB] | |
Get:254 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgweather-3-16 amd64 3.36.1-1~ubuntu20.04.1 [68.3 kB] | |
Get:255 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 dbus-x11 amd64 1.12.16-2ubuntu2.3 [22.6 kB] | |
Get:256 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 gcr amd64 3.36.0-2build1 [63.9 kB] | |
Get:257 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 p11-kit-modules amd64 0.23.20-1ubuntu0.1 [231 kB] | |
Get:258 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 p11-kit amd64 0.23.20-1ubuntu0.1 [93.8 kB] | |
Get:259 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 pinentry-gnome3 amd64 1.1.0-3build1 [38.6 kB] | |
Get:260 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 gnome-keyring amd64 3.36.0-1ubuntu1 [613 kB] | |
Get:261 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 evolution-data-server amd64 3.36.5-0ubuntu1 [679 kB] | |
Get:262 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 gir1.2-accountsservice-1.0 amd64 0.6.55-0ubuntu12~20.04.5 [4984 B] | |
Get:263 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 gir1.2-freedesktop amd64 1.64.1-1~ubuntu20.04.1 [19.2 kB] | |
Get:264 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 gir1.2-atspi-2.0 amd64 2.36.0-2 [15.1 kB] | |
Get:265 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 gir1.2-gck-1 amd64 3.36.0-2build1 [10.3 kB] | |
Get:266 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 gir1.2-atk-1.0 amd64 2.35.1-1ubuntu2 [18.2 kB] | |
Get:267 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 gir1.2-gdkpixbuf-2.0 amd64 2.40.0+dfsg-3ubuntu0.4 [8272 B] | |
Get:268 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libxft2 amd64 2.3.3-0ubuntu1 [39.2 kB] | |
Get:269 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libpangoxft-1.0-0 amd64 1.44.7-2ubuntu4 [18.0 kB] | |
Get:270 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 gir1.2-pango-1.0 amd64 1.44.7-2ubuntu4 [26.6 kB] | |
Get:271 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 gir1.2-gtk-3.0 amd64 3.24.20-0ubuntu1.1 [196 kB] | |
Get:272 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 gir1.2-gcr-3 amd64 3.36.0-2build1 [15.4 kB] | |
Get:273 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 gir1.2-gdesktopenums-3.0 amd64 3.36.0-1ubuntu1 [5484 B] | |
Get:274 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgdm1 amd64 3.36.3-0ubuntu0.20.04.4 [63.6 kB] | |
Get:275 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 gir1.2-gdm-1.0 amd64 3.36.3-0ubuntu0.20.04.4 [9584 B] | |
Get:276 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libavahi-glib1 amd64 0.7-4ubuntu7.1 [7792 B] | |
Get:277 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libnotify4 amd64 0.7.9-1ubuntu3.20.04.2 [19.5 kB] | |
Get:278 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 geoclue-2.0 amd64 2.5.6-0ubuntu1 [91.9 kB] | |
Get:279 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libgeoclue-2-0 amd64 2.5.6-0ubuntu1 [25.1 kB] | |
Get:280 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 gir1.2-geoclue-2.0 amd64 2.5.6-0ubuntu1 [5892 B] | |
Get:281 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgnome-bluetooth13 amd64 3.34.3-0ubuntu1 [76.6 kB] | |
Get:282 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 gir1.2-gnomebluetooth-1.0 amd64 3.34.3-0ubuntu1 [5592 B] | |
Get:283 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 gnome-desktop3-data all 3.36.8-0ubuntu1 [21.7 kB] | |
Get:284 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgnome-desktop-3-19 amd64 3.36.8-0ubuntu1 [115 kB] | |
Get:285 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 gir1.2-gnomedesktop-3.0 amd64 3.36.8-0ubuntu1 [8352 B] | |
Get:286 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 gir1.2-gweather-3.0 amd64 3.36.1-1~ubuntu20.04.1 [7356 B] | |
Get:287 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libibus-1.0-5 amd64 1.5.22-2ubuntu2.1 [153 kB] | |
Get:288 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 gir1.2-ibus-1.0 amd64 1.5.22-2ubuntu2.1 [65.9 kB] | |
Get:289 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 mutter-common all 3.36.9-0ubuntu0.20.04.2 [12.9 kB] | |
Get:290 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libgraphene-1.0-0 amd64 1.10.0-1build2 [42.9 kB] | |
Get:291 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] | |
Get:292 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libmtdev1 amd64 1.1.5-1.1 [14.2 kB] | |
Get:293 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libwacom-common all 1.3-2ubuntu3 [45.3 kB] | |
Get:294 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libwacom2 amd64 1.3-2ubuntu3 [20.0 kB] | |
Get:295 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libinput-bin amd64 1.15.5-1ubuntu0.3 [19.3 kB] | |
Get:296 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libinput10 amd64 1.15.5-1ubuntu0.3 [112 kB] | |
Get:297 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-util1 amd64 0.4.0-0ubuntu3 [11.2 kB] | |
Get:298 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libstartup-notification0 amd64 0.12-6 [18.8 kB] | |
Get:299 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-randr0 amd64 1.14-2 [16.3 kB] | |
Get:300 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-res0 amd64 1.14-2 [6412 B] | |
Get:301 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-xkb1 amd64 1.14-2 [29.6 kB] | |
Get:302 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libxkbcommon-x11-0 amd64 0.10.0-1 [13.4 kB] | |
Get:303 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libmutter-6-0 amd64 3.36.9-0ubuntu0.20.04.2 [1168 kB] | |
Get:304 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 gir1.2-graphene-1.0 amd64 1.10.0-1build2 [10.4 kB] | |
Get:305 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 gir1.2-json-1.0 amd64 1.4.4-2ubuntu2 [8048 B] | |
Get:306 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 gir1.2-mutter-6 amd64 3.36.9-0ubuntu0.20.04.2 [109 kB] | |
Get:307 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libnm0 amd64 1.22.10-1ubuntu2.3 [370 kB] | |
Get:308 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 gir1.2-nm-1.0 amd64 1.22.10-1ubuntu2.3 [64.5 kB] | |
Get:309 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libnma0 amd64 1.8.24-1ubuntu3 [94.8 kB] | |
Get:310 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 gir1.2-nma-1.0 amd64 1.8.24-1ubuntu3 [5796 B] | |
Get:311 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 gir1.2-polkit-1.0 amd64 0.105-26ubuntu1.3 [7344 B] | |
Get:312 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 gir1.2-rsvg-2.0 amd64 2.48.9-1ubuntu0.20.04.1 [8080 B] | |
Get:313 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 gir1.2-soup-2.4 amd64 2.70.0-1 [27.5 kB] | |
Get:314 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] | |
Get:315 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 gir1.2-upowerglib-1.0 amd64 0.99.11-1build2 [5280 B] | |
Get:316 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libmozjs-68-0 amd64 68.6.0-1ubuntu1 [3201 kB] | |
Get:317 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgjs0g amd64 1.64.5-0ubuntu0.20.04.01 [288 kB] | |
Get:318 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 gjs amd64 1.64.5-0ubuntu0.20.04.01 [43.4 kB] | |
Get:319 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 gnome-settings-daemon-common all 3.36.1-0ubuntu1.1 [20.2 kB] | |
Get:320 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 x11-xserver-utils amd64 7.7+8 [162 kB] | |
Get:321 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpulse-mainloop-glib0 amd64 1:13.99.1-1ubuntu3.13 [11.7 kB] | |
Get:322 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 gnome-settings-daemon amd64 3.36.1-0ubuntu1.1 [308 kB] | |
Get:323 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 gnome-shell-common all 3.36.9-0ubuntu0.20.04.2 [153 kB] | |
Get:324 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 ubuntu-wallpapers-focal all 20.04.2-0ubuntu1 [11.8 MB] | |
Get:325 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 libcufile-11-8 1.4.0.31-1 [474 kB] | |
Get:326 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 libcurand-11-8 10.3.0.86-1 [42.2 MB] | |
Get:327 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 ubuntu-wallpapers all 20.04.2-0ubuntu1 [2227 kB] | |
Get:328 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 zenity-common all 3.32.0-5 [311 kB] | |
Get:329 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 zenity amd64 3.32.0-5 [57.9 kB] | |
Get:330 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 mutter amd64 3.36.9-0ubuntu0.20.04.2 [129 kB] | |
Get:331 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgnome-autoar-0-0 amd64 0.2.3-2ubuntu0.4 [26.6 kB] | |
Get:332 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 gnome-shell amd64 3.36.9-0ubuntu0.20.04.2 [783 kB] | |
Get:333 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 screen-resolution-extra all 0.18build1 [4456 B] | |
Get:334 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libvdpau1 amd64 1.3-1ubuntu2 [25.6 kB] | |
Get:335 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libgtk2.0-common all 2.24.32-4ubuntu4 [126 kB] | |
Get:336 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libgtk2.0-0 amd64 2.24.32-4ubuntu4 [1791 kB] | |
Get:337 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/universe amd64 libtinfo5 amd64 6.2-0ubuntu2 [83.0 kB] | |
Get:338 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-xinerama0 amd64 1.14-2 [5260 B] | |
Get:339 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-icccm4 amd64 0.4.1-1.1 [10.8 kB] | |
Get:340 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-image0 amd64 0.4.0-1build1 [12.3 kB] | |
Get:341 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-keysyms1 amd64 0.4.0-1build1 [8452 B] | |
Get:342 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-render-util0 amd64 0.3.9-1build1 [9912 B] | |
Get:343 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-shape0 amd64 1.14-2 [5928 B] | |
Get:344 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-xinput0 amd64 1.14-2 [29.3 kB] | |
Get:345 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libgif7 amd64 5.1.9-1 [32.2 kB] | |
Get:346 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 openjdk-11-jre amd64 11.0.18+10-0ubuntu1~20.04.1 [175 kB] | |
Get:347 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 default-jre amd64 2:1.11-72 [1084 B] | |
Get:348 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 dconf-cli amd64 0.36.0-1 [24.0 kB] | |
Get:349 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 desktop-file-utils amd64 0.24-1ubuntu3 [50.6 kB] | |
Get:350 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 dns-root-data all 2019052802 [5300 B] | |
Get:351 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libidn11 amd64 1.33-2.2ubuntu2 [46.2 kB] | |
Get:352 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 dnsmasq-base amd64 2.80-1.1ubuntu1.6 [315 kB] | |
Get:353 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 xml-core all 0.18+nmu1 [21.6 kB] | |
Get:354 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 sgml-data all 2.0.11 [171 kB] | |
Get:355 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 docbook-xml all 4.5-9 [71.2 kB] | |
Get:356 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 enchant-2 amd64 2.2.8-1ubuntu0.20.04.1 [12.1 kB] | |
Get:357 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libfakeroot amd64 1.24-1 [25.7 kB] | |
Get:358 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 fakeroot amd64 1.24-1 [62.6 kB] | |
Get:359 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 fonts-dejavu-extra all 2.37-1 [1953 kB] | |
Get:360 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] | |
Get:361 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] | |
Get:362 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] | |
Get:363 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] | |
Get:364 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 gnome-session-bin amd64 3.36.0-2ubuntu1 [117 kB] | |
Get:365 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 gnome-session-common all 3.36.0-2ubuntu1 [5896 B] | |
Get:366 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 xwayland amd64 2:1.20.13-1ubuntu1~20.04.8 [869 kB] | |
Get:367 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 libcusolver-11-8 11.4.1.48-1 [52.3 MB] | |
Get:368 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 yaru-theme-gnome-shell all 20.04.11.1 [106 kB] | |
Get:369 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 session-migration amd64 0.3.5 [8988 B] | |
Get:370 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 ubuntu-session all 3.36.0-2ubuntu1 [5232 B] | |
Get:371 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 gdm3 amd64 3.36.3-0ubuntu0.20.04.4 [261 kB] | |
Get:372 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 gir1.2-notify-0.7 amd64 0.7.9-1ubuntu3.20.04.2 [3588 B] | |
Get:373 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 gir1.2-secret-1 amd64 0.20.4-0ubuntu1 [8508 B] | |
Get:374 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libvte-2.91-common amd64 0.60.3-0ubuntu1~20.04 [7500 B] | |
Get:375 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libvte-2.91-0 amd64 0.60.3-0ubuntu1~20.04 [195 kB] | |
Get:376 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 gir1.2-vte-2.91 amd64 0.60.3-0ubuntu1~20.04 [9496 B] | |
Get:377 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libgnomekbd-common all 3.26.1-1 [6088 B] | |
Get:378 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libxklavier16 amd64 5.4-4 [43.7 kB] | |
Get:379 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libgnomekbd8 amd64 3.26.1-1 [43.9 kB] | |
Get:380 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 gkbd-capplet amd64 3.26.1-1 [4904 B] | |
Get:381 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libcogl20 amd64 1.22.6-1 [293 kB] | |
Get:382 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libcogl-pango20 amd64 1.22.6-1 [15.7 kB] | |
Get:383 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libcogl-path20 amd64 1.22.6-1 [31.8 kB] | |
Get:384 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libclutter-1.0-0 amd64 1.26.4+dfsg-1 [534 kB] | |
Get:385 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libclutter-gst-3.0-0 amd64 3.0.27-1 [56.9 kB] | |
Get:386 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libcdparanoia0 amd64 3.10.2+debian-13 [46.7 kB] | |
Get:387 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libopus0 amd64 1.3.1-0ubuntu1 [191 kB] | |
Get:388 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libtheora0 amd64 1.1.1+dfsg.1-15ubuntu2 [162 kB] | |
Get:389 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libvisual-0.4-0 amd64 0.4.0-17 [99.8 kB] | |
Get:390 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 gstreamer1.0-plugins-base amd64 1.16.3-0ubuntu1.1 [620 kB] | |
Get:391 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libaa1 amd64 1.4p5-46 [47.3 kB] | |
Get:392 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libraw1394-11 amd64 2.1.2-1 [30.7 kB] | |
Get:393 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libavc1394-0 amd64 0.5.4-5 [16.2 kB] | |
Get:394 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libcaca0 amd64 0.99.beta19-2.1ubuntu1.20.04.2 [203 kB] | |
Get:395 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libdv4 amd64 1.0.0-12 [58.0 kB] | |
Get:396 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgstreamer-plugins-good1.0-0 amd64 1.16.3-0ubuntu1.1 [68.7 kB] | |
Get:397 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libiec61883-0 amd64 1.2.0-3 [24.3 kB] | |
Get:398 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libmp3lame0 amd64 3.100-3 [133 kB] | |
Get:399 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libmpg123-0 amd64 1.25.13-1 [124 kB] | |
Get:400 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libspeex1 amd64 1.2~rc1.2-1.1ubuntu1.20.04.1 [53.2 kB] | |
Get:401 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libshout3 amd64 2.4.3-1 [50.6 kB] | |
Get:402 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libtag1v5-vanilla amd64 1.11.1+dfsg.1-0.3ubuntu2 [280 kB] | |
Get:403 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libtag1v5 amd64 1.11.1+dfsg.1-0.3ubuntu2 [11.0 kB] | |
Get:404 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libtwolame0 amd64 0.4.0-2 [47.6 kB] | |
Get:405 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libv4lconvert0 amd64 1.18.0-2build1 [76.5 kB] | |
Get:406 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libv4l-0 amd64 1.18.0-2build1 [41.9 kB] | |
Get:407 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libvpx6 amd64 1.8.2-1build1 [820 kB] | |
Get:408 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libwavpack1 amd64 5.2.0-1ubuntu0.1 [77.3 kB] | |
Get:409 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 gstreamer1.0-plugins-good amd64 1.16.3-0ubuntu1.1 [1745 kB] | |
Get:410 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libxv1 amd64 2:1.0.11-1 [10.7 kB] | |
Get:411 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 gstreamer1.0-x amd64 1.16.3-0ubuntu1.1 [74.7 kB] | |
Get:412 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libcheese8 amd64 3.34.0-1ubuntu1 [33.3 kB] | |
Get:413 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libclutter-gtk-1.0-0 amd64 1.8.4-4 [26.1 kB] | |
Get:414 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 gstreamer1.0-clutter-3.0 amd64 3.0.27-1 [6504 B] | |
Get:415 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libcheese-gtk25 amd64 3.34.0-1ubuntu1 [27.0 kB] | |
Get:416 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libcolord-gtk1 amd64 0.2.0-0ubuntu1 [17.7 kB] | |
Get:417 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgoa-backend-1.0-1 amd64 3.36.1-0ubuntu1 [114 kB] | |
Get:418 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libgsound0 amd64 1.0.2-4 [8312 B] | |
Get:419 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libgtop2-common all 2.40.0-2 [3544 B] | |
Get:420 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libgtop-2.0-11 amd64 2.40.0-2 [36.1 kB] | |
Get:421 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libpwquality-common all 1.4.2-1build1 [7744 B] | |
Get:422 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libpwquality1 amd64 1.4.2-1build1 [12.7 kB] | |
Get:423 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libwhoopsie-preferences0 amd64 22 [14.0 kB] | |
Get:424 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 gnome-control-center-data all 1:3.36.5-0ubuntu4 [328 kB] | |
Get:425 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 python3-defer all 1.0.6-2.1 [10.7 kB] | |
Get:426 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-aptdaemon all 1.1.1+bzr982-0ubuntu32.3 [76.4 kB] | |
Get:427 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 aptdaemon all 1.1.1+bzr982-0ubuntu32.3 [12.8 kB] | |
Get:428 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 aptdaemon-data all 1.1.1+bzr982-0ubuntu32.3 [160 kB] | |
Get:429 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-aptdaemon.gtk3widgets all 1.1.1+bzr982-0ubuntu32.3 [13.1 kB] | |
Get:430 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 im-config all 0.44-1ubuntu1.3 [25.1 kB] | |
Get:431 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 language-selector-gnome all 0.204.2 [19.0 kB] | |
Get:432 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 python3-cups amd64 1.9.73-3build1 [59.5 kB] | |
Get:433 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-cupshelpers all 1.5.12-0ubuntu1.1 [32.5 kB] | |
Get:434 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 python3-cairo amd64 1.16.2-2ubuntu2 [56.8 kB] | |
Get:435 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 system-config-printer-common all 1.5.12-0ubuntu1.1 [108 kB] | |
Get:436 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 system-config-printer all 1.5.12-0ubuntu1.1 [74.4 kB] | |
Get:437 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libwhoopsie0 amd64 0.2.69ubuntu0.3 [9924 B] | |
Get:438 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 libcusparse-11-8 11.7.5.86-1 [116 MB] | |
Get:439 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 whoopsie-preferences amd64 22 [8864 B] | |
Get:440 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 gnome-control-center amd64 1:3.36.5-0ubuntu4 [1717 kB] | |
Get:441 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 gnome-control-center-faces all 1:3.36.5-0ubuntu4 [1216 kB] | |
Get:442 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 gnome-keyring-pkcs11 amd64 3.36.0-1ubuntu1 [28.0 kB] | |
Get:443 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 gnome-menus amd64 3.36.0-1ubuntu1 [10.1 kB] | |
Get:444 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-protobuf amd64 3.6.1.3-2ubuntu5.2 [298 kB] | |
Get:445 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-tz all 2019.3-1ubuntu0.20.04.0 [24.5 kB] | |
Get:446 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 python3-rfc3339 all 1.1-2 [6808 B] | |
Get:447 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 python3-macaroonbakery all 1.3.1-1 [63.7 kB] | |
Get:448 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 gnome-online-accounts amd64 3.36.1-0ubuntu1 [83.5 kB] | |
Get:449 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 gnome-startup-applications amd64 3.36.0-2ubuntu1 [31.0 kB] | |
Get:450 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libyelp0 amd64 3.36.2-0ubuntu1 [94.3 kB] | |
Get:451 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 yelp-xsl all 3.36.0-1 [180 kB] | |
Get:452 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 yelp amd64 3.36.2-0ubuntu1 [527 kB] | |
Get:453 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 ubuntu-docs all 20.04.3 [249 kB] | |
Get:454 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 gnome-user-docs all 3.36.2+git20200704-0ubuntu0.1 [1740 kB] | |
Get:455 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 gstreamer1.0-gl amd64 1.16.3-0ubuntu1.1 [109 kB] | |
Get:456 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 gstreamer1.0-pulseaudio amd64 1.16.3-0ubuntu1.1 [93.4 kB] | |
Get:457 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 ibus-data all 1.5.22-2ubuntu2.1 [4533 kB] | |
Get:458 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-ibus-1.0 all 1.5.22-2ubuntu2.1 [7120 B] | |
Get:459 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 ibus amd64 1.5.22-2ubuntu2.1 [288 kB] | |
Get:460 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 ibus-gtk amd64 1.5.22-2ubuntu2.1 [15.2 kB] | |
Get:461 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 ibus-gtk3 amd64 1.5.22-2ubuntu2.1 [15.8 kB] | |
Get:462 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 iio-sensor-proxy amd64 2.8-1ubuntu2 [35.8 kB] | |
Get:463 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-perl all 1.19.03-2 [46.6 kB] | |
Get:464 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6 [11.3 kB] | |
Get:465 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] | |
Get:466 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libdbusmenu-glib4 amd64 16.04.1+18.10.20180917-0ubuntu6 [41.2 kB] | |
Get:467 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libdbusmenu-gtk3-4 amd64 16.04.1+18.10.20180917-0ubuntu6 [27.7 kB] | |
Get:468 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libappindicator3-1 amd64 12.10.1+20.04.20200408.1-0ubuntu1 [22.9 kB] | |
Get:469 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libxxf86dga1 amd64 2:1.1.5-0ubuntu1 [12.0 kB] | |
Get:470 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 x11-utils amd64 7.7+5 [199 kB] | |
Get:471 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libatk-wrapper-java all 0.37.1-1 [53.0 kB] | |
Get:472 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libatk-wrapper-java-jni amd64 0.37.1-1 [45.1 kB] | |
Get:473 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libbluetooth3 amd64 5.53-0ubuntu3.6 [60.6 kB] | |
Get:474 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libcanberra-pulse amd64 0.30-7ubuntu1 [11.9 kB] | |
Get:475 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libclutter-1.0-common all 1.26.4+dfsg-1 [4236 B] | |
Get:476 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libcogl-common all 1.22.6-1 [177 kB] | |
Get:477 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libfile-fcntllock-perl amd64 0.22-3build4 [33.1 kB] | |
Get:478 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libfprint-2-2 amd64 1:1.90.2+tod1-0ubuntu1~20.04.10 [212 kB] | |
Get:479 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libgail18 amd64 2.24.32-4ubuntu4 [14.7 kB] | |
Get:480 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libgail-common amd64 2.24.32-4ubuntu4 [116 kB] | |
Get:481 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgdk-pixbuf2.0-bin amd64 2.40.0+dfsg-3ubuntu0.4 [14.1 kB] | |
Get:482 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libgee-0.8-2 amd64 0.20.3-1 [216 kB] | |
Get:483 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgphoto2-l10n all 2.5.25-0ubuntu0.1 [12.2 kB] | |
Get:484 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssdp-1.2-0 amd64 1.2.3-0ubuntu0.20.04.1 [37.1 kB] | |
Get:485 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgtk-3-bin amd64 3.24.20-0ubuntu1.1 [61.9 kB] | |
Get:486 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libgtk2.0-bin amd64 2.24.32-4ubuntu4 [7728 B] | |
Get:487 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgupnp-1.2-0 amd64 1.2.4-0ubuntu1 [81.3 kB] | |
Get:488 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libgupnp-av-1.0-2 amd64 0.12.11-2 [67.5 kB] | |
Get:489 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libgupnp-dlna-2.0-3 amd64 0.10.5-4 [50.0 kB] | |
Get:490 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libmediaart-2.0-0 amd64 1.9.4-2 [22.0 kB] | |
Get:491 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libndp0 amd64 1.7-0ubuntu1 [10.9 kB] | |
Get:492 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libnl-route-3-200 amd64 3.4.0-1ubuntu0.1 [151 kB] | |
Get:493 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libnss-mdns amd64 0.14.1-1ubuntu1 [22.9 kB] | |
Get:494 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libpam-gnome-keyring amd64 3.36.0-1ubuntu1 [23.3 kB] | |
Get:495 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libteamdctl0 amd64 1.30-1 [11.8 kB] | |
Get:496 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libwacom-bin amd64 1.3-2ubuntu3 [5484 B] | |
Get:497 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libxatracker2 amd64 21.2.6-0ubuntu0.1~20.04.2 [1803 kB] | |
Get:498 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-xv0 amd64 1.14-2 [9192 B] | |
Get:499 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libxss1 amd64 1:1.2.3-1 [8140 B] | |
Get:500 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libxvmc1 amd64 2:1.0.12-2 [14.2 kB] | |
Get:501 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 manpages-dev all 5.05-1 [2266 kB] | |
Get:502 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 mesa-vdpau-drivers amd64 21.2.6-0ubuntu0.1~20.04.2 [3089 kB] | |
Get:503 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 mesa-vulkan-drivers amd64 21.2.6-0ubuntu0.1~20.04.2 [5788 kB] | |
Get:504 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 mousetweaks amd64 3.32.0-2 [37.9 kB] | |
Get:505 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 wpasupplicant amd64 2:2.9-1ubuntu4.3 [1183 kB] | |
Get:506 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 network-manager amd64 1.22.10-1ubuntu2.3 [1855 kB] | |
Get:507 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 network-manager-gnome amd64 1.8.24-1ubuntu3 [324 kB] | |
Get:508 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 ppp amd64 2.4.7-2+4.1ubuntu5.1 [328 kB] | |
Get:509 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 pptp-linux amd64 1.10.0-1build1 [42.0 kB] | |
Get:510 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 network-manager-pptp amd64 1.2.8-2 [30.1 kB] | |
Get:511 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 nvidia-prime all 0.8.16~0.20.04.2 [9960 B] | |
Get:512 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 rtkit amd64 0.12-4 [34.1 kB] | |
Get:513 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 update-inetd all 4.50 [24.8 kB] | |
Get:514 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 sane-utils amd64 1.0.29-0ubuntu5.2 [201 kB] | |
Get:515 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 switcheroo-control amd64 2.1-1 [13.8 kB] | |
Get:516 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 system-config-printer-udev amd64 1.5.12-0ubuntu1.1 [19.7 kB] | |
Get:517 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 unzip amd64 6.0-25ubuntu1.1 [168 kB] | |
Get:518 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] | |
Get:519 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 vdpau-driver-all amd64 1.3-1ubuntu2 [4596 B] | |
Get:520 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 wamerican all 2018.04.16-1 [210 kB] | |
Get:521 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 xfonts-encodings all 1:1.0.5-0ubuntu1 [573 kB] | |
Get:522 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 xfonts-utils amd64 1:7.7+6 [91.5 kB] | |
Get:523 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 xfonts-base all 1:1.0.5 [5896 kB] | |
Get:524 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 xserver-xephyr amd64 2:1.20.13-1ubuntu1~20.04.8 [917 kB] | |
Get:525 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 xserver-xorg-input-libinput amd64 0.29.0-1 [33.7 kB] | |
Get:526 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 xserver-xorg-input-all amd64 1:7.7+19ubuntu14 [4016 B] | |
Get:527 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 xserver-xorg-input-wacom amd64 1:0.39.0-0ubuntu1 [91.4 kB] | |
Get:528 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 xserver-xorg amd64 1:7.7+19ubuntu14 [65.2 kB] | |
Get:529 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 xserver-xorg-video-amdgpu amd64 19.1.0-1ubuntu0.1 [68.5 kB] | |
Get:530 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 xserver-xorg-video-radeon amd64 1:19.1.0-1 [153 kB] | |
Get:531 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 xserver-xorg-video-ati amd64 1:19.1.0-1 [7112 B] | |
Get:532 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 xserver-xorg-video-fbdev amd64 1:0.5.0-1ubuntu1 [12.2 kB] | |
Get:533 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 xserver-xorg-video-nouveau amd64 1:1.0.16-1 [89.4 kB] | |
Get:534 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 xserver-xorg-video-vesa amd64 1:2.4.0-2 [15.0 kB] | |
Get:535 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 xserver-xorg-video-vmware amd64 1:13.3.0-3 [73.6 kB] | |
Get:536 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 xserver-xorg-video-all amd64 1:7.7+19ubuntu14 [4068 B] | |
Get:537 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 xserver-xorg-video-intel amd64 2:2.99.917+git20200226-1 [737 kB] | |
Get:538 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 xserver-xorg-video-qxl amd64 0.1.5+git20200331-1 [83.1 kB] | |
Get:539 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 cups-pk-helper amd64 0.2.6-1ubuntu3 [52.1 kB] | |
Get:540 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 fprintd amd64 1.90.9-1~ubuntu20.04.1 [80.8 kB] | |
Get:541 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 ippusbxd amd64 1.34-2ubuntu1 [36.0 kB] | |
Get:542 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libcanberra-gtk3-module amd64 0.30-7ubuntu1 [10.1 kB] | |
Get:543 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-fprintd amd64 1.90.9-1~ubuntu20.04.1 [13.2 kB] | |
Get:544 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 librygel-core-2.6-2 amd64 0.38.3-1ubuntu1 [99.8 kB] | |
Get:545 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 librygel-db-2.6-2 amd64 0.38.3-1ubuntu1 [22.0 kB] | |
Get:546 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 librygel-renderer-2.6-2 amd64 0.38.3-1ubuntu1 [46.5 kB] | |
Get:547 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 librygel-server-2.6-2 amd64 0.38.3-1ubuntu1 [185 kB] | |
Get:548 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libsbc1 amd64 1.4-1 [31.9 kB] | |
Get:549 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 mobile-broadband-provider-info all 20190618-3 [61.9 kB] | |
Get:550 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 pulseaudio-module-bluetooth amd64 1:13.99.1-1ubuntu3.13 [60.4 kB] | |
Get:551 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 rygel amd64 0.38.3-1ubuntu1 [299 kB] | |
Get:552 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 xserver-xorg-legacy amd64 2:1.20.13-1ubuntu1~20.04.8 [32.8 kB] | |
Get:553 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 libnpp-11-8 11.8.0.86-1 [102 MB] | |
Get:554 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 libnvjpeg-11-8 11.9.0.86-1 [1865 kB] | |
Get:555 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 cuda-libraries-11-8 11.8.0-1 [2514 B] | |
Get:556 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 libnvidia-common-530 530.30.02-0ubuntu1 [10.5 kB] | |
Get:557 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 libnvidia-compute-530 530.30.02-0ubuntu1 [50.6 MB] | |
Get:558 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 libnvidia-decode-530 530.30.02-0ubuntu1 [1616 kB] | |
Get:559 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 libnvidia-encode-530 530.30.02-0ubuntu1 [82.6 kB] | |
Get:560 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 libnvidia-fbc1-530 530.30.02-0ubuntu1 [47.4 kB] | |
Get:561 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 libnvidia-gl-530 530.30.02-0ubuntu1 [185 MB] | |
Get:562 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 nvidia-compute-utils-530 530.30.02-0ubuntu1 [278 kB] | |
Get:563 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 nvidia-kernel-source-530 530.30.02-0ubuntu1 [43.4 MB] | |
Get:564 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 nvidia-kernel-common-530 530.30.02-0ubuntu1 [40.2 MB] | |
Get:565 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 nvidia-dkms-530 530.30.02-0ubuntu1 [29.5 kB] | |
Get:566 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 libnvidia-extra-530 530.30.02-0ubuntu1 [245 kB] | |
Get:567 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 nvidia-utils-530 530.30.02-0ubuntu1 [357 kB] | |
Get:568 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 libnvidia-cfg1-530 530.30.02-0ubuntu1 [92.5 kB] | |
Get:569 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 xserver-xorg-video-nvidia-530 530.30.02-0ubuntu1 [1497 kB] | |
Get:570 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 nvidia-driver-530 530.30.02-0ubuntu1 [458 kB] | |
Get:571 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 nvidia-modprobe 530.30.02-0ubuntu1 [20.6 kB] | |
Get:572 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 libxnvctrl0 530.30.02-0ubuntu1 [21.4 kB] | |
Get:573 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 nvidia-settings 530.30.02-0ubuntu1 [937 kB] | |
Get:574 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 cuda-drivers-530 530.30.02-1 [2634 B] | |
Get:575 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 cuda-drivers 530.30.02-1 [2506 B] | |
Get:576 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 cuda-runtime-11-8 11.8.0-1 [2424 B] | |
Get:577 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 cuda-cuobjdump-11-8 11.8.86-1 [165 kB] | |
Get:578 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 cuda-cuxxfilt-11-8 11.8.86-1 [189 kB] | |
Get:579 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 cuda-cccl-11-8 11.8.89-1 [1040 kB] | |
Get:580 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 cuda-driver-dev-11-8 11.8.89-1 [27.3 kB] | |
Get:581 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 cuda-cudart-dev-11-8 11.8.89-1 [820 kB] | |
Get:582 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 cuda-nvcc-11-8 11.8.89-1 [43.5 MB] | |
Get:583 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 cuda-nvprune-11-8 11.8.86-1 [58.1 kB] | |
Get:584 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 cuda-compiler-11-8 11.8.0-1 [2430 B] | |
Get:585 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 cuda-profiler-api-11-8 11.8.86-1 [18.5 kB] | |
Get:586 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 cuda-nvrtc-dev-11-8 11.8.89-1 [13.5 MB] | |
Get:587 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 libcublas-dev-11-8 11.11.3.6-1 [269 MB] | |
Get:588 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 libcufft-dev-11-8 10.9.0.58-1 [189 MB] | |
Get:589 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 libcufile-dev-11-8 1.4.0.31-1 [1062 kB] | |
Get:590 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 libcurand-dev-11-8 10.3.0.86-1 [42.9 MB] | |
Get:591 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 libcusolver-dev-11-8 11.4.1.48-1 [35.7 MB] | |
Get:592 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 libcusparse-dev-11-8 11.7.5.86-1 [116 MB] | |
Get:593 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 libnpp-dev-11-8 11.8.0.86-1 [100 MB] | |
Get:594 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 libnvjpeg-dev-11-8 11.9.0.86-1 [1536 kB] | |
Get:595 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 cuda-libraries-dev-11-8 11.8.0-1 [2552 B] | |
Get:596 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 cuda-cupti-11-8 11.8.87-1 [15.4 MB] | |
Get:597 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 cuda-cupti-dev-11-8 11.8.87-1 [2552 kB] | |
Get:598 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 cuda-nvdisasm-11-8 11.8.86-1 [50.8 MB] | |
Get:599 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 cuda-gdb-11-8 11.8.86-1 [4138 kB] | |
Get:600 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 cuda-memcheck-11-8 11.8.86-1 [142 kB] | |
Get:601 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 cuda-nvprof-11-8 11.8.87-1 [1959 kB] | |
Get:602 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 cuda-nvtx-11-8 11.8.86-1 [51.3 kB] | |
Get:603 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 cuda-sanitizer-11-8 11.8.86-1 [8784 kB] | |
Get:604 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 cuda-command-line-tools-11-8 11.8.0-1 [2470 B] | |
Get:605 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 nsight-compute-2022.3.0 2022.3.0.22-1 [580 MB] | |
Get:606 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 cuda-nsight-compute-11-8 11.8.0-1 [3790 B] | |
Get:607 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 nsight-systems-2022.4.2 2022.4.2.50-32196742v0 [286 MB] | |
Get:608 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 cuda-nsight-systems-11-8 11.8.0-1 [3310 B] | |
Get:609 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 cuda-nsight-11-8 11.8.86-1 [119 MB] | |
Get:610 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 cuda-nvml-dev-11-8 11.8.86-1 [81.4 kB] | |
Get:611 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 cuda-nvvp-11-8 11.8.87-1 [114 MB] | |
Get:612 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 cuda-visual-tools-11-8 11.8.0-1 [2870 B] | |
Get:613 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 gds-tools-11-8 1.4.0.31-1 [38.7 MB] | |
Get:614 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 cuda-tools-11-8 11.8.0-1 [2390 B] | |
Get:615 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 cuda-documentation-11-8 11.8.86-1 [49.8 kB] | |
Get:616 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 cuda-toolkit-11-8 11.8.0-1 [3368 B] | |
Get:617 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 cuda-demo-suite-11-8 11.8.86-1 [3997 kB] | |
Get:618 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 cuda-11-8 11.8.0-1 [2450 B] | |
Fetched 3298 MB in 44s (75.4 MB/s) | |
Extracting templates from packages: 100% | |
Preconfiguring packages ... | |
Selecting previously unselected package gcc-9-base:amd64. | |
(Reading database ... 61919 files and directories currently installed.) | |
Preparing to unpack .../000-gcc-9-base_9.4.0-1ubuntu1~20.04.1_amd64.deb ... | |
Unpacking gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.1) ... | |
Selecting previously unselected package libisl22:amd64. | |
Preparing to unpack .../001-libisl22_0.22.1-1_amd64.deb ... | |
Unpacking libisl22:amd64 (0.22.1-1) ... | |
Selecting previously unselected package libmpc3:amd64. | |
Preparing to unpack .../002-libmpc3_1.1.0-1_amd64.deb ... | |
Unpacking libmpc3:amd64 (1.1.0-1) ... | |
Selecting previously unselected package cpp-9. | |
Preparing to unpack .../003-cpp-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ... | |
Unpacking cpp-9 (9.4.0-1ubuntu1~20.04.1) ... | |
Selecting previously unselected package cpp. | |
Preparing to unpack .../004-cpp_4%3a9.3.0-1ubuntu2_amd64.deb ... | |
Unpacking cpp (4:9.3.0-1ubuntu2) ... | |
Selecting previously unselected package libcc1-0:amd64. | |
Preparing to unpack .../005-libcc1-0_10.3.0-1ubuntu1~20.04_amd64.deb ... | |
Unpacking libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ... | |
Selecting previously unselected package binutils-common:amd64. | |
Preparing to unpack .../006-binutils-common_2.34-6ubuntu1.4_amd64.deb ... | |
Unpacking binutils-common:amd64 (2.34-6ubuntu1.4) ... | |
Selecting previously unselected package libbinutils:amd64. | |
Preparing to unpack .../007-libbinutils_2.34-6ubuntu1.4_amd64.deb ... | |
Unpacking libbinutils:amd64 (2.34-6ubuntu1.4) ... | |
Selecting previously unselected package libctf-nobfd0:amd64. | |
Preparing to unpack .../008-libctf-nobfd0_2.34-6ubuntu1.4_amd64.deb ... | |
Unpacking libctf-nobfd0:amd64 (2.34-6ubuntu1.4) ... | |
Selecting previously unselected package libctf0:amd64. | |
Preparing to unpack .../009-libctf0_2.34-6ubuntu1.4_amd64.deb ... | |
Unpacking libctf0:amd64 (2.34-6ubuntu1.4) ... | |
Selecting previously unselected package binutils-x86-64-linux-gnu. | |
Preparing to unpack .../010-binutils-x86-64-linux-gnu_2.34-6ubuntu1.4_amd64.deb ... | |
Unpacking binutils-x86-64-linux-gnu (2.34-6ubuntu1.4) ... | |
Selecting previously unselected package binutils. | |
Preparing to unpack .../011-binutils_2.34-6ubuntu1.4_amd64.deb ... | |
Unpacking binutils (2.34-6ubuntu1.4) ... | |
Selecting previously unselected package libgomp1:amd64. | |
Preparing to unpack .../012-libgomp1_10.3.0-1ubuntu1~20.04_amd64.deb ... | |
Unpacking libgomp1:amd64 (10.3.0-1ubuntu1~20.04) ... | |
Selecting previously unselected package libitm1:amd64. | |
Preparing to unpack .../013-libitm1_10.3.0-1ubuntu1~20.04_amd64.deb ... | |
Unpacking libitm1:amd64 (10.3.0-1ubuntu1~20.04) ... | |
Selecting previously unselected package libatomic1:amd64. | |
Preparing to unpack .../014-libatomic1_10.3.0-1ubuntu1~20.04_amd64.deb ... | |
Unpacking libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ... | |
Selecting previously unselected package libasan5:amd64. | |
Preparing to unpack .../015-libasan5_9.4.0-1ubuntu1~20.04.1_amd64.deb ... | |
Unpacking libasan5:amd64 (9.4.0-1ubuntu1~20.04.1) ... | |
Selecting previously unselected package liblsan0:amd64. | |
Preparing to unpack .../016-liblsan0_10.3.0-1ubuntu1~20.04_amd64.deb ... | |
Unpacking liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ... | |
Selecting previously unselected package libtsan0:amd64. | |
Preparing to unpack .../017-libtsan0_10.3.0-1ubuntu1~20.04_amd64.deb ... | |
Unpacking libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ... | |
Selecting previously unselected package libubsan1:amd64. | |
Preparing to unpack .../018-libubsan1_10.3.0-1ubuntu1~20.04_amd64.deb ... | |
Unpacking libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ... | |
Selecting previously unselected package libquadmath0:amd64. | |
Preparing to unpack .../019-libquadmath0_10.3.0-1ubuntu1~20.04_amd64.deb ... | |
Unpacking libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ... | |
Selecting previously unselected package libgcc-9-dev:amd64. | |
Preparing to unpack .../020-libgcc-9-dev_9.4.0-1ubuntu1~20.04.1_amd64.deb ... | |
Unpacking libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ... | |
Selecting previously unselected package gcc-9. | |
Preparing to unpack .../021-gcc-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ... | |
Unpacking gcc-9 (9.4.0-1ubuntu1~20.04.1) ... | |
Selecting previously unselected package gcc. | |
Preparing to unpack .../022-gcc_4%3a9.3.0-1ubuntu2_amd64.deb ... | |
Unpacking gcc (4:9.3.0-1ubuntu2) ... | |
Selecting previously unselected package libdpkg-perl. | |
Preparing to unpack .../023-libdpkg-perl_1.19.7ubuntu3.2_all.deb ... | |
Unpacking libdpkg-perl (1.19.7ubuntu3.2) ... | |
Selecting previously unselected package make. | |
Preparing to unpack .../024-make_4.2.1-1.2_amd64.deb ... | |
Unpacking make (4.2.1-1.2) ... | |
Selecting previously unselected package dpkg-dev. | |
Preparing to unpack .../025-dpkg-dev_1.19.7ubuntu3.2_all.deb ... | |
Unpacking dpkg-dev (1.19.7ubuntu3.2) ... | |
Selecting previously unselected package libc-dev-bin. | |
Preparing to unpack .../026-libc-dev-bin_2.31-0ubuntu9.9_amd64.deb ... | |
Unpacking libc-dev-bin (2.31-0ubuntu9.9) ... | |
Selecting previously unselected package linux-libc-dev:amd64. | |
Preparing to unpack .../027-linux-libc-dev_5.4.0-146.163_amd64.deb ... | |
Unpacking linux-libc-dev:amd64 (5.4.0-146.163) ... | |
Selecting previously unselected package libcrypt-dev:amd64. | |
Preparing to unpack .../028-libcrypt-dev_1%3a4.4.10-10ubuntu4_amd64.deb ... | |
Unpacking libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ... | |
Selecting previously unselected package libc6-dev:amd64. | |
Preparing to unpack .../029-libc6-dev_2.31-0ubuntu9.9_amd64.deb ... | |
Unpacking libc6-dev:amd64 (2.31-0ubuntu9.9) ... | |
Selecting previously unselected package libstdc++-9-dev:amd64. | |
Preparing to unpack .../030-libstdc++-9-dev_9.4.0-1ubuntu1~20.04.1_amd64.deb ... | |
Unpacking libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ... | |
Selecting previously unselected package g++-9. | |
Preparing to unpack .../031-g++-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ... | |
Unpacking g++-9 (9.4.0-1ubuntu1~20.04.1) ... | |
Selecting previously unselected package g++. | |
Preparing to unpack .../032-g++_4%3a9.3.0-1ubuntu2_amd64.deb ... | |
Unpacking g++ (4:9.3.0-1ubuntu2) ... | |
Selecting previously unselected package build-essential. | |
Preparing to unpack .../033-build-essential_12.8ubuntu1.1_amd64.deb ... | |
Unpacking build-essential (12.8ubuntu1.1) ... | |
Selecting previously unselected package dctrl-tools. | |
Preparing to unpack .../034-dctrl-tools_2.24-3_amd64.deb ... | |
Unpacking dctrl-tools (2.24-3) ... | |
Selecting previously unselected package dkms. | |
Preparing to unpack .../035-dkms_2.8.1-5ubuntu2_all.deb ... | |
Unpacking dkms (2.8.1-5ubuntu2) ... | |
Selecting previously unselected package libsane-common. | |
Preparing to unpack .../036-libsane-common_1.0.29-0ubuntu5.2_all.deb ... | |
Unpacking libsane-common (1.0.29-0ubuntu5.2) ... | |
Selecting previously unselected package libtalloc2:amd64. | |
Preparing to unpack .../037-libtalloc2_2.3.3-0ubuntu0.20.04.1_amd64.deb ... | |
Unpacking libtalloc2:amd64 (2.3.3-0ubuntu0.20.04.1) ... | |
Selecting previously unselected package libtevent0:amd64. | |
Preparing to unpack .../038-libtevent0_0.11.0-0ubuntu0.20.04.1_amd64.deb ... | |
Unpacking libtevent0:amd64 (0.11.0-0ubuntu0.20.04.1) ... | |
Selecting previously unselected package libwbclient0:amd64. | |
Preparing to unpack .../039-libwbclient0_2%3a4.15.13+dfsg-0ubuntu0.20.04.1_amd64.deb ... | |
Unpacking libwbclient0:amd64 (2:4.15.13+dfsg-0ubuntu0.20.04.1) ... | |
Selecting previously unselected package liborc-0.4-0:amd64. | |
Preparing to unpack .../040-liborc-0.4-0_1%3a0.4.31-1_amd64.deb ... | |
Unpacking liborc-0.4-0:amd64 (1:0.4.31-1) ... | |
Selecting previously unselected package libgstreamer-plugins-base1.0-0:amd64. | |
Preparing to unpack .../041-libgstreamer-plugins-base1.0-0_1.16.3-0ubuntu1.1_amd64.deb ... | |
Unpacking libgstreamer-plugins-base1.0-0:amd64 (1.16.3-0ubuntu1.1) ... | |
Selecting previously unselected package x11-common. | |
Preparing to unpack .../042-x11-common_1%3a7.7+19ubuntu14_all.deb ... | |
dpkg-query: no packages found matching nux-tools | |
Unpacking x11-common (1:7.7+19ubuntu14) ... | |
Selecting previously unselected package libice6:amd64. | |
Preparing to unpack .../043-libice6_2%3a1.0.10-0ubuntu1_amd64.deb ... | |
Unpacking libice6:amd64 (2:1.0.10-0ubuntu1) ... | |
Selecting previously unselected package libasyncns0:amd64. | |
Preparing to unpack .../044-libasyncns0_0.8-6_amd64.deb ... | |
Unpacking libasyncns0:amd64 (0.8-6) ... | |
Selecting previously unselected package libflac8:amd64. | |
Preparing to unpack .../045-libflac8_1.3.3-1ubuntu0.1_amd64.deb ... | |
Unpacking libflac8:amd64 (1.3.3-1ubuntu0.1) ... | |
Selecting previously unselected package libvorbisenc2:amd64. | |
Preparing to unpack .../046-libvorbisenc2_1.3.6-2ubuntu1_amd64.deb ... | |
Unpacking libvorbisenc2:amd64 (1.3.6-2ubuntu1) ... | |
Selecting previously unselected package libsndfile1:amd64. | |
Preparing to unpack .../047-libsndfile1_1.0.28-7ubuntu0.1_amd64.deb ... | |
Unpacking libsndfile1:amd64 (1.0.28-7ubuntu0.1) ... | |
Selecting previously unselected package libpulse0:amd64. | |
Preparing to unpack .../048-libpulse0_1%3a13.99.1-1ubuntu3.13_amd64.deb ... | |
Unpacking libpulse0:amd64 (1:13.99.1-1ubuntu3.13) ... | |
Selecting previously unselected package libsm6:amd64. | |
Preparing to unpack .../049-libsm6_2%3a1.2.3-1_amd64.deb ... | |
Unpacking libsm6:amd64 (2:1.2.3-1) ... | |
Selecting previously unselected package libsnapd-glib1:amd64. | |
Preparing to unpack .../050-libsnapd-glib1_1.58-0ubuntu0.20.04.0_amd64.deb ... | |
Unpacking libsnapd-glib1:amd64 (1.58-0ubuntu0.20.04.0) ... | |
Selecting previously unselected package libsoxr0:amd64. | |
Preparing to unpack .../051-libsoxr0_0.1.3-2build1_amd64.deb ... | |
Unpacking libsoxr0:amd64 (0.1.3-2build1) ... | |
Selecting previously unselected package libspeexdsp1:amd64. | |
Preparing to unpack .../052-libspeexdsp1_1.2~rc1.2-1.1ubuntu1.20.04.1_amd64.deb ... | |
Unpacking libspeexdsp1:amd64 (1.2~rc1.2-1.1ubuntu1.20.04.1) ... | |
Selecting previously unselected package libwebrtc-audio-processing1:amd64. | |
Preparing to unpack .../053-libwebrtc-audio-processing1_0.3.1-0ubuntu3_amd64.deb ... | |
Unpacking libwebrtc-audio-processing1:amd64 (0.3.1-0ubuntu3) ... | |
Selecting previously unselected package libx11-xcb1:amd64. | |
Preparing to unpack .../054-libx11-xcb1_2%3a1.6.9-2ubuntu1.2_amd64.deb ... | |
Unpacking libx11-xcb1:amd64 (2:1.6.9-2ubuntu1.2) ... | |
Selecting previously unselected package libxtst6:amd64. | |
Preparing to unpack .../055-libxtst6_2%3a1.2.3-1_amd64.deb ... | |
Unpacking libxtst6:amd64 (2:1.2.3-1) ... | |
Selecting previously unselected package libsamplerate0:amd64. | |
Preparing to unpack .../056-libsamplerate0_0.1.9-2_amd64.deb ... | |
Unpacking libsamplerate0:amd64 (0.1.9-2) ... | |
Selecting previously unselected package libjack-jackd2-0:amd64. | |
Preparing to unpack .../057-libjack-jackd2-0_1.9.12~dfsg-2ubuntu2_amd64.deb ... | |
Unpacking libjack-jackd2-0:amd64 (1.9.12~dfsg-2ubuntu2) ... | |
Selecting previously unselected package libasound2-plugins:amd64. | |
Preparing to unpack .../058-libasound2-plugins_1.2.2-1ubuntu1_amd64.deb ... | |
Unpacking libasound2-plugins:amd64 (1.2.2-1ubuntu1) ... | |
Selecting previously unselected package libpulsedsp:amd64. | |
Preparing to unpack .../059-libpulsedsp_1%3a13.99.1-1ubuntu3.13_amd64.deb ... | |
Unpacking libpulsedsp:amd64 (1:13.99.1-1ubuntu3.13) ... | |
Selecting previously unselected package pulseaudio-utils. | |
Preparing to unpack .../060-pulseaudio-utils_1%3a13.99.1-1ubuntu3.13_amd64.deb ... | |
Unpacking pulseaudio-utils (1:13.99.1-1ubuntu3.13) ... | |
Selecting previously unselected package pulseaudio. | |
Preparing to unpack .../061-pulseaudio_1%3a13.99.1-1ubuntu3.13_amd64.deb ... | |
Unpacking pulseaudio (1:13.99.1-1ubuntu3.13) ... | |
Selecting previously unselected package sgml-base. | |
Preparing to unpack .../062-sgml-base_1.29.1_all.deb ... | |
Unpacking sgml-base (1.29.1) ... | |
Selecting previously unselected package libavahi-common-data:amd64. | |
Preparing to unpack .../063-libavahi-common-data_0.7-4ubuntu7.1_amd64.deb ... | |
Unpacking libavahi-common-data:amd64 (0.7-4ubuntu7.1) ... | |
Selecting previously unselected package libavahi-common3:amd64. | |
Preparing to unpack .../064-libavahi-common3_0.7-4ubuntu7.1_amd64.deb ... | |
Unpacking libavahi-common3:amd64 (0.7-4ubuntu7.1) ... | |
Selecting previously unselected package libavahi-client3:amd64. | |
Preparing to unpack .../065-libavahi-client3_0.7-4ubuntu7.1_amd64.deb ... | |
Unpacking libavahi-client3:amd64 (0.7-4ubuntu7.1) ... | |
Selecting previously unselected package libcups2:amd64. | |
Preparing to unpack .../066-libcups2_2.3.1-9ubuntu1.2_amd64.deb ... | |
Unpacking libcups2:amd64 (2.3.1-9ubuntu1.2) ... | |
Selecting previously unselected package libjansson4:amd64. | |
Preparing to unpack .../067-libjansson4_2.12-1build1_amd64.deb ... | |
Unpacking libjansson4:amd64 (2.12-1build1) ... | |
Selecting previously unselected package libldb2:amd64. | |
Preparing to unpack .../068-libldb2_2%3a2.4.4-0ubuntu0.20.04.1_amd64.deb ... | |
Unpacking libldb2:amd64 (2:2.4.4-0ubuntu0.20.04.1) ... | |
Selecting previously unselected package python3-ldb. | |
Preparing to unpack .../069-python3-ldb_2%3a2.4.4-0ubuntu0.20.04.1_amd64.deb ... | |
Unpacking python3-ldb (2:2.4.4-0ubuntu0.20.04.1) ... | |
Selecting previously unselected package python3-talloc:amd64. | |
Preparing to unpack .../070-python3-talloc_2.3.3-0ubuntu0.20.04.1_amd64.deb ... | |
Unpacking python3-talloc:amd64 (2.3.3-0ubuntu0.20.04.1) ... | |
Selecting previously unselected package samba-libs:amd64. | |
Preparing to unpack .../071-samba-libs_2%3a4.15.13+dfsg-0ubuntu0.20.04.1_amd64.deb ... | |
Unpacking samba-libs:amd64 (2:4.15.13+dfsg-0ubuntu0.20.04.1) ... | |
Selecting previously unselected package libsmbclient:amd64. | |
Preparing to unpack .../072-libsmbclient_2%3a4.15.13+dfsg-0ubuntu0.20.04.1_amd64.deb ... | |
Unpacking libsmbclient:amd64 (2:4.15.13+dfsg-0ubuntu0.20.04.1) ... | |
Selecting previously unselected package acl. | |
Preparing to unpack .../073-acl_2.2.53-6_amd64.deb ... | |
Unpacking acl (2.2.53-6) ... | |
Selecting previously unselected package hicolor-icon-theme. | |
Preparing to unpack .../074-hicolor-icon-theme_0.17-2_all.deb ... | |
Unpacking hicolor-icon-theme (0.17-2) ... | |
Selecting previously unselected package libjpeg-turbo8:amd64. | |
Preparing to unpack .../075-libjpeg-turbo8_2.0.3-0ubuntu1.20.04.3_amd64.deb ... | |
Unpacking libjpeg-turbo8:amd64 (2.0.3-0ubuntu1.20.04.3) ... | |
Selecting previously unselected package libjpeg8:amd64. | |
Preparing to unpack .../076-libjpeg8_8c-2ubuntu8_amd64.deb ... | |
Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... | |
Selecting previously unselected package libjbig0:amd64. | |
Preparing to unpack .../077-libjbig0_2.1-3.1ubuntu0.20.04.1_amd64.deb ... | |
Unpacking libjbig0:amd64 (2.1-3.1ubuntu0.20.04.1) ... | |
Selecting previously unselected package libwebp6:amd64. | |
Preparing to unpack .../078-libwebp6_0.6.1-2ubuntu0.20.04.1_amd64.deb ... | |
Unpacking libwebp6:amd64 (0.6.1-2ubuntu0.20.04.1) ... | |
Selecting previously unselected package libtiff5:amd64. | |
Preparing to unpack .../079-libtiff5_4.1.0+git191117-2ubuntu0.20.04.8_amd64.deb ... | |
Unpacking libtiff5:amd64 (4.1.0+git191117-2ubuntu0.20.04.8) ... | |
Selecting previously unselected package libgdk-pixbuf2.0-common. | |
Preparing to unpack .../080-libgdk-pixbuf2.0-common_2.40.0+dfsg-3ubuntu0.4_all.deb ... | |
Unpacking libgdk-pixbuf2.0-common (2.40.0+dfsg-3ubuntu0.4) ... | |
Selecting previously unselected package libgdk-pixbuf2.0-0:amd64. | |
Preparing to unpack .../081-libgdk-pixbuf2.0-0_2.40.0+dfsg-3ubuntu0.4_amd64.deb ... | |
Unpacking libgdk-pixbuf2.0-0:amd64 (2.40.0+dfsg-3ubuntu0.4) ... | |
Selecting previously unselected package gtk-update-icon-cache. | |
Preparing to unpack .../082-gtk-update-icon-cache_3.24.20-0ubuntu1.1_amd64.deb ... | |
No diversion 'diversion of /usr/sbin/update-icon-caches to /usr/sbin/update-icon-caches.gtk2 by libgtk-3-bin', none removed. | |
No diversion 'diversion of /usr/share/man/man8/update-icon-caches.8.gz to /usr/share/man/man8/update-icon-caches.gtk2.8.gz by libgtk-3-bin', none removed. | |
Unpacking gtk-update-icon-cache (3.24.20-0ubuntu1.1) ... | |
Selecting previously unselected package fonts-dejavu-core. | |
Preparing to unpack .../083-fonts-dejavu-core_2.37-1_all.deb ... | |
Unpacking fonts-dejavu-core (2.37-1) ... | |
Selecting previously unselected package fontconfig-config. | |
Preparing to unpack .../084-fontconfig-config_2.13.1-2ubuntu3_all.deb ... | |
Unpacking fontconfig-config (2.13.1-2ubuntu3) ... | |
Selecting previously unselected package libfontconfig1:amd64. | |
Preparing to unpack .../085-libfontconfig1_2.13.1-2ubuntu3_amd64.deb ... | |
Unpacking libfontconfig1:amd64 (2.13.1-2ubuntu3) ... | |
Selecting previously unselected package libpixman-1-0:amd64. | |
Preparing to unpack .../086-libpixman-1-0_0.38.4-0ubuntu2.1_amd64.deb ... | |
Unpacking libpixman-1-0:amd64 (0.38.4-0ubuntu2.1) ... | |
Selecting previously unselected package libxcb-render0:amd64. | |
Preparing to unpack .../087-libxcb-render0_1.14-2_amd64.deb ... | |
Unpacking libxcb-render0:amd64 (1.14-2) ... | |
Selecting previously unselected package libxcb-shm0:amd64. | |
Preparing to unpack .../088-libxcb-shm0_1.14-2_amd64.deb ... | |
Unpacking libxcb-shm0:amd64 (1.14-2) ... | |
Selecting previously unselected package libxrender1:amd64. | |
Preparing to unpack .../089-libxrender1_1%3a0.9.10-1_amd64.deb ... | |
Unpacking libxrender1:amd64 (1:0.9.10-1) ... | |
Selecting previously unselected package libcairo2:amd64. | |
Preparing to unpack .../090-libcairo2_1.16.0-4ubuntu1_amd64.deb ... | |
Unpacking libcairo2:amd64 (1.16.0-4ubuntu1) ... | |
Selecting previously unselected package libcairo-gobject2:amd64. | |
Preparing to unpack .../091-libcairo-gobject2_1.16.0-4ubuntu1_amd64.deb ... | |
Unpacking libcairo-gobject2:amd64 (1.16.0-4ubuntu1) ... | |
Selecting previously unselected package fontconfig. | |
Preparing to unpack .../092-fontconfig_2.13.1-2ubuntu3_amd64.deb ... | |
Unpacking fontconfig (2.13.1-2ubuntu3) ... | |
Selecting previously unselected package libgraphite2-3:amd64. | |
Preparing to unpack .../093-libgraphite2-3_1.3.13-11build1_amd64.deb ... | |
Unpacking libgraphite2-3:amd64 (1.3.13-11build1) ... | |
Selecting previously unselected package libharfbuzz0b:amd64. | |
Preparing to unpack .../094-libharfbuzz0b_2.6.4-1ubuntu4.2_amd64.deb ... | |
Unpacking libharfbuzz0b:amd64 (2.6.4-1ubuntu4.2) ... | |
Selecting previously unselected package libthai-data. | |
Preparing to unpack .../095-libthai-data_0.1.28-3_all.deb ... | |
Unpacking libthai-data (0.1.28-3) ... | |
Selecting previously unselected package libdatrie1:amd64. | |
Preparing to unpack .../096-libdatrie1_0.2.12-3_amd64.deb ... | |
Unpacking libdatrie1:amd64 (0.2.12-3) ... | |
Selecting previously unselected package libthai0:amd64. | |
Preparing to unpack .../097-libthai0_0.1.28-3_amd64.deb ... | |
Unpacking libthai0:amd64 (0.1.28-3) ... | |
Selecting previously unselected package libpango-1.0-0:amd64. | |
Preparing to unpack .../098-libpango-1.0-0_1.44.7-2ubuntu4_amd64.deb ... | |
Unpacking libpango-1.0-0:amd64 (1.44.7-2ubuntu4) ... | |
Selecting previously unselected package libpangoft2-1.0-0:amd64. | |
Preparing to unpack .../099-libpangoft2-1.0-0_1.44.7-2ubuntu4_amd64.deb ... | |
Unpacking libpangoft2-1.0-0:amd64 (1.44.7-2ubuntu4) ... | |
Selecting previously unselected package libpangocairo-1.0-0:amd64. | |
Preparing to unpack .../100-libpangocairo-1.0-0_1.44.7-2ubuntu4_amd64.deb ... | |
Unpacking libpangocairo-1.0-0:amd64 (1.44.7-2ubuntu4) ... | |
Selecting previously unselected package librsvg2-2:amd64. | |
Preparing to unpack .../101-librsvg2-2_2.48.9-1ubuntu0.20.04.1_amd64.deb ... | |
Unpacking librsvg2-2:amd64 (2.48.9-1ubuntu0.20.04.1) ... | |
Selecting previously unselected package librsvg2-common:amd64. | |
Preparing to unpack .../102-librsvg2-common_2.48.9-1ubuntu0.20.04.1_amd64.deb ... | |
Unpacking librsvg2-common:amd64 (2.48.9-1ubuntu0.20.04.1) ... | |
Selecting previously unselected package humanity-icon-theme. | |
Preparing to unpack .../103-humanity-icon-theme_0.6.15_all.deb ... | |
Unpacking humanity-icon-theme (0.6.15) ... | |
Selecting previously unselected package ubuntu-mono. | |
Preparing to unpack .../104-ubuntu-mono_19.04-0ubuntu3_all.deb ... | |
Unpacking ubuntu-mono (19.04-0ubuntu3) ... | |
Selecting previously unselected package adwaita-icon-theme. | |
Preparing to unpack .../105-adwaita-icon-theme_3.36.1-2ubuntu0.20.04.2_all.deb ... | |
Unpacking adwaita-icon-theme (3.36.1-2ubuntu0.20.04.2) ... | |
Selecting previously unselected package apg. | |
Preparing to unpack .../106-apg_2.2.3.dfsg.1-5_amd64.deb ... | |
Unpacking apg (2.2.3.dfsg.1-5) ... | |
Selecting previously unselected package libaspell15:amd64. | |
Preparing to unpack .../107-libaspell15_0.60.8-1ubuntu0.1_amd64.deb ... | |
Unpacking libaspell15:amd64 (0.60.8-1ubuntu0.1) ... | |
Selecting previously unselected package emacsen-common. | |
Preparing to unpack .../108-emacsen-common_3.0.4_all.deb ... | |
Unpacking emacsen-common (3.0.4) ... | |
Selecting previously unselected package dictionaries-common. | |
Preparing to unpack .../109-dictionaries-common_1.28.1_all.deb ... | |
Adding 'diversion of /usr/share/dict/words to /usr/share/dict/words.pre-dictionaries-common by dictionaries-common' | |
Unpacking dictionaries-common (1.28.1) ... | |
Selecting previously unselected package aspell. | |
Preparing to unpack .../110-aspell_0.60.8-1ubuntu0.1_amd64.deb ... | |
Unpacking aspell (0.60.8-1ubuntu0.1) ... | |
Selecting previously unselected package aspell-en. | |
Preparing to unpack .../111-aspell-en_2018.04.16-0-1_all.deb ... | |
Unpacking aspell-en (2018.04.16-0-1) ... | |
Selecting previously unselected package libatspi2.0-0:amd64. | |
Preparing to unpack .../112-libatspi2.0-0_2.36.0-2_amd64.deb ... | |
Unpacking libatspi2.0-0:amd64 (2.36.0-2) ... | |
Selecting previously unselected package at-spi2-core. | |
Preparing to unpack .../113-at-spi2-core_2.36.0-2_amd64.deb ... | |
Unpacking at-spi2-core (2.36.0-2) ... | |
Selecting previously unselected package libavahi-core7:amd64. | |
Preparing to unpack .../114-libavahi-core7_0.7-4ubuntu7.1_amd64.deb ... | |
Unpacking libavahi-core7:amd64 (0.7-4ubuntu7.1) ... | |
Selecting previously unselected package libdaemon0:amd64. | |
Preparing to unpack .../115-libdaemon0_0.14-7_amd64.deb ... | |
Unpacking libdaemon0:amd64 (0.14-7) ... | |
Selecting previously unselected package avahi-daemon. | |
Preparing to unpack .../116-avahi-daemon_0.7-4ubuntu7.1_amd64.deb ... | |
Unpacking avahi-daemon (0.7-4ubuntu7.1) ... | |
Selecting previously unselected package avahi-utils. | |
Preparing to unpack .../117-avahi-utils_0.7-4ubuntu7.1_amd64.deb ... | |
Unpacking avahi-utils (0.7-4ubuntu7.1) ... | |
Selecting previously unselected package bluez. | |
Preparing to unpack .../118-bluez_5.53-0ubuntu3.6_amd64.deb ... | |
Unpacking bluez (5.53-0ubuntu3.6) ... | |
Selecting previously unselected package bubblewrap. | |
Preparing to unpack .../119-bubblewrap_0.4.0-1ubuntu4_amd64.deb ... | |
Unpacking bubblewrap (0.4.0-1ubuntu4) ... | |
Selecting previously unselected package java-common. | |
Preparing to unpack .../120-java-common_0.72_all.deb ... | |
Unpacking java-common (0.72) ... | |
Selecting previously unselected package liblcms2-2:amd64. | |
Preparing to unpack .../121-liblcms2-2_2.9-4_amd64.deb ... | |
Unpacking liblcms2-2:amd64 (2.9-4) ... | |
Selecting previously unselected package libpcsclite1:amd64. | |
Preparing to unpack .../122-libpcsclite1_1.8.26-3_amd64.deb ... | |
Unpacking libpcsclite1:amd64 (1.8.26-3) ... | |
Selecting previously unselected package openjdk-11-jre-headless:amd64. | |
Preparing to unpack .../123-openjdk-11-jre-headless_11.0.18+10-0ubuntu1~20.04.1_amd64.deb ... | |
Unpacking openjdk-11-jre-headless:amd64 (11.0.18+10-0ubuntu1~20.04.1) ... | |
Selecting previously unselected package default-jre-headless. | |
Preparing to unpack .../124-default-jre-headless_2%3a1.11-72_amd64.deb ... | |
Unpacking default-jre-headless (2:1.11-72) ... | |
Selecting previously unselected package ca-certificates-java. | |
Preparing to unpack .../125-ca-certificates-java_20190405ubuntu1_all.deb ... | |
Unpacking ca-certificates-java (20190405ubuntu1) ... | |
Selecting previously unselected package cheese-common. | |
Preparing to unpack .../126-cheese-common_3.34.0-1ubuntu1_all.deb ... | |
Unpacking cheese-common (3.34.0-1ubuntu1) ... | |
Selecting previously unselected package libcolord2:amd64. | |
Preparing to unpack .../127-libcolord2_1.4.4-2_amd64.deb ... | |
Unpacking libcolord2:amd64 (1.4.4-2) ... | |
Selecting previously unselected package libcolorhug2:amd64. | |
Preparing to unpack .../128-libcolorhug2_1.4.4-2_amd64.deb ... | |
Unpacking libcolorhug2:amd64 (1.4.4-2) ... | |
Selecting previously unselected package libexif12:amd64. | |
Preparing to unpack .../129-libexif12_0.6.21-6ubuntu0.4_amd64.deb ... | |
Unpacking libexif12:amd64 (0.6.21-6ubuntu0.4) ... | |
Selecting previously unselected package libxpm4:amd64. | |
Preparing to unpack .../130-libxpm4_1%3a3.5.12-1ubuntu0.20.04.1_amd64.deb ... | |
Unpacking libxpm4:amd64 (1:3.5.12-1ubuntu0.20.04.1) ... | |
Selecting previously unselected package libgd3:amd64. | |
Preparing to unpack .../131-libgd3_2.2.5-5.2ubuntu2.1_amd64.deb ... | |
Unpacking libgd3:amd64 (2.2.5-5.2ubuntu2.1) ... | |
Selecting previously unselected package libgphoto2-port12:amd64. | |
Preparing to unpack .../132-libgphoto2-port12_2.5.25-0ubuntu0.1_amd64.deb ... | |
Unpacking libgphoto2-port12:amd64 (2.5.25-0ubuntu0.1) ... | |
Selecting previously unselected package libgphoto2-6:amd64. | |
Preparing to unpack .../133-libgphoto2-6_2.5.25-0ubuntu0.1_amd64.deb ... | |
Unpacking libgphoto2-6:amd64 (2.5.25-0ubuntu0.1) ... | |
Selecting previously unselected package libieee1284-3:amd64. | |
Preparing to unpack .../134-libieee1284-3_0.2.11-13build1_amd64.deb ... | |
Unpacking libieee1284-3:amd64 (0.2.11-13build1) ... | |
Selecting previously unselected package mysql-common. | |
Preparing to unpack .../135-mysql-common_5.8+1.0.5ubuntu2_all.deb ... | |
Unpacking mysql-common (5.8+1.0.5ubuntu2) ... | |
Selecting previously unselected package libmysqlclient21:amd64. | |
Preparing to unpack .../136-libmysqlclient21_8.0.32-0ubuntu0.20.04.2_amd64.deb ... | |
Unpacking libmysqlclient21:amd64 (8.0.32-0ubuntu0.20.04.2) ... | |
Selecting previously unselected package libsensors-config. | |
Preparing to unpack .../137-libsensors-config_1%3a3.6.0-2ubuntu1.1_all.deb ... | |
Unpacking libsensors-config (1:3.6.0-2ubuntu1.1) ... | |
Selecting previously unselected package libsensors5:amd64. | |
Preparing to unpack .../138-libsensors5_1%3a3.6.0-2ubuntu1.1_amd64.deb ... | |
Unpacking libsensors5:amd64 (1:3.6.0-2ubuntu1.1) ... | |
Selecting previously unselected package libsnmp-base. | |
Preparing to unpack .../139-libsnmp-base_5.8+dfsg-2ubuntu2.7_all.deb ... | |
Unpacking libsnmp-base (5.8+dfsg-2ubuntu2.7) ... | |
Selecting previously unselected package libsnmp35:amd64. | |
Preparing to unpack .../140-libsnmp35_5.8+dfsg-2ubuntu2.7_amd64.deb ... | |
Unpacking libsnmp35:amd64 (5.8+dfsg-2ubuntu2.7) ... | |
Selecting previously unselected package libsane:amd64. | |
Preparing to unpack .../141-libsane_1.0.29-0ubuntu5.2_amd64.deb ... | |
Unpacking libsane:amd64 (1.0.29-0ubuntu5.2) ... | |
Selecting previously unselected package colord-data. | |
Preparing to unpack .../142-colord-data_1.4.4-2_all.deb ... | |
Unpacking colord-data (1.4.4-2) ... | |
Selecting previously unselected package colord. | |
Preparing to unpack .../143-colord_1.4.4-2_amd64.deb ... | |
Unpacking colord (1.4.4-2) ... | |
Selecting previously unselected package libcrack2:amd64. | |
Preparing to unpack .../144-libcrack2_2.9.6-3.2_amd64.deb ... | |
Unpacking libcrack2:amd64 (2.9.6-3.2) ... | |
Selecting previously unselected package cracklib-runtime. | |
Preparing to unpack .../145-cracklib-runtime_2.9.6-3.2_amd64.deb ... | |
Unpacking cracklib-runtime (2.9.6-3.2) ... | |
Selecting previously unselected package libnl-3-200:amd64. | |
Preparing to unpack .../146-libnl-3-200_3.4.0-1ubuntu0.1_amd64.deb ... | |
Unpacking libnl-3-200:amd64 (3.4.0-1ubuntu0.1) ... | |
Selecting previously unselected package libnl-genl-3-200:amd64. | |
Preparing to unpack .../147-libnl-genl-3-200_3.4.0-1ubuntu0.1_amd64.deb ... | |
Unpacking libnl-genl-3-200:amd64 (3.4.0-1ubuntu0.1) ... | |
Selecting previously unselected package wireless-regdb. | |
Preparing to unpack .../148-wireless-regdb_2022.06.06-0ubuntu1~20.04.1_all.deb ... | |
Unpacking wireless-regdb (2022.06.06-0ubuntu1~20.04.1) ... | |
Selecting previously unselected package iw. | |
Preparing to unpack .../149-iw_5.4-1_amd64.deb ... | |
Unpacking iw (5.4-1) ... | |
Selecting previously unselected package crda. | |
Preparing to unpack .../150-crda_3.18-1build1_amd64.deb ... | |
Unpacking crda (3.18-1build1) ... | |
Selecting previously unselected package cuda-toolkit-config-common. | |
Preparing to unpack .../151-cuda-toolkit-config-common_12.1.55-1_all.deb ... | |
Unpacking cuda-toolkit-config-common (12.1.55-1) ... | |
Selecting previously unselected package cuda-toolkit-11-config-common. | |
Preparing to unpack .../152-cuda-toolkit-11-config-common_11.8.89-1_all.deb ... | |
Unpacking cuda-toolkit-11-config-common (11.8.89-1) ... | |
Selecting previously unselected package cuda-toolkit-11-8-config-common. | |
Preparing to unpack .../153-cuda-toolkit-11-8-config-common_11.8.89-1_all.deb ... | |
Unpacking cuda-toolkit-11-8-config-common (11.8.89-1) ... | |
Selecting previously unselected package cuda-cudart-11-8. | |
Preparing to unpack .../154-cuda-cudart-11-8_11.8.89-1_amd64.deb ... | |
Unpacking cuda-cudart-11-8 (11.8.89-1) ... | |
Selecting previously unselected package cuda-nvrtc-11-8. | |
Preparing to unpack .../155-cuda-nvrtc-11-8_11.8.89-1_amd64.deb ... | |
Unpacking cuda-nvrtc-11-8 (11.8.89-1) ... | |
Selecting previously unselected package libcublas-11-8. | |
Preparing to unpack .../156-libcublas-11-8_11.11.3.6-1_amd64.deb ... | |
Unpacking libcublas-11-8 (11.11.3.6-1) ... | |
Selecting previously unselected package libcufft-11-8. | |
Preparing to unpack .../157-libcufft-11-8_10.9.0.58-1_amd64.deb ... | |
Unpacking libcufft-11-8 (10.9.0.58-1) ... | |
Selecting previously unselected package libcufile-11-8. | |
Preparing to unpack .../158-libcufile-11-8_1.4.0.31-1_amd64.deb ... | |
Unpacking libcufile-11-8 (1.4.0.31-1) ... | |
Selecting previously unselected package libcurand-11-8. | |
Preparing to unpack .../159-libcurand-11-8_10.3.0.86-1_amd64.deb ... | |
Unpacking libcurand-11-8 (10.3.0.86-1) ... | |
Selecting previously unselected package libcusolver-11-8. | |
Preparing to unpack .../160-libcusolver-11-8_11.4.1.48-1_amd64.deb ... | |
Unpacking libcusolver-11-8 (11.4.1.48-1) ... | |
Selecting previously unselected package libcusparse-11-8. | |
Preparing to unpack .../161-libcusparse-11-8_11.7.5.86-1_amd64.deb ... | |
Unpacking libcusparse-11-8 (11.7.5.86-1) ... | |
Selecting previously unselected package libnpp-11-8. | |
Preparing to unpack .../162-libnpp-11-8_11.8.0.86-1_amd64.deb ... | |
Unpacking libnpp-11-8 (11.8.0.86-1) ... | |
Selecting previously unselected package libnvjpeg-11-8. | |
Preparing to unpack .../163-libnvjpeg-11-8_11.9.0.86-1_amd64.deb ... | |
Unpacking libnvjpeg-11-8 (11.9.0.86-1) ... | |
Selecting previously unselected package cuda-libraries-11-8. | |
Preparing to unpack .../164-cuda-libraries-11-8_11.8.0-1_amd64.deb ... | |
Unpacking cuda-libraries-11-8 (11.8.0-1) ... | |
Selecting previously unselected package libnvidia-common-530. | |
Preparing to unpack .../165-libnvidia-common-530_530.30.02-0ubuntu1_all.deb ... | |
Unpacking libnvidia-common-530 (530.30.02-0ubuntu1) ... | |
Selecting previously unselected package libnvidia-compute-530:amd64. | |
Preparing to unpack .../166-libnvidia-compute-530_530.30.02-0ubuntu1_amd64.deb ... | |
Unpacking libnvidia-compute-530:amd64 (530.30.02-0ubuntu1) ... | |
Selecting previously unselected package libnvidia-decode-530:amd64. | |
Preparing to unpack .../167-libnvidia-decode-530_530.30.02-0ubuntu1_amd64.deb ... | |
Unpacking libnvidia-decode-530:amd64 (530.30.02-0ubuntu1) ... | |
Selecting previously unselected package libnvidia-encode-530:amd64. | |
Preparing to unpack .../168-libnvidia-encode-530_530.30.02-0ubuntu1_amd64.deb ... | |
Unpacking libnvidia-encode-530:amd64 (530.30.02-0ubuntu1) ... | |
Selecting previously unselected package libglvnd0:amd64. | |
Preparing to unpack .../169-libglvnd0_1.3.2-1~ubuntu0.20.04.2_amd64.deb ... | |
Unpacking libglvnd0:amd64 (1.3.2-1~ubuntu0.20.04.2) ... | |
Selecting previously unselected package libglapi-mesa:amd64. | |
Preparing to unpack .../170-libglapi-mesa_21.2.6-0ubuntu0.1~20.04.2_amd64.deb ... | |
Unpacking libglapi-mesa:amd64 (21.2.6-0ubuntu0.1~20.04.2) ... | |
Selecting previously unselected package libxcb-dri2-0:amd64. | |
Preparing to unpack .../171-libxcb-dri2-0_1.14-2_amd64.deb ... | |
Unpacking libxcb-dri2-0:amd64 (1.14-2) ... | |
Selecting previously unselected package libxcb-dri3-0:amd64. | |
Preparing to unpack .../172-libxcb-dri3-0_1.14-2_amd64.deb ... | |
Unpacking libxcb-dri3-0:amd64 (1.14-2) ... | |
Selecting previously unselected package libxcb-glx0:amd64. | |
Preparing to unpack .../173-libxcb-glx0_1.14-2_amd64.deb ... | |
Unpacking libxcb-glx0:amd64 (1.14-2) ... | |
Selecting previously unselected package libxcb-present0:amd64. | |
Preparing to unpack .../174-libxcb-present0_1.14-2_amd64.deb ... | |
Unpacking libxcb-present0:amd64 (1.14-2) ... | |
Selecting previously unselected package libxcb-sync1:amd64. | |
Preparing to unpack .../175-libxcb-sync1_1.14-2_amd64.deb ... | |
Unpacking libxcb-sync1:amd64 (1.14-2) ... | |
Selecting previously unselected package libxcb-xfixes0:amd64. | |
Preparing to unpack .../176-libxcb-xfixes0_1.14-2_amd64.deb ... | |
Unpacking libxcb-xfixes0:amd64 (1.14-2) ... | |
Selecting previously unselected package libxfixes3:amd64. | |
Preparing to unpack .../177-libxfixes3_1%3a5.0.3-2_amd64.deb ... | |
Unpacking libxfixes3:amd64 (1:5.0.3-2) ... | |
Selecting previously unselected package libxshmfence1:amd64. | |
Preparing to unpack .../178-libxshmfence1_1.3-1_amd64.deb ... | |
Unpacking libxshmfence1:amd64 (1.3-1) ... | |
Selecting previously unselected package libxxf86vm1:amd64. | |
Preparing to unpack .../179-libxxf86vm1_1%3a1.1.4-1build1_amd64.deb ... | |
Unpacking libxxf86vm1:amd64 (1:1.1.4-1build1) ... | |
Selecting previously unselected package libdrm-amdgpu1:amd64. | |
Preparing to unpack .../180-libdrm-amdgpu1_2.4.107-8ubuntu1~20.04.2_amd64.deb ... | |
Unpacking libdrm-amdgpu1:amd64 (2.4.107-8ubuntu1~20.04.2) ... | |
Selecting previously unselected package libpciaccess0:amd64. | |
Preparing to unpack .../181-libpciaccess0_0.16-0ubuntu1_amd64.deb ... | |
Unpacking libpciaccess0:amd64 (0.16-0ubuntu1) ... | |
Selecting previously unselected package libdrm-intel1:amd64. | |
Preparing to unpack .../182-libdrm-intel1_2.4.107-8ubuntu1~20.04.2_amd64.deb ... | |
Unpacking libdrm-intel1:amd64 (2.4.107-8ubuntu1~20.04.2) ... | |
Selecting previously unselected package libdrm-nouveau2:amd64. | |
Preparing to unpack .../183-libdrm-nouveau2_2.4.107-8ubuntu1~20.04.2_amd64.deb ... | |
Unpacking libdrm-nouveau2:amd64 (2.4.107-8ubuntu1~20.04.2) ... | |
Selecting previously unselected package libdrm-radeon1:amd64. | |
Preparing to unpack .../184-libdrm-radeon1_2.4.107-8ubuntu1~20.04.2_amd64.deb ... | |
Unpacking libdrm-radeon1:amd64 (2.4.107-8ubuntu1~20.04.2) ... | |
Selecting previously unselected package libllvm12:amd64. | |
Preparing to unpack .../185-libllvm12_1%3a12.0.0-3ubuntu1~20.04.5_amd64.deb ... | |
Unpacking libllvm12:amd64 (1:12.0.0-3ubuntu1~20.04.5) ... | |
Selecting previously unselected package libvulkan1:amd64. | |
Preparing to unpack .../186-libvulkan1_1.2.131.2-1_amd64.deb ... | |
Unpacking libvulkan1:amd64 (1.2.131.2-1) ... | |
Selecting previously unselected package libgl1-mesa-dri:amd64. | |
Preparing to unpack .../187-libgl1-mesa-dri_21.2.6-0ubuntu0.1~20.04.2_amd64.deb ... | |
Unpacking libgl1-mesa-dri:amd64 (21.2.6-0ubuntu0.1~20.04.2) ... | |
Selecting previously unselected package libglx-mesa0:amd64. | |
Preparing to unpack .../188-libglx-mesa0_21.2.6-0ubuntu0.1~20.04.2_amd64.deb ... | |
Unpacking libglx-mesa0:amd64 (21.2.6-0ubuntu0.1~20.04.2) ... | |
Selecting previously unselected package libglx0:amd64. | |
Preparing to unpack .../189-libglx0_1.3.2-1~ubuntu0.20.04.2_amd64.deb ... | |
Unpacking libglx0:amd64 (1.3.2-1~ubuntu0.20.04.2) ... | |
Selecting previously unselected package libgl1:amd64. | |
Preparing to unpack .../190-libgl1_1.3.2-1~ubuntu0.20.04.2_amd64.deb ... | |
Unpacking libgl1:amd64 (1.3.2-1~ubuntu0.20.04.2) ... | |
Selecting previously unselected package libnvidia-fbc1-530:amd64. | |
Preparing to unpack .../191-libnvidia-fbc1-530_530.30.02-0ubuntu1_amd64.deb ... | |
Unpacking libnvidia-fbc1-530:amd64 (530.30.02-0ubuntu1) ... | |
Selecting previously unselected package libwayland-server0:amd64. | |
Preparing to unpack .../192-libwayland-server0_1.18.0-1ubuntu0.1_amd64.deb ... | |
Unpacking libwayland-server0:amd64 (1.18.0-1ubuntu0.1) ... | |
Selecting previously unselected package libgbm1:amd64. | |
Preparing to unpack .../193-libgbm1_21.2.6-0ubuntu0.1~20.04.2_amd64.deb ... | |
Unpacking libgbm1:amd64 (21.2.6-0ubuntu0.1~20.04.2) ... | |
Selecting previously unselected package libwayland-client0:amd64. | |
Preparing to unpack .../194-libwayland-client0_1.18.0-1ubuntu0.1_amd64.deb ... | |
Unpacking libwayland-client0:amd64 (1.18.0-1ubuntu0.1) ... | |
Selecting previously unselected package libegl-mesa0:amd64. | |
Preparing to unpack .../195-libegl-mesa0_21.2.6-0ubuntu0.1~20.04.2_amd64.deb ... | |
Unpacking libegl-mesa0:amd64 (21.2.6-0ubuntu0.1~20.04.2) ... | |
Selecting previously unselected package libegl1:amd64. | |
Preparing to unpack .../196-libegl1_1.3.2-1~ubuntu0.20.04.2_amd64.deb ... | |
Unpacking libegl1:amd64 (1.3.2-1~ubuntu0.20.04.2) ... | |
Selecting previously unselected package libopengl0:amd64. | |
Preparing to unpack .../197-libopengl0_1.3.2-1~ubuntu0.20.04.2_amd64.deb ... | |
Unpacking libopengl0:amd64 (1.3.2-1~ubuntu0.20.04.2) ... | |
Selecting previously unselected package libgles2:amd64. | |
Preparing to unpack .../198-libgles2_1.3.2-1~ubuntu0.20.04.2_amd64.deb ... | |
Unpacking libgles2:amd64 (1.3.2-1~ubuntu0.20.04.2) ... | |
Selecting previously unselected package libnvidia-gl-530:amd64. | |
Preparing to unpack .../199-libnvidia-gl-530_530.30.02-0ubuntu1_amd64.deb ... | |
dpkg-query: no packages found matching libnvidia-gl-450 | |
Unpacking libnvidia-gl-530:amd64 (530.30.02-0ubuntu1) ... | |
Selecting previously unselected package nvidia-compute-utils-530. | |
Preparing to unpack .../200-nvidia-compute-utils-530_530.30.02-0ubuntu1_amd64.deb ... | |
Unpacking nvidia-compute-utils-530 (530.30.02-0ubuntu1) ... | |
Selecting previously unselected package nvidia-kernel-source-530. | |
Preparing to unpack .../201-nvidia-kernel-source-530_530.30.02-0ubuntu1_amd64.deb ... | |
Unpacking nvidia-kernel-source-530 (530.30.02-0ubuntu1) ... | |
Selecting previously unselected package nvidia-kernel-common-530. | |
Preparing to unpack .../202-nvidia-kernel-common-530_530.30.02-0ubuntu1_amd64.deb ... | |
Unpacking nvidia-kernel-common-530 (530.30.02-0ubuntu1) ... | |
Selecting previously unselected package nvidia-dkms-530. | |
Preparing to unpack .../203-nvidia-dkms-530_530.30.02-0ubuntu1_amd64.deb ... | |
Unpacking nvidia-dkms-530 (530.30.02-0ubuntu1) ... | |
Selecting previously unselected package libnvidia-extra-530:amd64. | |
Preparing to unpack .../204-libnvidia-extra-530_530.30.02-0ubuntu1_amd64.deb ... | |
Unpacking libnvidia-extra-530:amd64 (530.30.02-0ubuntu1) ... | |
Selecting previously unselected package nvidia-utils-530. | |
Preparing to unpack .../205-nvidia-utils-530_530.30.02-0ubuntu1_amd64.deb ... | |
Unpacking nvidia-utils-530 (530.30.02-0ubuntu1) ... | |
Selecting previously unselected package libnvidia-cfg1-530:amd64. | |
Preparing to unpack .../206-libnvidia-cfg1-530_530.30.02-0ubuntu1_amd64.deb ... | |
Unpacking libnvidia-cfg1-530:amd64 (530.30.02-0ubuntu1) ... | |
Selecting previously unselected package libxt6:amd64. | |
Preparing to unpack .../207-libxt6_1%3a1.1.5-1_amd64.deb ... | |
Unpacking libxt6:amd64 (1:1.1.5-1) ... | |
Selecting previously unselected package libxmu6:amd64. | |
Preparing to unpack .../208-libxmu6_2%3a1.1.3-0ubuntu1_amd64.deb ... | |
Unpacking libxmu6:amd64 (2:1.1.3-0ubuntu1) ... | |
Selecting previously unselected package libxaw7:amd64. | |
Preparing to unpack .../209-libxaw7_2%3a1.0.13-1_amd64.deb ... | |
Unpacking libxaw7:amd64 (2:1.0.13-1) ... | |
Selecting previously unselected package libxkbfile1:amd64. | |
Preparing to unpack .../210-libxkbfile1_1%3a1.1.0-1_amd64.deb ... | |
Unpacking libxkbfile1:amd64 (1:1.1.0-1) ... | |
Selecting previously unselected package x11-xkb-utils. | |
Preparing to unpack .../211-x11-xkb-utils_7.7+5_amd64.deb ... | |
Unpacking x11-xkb-utils (7.7+5) ... | |
Selecting previously unselected package xserver-common. | |
Preparing to unpack .../212-xserver-common_2%3a1.20.13-1ubuntu1~20.04.8_all.deb ... | |
Unpacking xserver-common (2:1.20.13-1ubuntu1~20.04.8) ... | |
Selecting previously unselected package libepoxy0:amd64. | |
Preparing to unpack .../213-libepoxy0_1.5.4-1_amd64.deb ... | |
Unpacking libepoxy0:amd64 (1.5.4-1) ... | |
Selecting previously unselected package libfontenc1:amd64. | |
Preparing to unpack .../214-libfontenc1_1%3a1.1.4-0ubuntu1_amd64.deb ... | |
Unpacking libfontenc1:amd64 (1:1.1.4-0ubuntu1) ... | |
Selecting previously unselected package libxfont2:amd64. | |
Preparing to unpack .../215-libxfont2_1%3a2.0.3-1_amd64.deb ... | |
Unpacking libxfont2:amd64 (1:2.0.3-1) ... | |
Selecting previously unselected package xserver-xorg-core. | |
Preparing to unpack .../216-xserver-xorg-core_2%3a1.20.13-1ubuntu1~20.04.8_amd64.deb ... | |
Unpacking xserver-xorg-core (2:1.20.13-1ubuntu1~20.04.8) ... | |
Selecting previously unselected package xserver-xorg-video-nvidia-530. | |
Preparing to unpack .../217-xserver-xorg-video-nvidia-530_530.30.02-0ubuntu1_amd64.deb ... | |
Unpacking xserver-xorg-video-nvidia-530 (530.30.02-0ubuntu1) ... | |
Selecting previously unselected package nvidia-driver-530. | |
Preparing to unpack .../218-nvidia-driver-530_530.30.02-0ubuntu1_amd64.deb ... | |
Unpacking nvidia-driver-530 (530.30.02-0ubuntu1) ... | |
Selecting previously unselected package nvidia-modprobe. | |
Preparing to unpack .../219-nvidia-modprobe_530.30.02-0ubuntu1_amd64.deb ... | |
Unpacking nvidia-modprobe (530.30.02-0ubuntu1) ... | |
Selecting previously unselected package pkg-config. | |
Preparing to unpack .../220-pkg-config_0.29.1-0ubuntu4_amd64.deb ... | |
Unpacking pkg-config (0.29.1-0ubuntu4) ... | |
Selecting previously unselected package python3-xkit. | |
Preparing to unpack .../221-python3-xkit_0.5.0ubuntu4_all.deb ... | |
Unpacking python3-xkit (0.5.0ubuntu4) ... | |
Selecting previously unselected package libcamel-1.2-62:amd64. | |
Preparing to unpack .../222-libcamel-1.2-62_3.36.5-0ubuntu1_amd64.deb ... | |
Unpacking libcamel-1.2-62:amd64 (3.36.5-0ubuntu1) ... | |
Selecting previously unselected package libatk1.0-data. | |
Preparing to unpack .../223-libatk1.0-data_2.35.1-1ubuntu2_all.deb ... | |
Unpacking libatk1.0-data (2.35.1-1ubuntu2) ... | |
Selecting previously unselected package libatk1.0-0:amd64. | |
Preparing to unpack .../224-libatk1.0-0_2.35.1-1ubuntu2_amd64.deb ... | |
Unpacking libatk1.0-0:amd64 (2.35.1-1ubuntu2) ... | |
Selecting previously unselected package libatk-bridge2.0-0:amd64. | |
Preparing to unpack .../225-libatk-bridge2.0-0_2.34.2-0ubuntu2~20.04.1_amd64.deb ... | |
Unpacking libatk-bridge2.0-0:amd64 (2.34.2-0ubuntu2~20.04.1) ... | |
Selecting previously unselected package libsoup-gnome2.4-1:amd64. | |
Preparing to unpack .../226-libsoup-gnome2.4-1_2.70.0-1_amd64.deb ... | |
Unpacking libsoup-gnome2.4-1:amd64 (2.70.0-1) ... | |
Selecting previously unselected package librest-0.7-0:amd64. | |
Preparing to unpack .../227-librest-0.7-0_0.8.1-1_amd64.deb ... | |
Unpacking librest-0.7-0:amd64 (0.8.1-1) ... | |
Selecting previously unselected package libwayland-cursor0:amd64. | |
Preparing to unpack .../228-libwayland-cursor0_1.18.0-1ubuntu0.1_amd64.deb ... | |
Unpacking libwayland-cursor0:amd64 (1.18.0-1ubuntu0.1) ... | |
Selecting previously unselected package libwayland-egl1:amd64. | |
Preparing to unpack .../229-libwayland-egl1_1.18.0-1ubuntu0.1_amd64.deb ... | |
Unpacking libwayland-egl1:amd64 (1.18.0-1ubuntu0.1) ... | |
Selecting previously unselected package libxcomposite1:amd64. | |
Preparing to unpack .../230-libxcomposite1_1%3a0.4.5-1_amd64.deb ... | |
Unpacking libxcomposite1:amd64 (1:0.4.5-1) ... | |
Selecting previously unselected package libxcursor1:amd64. | |
Preparing to unpack .../231-libxcursor1_1%3a1.2.0-2_amd64.deb ... | |
Unpacking libxcursor1:amd64 (1:1.2.0-2) ... | |
Selecting previously unselected package libxdamage1:amd64. | |
Preparing to unpack .../232-libxdamage1_1%3a1.1.5-2_amd64.deb ... | |
Unpacking libxdamage1:amd64 (1:1.1.5-2) ... | |
Selecting previously unselected package libxi6:amd64. | |
Preparing to unpack .../233-libxi6_2%3a1.7.10-0ubuntu1_amd64.deb ... | |
Unpacking libxi6:amd64 (2:1.7.10-0ubuntu1) ... | |
Selecting previously unselected package libxinerama1:amd64. | |
Preparing to unpack .../234-libxinerama1_2%3a1.1.4-2_amd64.deb ... | |
Unpacking libxinerama1:amd64 (2:1.1.4-2) ... | |
Selecting previously unselected package libxkbcommon0:amd64. | |
Preparing to unpack .../235-libxkbcommon0_0.10.0-1_amd64.deb ... | |
Unpacking libxkbcommon0:amd64 (0.10.0-1) ... | |
Selecting previously unselected package libxrandr2:amd64. | |
Preparing to unpack .../236-libxrandr2_2%3a1.5.2-0ubuntu1_amd64.deb ... | |
Unpacking libxrandr2:amd64 (2:1.5.2-0ubuntu1) ... | |
Selecting previously unselected package libgtk-3-common. | |
Preparing to unpack .../237-libgtk-3-common_3.24.20-0ubuntu1.1_all.deb ... | |
Unpacking libgtk-3-common (3.24.20-0ubuntu1.1) ... | |
Selecting previously unselected package libgtk-3-0:amd64. | |
Preparing to unpack .../238-libgtk-3-0_3.24.20-0ubuntu1.1_amd64.deb ... | |
Unpacking libgtk-3-0:amd64 (3.24.20-0ubuntu1.1) ... | |
Selecting previously unselected package libcanberra-gtk3-0:amd64. | |
Preparing to unpack .../239-libcanberra-gtk3-0_0.30-7ubuntu1_amd64.deb ... | |
Unpacking libcanberra-gtk3-0:amd64 (0.30-7ubuntu1) ... | |
Selecting previously unselected package libgck-1-0:amd64. | |
Preparing to unpack .../240-libgck-1-0_3.36.0-2build1_amd64.deb ... | |
Unpacking libgck-1-0:amd64 (3.36.0-2build1) ... | |
Selecting previously unselected package libgcr-base-3-1:amd64. | |
Preparing to unpack .../241-libgcr-base-3-1_3.36.0-2build1_amd64.deb ... | |
Unpacking libgcr-base-3-1:amd64 (3.36.0-2build1) ... | |
Selecting previously unselected package libgoa-1.0-common. | |
Preparing to unpack .../242-libgoa-1.0-common_3.36.1-0ubuntu1_all.deb ... | |
Unpacking libgoa-1.0-common (3.36.1-0ubuntu1) ... | |
Selecting previously unselected package libgoa-1.0-0b:amd64. | |
Preparing to unpack .../243-libgoa-1.0-0b_3.36.1-0ubuntu1_amd64.deb ... | |
Unpacking libgoa-1.0-0b:amd64 (3.36.1-0ubuntu1) ... | |
Selecting previously unselected package libgdata-common. | |
Preparing to unpack .../244-libgdata-common_0.17.12-1_all.deb ... | |
Unpacking libgdata-common (0.17.12-1) ... | |
Selecting previously unselected package libgdata22:amd64. | |
Preparing to unpack .../245-libgdata22_0.17.12-1_amd64.deb ... | |
Unpacking libgdata22:amd64 (0.17.12-1) ... | |
Selecting previously unselected package libsecret-common. | |
Preparing to unpack .../246-libsecret-common_0.20.4-0ubuntu1_all.deb ... | |
Unpacking libsecret-common (0.20.4-0ubuntu1) ... | |
Selecting previously unselected package libsecret-1-0:amd64. | |
Preparing to unpack .../247-libsecret-1-0_0.20.4-0ubuntu1_amd64.deb ... | |
Unpacking libsecret-1-0:amd64 (0.20.4-0ubuntu1) ... | |
Selecting previously unselected package evolution-data-server-common. | |
Preparing to unpack .../248-evolution-data-server-common_3.36.5-0ubuntu1_all.deb ... | |
Unpacking evolution-data-server-common (3.36.5-0ubuntu1) ... | |
Selecting previously unselected package libedataserver-1.2-24:amd64. | |
Preparing to unpack .../249-libedataserver-1.2-24_3.36.5-0ubuntu1_amd64.deb ... | |
Unpacking libedataserver-1.2-24:amd64 (3.36.5-0ubuntu1) ... | |
Selecting previously unselected package libebackend-1.2-10:amd64. | |
Preparing to unpack .../250-libebackend-1.2-10_3.36.5-0ubuntu1_amd64.deb ... | |
Unpacking libebackend-1.2-10:amd64 (3.36.5-0ubuntu1) ... | |
Selecting previously unselected package libboost-thread1.71.0:amd64. | |
Preparing to unpack .../251-libboost-thread1.71.0_1.71.0-6ubuntu6_amd64.deb ... | |
Unpacking libboost-thread1.71.0:amd64 (1.71.0-6ubuntu6) ... | |
Selecting previously unselected package libprotobuf17:amd64. | |
Preparing to unpack .../252-libprotobuf17_3.6.1.3-2ubuntu5.2_amd64.deb ... | |
Unpacking libprotobuf17:amd64 (3.6.1.3-2ubuntu5.2) ... | |
Selecting previously unselected package libphonenumber7:amd64. | |
Preparing to unpack .../253-libphonenumber7_7.1.0-5ubuntu11_amd64.deb ... | |
Unpacking libphonenumber7:amd64 (7.1.0-5ubuntu11) ... | |
Selecting previously unselected package libebook-contacts-1.2-3:amd64. | |
Preparing to unpack .../254-libebook-contacts-1.2-3_3.36.5-0ubuntu1_amd64.deb ... | |
Unpacking libebook-contacts-1.2-3:amd64 (3.36.5-0ubuntu1) ... | |
Selecting previously unselected package libedata-book-1.2-26:amd64. | |
Preparing to unpack .../255-libedata-book-1.2-26_3.36.5-0ubuntu1_amd64.deb ... | |
Unpacking libedata-book-1.2-26:amd64 (3.36.5-0ubuntu1) ... | |
Selecting previously unselected package libebook-1.2-20:amd64. | |
Preparing to unpack .../256-libebook-1.2-20_3.36.5-0ubuntu1_amd64.deb ... | |
Unpacking libebook-1.2-20:amd64 (3.36.5-0ubuntu1) ... | |
Selecting previously unselected package libical3:amd64. | |
Preparing to unpack .../257-libical3_3.0.8-1_amd64.deb ... | |
Unpacking libical3:amd64 (3.0.8-1) ... | |
Selecting previously unselected package libecal-2.0-1:amd64. | |
Preparing to unpack .../258-libecal-2.0-1_3.36.5-0ubuntu1_amd64.deb ... | |
Unpacking libecal-2.0-1:amd64 (3.36.5-0ubuntu1) ... | |
Selecting previously unselected package libedata-cal-2.0-1:amd64. | |
Preparing to unpack .../259-libedata-cal-2.0-1_3.36.5-0ubuntu1_amd64.deb ... | |
Unpacking libedata-cal-2.0-1:amd64 (3.36.5-0ubuntu1) ... | |
Selecting previously unselected package libgcr-ui-3-1:amd64. | |
Preparing to unpack .../260-libgcr-ui-3-1_3.36.0-2build1_amd64.deb ... | |
Unpacking libgcr-ui-3-1:amd64 (3.36.0-2build1) ... | |
Selecting previously unselected package libjavascriptcoregtk-4.0-18:amd64. | |
Preparing to unpack .../261-libjavascriptcoregtk-4.0-18_2.38.5-0ubuntu0.20.04.1_amd64.deb ... | |
Unpacking libjavascriptcoregtk-4.0-18:amd64 (2.38.5-0ubuntu0.20.04.1) ... | |
Selecting previously unselected package xdg-dbus-proxy. | |
Preparing to unpack .../262-xdg-dbus-proxy_0.1.2-1_amd64.deb ... | |
Unpacking xdg-dbus-proxy (0.1.2-1) ... | |
Selecting previously unselected package hunspell-en-us. | |
Preparing to unpack .../263-hunspell-en-us_1%3a2018.04.16-1_all.deb ... | |
Unpacking hunspell-en-us (1:2018.04.16-1) ... | |
Selecting previously unselected package libhunspell-1.7-0:amd64. | |
Preparing to unpack .../264-libhunspell-1.7-0_1.7.0-2build2_amd64.deb ... | |
Unpacking libhunspell-1.7-0:amd64 (1.7.0-2build2) ... | |
Selecting previously unselected package libenchant-2-2:amd64. | |
Preparing to unpack .../265-libenchant-2-2_2.2.8-1ubuntu0.20.04.1_amd64.deb ... | |
Unpacking libenchant-2-2:amd64 (2.2.8-1ubuntu0.20.04.1) ... | |
Selecting previously unselected package libgstreamer-gl1.0-0:amd64. | |
Preparing to unpack .../266-libgstreamer-gl1.0-0_1.16.3-0ubuntu1.1_amd64.deb ... | |
Unpacking libgstreamer-gl1.0-0:amd64 (1.16.3-0ubuntu1.1) ... | |
Selecting previously unselected package libharfbuzz-icu0:amd64. | |
Preparing to unpack .../267-libharfbuzz-icu0_2.6.4-1ubuntu4.2_amd64.deb ... | |
Unpacking libharfbuzz-icu0:amd64 (2.6.4-1ubuntu4.2) ... | |
Selecting previously unselected package libhyphen0:amd64. | |
Preparing to unpack .../268-libhyphen0_2.8.8-7_amd64.deb ... | |
Unpacking libhyphen0:amd64 (2.8.8-7) ... | |
Selecting previously unselected package libopenjp2-7:amd64. | |
Preparing to unpack .../269-libopenjp2-7_2.3.1-1ubuntu4.20.04.1_amd64.deb ... | |
Unpacking libopenjp2-7:amd64 (2.3.1-1ubuntu4.20.04.1) ... | |
Selecting previously unselected package libwebpdemux2:amd64. | |
Preparing to unpack .../270-libwebpdemux2_0.6.1-2ubuntu0.20.04.1_amd64.deb ... | |
Unpacking libwebpdemux2:amd64 (0.6.1-2ubuntu0.20.04.1) ... | |
Selecting previously unselected package libwoff1:amd64. | |
Preparing to unpack .../271-libwoff1_1.0.2-1build2_amd64.deb ... | |
Unpacking libwoff1:amd64 (1.0.2-1build2) ... | |
Selecting previously unselected package libwebkit2gtk-4.0-37:amd64. | |
Preparing to unpack .../272-libwebkit2gtk-4.0-37_2.38.5-0ubuntu0.20.04.1_amd64.deb ... | |
Unpacking libwebkit2gtk-4.0-37:amd64 (2.38.5-0ubuntu0.20.04.1) ... | |
Selecting previously unselected package libedataserverui-1.2-2:amd64. | |
Preparing to unpack .../273-libedataserverui-1.2-2_3.36.5-0ubuntu1_amd64.deb ... | |
Unpacking libedataserverui-1.2-2:amd64 (3.36.5-0ubuntu1) ... | |
Selecting previously unselected package libgeocode-glib0:amd64. | |
Preparing to unpack .../274-libgeocode-glib0_3.26.2-2_amd64.deb ... | |
Unpacking libgeocode-glib0:amd64 (3.26.2-2) ... | |
Selecting previously unselected package libgweather-common. | |
Preparing to unpack .../275-libgweather-common_3.36.1-1~ubuntu20.04.1_all.deb ... | |
Unpacking libgweather-common (3.36.1-1~ubuntu20.04.1) ... | |
Selecting previously unselected package libgweather-3-16:amd64. | |
Preparing to unpack .../276-libgweather-3-16_3.36.1-1~ubuntu20.04.1_amd64.deb ... | |
Unpacking libgweather-3-16:amd64 (3.36.1-1~ubuntu20.04.1) ... | |
Selecting previously unselected package dbus-x11. | |
Preparing to unpack .../277-dbus-x11_1.12.16-2ubuntu2.3_amd64.deb ... | |
Unpacking dbus-x11 (1.12.16-2ubuntu2.3) ... | |
Selecting previously unselected package gcr. | |
Preparing to unpack .../278-gcr_3.36.0-2build1_amd64.deb ... | |
Unpacking gcr (3.36.0-2build1) ... | |
Selecting previously unselected package p11-kit-modules:amd64. | |
Preparing to unpack .../279-p11-kit-modules_0.23.20-1ubuntu0.1_amd64.deb ... | |
Unpacking p11-kit-modules:amd64 (0.23.20-1ubuntu0.1) ... | |
Selecting previously unselected package p11-kit. | |
Preparing to unpack .../280-p11-kit_0.23.20-1ubuntu0.1_amd64.deb ... | |
Unpacking p11-kit (0.23.20-1ubuntu0.1) ... | |
Selecting previously unselected package pinentry-gnome3. | |
Preparing to unpack .../281-pinentry-gnome3_1.1.0-3build1_amd64.deb ... | |
Unpacking pinentry-gnome3 (1.1.0-3build1) ... | |
Selecting previously unselected package gnome-keyring. | |
Preparing to unpack .../282-gnome-keyring_3.36.0-1ubuntu1_amd64.deb ... | |
Unpacking gnome-keyring (3.36.0-1ubuntu1) ... | |
Selecting previously unselected package evolution-data-server. | |
Preparing to unpack .../283-evolution-data-server_3.36.5-0ubuntu1_amd64.deb ... | |
Unpacking evolution-data-server (3.36.5-0ubuntu1) ... | |
Selecting previously unselected package gir1.2-accountsservice-1.0. | |
Preparing to unpack .../284-gir1.2-accountsservice-1.0_0.6.55-0ubuntu12~20.04.5_amd64.deb ... | |
Unpacking gir1.2-accountsservice-1.0 (0.6.55-0ubuntu12~20.04.5) ... | |
Selecting previously unselected package gir1.2-freedesktop:amd64. | |
Preparing to unpack .../285-gir1.2-freedesktop_1.64.1-1~ubuntu20.04.1_amd64.deb ... | |
Unpacking gir1.2-freedesktop:amd64 (1.64.1-1~ubuntu20.04.1) ... | |
Selecting previously unselected package gir1.2-atspi-2.0:amd64. | |
Preparing to unpack .../286-gir1.2-atspi-2.0_2.36.0-2_amd64.deb ... | |
Unpacking gir1.2-atspi-2.0:amd64 (2.36.0-2) ... | |
Selecting previously unselected package gir1.2-gck-1:amd64. | |
Preparing to unpack .../287-gir1.2-gck-1_3.36.0-2build1_amd64.deb ... | |
Unpacking gir1.2-gck-1:amd64 (3.36.0-2build1) ... | |
Selecting previously unselected package gir1.2-atk-1.0:amd64. | |
Preparing to unpack .../288-gir1.2-atk-1.0_2.35.1-1ubuntu2_amd64.deb ... | |
Unpacking gir1.2-atk-1.0:amd64 (2.35.1-1ubuntu2) ... | |
Selecting previously unselected package gir1.2-gdkpixbuf-2.0:amd64. | |
Preparing to unpack .../289-gir1.2-gdkpixbuf-2.0_2.40.0+dfsg-3ubuntu0.4_amd64.deb ... | |
Unpacking gir1.2-gdkpixbuf-2.0:amd64 (2.40.0+dfsg-3ubuntu0.4) ... | |
Selecting previously unselected package libxft2:amd64. | |
Preparing to unpack .../290-libxft2_2.3.3-0ubuntu1_amd64.deb ... | |
Unpacking libxft2:amd64 (2.3.3-0ubuntu1) ... | |
Selecting previously unselected package libpangoxft-1.0-0:amd64. | |
Preparing to unpack .../291-libpangoxft-1.0-0_1.44.7-2ubuntu4_amd64.deb ... | |
Unpacking libpangoxft-1.0-0:amd64 (1.44.7-2ubuntu4) ... | |
Selecting previously unselected package gir1.2-pango-1.0:amd64. | |
Preparing to unpack .../292-gir1.2-pango-1.0_1.44.7-2ubuntu4_amd64.deb ... | |
Unpacking gir1.2-pango-1.0:amd64 (1.44.7-2ubuntu4) ... | |
Selecting previously unselected package gir1.2-gtk-3.0:amd64. | |
Preparing to unpack .../293-gir1.2-gtk-3.0_3.24.20-0ubuntu1.1_amd64.deb ... | |
Unpacking gir1.2-gtk-3.0:amd64 (3.24.20-0ubuntu1.1) ... | |
Selecting previously unselected package gir1.2-gcr-3:amd64. | |
Preparing to unpack .../294-gir1.2-gcr-3_3.36.0-2build1_amd64.deb ... | |
Unpacking gir1.2-gcr-3:amd64 (3.36.0-2build1) ... | |
Selecting previously unselected package gir1.2-gdesktopenums-3.0:amd64. | |
Preparing to unpack .../295-gir1.2-gdesktopenums-3.0_3.36.0-1ubuntu1_amd64.deb ... | |
Unpacking gir1.2-gdesktopenums-3.0:amd64 (3.36.0-1ubuntu1) ... | |
Selecting previously unselected package libgdm1. | |
Preparing to unpack .../296-libgdm1_3.36.3-0ubuntu0.20.04.4_amd64.deb ... | |
Unpacking libgdm1 (3.36.3-0ubuntu0.20.04.4) ... | |
Selecting previously unselected package gir1.2-gdm-1.0:amd64. | |
Preparing to unpack .../297-gir1.2-gdm-1.0_3.36.3-0ubuntu0.20.04.4_amd64.deb ... | |
Unpacking gir1.2-gdm-1.0:amd64 (3.36.3-0ubuntu0.20.04.4) ... | |
Selecting previously unselected package libavahi-glib1:amd64. | |
Preparing to unpack .../298-libavahi-glib1_0.7-4ubuntu7.1_amd64.deb ... | |
Unpacking libavahi-glib1:amd64 (0.7-4ubuntu7.1) ... | |
Selecting previously unselected package libnotify4:amd64. | |
Preparing to unpack .../299-libnotify4_0.7.9-1ubuntu3.20.04.2_amd64.deb ... | |
Unpacking libnotify4:amd64 (0.7.9-1ubuntu3.20.04.2) ... | |
Selecting previously unselected package geoclue-2.0. | |
Preparing to unpack .../300-geoclue-2.0_2.5.6-0ubuntu1_amd64.deb ... | |
Unpacking geoclue-2.0 (2.5.6-0ubuntu1) ... | |
Selecting previously unselected package libgeoclue-2-0:amd64. | |
Preparing to unpack .../301-libgeoclue-2-0_2.5.6-0ubuntu1_amd64.deb ... | |
Unpacking libgeoclue-2-0:amd64 (2.5.6-0ubuntu1) ... | |
Selecting previously unselected package gir1.2-geoclue-2.0:amd64. | |
Preparing to unpack .../302-gir1.2-geoclue-2.0_2.5.6-0ubuntu1_amd64.deb ... | |
Unpacking gir1.2-geoclue-2.0:amd64 (2.5.6-0ubuntu1) ... | |
Selecting previously unselected package libgnome-bluetooth13:amd64. | |
Preparing to unpack .../303-libgnome-bluetooth13_3.34.3-0ubuntu1_amd64.deb ... | |
Unpacking libgnome-bluetooth13:amd64 (3.34.3-0ubuntu1) ... | |
Selecting previously unselected package gir1.2-gnomebluetooth-1.0:amd64. | |
Preparing to unpack .../304-gir1.2-gnomebluetooth-1.0_3.34.3-0ubuntu1_amd64.deb ... | |
Unpacking gir1.2-gnomebluetooth-1.0:amd64 (3.34.3-0ubuntu1) ... | |
Selecting previously unselected package gnome-desktop3-data. | |
Preparing to unpack .../305-gnome-desktop3-data_3.36.8-0ubuntu1_all.deb ... | |
Unpacking gnome-desktop3-data (3.36.8-0ubuntu1) ... | |
Selecting previously unselected package libgnome-desktop-3-19:amd64. | |
Preparing to unpack .../306-libgnome-desktop-3-19_3.36.8-0ubuntu1_amd64.deb ... | |
Unpacking libgnome-desktop-3-19:amd64 (3.36.8-0ubuntu1) ... | |
Selecting previously unselected package gir1.2-gnomedesktop-3.0:amd64. | |
Preparing to unpack .../307-gir1.2-gnomedesktop-3.0_3.36.8-0ubuntu1_amd64.deb ... | |
Unpacking gir1.2-gnomedesktop-3.0:amd64 (3.36.8-0ubuntu1) ... | |
Selecting previously unselected package gir1.2-gweather-3.0:amd64. | |
Preparing to unpack .../308-gir1.2-gweather-3.0_3.36.1-1~ubuntu20.04.1_amd64.deb ... | |
Unpacking gir1.2-gweather-3.0:amd64 (3.36.1-1~ubuntu20.04.1) ... | |
Selecting previously unselected package libibus-1.0-5:amd64. | |
Preparing to unpack .../309-libibus-1.0-5_1.5.22-2ubuntu2.1_amd64.deb ... | |
Unpacking libibus-1.0-5:amd64 (1.5.22-2ubuntu2.1) ... | |
Selecting previously unselected package gir1.2-ibus-1.0:amd64. | |
Preparing to unpack .../310-gir1.2-ibus-1.0_1.5.22-2ubuntu2.1_amd64.deb ... | |
Unpacking gir1.2-ibus-1.0:amd64 (1.5.22-2ubuntu2.1) ... | |
Selecting previously unselected package mutter-common. | |
Preparing to unpack .../311-mutter-common_3.36.9-0ubuntu0.20.04.2_all.deb ... | |
Unpacking mutter-common (3.36.9-0ubuntu0.20.04.2) ... | |
Selecting previously unselected package libgraphene-1.0-0:amd64. | |
Preparing to unpack .../312-libgraphene-1.0-0_1.10.0-1build2_amd64.deb ... | |
Unpacking libgraphene-1.0-0:amd64 (1.10.0-1build2) ... | |
Selecting previously unselected package libevdev2:amd64. | |
Preparing to unpack .../313-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... | |
Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... | |
Selecting previously unselected package libmtdev1:amd64. | |
Preparing to unpack .../314-libmtdev1_1.1.5-1.1_amd64.deb ... | |
Unpacking libmtdev1:amd64 (1.1.5-1.1) ... | |
Selecting previously unselected package libwacom-common. | |
Preparing to unpack .../315-libwacom-common_1.3-2ubuntu3_all.deb ... | |
Unpacking libwacom-common (1.3-2ubuntu3) ... | |
Selecting previously unselected package libwacom2:amd64. | |
Preparing to unpack .../316-libwacom2_1.3-2ubuntu3_amd64.deb ... | |
Unpacking libwacom2:amd64 (1.3-2ubuntu3) ... | |
Selecting previously unselected package libinput-bin. | |
Preparing to unpack .../317-libinput-bin_1.15.5-1ubuntu0.3_amd64.deb ... | |
Unpacking libinput-bin (1.15.5-1ubuntu0.3) ... | |
Selecting previously unselected package libinput10:amd64. | |
Preparing to unpack .../318-libinput10_1.15.5-1ubuntu0.3_amd64.deb ... | |
Unpacking libinput10:amd64 (1.15.5-1ubuntu0.3) ... | |
Selecting previously unselected package libxcb-util1:amd64. | |
Preparing to unpack .../319-libxcb-util1_0.4.0-0ubuntu3_amd64.deb ... | |
Unpacking libxcb-util1:amd64 (0.4.0-0ubuntu3) ... | |
Selecting previously unselected package libstartup-notification0:amd64. | |
Preparing to unpack .../320-libstartup-notification0_0.12-6_amd64.deb ... | |
Unpacking libstartup-notification0:amd64 (0.12-6) ... | |
Selecting previously unselected package libxcb-randr0:amd64. | |
Preparing to unpack .../321-libxcb-randr0_1.14-2_amd64.deb ... | |
Unpacking libxcb-randr0:amd64 (1.14-2) ... | |
Selecting previously unselected package libxcb-res0:amd64. | |
Preparing to unpack .../322-libxcb-res0_1.14-2_amd64.deb ... | |
Unpacking libxcb-res0:amd64 (1.14-2) ... | |
Selecting previously unselected package libxcb-xkb1:amd64. | |
Preparing to unpack .../323-libxcb-xkb1_1.14-2_amd64.deb ... | |
Unpacking libxcb-xkb1:amd64 (1.14-2) ... | |
Selecting previously unselected package libxkbcommon-x11-0:amd64. | |
Preparing to unpack .../324-libxkbcommon-x11-0_0.10.0-1_amd64.deb ... | |
Unpacking libxkbcommon-x11-0:amd64 (0.10.0-1) ... | |
Selecting previously unselected package libmutter-6-0:amd64. | |
Preparing to unpack .../325-libmutter-6-0_3.36.9-0ubuntu0.20.04.2_amd64.deb ... | |
Unpacking libmutter-6-0:amd64 (3.36.9-0ubuntu0.20.04.2) ... | |
Selecting previously unselected package gir1.2-graphene-1.0:amd64. | |
Preparing to unpack .../326-gir1.2-graphene-1.0_1.10.0-1build2_amd64.deb ... | |
Unpacking gir1.2-graphene-1.0:amd64 (1.10.0-1build2) ... | |
Selecting previously unselected package gir1.2-json-1.0:amd64. | |
Preparing to unpack .../327-gir1.2-json-1.0_1.4.4-2ubuntu2_amd64.deb ... | |
Unpacking gir1.2-json-1.0:amd64 (1.4.4-2ubuntu2) ... | |
Selecting previously unselected package gir1.2-mutter-6:amd64. | |
Preparing to unpack .../328-gir1.2-mutter-6_3.36.9-0ubuntu0.20.04.2_amd64.deb ... | |
Unpacking gir1.2-mutter-6:amd64 (3.36.9-0ubuntu0.20.04.2) ... | |
Selecting previously unselected package libnm0:amd64. | |
Preparing to unpack .../329-libnm0_1.22.10-1ubuntu2.3_amd64.deb ... | |
Unpacking libnm0:amd64 (1.22.10-1ubuntu2.3) ... | |
Selecting previously unselected package gir1.2-nm-1.0:amd64. | |
Preparing to unpack .../330-gir1.2-nm-1.0_1.22.10-1ubuntu2.3_amd64.deb ... | |
Unpacking gir1.2-nm-1.0:amd64 (1.22.10-1ubuntu2.3) ... | |
Selecting previously unselected package libnma0:amd64. | |
Preparing to unpack .../331-libnma0_1.8.24-1ubuntu3_amd64.deb ... | |
Unpacking libnma0:amd64 (1.8.24-1ubuntu3) ... | |
Selecting previously unselected package gir1.2-nma-1.0:amd64. | |
Preparing to unpack .../332-gir1.2-nma-1.0_1.8.24-1ubuntu3_amd64.deb ... | |
Unpacking gir1.2-nma-1.0:amd64 (1.8.24-1ubuntu3) ... | |
Selecting previously unselected package gir1.2-polkit-1.0. | |
Preparing to unpack .../333-gir1.2-polkit-1.0_0.105-26ubuntu1.3_amd64.deb ... | |
Unpacking gir1.2-polkit-1.0 (0.105-26ubuntu1.3) ... | |
Selecting previously unselected package gir1.2-rsvg-2.0:amd64. | |
Preparing to unpack .../334-gir1.2-rsvg-2.0_2.48.9-1ubuntu0.20.04.1_amd64.deb ... | |
Unpacking gir1.2-rsvg-2.0:amd64 (2.48.9-1ubuntu0.20.04.1) ... | |
Selecting previously unselected package gir1.2-soup-2.4:amd64. | |
Preparing to unpack .../335-gir1.2-soup-2.4_2.70.0-1_amd64.deb ... | |
Unpacking gir1.2-soup-2.4:amd64 (2.70.0-1) ... | |
Selecting previously unselected package libupower-glib3:amd64. | |
Preparing to unpack .../336-libupower-glib3_0.99.11-1build2_amd64.deb ... | |
Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... | |
Selecting previously unselected package gir1.2-upowerglib-1.0:amd64. | |
Preparing to unpack .../337-gir1.2-upowerglib-1.0_0.99.11-1build2_amd64.deb ... | |
Unpacking gir1.2-upowerglib-1.0:amd64 (0.99.11-1build2) ... | |
Selecting previously unselected package libmozjs-68-0:amd64. | |
Preparing to unpack .../338-libmozjs-68-0_68.6.0-1ubuntu1_amd64.deb ... | |
Unpacking libmozjs-68-0:amd64 (68.6.0-1ubuntu1) ... | |
Selecting previously unselected package libgjs0g:amd64. | |
Preparing to unpack .../339-libgjs0g_1.64.5-0ubuntu0.20.04.01_amd64.deb ... | |
Unpacking libgjs0g:amd64 (1.64.5-0ubuntu0.20.04.01) ... | |
Selecting previously unselected package gjs. | |
Preparing to unpack .../340-gjs_1.64.5-0ubuntu0.20.04.01_amd64.deb ... | |
Unpacking gjs (1.64.5-0ubuntu0.20.04.01) ... | |
Selecting previously unselected package gnome-settings-daemon-common. | |
Preparing to unpack .../341-gnome-settings-daemon-common_3.36.1-0ubuntu1.1_all.deb ... | |
Unpacking gnome-settings-daemon-common (3.36.1-0ubuntu1.1) ... | |
Selecting previously unselected package x11-xserver-utils. | |
Preparing to unpack .../342-x11-xserver-utils_7.7+8_amd64.deb ... | |
Unpacking x11-xserver-utils (7.7+8) ... | |
Selecting previously unselected package libpulse-mainloop-glib0:amd64. | |
Preparing to unpack .../343-libpulse-mainloop-glib0_1%3a13.99.1-1ubuntu3.13_amd64.deb ... | |
Unpacking libpulse-mainloop-glib0:amd64 (1:13.99.1-1ubuntu3.13) ... | |
Selecting previously unselected package gnome-settings-daemon. | |
Preparing to unpack .../344-gnome-settings-daemon_3.36.1-0ubuntu1.1_amd64.deb ... | |
Unpacking gnome-settings-daemon (3.36.1-0ubuntu1.1) ... | |
Selecting previously unselected package gnome-shell-common. | |
Preparing to unpack .../345-gnome-shell-common_3.36.9-0ubuntu0.20.04.2_all.deb ... | |
Unpacking gnome-shell-common (3.36.9-0ubuntu0.20.04.2) ... | |
Selecting previously unselected package ubuntu-wallpapers-focal. | |
Preparing to unpack .../346-ubuntu-wallpapers-focal_20.04.2-0ubuntu1_all.deb ... | |
Unpacking ubuntu-wallpapers-focal (20.04.2-0ubuntu1) ... | |
Selecting previously unselected package ubuntu-wallpapers. | |
Preparing to unpack .../347-ubuntu-wallpapers_20.04.2-0ubuntu1_all.deb ... | |
Unpacking ubuntu-wallpapers (20.04.2-0ubuntu1) ... | |
Selecting previously unselected package zenity-common. | |
Preparing to unpack .../348-zenity-common_3.32.0-5_all.deb ... | |
Unpacking zenity-common (3.32.0-5) ... | |
Selecting previously unselected package zenity. | |
Preparing to unpack .../349-zenity_3.32.0-5_amd64.deb ... | |
Unpacking zenity (3.32.0-5) ... | |
Selecting previously unselected package mutter. | |
Preparing to unpack .../350-mutter_3.36.9-0ubuntu0.20.04.2_amd64.deb ... | |
Unpacking mutter (3.36.9-0ubuntu0.20.04.2) ... | |
Selecting previously unselected package libgnome-autoar-0-0:amd64. | |
Preparing to unpack .../351-libgnome-autoar-0-0_0.2.3-2ubuntu0.4_amd64.deb ... | |
Unpacking libgnome-autoar-0-0:amd64 (0.2.3-2ubuntu0.4) ... | |
Selecting previously unselected package gnome-shell. | |
Preparing to unpack .../352-gnome-shell_3.36.9-0ubuntu0.20.04.2_amd64.deb ... | |
Unpacking gnome-shell (3.36.9-0ubuntu0.20.04.2) ... | |
Selecting previously unselected package screen-resolution-extra. | |
Preparing to unpack .../353-screen-resolution-extra_0.18build1_all.deb ... | |
Unpacking screen-resolution-extra (0.18build1) ... | |
Selecting previously unselected package libvdpau1:amd64. | |
Preparing to unpack .../354-libvdpau1_1.3-1ubuntu2_amd64.deb ... | |
Unpacking libvdpau1:amd64 (1.3-1ubuntu2) ... | |
Selecting previously unselected package libgtk2.0-common. | |
Preparing to unpack .../355-libgtk2.0-common_2.24.32-4ubuntu4_all.deb ... | |
Unpacking libgtk2.0-common (2.24.32-4ubuntu4) ... | |
Selecting previously unselected package libgtk2.0-0:amd64. | |
Preparing to unpack .../356-libgtk2.0-0_2.24.32-4ubuntu4_amd64.deb ... | |
Unpacking libgtk2.0-0:amd64 (2.24.32-4ubuntu4) ... | |
Selecting previously unselected package libxnvctrl0:amd64. | |
Preparing to unpack .../357-libxnvctrl0_530.30.02-0ubuntu1_amd64.deb ... | |
Unpacking libxnvctrl0:amd64 (530.30.02-0ubuntu1) ... | |
Selecting previously unselected package nvidia-settings. | |
Preparing to unpack .../358-nvidia-settings_530.30.02-0ubuntu1_amd64.deb ... | |
Unpacking nvidia-settings (530.30.02-0ubuntu1) ... | |
Selecting previously unselected package cuda-drivers-530. | |
Preparing to unpack .../359-cuda-drivers-530_530.30.02-1_amd64.deb ... | |
Unpacking cuda-drivers-530 (530.30.02-1) ... | |
Selecting previously unselected package cuda-drivers. | |
Preparing to unpack .../360-cuda-drivers_530.30.02-1_amd64.deb ... | |
Unpacking cuda-drivers (530.30.02-1) ... | |
Selecting previously unselected package cuda-runtime-11-8. | |
Preparing to unpack .../361-cuda-runtime-11-8_11.8.0-1_amd64.deb ... | |
Unpacking cuda-runtime-11-8 (11.8.0-1) ... | |
Selecting previously unselected package cuda-cuobjdump-11-8. | |
Preparing to unpack .../362-cuda-cuobjdump-11-8_11.8.86-1_amd64.deb ... | |
Unpacking cuda-cuobjdump-11-8 (11.8.86-1) ... | |
Selecting previously unselected package cuda-cuxxfilt-11-8. | |
Preparing to unpack .../363-cuda-cuxxfilt-11-8_11.8.86-1_amd64.deb ... | |
Unpacking cuda-cuxxfilt-11-8 (11.8.86-1) ... | |
Selecting previously unselected package cuda-cccl-11-8. | |
Preparing to unpack .../364-cuda-cccl-11-8_11.8.89-1_amd64.deb ... | |
Unpacking cuda-cccl-11-8 (11.8.89-1) ... | |
Selecting previously unselected package cuda-driver-dev-11-8. | |
Preparing to unpack .../365-cuda-driver-dev-11-8_11.8.89-1_amd64.deb ... | |
Unpacking cuda-driver-dev-11-8 (11.8.89-1) ... | |
Selecting previously unselected package cuda-cudart-dev-11-8. | |
Preparing to unpack .../366-cuda-cudart-dev-11-8_11.8.89-1_amd64.deb ... | |
Unpacking cuda-cudart-dev-11-8 (11.8.89-1) ... | |
Selecting previously unselected package cuda-nvcc-11-8. | |
Preparing to unpack .../367-cuda-nvcc-11-8_11.8.89-1_amd64.deb ... | |
Unpacking cuda-nvcc-11-8 (11.8.89-1) ... | |
Selecting previously unselected package cuda-nvprune-11-8. | |
Preparing to unpack .../368-cuda-nvprune-11-8_11.8.86-1_amd64.deb ... | |
Unpacking cuda-nvprune-11-8 (11.8.86-1) ... | |
Selecting previously unselected package cuda-compiler-11-8. | |
Preparing to unpack .../369-cuda-compiler-11-8_11.8.0-1_amd64.deb ... | |
Unpacking cuda-compiler-11-8 (11.8.0-1) ... | |
Selecting previously unselected package cuda-profiler-api-11-8. | |
Preparing to unpack .../370-cuda-profiler-api-11-8_11.8.86-1_amd64.deb ... | |
Unpacking cuda-profiler-api-11-8 (11.8.86-1) ... | |
Selecting previously unselected package cuda-nvrtc-dev-11-8. | |
Preparing to unpack .../371-cuda-nvrtc-dev-11-8_11.8.89-1_amd64.deb ... | |
Unpacking cuda-nvrtc-dev-11-8 (11.8.89-1) ... | |
Selecting previously unselected package libcublas-dev-11-8. | |
Preparing to unpack .../372-libcublas-dev-11-8_11.11.3.6-1_amd64.deb ... | |
Unpacking libcublas-dev-11-8 (11.11.3.6-1) ... | |
Selecting previously unselected package libcufft-dev-11-8. | |
Preparing to unpack .../373-libcufft-dev-11-8_10.9.0.58-1_amd64.deb ... | |
Unpacking libcufft-dev-11-8 (10.9.0.58-1) ... | |
Selecting previously unselected package libcufile-dev-11-8. | |
Preparing to unpack .../374-libcufile-dev-11-8_1.4.0.31-1_amd64.deb ... | |
Unpacking libcufile-dev-11-8 (1.4.0.31-1) ... | |
Selecting previously unselected package libcurand-dev-11-8. | |
Preparing to unpack .../375-libcurand-dev-11-8_10.3.0.86-1_amd64.deb ... | |
Unpacking libcurand-dev-11-8 (10.3.0.86-1) ... | |
Selecting previously unselected package libcusolver-dev-11-8. | |
Preparing to unpack .../376-libcusolver-dev-11-8_11.4.1.48-1_amd64.deb ... | |
Unpacking libcusolver-dev-11-8 (11.4.1.48-1) ... | |
Selecting previously unselected package libcusparse-dev-11-8. | |
Preparing to unpack .../377-libcusparse-dev-11-8_11.7.5.86-1_amd64.deb ... | |
Unpacking libcusparse-dev-11-8 (11.7.5.86-1) ... | |
Selecting previously unselected package libnpp-dev-11-8. | |
Preparing to unpack .../378-libnpp-dev-11-8_11.8.0.86-1_amd64.deb ... | |
Unpacking libnpp-dev-11-8 (11.8.0.86-1) ... | |
Selecting previously unselected package libnvjpeg-dev-11-8. | |
Preparing to unpack .../379-libnvjpeg-dev-11-8_11.9.0.86-1_amd64.deb ... | |
Unpacking libnvjpeg-dev-11-8 (11.9.0.86-1) ... | |
Selecting previously unselected package cuda-libraries-dev-11-8. | |
Preparing to unpack .../380-cuda-libraries-dev-11-8_11.8.0-1_amd64.deb ... | |
Unpacking cuda-libraries-dev-11-8 (11.8.0-1) ... | |
Selecting previously unselected package cuda-cupti-11-8. | |
Preparing to unpack .../381-cuda-cupti-11-8_11.8.87-1_amd64.deb ... | |
Unpacking cuda-cupti-11-8 (11.8.87-1) ... | |
Selecting previously unselected package cuda-cupti-dev-11-8. | |
Preparing to unpack .../382-cuda-cupti-dev-11-8_11.8.87-1_amd64.deb ... | |
Unpacking cuda-cupti-dev-11-8 (11.8.87-1) ... | |
Selecting previously unselected package cuda-nvdisasm-11-8. | |
Preparing to unpack .../383-cuda-nvdisasm-11-8_11.8.86-1_amd64.deb ... | |
Unpacking cuda-nvdisasm-11-8 (11.8.86-1) ... | |
Selecting previously unselected package cuda-gdb-11-8. | |
Preparing to unpack .../384-cuda-gdb-11-8_11.8.86-1_amd64.deb ... | |
Unpacking cuda-gdb-11-8 (11.8.86-1) ... | |
Selecting previously unselected package cuda-memcheck-11-8. | |
Preparing to unpack .../385-cuda-memcheck-11-8_11.8.86-1_amd64.deb ... | |
Unpacking cuda-memcheck-11-8 (11.8.86-1) ... | |
Selecting previously unselected package cuda-nvprof-11-8. | |
Preparing to unpack .../386-cuda-nvprof-11-8_11.8.87-1_amd64.deb ... | |
Unpacking cuda-nvprof-11-8 (11.8.87-1) ... | |
Selecting previously unselected package cuda-nvtx-11-8. | |
Preparing to unpack .../387-cuda-nvtx-11-8_11.8.86-1_amd64.deb ... | |
Unpacking cuda-nvtx-11-8 (11.8.86-1) ... | |
Selecting previously unselected package cuda-sanitizer-11-8. | |
Preparing to unpack .../388-cuda-sanitizer-11-8_11.8.86-1_amd64.deb ... | |
Unpacking cuda-sanitizer-11-8 (11.8.86-1) ... | |
Selecting previously unselected package cuda-command-line-tools-11-8. | |
Preparing to unpack .../389-cuda-command-line-tools-11-8_11.8.0-1_amd64.deb ... | |
Unpacking cuda-command-line-tools-11-8 (11.8.0-1) ... | |
Selecting previously unselected package nsight-compute-2022.3.0. | |
Preparing to unpack .../390-nsight-compute-2022.3.0_2022.3.0.22-1_amd64.deb ... | |
Unpacking nsight-compute-2022.3.0 (2022.3.0.22-1) ... | |
Selecting previously unselected package cuda-nsight-compute-11-8. | |
Preparing to unpack .../391-cuda-nsight-compute-11-8_11.8.0-1_amd64.deb ... | |
Unpacking cuda-nsight-compute-11-8 (11.8.0-1) ... | |
Selecting previously unselected package libtinfo5:amd64. | |
Preparing to unpack .../392-libtinfo5_6.2-0ubuntu2_amd64.deb ... | |
Unpacking libtinfo5:amd64 (6.2-0ubuntu2) ... | |
Selecting previously unselected package libxcb-xinerama0:amd64. | |
Preparing to unpack .../393-libxcb-xinerama0_1.14-2_amd64.deb ... | |
Unpacking libxcb-xinerama0:amd64 (1.14-2) ... | |
Selecting previously unselected package libxcb-icccm4:amd64. | |
Preparing to unpack .../394-libxcb-icccm4_0.4.1-1.1_amd64.deb ... | |
Unpacking libxcb-icccm4:amd64 (0.4.1-1.1) ... | |
Selecting previously unselected package libxcb-image0:amd64. | |
Preparing to unpack .../395-libxcb-image0_0.4.0-1build1_amd64.deb ... | |
Unpacking libxcb-image0:amd64 (0.4.0-1build1) ... | |
Selecting previously unselected package libxcb-keysyms1:amd64. | |
Preparing to unpack .../396-libxcb-keysyms1_0.4.0-1build1_amd64.deb ... | |
Unpacking libxcb-keysyms1:amd64 (0.4.0-1build1) ... | |
Selecting previously unselected package libxcb-render-util0:amd64. | |
Preparing to unpack .../397-libxcb-render-util0_0.3.9-1build1_amd64.deb ... | |
Unpacking libxcb-render-util0:amd64 (0.3.9-1build1) ... | |
Selecting previously unselected package libxcb-shape0:amd64. | |
Preparing to unpack .../398-libxcb-shape0_1.14-2_amd64.deb ... | |
Unpacking libxcb-shape0:amd64 (1.14-2) ... | |
Selecting previously unselected package libxcb-xinput0:amd64. | |
Preparing to unpack .../399-libxcb-xinput0_1.14-2_amd64.deb ... | |
Unpacking libxcb-xinput0:amd64 (1.14-2) ... | |
Selecting previously unselected package nsight-systems-2022.4.2. | |
Preparing to unpack .../400-nsight-systems-2022.4.2_2022.4.2.50-32196742v0_amd64.deb ... | |
Unpacking nsight-systems-2022.4.2 (2022.4.2.50-32196742v0) ... | |
Selecting previously unselected package cuda-nsight-systems-11-8. | |
Preparing to unpack .../401-cuda-nsight-systems-11-8_11.8.0-1_amd64.deb ... | |
Unpacking cuda-nsight-systems-11-8 (11.8.0-1) ... | |
Selecting previously unselected package libgif7:amd64. | |
Preparing to unpack .../402-libgif7_5.1.9-1_amd64.deb ... | |
Unpacking libgif7:amd64 (5.1.9-1) ... | |
Selecting previously unselected package openjdk-11-jre:amd64. | |
Preparing to unpack .../403-openjdk-11-jre_11.0.18+10-0ubuntu1~20.04.1_amd64.deb ... | |
Unpacking openjdk-11-jre:amd64 (11.0.18+10-0ubuntu1~20.04.1) ... | |
Selecting previously unselected package default-jre. | |
Preparing to unpack .../404-default-jre_2%3a1.11-72_amd64.deb ... | |
Unpacking default-jre (2:1.11-72) ... | |
Selecting previously unselected package cuda-nsight-11-8. | |
Preparing to unpack .../405-cuda-nsight-11-8_11.8.86-1_amd64.deb ... | |
Unpacking cuda-nsight-11-8 (11.8.86-1) ... | |
Selecting previously unselected package cuda-nvml-dev-11-8. | |
Preparing to unpack .../406-cuda-nvml-dev-11-8_11.8.86-1_amd64.deb ... | |
Unpacking cuda-nvml-dev-11-8 (11.8.86-1) ... | |
Selecting previously unselected package cuda-nvvp-11-8. | |
Preparing to unpack .../407-cuda-nvvp-11-8_11.8.87-1_amd64.deb ... | |
Unpacking cuda-nvvp-11-8 (11.8.87-1) ... | |
Selecting previously unselected package cuda-visual-tools-11-8. | |
Preparing to unpack .../408-cuda-visual-tools-11-8_11.8.0-1_amd64.deb ... | |
Unpacking cuda-visual-tools-11-8 (11.8.0-1) ... | |
Selecting previously unselected package gds-tools-11-8. | |
Preparing to unpack .../409-gds-tools-11-8_1.4.0.31-1_amd64.deb ... | |
Unpacking gds-tools-11-8 (1.4.0.31-1) ... | |
Selecting previously unselected package cuda-tools-11-8. | |
Preparing to unpack .../410-cuda-tools-11-8_11.8.0-1_amd64.deb ... | |
Unpacking cuda-tools-11-8 (11.8.0-1) ... | |
Selecting previously unselected package cuda-documentation-11-8. | |
Preparing to unpack .../411-cuda-documentation-11-8_11.8.86-1_amd64.deb ... | |
Unpacking cuda-documentation-11-8 (11.8.86-1) ... | |
Selecting previously unselected package cuda-toolkit-11-8. | |
Preparing to unpack .../412-cuda-toolkit-11-8_11.8.0-1_amd64.deb ... | |
Unpacking cuda-toolkit-11-8 (11.8.0-1) ... | |
Selecting previously unselected package cuda-demo-suite-11-8. | |
Preparing to unpack .../413-cuda-demo-suite-11-8_11.8.86-1_amd64.deb ... | |
Unpacking cuda-demo-suite-11-8 (11.8.86-1) ... | |
Selecting previously unselected package cuda-11-8. | |
Preparing to unpack .../414-cuda-11-8_11.8.0-1_amd64.deb ... | |
Unpacking cuda-11-8 (11.8.0-1) ... | |
Selecting previously unselected package dconf-cli. | |
Preparing to unpack .../415-dconf-cli_0.36.0-1_amd64.deb ... | |
Unpacking dconf-cli (0.36.0-1) ... | |
Selecting previously unselected package desktop-file-utils. | |
Preparing to unpack .../416-desktop-file-utils_0.24-1ubuntu3_amd64.deb ... | |
Unpacking desktop-file-utils (0.24-1ubuntu3) ... | |
Selecting previously unselected package dns-root-data. | |
Preparing to unpack .../417-dns-root-data_2019052802_all.deb ... | |
Unpacking dns-root-data (2019052802) ... | |
Selecting previously unselected package libidn11:amd64. | |
Preparing to unpack .../418-libidn11_1.33-2.2ubuntu2_amd64.deb ... | |
Unpacking libidn11:amd64 (1.33-2.2ubuntu2) ... | |
Selecting previously unselected package dnsmasq-base. | |
Preparing to unpack .../419-dnsmasq-base_2.80-1.1ubuntu1.6_amd64.deb ... | |
Unpacking dnsmasq-base (2.80-1.1ubuntu1.6) ... | |
Selecting previously unselected package xml-core. | |
Preparing to unpack .../420-xml-core_0.18+nmu1_all.deb ... | |
Unpacking xml-core (0.18+nmu1) ... | |
Selecting previously unselected package sgml-data. | |
Preparing to unpack .../421-sgml-data_2.0.11_all.deb ... | |
Unpacking sgml-data (2.0.11) ... | |
Selecting previously unselected package docbook-xml. | |
Preparing to unpack .../422-docbook-xml_4.5-9_all.deb ... | |
Unpacking docbook-xml (4.5-9) ... | |
Selecting previously unselected package enchant-2. | |
Preparing to unpack .../423-enchant-2_2.2.8-1ubuntu0.20.04.1_amd64.deb ... | |
Unpacking enchant-2 (2.2.8-1ubuntu0.20.04.1) ... | |
Selecting previously unselected package libfakeroot:amd64. | |
Preparing to unpack .../424-libfakeroot_1.24-1_amd64.deb ... | |
Unpacking libfakeroot:amd64 (1.24-1) ... | |
Selecting previously unselected package fakeroot. | |
Preparing to unpack .../425-fakeroot_1.24-1_amd64.deb ... | |
Unpacking fakeroot (1.24-1) ... | |
Selecting previously unselected package fonts-dejavu-extra. | |
Preparing to unpack .../426-fonts-dejavu-extra_2.37-1_all.deb ... | |
Unpacking fonts-dejavu-extra (2.37-1) ... | |
Selecting previously unselected package libplist3:amd64. | |
Preparing to unpack .../427-libplist3_2.1.0-4build2_amd64.deb ... | |
Unpacking libplist3:amd64 (2.1.0-4build2) ... | |
Selecting previously unselected package libusbmuxd6:amd64. | |
Preparing to unpack .../428-libusbmuxd6_2.0.1-2_amd64.deb ... | |
Unpacking libusbmuxd6:amd64 (2.0.1-2) ... | |
Selecting previously unselected package libimobiledevice6:amd64. | |
Preparing to unpack .../429-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... | |
Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... | |
Selecting previously unselected package upower. | |
Preparing to unpack .../430-upower_0.99.11-1build2_amd64.deb ... | |
Unpacking upower (0.99.11-1build2) ... | |
Selecting previously unselected package gnome-session-bin. | |
Preparing to unpack .../431-gnome-session-bin_3.36.0-2ubuntu1_amd64.deb ... | |
Unpacking gnome-session-bin (3.36.0-2ubuntu1) ... | |
Selecting previously unselected package gnome-session-common. | |
Preparing to unpack .../432-gnome-session-common_3.36.0-2ubuntu1_all.deb ... | |
Unpacking gnome-session-common (3.36.0-2ubuntu1) ... | |
Selecting previously unselected package xwayland. | |
Preparing to unpack .../433-xwayland_2%3a1.20.13-1ubuntu1~20.04.8_amd64.deb ... | |
Unpacking xwayland (2:1.20.13-1ubuntu1~20.04.8) ... | |
Selecting previously unselected package yaru-theme-gnome-shell. | |
Preparing to unpack .../434-yaru-theme-gnome-shell_20.04.11.1_all.deb ... | |
Unpacking yaru-theme-gnome-shell (20.04.11.1) ... | |
Selecting previously unselected package session-migration. | |
Preparing to unpack .../435-session-migration_0.3.5_amd64.deb ... | |
Unpacking session-migration (0.3.5) ... | |
Selecting previously unselected package ubuntu-session. | |
Preparing to unpack .../436-ubuntu-session_3.36.0-2ubuntu1_all.deb ... | |
Unpacking ubuntu-session (3.36.0-2ubuntu1) ... | |
Selecting previously unselected package gdm3. | |
Preparing to unpack .../437-gdm3_3.36.3-0ubuntu0.20.04.4_amd64.deb ... | |
Unpacking gdm3 (3.36.3-0ubuntu0.20.04.4) ... | |
Selecting previously unselected package gir1.2-notify-0.7:amd64. | |
Preparing to unpack .../438-gir1.2-notify-0.7_0.7.9-1ubuntu3.20.04.2_amd64.deb ... | |
Unpacking gir1.2-notify-0.7:amd64 (0.7.9-1ubuntu3.20.04.2) ... | |
Selecting previously unselected package gir1.2-secret-1:amd64. | |
Preparing to unpack .../439-gir1.2-secret-1_0.20.4-0ubuntu1_amd64.deb ... | |
Unpacking gir1.2-secret-1:amd64 (0.20.4-0ubuntu1) ... | |
Selecting previously unselected package libvte-2.91-common. | |
Preparing to unpack .../440-libvte-2.91-common_0.60.3-0ubuntu1~20.04_amd64.deb ... | |
Unpacking libvte-2.91-common (0.60.3-0ubuntu1~20.04) ... | |
Selecting previously unselected package libvte-2.91-0:amd64. | |
Preparing to unpack .../441-libvte-2.91-0_0.60.3-0ubuntu1~20.04_amd64.deb ... | |
Unpacking libvte-2.91-0:amd64 (0.60.3-0ubuntu1~20.04) ... | |
Selecting previously unselected package gir1.2-vte-2.91:amd64. | |
Preparing to unpack .../442-gir1.2-vte-2.91_0.60.3-0ubuntu1~20.04_amd64.deb ... | |
Unpacking gir1.2-vte-2.91:amd64 (0.60.3-0ubuntu1~20.04) ... | |
Selecting previously unselected package libgnomekbd-common. | |
Preparing to unpack .../443-libgnomekbd-common_3.26.1-1_all.deb ... | |
Unpacking libgnomekbd-common (3.26.1-1) ... | |
Selecting previously unselected package libxklavier16:amd64. | |
Preparing to unpack .../444-libxklavier16_5.4-4_amd64.deb ... | |
Unpacking libxklavier16:amd64 (5.4-4) ... | |
Selecting previously unselected package libgnomekbd8:amd64. | |
Preparing to unpack .../445-libgnomekbd8_3.26.1-1_amd64.deb ... | |
Unpacking libgnomekbd8:amd64 (3.26.1-1) ... | |
Selecting previously unselected package gkbd-capplet. | |
Preparing to unpack .../446-gkbd-capplet_3.26.1-1_amd64.deb ... | |
Unpacking gkbd-capplet (3.26.1-1) ... | |
Selecting previously unselected package libcogl20:amd64. | |
Preparing to unpack .../447-libcogl20_1.22.6-1_amd64.deb ... | |
Unpacking libcogl20:amd64 (1.22.6-1) ... | |
Selecting previously unselected package libcogl-pango20:amd64. | |
Preparing to unpack .../448-libcogl-pango20_1.22.6-1_amd64.deb ... | |
Unpacking libcogl-pango20:amd64 (1.22.6-1) ... | |
Selecting previously unselected package libcogl-path20:amd64. | |
Preparing to unpack .../449-libcogl-path20_1.22.6-1_amd64.deb ... | |
Unpacking libcogl-path20:amd64 (1.22.6-1) ... | |
Selecting previously unselected package libclutter-1.0-0:amd64. | |
Preparing to unpack .../450-libclutter-1.0-0_1.26.4+dfsg-1_amd64.deb ... | |
Unpacking libclutter-1.0-0:amd64 (1.26.4+dfsg-1) ... | |
Selecting previously unselected package libclutter-gst-3.0-0:amd64. | |
Preparing to unpack .../451-libclutter-gst-3.0-0_3.0.27-1_amd64.deb ... | |
Unpacking libclutter-gst-3.0-0:amd64 (3.0.27-1) ... | |
Selecting previously unselected package libcdparanoia0:amd64. | |
Preparing to unpack .../452-libcdparanoia0_3.10.2+debian-13_amd64.deb ... | |
Unpacking libcdparanoia0:amd64 (3.10.2+debian-13) ... | |
Selecting previously unselected package libopus0:amd64. | |
Preparing to unpack .../453-libopus0_1.3.1-0ubuntu1_amd64.deb ... | |
Unpacking libopus0:amd64 (1.3.1-0ubuntu1) ... | |
Selecting previously unselected package libtheora0:amd64. | |
Preparing to unpack .../454-libtheora0_1.1.1+dfsg.1-15ubuntu2_amd64.deb ... | |
Unpacking libtheora0:amd64 (1.1.1+dfsg.1-15ubuntu2) ... | |
Selecting previously unselected package libvisual-0.4-0:amd64. | |
Preparing to unpack .../455-libvisual-0.4-0_0.4.0-17_amd64.deb ... | |
Unpacking libvisual-0.4-0:amd64 (0.4.0-17) ... | |
Selecting previously unselected package gstreamer1.0-plugins-base:amd64. | |
Preparing to unpack .../456-gstreamer1.0-plugins-base_1.16.3-0ubuntu1.1_amd64.deb ... | |
Unpacking gstreamer1.0-plugins-base:amd64 (1.16.3-0ubuntu1.1) ... | |
Selecting previously unselected package libaa1:amd64. | |
Preparing to unpack .../457-libaa1_1.4p5-46_amd64.deb ... | |
Unpacking libaa1:amd64 (1.4p5-46) ... | |
Selecting previously unselected package libraw1394-11:amd64. | |
Preparing to unpack .../458-libraw1394-11_2.1.2-1_amd64.deb ... | |
Unpacking libraw1394-11:amd64 (2.1.2-1) ... | |
Selecting previously unselected package libavc1394-0:amd64. | |
Preparing to unpack .../459-libavc1394-0_0.5.4-5_amd64.deb ... | |
Unpacking libavc1394-0:amd64 (0.5.4-5) ... | |
Selecting previously unselected package libcaca0:amd64. | |
Preparing to unpack .../460-libcaca0_0.99.beta19-2.1ubuntu1.20.04.2_amd64.deb ... | |
Unpacking libcaca0:amd64 (0.99.beta19-2.1ubuntu1.20.04.2) ... | |
Selecting previously unselected package libdv4:amd64. | |
Preparing to unpack .../461-libdv4_1.0.0-12_amd64.deb ... | |
Unpacking libdv4:amd64 (1.0.0-12) ... | |
Selecting previously unselected package libgstreamer-plugins-good1.0-0:amd64. | |
Preparing to unpack .../462-libgstreamer-plugins-good1.0-0_1.16.3-0ubuntu1.1_amd64.deb ... | |
Unpacking libgstreamer-plugins-good1.0-0:amd64 (1.16.3-0ubuntu1.1) ... | |
Selecting previously unselected package libiec61883-0:amd64. | |
Preparing to unpack .../463-libiec61883-0_1.2.0-3_amd64.deb ... | |
Unpacking libiec61883-0:amd64 (1.2.0-3) ... | |
Selecting previously unselected package libmp3lame0:amd64. | |
Preparing to unpack .../464-libmp3lame0_3.100-3_amd64.deb ... | |
Unpacking libmp3lame0:amd64 (3.100-3) ... | |
Selecting previously unselected package libmpg123-0:amd64. | |
Preparing to unpack .../465-libmpg123-0_1.25.13-1_amd64.deb ... | |
Unpacking libmpg123-0:amd64 (1.25.13-1) ... | |
Selecting previously unselected package libspeex1:amd64. | |
Preparing to unpack .../466-libspeex1_1.2~rc1.2-1.1ubuntu1.20.04.1_amd64.deb ... | |
Unpacking libspeex1:amd64 (1.2~rc1.2-1.1ubuntu1.20.04.1) ... | |
Selecting previously unselected package libshout3:amd64. | |
Preparing to unpack .../467-libshout3_2.4.3-1_amd64.deb ... | |
Unpacking libshout3:amd64 (2.4.3-1) ... | |
Selecting previously unselected package libtag1v5-vanilla:amd64. | |
Preparing to unpack .../468-libtag1v5-vanilla_1.11.1+dfsg.1-0.3ubuntu2_amd64.deb ... | |
Unpacking libtag1v5-vanilla:amd64 (1.11.1+dfsg.1-0.3ubuntu2) ... | |
Selecting previously unselected package libtag1v5:amd64. | |
Preparing to unpack .../469-libtag1v5_1.11.1+dfsg.1-0.3ubuntu2_amd64.deb ... | |
Unpacking libtag1v5:amd64 (1.11.1+dfsg.1-0.3ubuntu2) ... | |
Selecting previously unselected package libtwolame0:amd64. | |
Preparing to unpack .../470-libtwolame0_0.4.0-2_amd64.deb ... | |
Unpacking libtwolame0:amd64 (0.4.0-2) ... | |
Selecting previously unselected package libv4lconvert0:amd64. | |
Preparing to unpack .../471-libv4lconvert0_1.18.0-2build1_amd64.deb ... | |
Unpacking libv4lconvert0:amd64 (1.18.0-2build1) ... | |
Selecting previously unselected package libv4l-0:amd64. | |
Preparing to unpack .../472-libv4l-0_1.18.0-2build1_amd64.deb ... | |
Unpacking libv4l-0:amd64 (1.18.0-2build1) ... | |
Selecting previously unselected package libvpx6:amd64. | |
Preparing to unpack .../473-libvpx6_1.8.2-1build1_amd64.deb ... | |
Unpacking libvpx6:amd64 (1.8.2-1build1) ... | |
Selecting previously unselected package libwavpack1:amd64. | |
Preparing to unpack .../474-libwavpack1_5.2.0-1ubuntu0.1_amd64.deb ... | |
Unpacking libwavpack1:amd64 (5.2.0-1ubuntu0.1) ... | |
Selecting previously unselected package gstreamer1.0-plugins-good:amd64. | |
Preparing to unpack .../475-gstreamer1.0-plugins-good_1.16.3-0ubuntu1.1_amd64.deb ... | |
Unpacking gstreamer1.0-plugins-good:amd64 (1.16.3-0ubuntu1.1) ... | |
Selecting previously unselected package libxv1:amd64. | |
Preparing to unpack .../476-libxv1_2%3a1.0.11-1_amd64.deb ... | |
Unpacking libxv1:amd64 (2:1.0.11-1) ... | |
Selecting previously unselected package gstreamer1.0-x:amd64. | |
Preparing to unpack .../477-gstreamer1.0-x_1.16.3-0ubuntu1.1_amd64.deb ... | |
Unpacking gstreamer1.0-x:amd64 (1.16.3-0ubuntu1.1) ... | |
Selecting previously unselected package libcheese8:amd64. | |
Preparing to unpack .../478-libcheese8_3.34.0-1ubuntu1_amd64.deb ... | |
Unpacking libcheese8:amd64 (3.34.0-1ubuntu1) ... | |
Selecting previously unselected package libclutter-gtk-1.0-0:amd64. | |
Preparing to unpack .../479-libclutter-gtk-1.0-0_1.8.4-4_amd64.deb ... | |
Unpacking libclutter-gtk-1.0-0:amd64 (1.8.4-4) ... | |
Selecting previously unselected package gstreamer1.0-clutter-3.0:amd64. | |
Preparing to unpack .../480-gstreamer1.0-clutter-3.0_3.0.27-1_amd64.deb ... | |
Unpacking gstreamer1.0-clutter-3.0:amd64 (3.0.27-1) ... | |
Selecting previously unselected package libcheese-gtk25:amd64. | |
Preparing to unpack .../481-libcheese-gtk25_3.34.0-1ubuntu1_amd64.deb ... | |
Unpacking libcheese-gtk25:amd64 (3.34.0-1ubuntu1) ... | |
Selecting previously unselected package libcolord-gtk1:amd64. | |
Preparing to unpack .../482-libcolord-gtk1_0.2.0-0ubuntu1_amd64.deb ... | |
Unpacking libcolord-gtk1:amd64 (0.2.0-0ubuntu1) ... | |
Selecting previously unselected package libgoa-backend-1.0-1:amd64. | |
Preparing to unpack .../483-libgoa-backend-1.0-1_3.36.1-0ubuntu1_amd64.deb ... | |
Unpacking libgoa-backend-1.0-1:amd64 (3.36.1-0ubuntu1) ... | |
Selecting previously unselected package libgsound0:amd64. | |
Preparing to unpack .../484-libgsound0_1.0.2-4_amd64.deb ... | |
Unpacking libgsound0:amd64 (1.0.2-4) ... | |
Selecting previously unselected package libgtop2-common. | |
Preparing to unpack .../485-libgtop2-common_2.40.0-2_all.deb ... | |
Unpacking libgtop2-common (2.40.0-2) ... | |
Selecting previously unselected package libgtop-2.0-11:amd64. | |
Preparing to unpack .../486-libgtop-2.0-11_2.40.0-2_amd64.deb ... | |
Unpacking libgtop-2.0-11:amd64 (2.40.0-2) ... | |
Selecting previously unselected package libpwquality-common. | |
Preparing to unpack .../487-libpwquality-common_1.4.2-1build1_all.deb ... | |
Unpacking libpwquality-common (1.4.2-1build1) ... | |
Selecting previously unselected package libpwquality1:amd64. | |
Preparing to unpack .../488-libpwquality1_1.4.2-1build1_amd64.deb ... | |
Unpacking libpwquality1:amd64 (1.4.2-1build1) ... | |
Selecting previously unselected package libwhoopsie-preferences0. | |
Preparing to unpack .../489-libwhoopsie-preferences0_22_amd64.deb ... | |
Unpacking libwhoopsie-preferences0 (22) ... | |
Selecting previously unselected package gnome-control-center-data. | |
Preparing to unpack .../490-gnome-control-center-data_1%3a3.36.5-0ubuntu4_all.deb ... | |
Unpacking gnome-control-center-data (1:3.36.5-0ubuntu4) ... | |
Selecting previously unselected package python3-defer. | |
Preparing to unpack .../491-python3-defer_1.0.6-2.1_all.deb ... | |
Unpacking python3-defer (1.0.6-2.1) ... | |
Selecting previously unselected package python3-aptdaemon. | |
Preparing to unpack .../492-python3-aptdaemon_1.1.1+bzr982-0ubuntu32.3_all.deb ... | |
Unpacking python3-aptdaemon (1.1.1+bzr982-0ubuntu32.3) ... | |
Selecting previously unselected package aptdaemon. | |
Preparing to unpack .../493-aptdaemon_1.1.1+bzr982-0ubuntu32.3_all.deb ... | |
Unpacking aptdaemon (1.1.1+bzr982-0ubuntu32.3) ... | |
Selecting previously unselected package aptdaemon-data. | |
Preparing to unpack .../494-aptdaemon-data_1.1.1+bzr982-0ubuntu32.3_all.deb ... | |
Unpacking aptdaemon-data (1.1.1+bzr982-0ubuntu32.3) ... | |
Selecting previously unselected package python3-aptdaemon.gtk3widgets. | |
Preparing to unpack .../495-python3-aptdaemon.gtk3widgets_1.1.1+bzr982-0ubuntu32.3_all.deb ... | |
Unpacking python3-aptdaemon.gtk3widgets (1.1.1+bzr982-0ubuntu32.3) ... | |
Selecting previously unselected package im-config. | |
Preparing to unpack .../496-im-config_0.44-1ubuntu1.3_all.deb ... | |
Unpacking im-config (0.44-1ubuntu1.3) ... | |
Selecting previously unselected package language-selector-gnome. | |
Preparing to unpack .../497-language-selector-gnome_0.204.2_all.deb ... | |
Unpacking language-selector-gnome (0.204.2) ... | |
Selecting previously unselected package python3-cups. | |
Preparing to unpack .../498-python3-cups_1.9.73-3build1_amd64.deb ... | |
Unpacking python3-cups (1.9.73-3build1) ... | |
Selecting previously unselected package python3-cupshelpers. | |
Preparing to unpack .../499-python3-cupshelpers_1.5.12-0ubuntu1.1_all.deb ... | |
Unpacking python3-cupshelpers (1.5.12-0ubuntu1.1) ... | |
Selecting previously unselected package python3-cairo:amd64. | |
Preparing to unpack .../500-python3-cairo_1.16.2-2ubuntu2_amd64.deb ... | |
Unpacking python3-cairo:amd64 (1.16.2-2ubuntu2) ... | |
Selecting previously unselected package system-config-printer-common. | |
Preparing to unpack .../501-system-config-printer-common_1.5.12-0ubuntu1.1_all.deb ... | |
Unpacking system-config-printer-common (1.5.12-0ubuntu1.1) ... | |
Selecting previously unselected package system-config-printer. | |
Preparing to unpack .../502-system-config-printer_1.5.12-0ubuntu1.1_all.deb ... | |
Unpacking system-config-printer (1.5.12-0ubuntu1.1) ... | |
Selecting previously unselected package libwhoopsie0:amd64. | |
Preparing to unpack .../503-libwhoopsie0_0.2.69ubuntu0.3_amd64.deb ... | |
Unpacking libwhoopsie0:amd64 (0.2.69ubuntu0.3) ... | |
Selecting previously unselected package whoopsie-preferences. | |
Preparing to unpack .../504-whoopsie-preferences_22_amd64.deb ... | |
Unpacking whoopsie-preferences (22) ... | |
Selecting previously unselected package gnome-control-center. | |
Preparing to unpack .../505-gnome-control-center_1%3a3.36.5-0ubuntu4_amd64.deb ... | |
Unpacking gnome-control-center (1:3.36.5-0ubuntu4) ... | |
Selecting previously unselected package gnome-control-center-faces. | |
Preparing to unpack .../506-gnome-control-center-faces_1%3a3.36.5-0ubuntu4_all.deb ... | |
Unpacking gnome-control-center-faces (1:3.36.5-0ubuntu4) ... | |
Selecting previously unselected package gnome-keyring-pkcs11:amd64. | |
Preparing to unpack .../507-gnome-keyring-pkcs11_3.36.0-1ubuntu1_amd64.deb ... | |
Unpacking gnome-keyring-pkcs11:amd64 (3.36.0-1ubuntu1) ... | |
Selecting previously unselected package gnome-menus. | |
Preparing to unpack .../508-gnome-menus_3.36.0-1ubuntu1_amd64.deb ... | |
Unpacking gnome-menus (3.36.0-1ubuntu1) ... | |
Selecting previously unselected package python3-protobuf. | |
Preparing to unpack .../509-python3-protobuf_3.6.1.3-2ubuntu5.2_amd64.deb ... | |
Unpacking python3-protobuf (3.6.1.3-2ubuntu5.2) ... | |
Selecting previously unselected package python3-tz. | |
Preparing to unpack .../510-python3-tz_2019.3-1ubuntu0.20.04.0_all.deb ... | |
Unpacking python3-tz (2019.3-1ubuntu0.20.04.0) ... | |
Selecting previously unselected package python3-rfc3339. | |
Preparing to unpack .../511-python3-rfc3339_1.1-2_all.deb ... | |
Unpacking python3-rfc3339 (1.1-2) ... | |
Selecting previously unselected package python3-macaroonbakery. | |
Preparing to unpack .../512-python3-macaroonbakery_1.3.1-1_all.deb ... | |
Unpacking python3-macaroonbakery (1.3.1-1) ... | |
Selecting previously unselected package gnome-online-accounts. | |
Preparing to unpack .../513-gnome-online-accounts_3.36.1-0ubuntu1_amd64.deb ... | |
Unpacking gnome-online-accounts (3.36.1-0ubuntu1) ... | |
Selecting previously unselected package gnome-startup-applications. | |
Preparing to unpack .../514-gnome-startup-applications_3.36.0-2ubuntu1_amd64.deb ... | |
Unpacking gnome-startup-applications (3.36.0-2ubuntu1) ... | |
Selecting previously unselected package libyelp0:amd64. | |
Preparing to unpack .../515-libyelp0_3.36.2-0ubuntu1_amd64.deb ... | |
Unpacking libyelp0:amd64 (3.36.2-0ubuntu1) ... | |
Selecting previously unselected package yelp-xsl. | |
Preparing to unpack .../516-yelp-xsl_3.36.0-1_all.deb ... | |
Unpacking yelp-xsl (3.36.0-1) ... | |
Selecting previously unselected package yelp. | |
Preparing to unpack .../517-yelp_3.36.2-0ubuntu1_amd64.deb ... | |
Unpacking yelp (3.36.2-0ubuntu1) ... | |
Selecting previously unselected package ubuntu-docs. | |
Preparing to unpack .../518-ubuntu-docs_20.04.3_all.deb ... | |
Unpacking ubuntu-docs (20.04.3) ... | |
Selecting previously unselected package gnome-user-docs. | |
Preparing to unpack .../519-gnome-user-docs_3.36.2+git20200704-0ubuntu0.1_all.deb ... | |
Unpacking gnome-user-docs (3.36.2+git20200704-0ubuntu0.1) ... | |
Selecting previously unselected package gstreamer1.0-gl:amd64. | |
Preparing to unpack .../520-gstreamer1.0-gl_1.16.3-0ubuntu1.1_amd64.deb ... | |
Unpacking gstreamer1.0-gl:amd64 (1.16.3-0ubuntu1.1) ... | |
Selecting previously unselected package gstreamer1.0-pulseaudio:amd64. | |
Preparing to unpack .../521-gstreamer1.0-pulseaudio_1.16.3-0ubuntu1.1_amd64.deb ... | |
Unpacking gstreamer1.0-pulseaudio:amd64 (1.16.3-0ubuntu1.1) ... | |
Selecting previously unselected package ibus-data. | |
Preparing to unpack .../522-ibus-data_1.5.22-2ubuntu2.1_all.deb ... | |
Unpacking ibus-data (1.5.22-2ubuntu2.1) ... | |
Selecting previously unselected package python3-ibus-1.0. | |
Preparing to unpack .../523-python3-ibus-1.0_1.5.22-2ubuntu2.1_all.deb ... | |
Unpacking python3-ibus-1.0 (1.5.22-2ubuntu2.1) ... | |
Selecting previously unselected package ibus. | |
Preparing to unpack .../524-ibus_1.5.22-2ubuntu2.1_amd64.deb ... | |
Unpacking ibus (1.5.22-2ubuntu2.1) ... | |
Selecting previously unselected package ibus-gtk:amd64. | |
Preparing to unpack .../525-ibus-gtk_1.5.22-2ubuntu2.1_amd64.deb ... | |
Unpacking ibus-gtk:amd64 (1.5.22-2ubuntu2.1) ... | |
Selecting previously unselected package ibus-gtk3:amd64. | |
Preparing to unpack .../526-ibus-gtk3_1.5.22-2ubuntu2.1_amd64.deb ... | |
Unpacking ibus-gtk3:amd64 (1.5.22-2ubuntu2.1) ... | |
Selecting previously unselected package iio-sensor-proxy. | |
Preparing to unpack .../527-iio-sensor-proxy_2.8-1ubuntu2_amd64.deb ... | |
Unpacking iio-sensor-proxy (2.8-1ubuntu2) ... | |
Selecting previously unselected package libalgorithm-diff-perl. | |
Preparing to unpack .../528-libalgorithm-diff-perl_1.19.03-2_all.deb ... | |
Unpacking libalgorithm-diff-perl (1.19.03-2) ... | |
Selecting previously unselected package libalgorithm-diff-xs-perl. | |
Preparing to unpack .../529-libalgorithm-diff-xs-perl_0.04-6_amd64.deb ... | |
Unpacking libalgorithm-diff-xs-perl (0.04-6) ... | |
Selecting previously unselected package libalgorithm-merge-perl. | |
Preparing to unpack .../530-libalgorithm-merge-perl_0.08-3_all.deb ... | |
Unpacking libalgorithm-merge-perl (0.08-3) ... | |
Selecting previously unselected package libdbusmenu-glib4:amd64. | |
Preparing to unpack .../531-libdbusmenu-glib4_16.04.1+18.10.20180917-0ubuntu6_amd64.deb ... | |
Unpacking libdbusmenu-glib4:amd64 (16.04.1+18.10.20180917-0ubuntu6) ... | |
Selecting previously unselected package libdbusmenu-gtk3-4:amd64. | |
Preparing to unpack .../532-libdbusmenu-gtk3-4_16.04.1+18.10.20180917-0ubuntu6_amd64.deb ... | |
Unpacking libdbusmenu-gtk3-4:amd64 (16.04.1+18.10.20180917-0ubuntu6) ... | |
Selecting previously unselected package libappindicator3-1. | |
Preparing to unpack .../533-libappindicator3-1_12.10.1+20.04.20200408.1-0ubuntu1_amd64.deb ... | |
Unpacking libappindicator3-1 (12.10.1+20.04.20200408.1-0ubuntu1) ... | |
Selecting previously unselected package libxxf86dga1:amd64. | |
Preparing to unpack .../534-libxxf86dga1_2%3a1.1.5-0ubuntu1_amd64.deb ... | |
Unpacking libxxf86dga1:amd64 (2:1.1.5-0ubuntu1) ... | |
Selecting previously unselected package x11-utils. | |
Preparing to unpack .../535-x11-utils_7.7+5_amd64.deb ... | |
Unpacking x11-utils (7.7+5) ... | |
Selecting previously unselected package libatk-wrapper-java. | |
Preparing to unpack .../536-libatk-wrapper-java_0.37.1-1_all.deb ... | |
Unpacking libatk-wrapper-java (0.37.1-1) ... | |
Selecting previously unselected package libatk-wrapper-java-jni:amd64. | |
Preparing to unpack .../537-libatk-wrapper-java-jni_0.37.1-1_amd64.deb ... | |
Unpacking libatk-wrapper-java-jni:amd64 (0.37.1-1) ... | |
Selecting previously unselected package libbluetooth3:amd64. | |
Preparing to unpack .../538-libbluetooth3_5.53-0ubuntu3.6_amd64.deb ... | |
Unpacking libbluetooth3:amd64 (5.53-0ubuntu3.6) ... | |
Selecting previously unselected package libcanberra-pulse:amd64. | |
Preparing to unpack .../539-libcanberra-pulse_0.30-7ubuntu1_amd64.deb ... | |
Unpacking libcanberra-pulse:amd64 (0.30-7ubuntu1) ... | |
Selecting previously unselected package libclutter-1.0-common. | |
Preparing to unpack .../540-libclutter-1.0-common_1.26.4+dfsg-1_all.deb ... | |
Unpacking libclutter-1.0-common (1.26.4+dfsg-1) ... | |
Selecting previously unselected package libcogl-common. | |
Preparing to unpack .../541-libcogl-common_1.22.6-1_all.deb ... | |
Unpacking libcogl-common (1.22.6-1) ... | |
Selecting previously unselected package libfile-fcntllock-perl. | |
Preparing to unpack .../542-libfile-fcntllock-perl_0.22-3build4_amd64.deb ... | |
Unpacking libfile-fcntllock-perl (0.22-3build4) ... | |
Selecting previously unselected package libfprint-2-2:amd64. | |
Preparing to unpack .../543-libfprint-2-2_1%3a1.90.2+tod1-0ubuntu1~20.04.10_amd64.deb ... | |
Unpacking libfprint-2-2:amd64 (1:1.90.2+tod1-0ubuntu1~20.04.10) ... | |
Selecting previously unselected package libgail18:amd64. | |
Preparing to unpack .../544-libgail18_2.24.32-4ubuntu4_amd64.deb ... | |
Unpacking libgail18:amd64 (2.24.32-4ubuntu4) ... | |
Selecting previously unselected package libgail-common:amd64. | |
Preparing to unpack .../545-libgail-common_2.24.32-4ubuntu4_amd64.deb ... | |
Unpacking libgail-common:amd64 (2.24.32-4ubuntu4) ... | |
Selecting previously unselected package libgdk-pixbuf2.0-bin. | |
Preparing to unpack .../546-libgdk-pixbuf2.0-bin_2.40.0+dfsg-3ubuntu0.4_amd64.deb ... | |
Unpacking libgdk-pixbuf2.0-bin (2.40.0+dfsg-3ubuntu0.4) ... | |
Selecting previously unselected package libgee-0.8-2:amd64. | |
Preparing to unpack .../547-libgee-0.8-2_0.20.3-1_amd64.deb ... | |
Unpacking libgee-0.8-2:amd64 (0.20.3-1) ... | |
Selecting previously unselected package libgphoto2-l10n. | |
Preparing to unpack .../548-libgphoto2-l10n_2.5.25-0ubuntu0.1_all.deb ... | |
Unpacking libgphoto2-l10n (2.5.25-0ubuntu0.1) ... | |
Selecting previously unselected package libgssdp-1.2-0:amd64. | |
Preparing to unpack .../549-libgssdp-1.2-0_1.2.3-0ubuntu0.20.04.1_amd64.deb ... | |
Unpacking libgssdp-1.2-0:amd64 (1.2.3-0ubuntu0.20.04.1) ... | |
Selecting previously unselected package libgtk-3-bin. | |
Preparing to unpack .../550-libgtk-3-bin_3.24.20-0ubuntu1.1_amd64.deb ... | |
Unpacking libgtk-3-bin (3.24.20-0ubuntu1.1) ... | |
Selecting previously unselected package libgtk2.0-bin. | |
Preparing to unpack .../551-libgtk2.0-bin_2.24.32-4ubuntu4_amd64.deb ... | |
Unpacking libgtk2.0-bin (2.24.32-4ubuntu4) ... | |
Selecting previously unselected package libgupnp-1.2-0:amd64. | |
Preparing to unpack .../552-libgupnp-1.2-0_1.2.4-0ubuntu1_amd64.deb ... | |
Unpacking libgupnp-1.2-0:amd64 (1.2.4-0ubuntu1) ... | |
Selecting previously unselected package libgupnp-av-1.0-2. | |
Preparing to unpack .../553-libgupnp-av-1.0-2_0.12.11-2_amd64.deb ... | |
Unpacking libgupnp-av-1.0-2 (0.12.11-2) ... | |
Selecting previously unselected package libgupnp-dlna-2.0-3. | |
Preparing to unpack .../554-libgupnp-dlna-2.0-3_0.10.5-4_amd64.deb ... | |
Unpacking libgupnp-dlna-2.0-3 (0.10.5-4) ... | |
Selecting previously unselected package libmediaart-2.0-0:amd64. | |
Preparing to unpack .../555-libmediaart-2.0-0_1.9.4-2_amd64.deb ... | |
Unpacking libmediaart-2.0-0:amd64 (1.9.4-2) ... | |
Selecting previously unselected package libndp0:amd64. | |
Preparing to unpack .../556-libndp0_1.7-0ubuntu1_amd64.deb ... | |
Unpacking libndp0:amd64 (1.7-0ubuntu1) ... | |
Selecting previously unselected package libnl-route-3-200:amd64. | |
Preparing to unpack .../557-libnl-route-3-200_3.4.0-1ubuntu0.1_amd64.deb ... | |
Unpacking libnl-route-3-200:amd64 (3.4.0-1ubuntu0.1) ... | |
Selecting previously unselected package libnss-mdns:amd64. | |
Preparing to unpack .../558-libnss-mdns_0.14.1-1ubuntu1_amd64.deb ... | |
Unpacking libnss-mdns:amd64 (0.14.1-1ubuntu1) ... | |
Selecting previously unselected package libpam-gnome-keyring:amd64. | |
Preparing to unpack .../559-libpam-gnome-keyring_3.36.0-1ubuntu1_amd64.deb ... | |
Unpacking libpam-gnome-keyring:amd64 (3.36.0-1ubuntu1) ... | |
Selecting previously unselected package libteamdctl0:amd64. | |
Preparing to unpack .../560-libteamdctl0_1.30-1_amd64.deb ... | |
Unpacking libteamdctl0:amd64 (1.30-1) ... | |
Selecting previously unselected package libwacom-bin. | |
Preparing to unpack .../561-libwacom-bin_1.3-2ubuntu3_amd64.deb ... | |
Unpacking libwacom-bin (1.3-2ubuntu3) ... | |
Selecting previously unselected package libxatracker2:amd64. | |
Preparing to unpack .../562-libxatracker2_21.2.6-0ubuntu0.1~20.04.2_amd64.deb ... | |
Unpacking libxatracker2:amd64 (21.2.6-0ubuntu0.1~20.04.2) ... | |
Selecting previously unselected package libxcb-xv0:amd64. | |
Preparing to unpack .../563-libxcb-xv0_1.14-2_amd64.deb ... | |
Unpacking libxcb-xv0:amd64 (1.14-2) ... | |
Selecting previously unselected package libxss1:amd64. | |
Preparing to unpack .../564-libxss1_1%3a1.2.3-1_amd64.deb ... | |
Unpacking libxss1:amd64 (1:1.2.3-1) ... | |
Selecting previously unselected package libxvmc1:amd64. | |
Preparing to unpack .../565-libxvmc1_2%3a1.0.12-2_amd64.deb ... | |
Unpacking libxvmc1:amd64 (2:1.0.12-2) ... | |
Selecting previously unselected package manpages-dev. | |
Preparing to unpack .../566-manpages-dev_5.05-1_all.deb ... | |
Unpacking manpages-dev (5.05-1) ... | |
Selecting previously unselected package mesa-vdpau-drivers:amd64. | |
Preparing to unpack .../567-mesa-vdpau-drivers_21.2.6-0ubuntu0.1~20.04.2_amd64.deb ... | |
Unpacking mesa-vdpau-drivers:amd64 (21.2.6-0ubuntu0.1~20.04.2) ... | |
Selecting previously unselected package mesa-vulkan-drivers:amd64. | |
Preparing to unpack .../568-mesa-vulkan-drivers_21.2.6-0ubuntu0.1~20.04.2_amd64.deb ... | |
Unpacking mesa-vulkan-drivers:amd64 (21.2.6-0ubuntu0.1~20.04.2) ... | |
Selecting previously unselected package mousetweaks. | |
Preparing to unpack .../569-mousetweaks_3.32.0-2_amd64.deb ... | |
Unpacking mousetweaks (3.32.0-2) ... | |
Selecting previously unselected package wpasupplicant. | |
Preparing to unpack .../570-wpasupplicant_2%3a2.9-1ubuntu4.3_amd64.deb ... | |
Unpacking wpasupplicant (2:2.9-1ubuntu4.3) ... | |
Selecting previously unselected package network-manager. | |
Preparing to unpack .../571-network-manager_1.22.10-1ubuntu2.3_amd64.deb ... | |
Unpacking network-manager (1.22.10-1ubuntu2.3) ... | |
Selecting previously unselected package network-manager-gnome. | |
Preparing to unpack .../572-network-manager-gnome_1.8.24-1ubuntu3_amd64.deb ... | |
Unpacking network-manager-gnome (1.8.24-1ubuntu3) ... | |
Selecting previously unselected package ppp. | |
Preparing to unpack .../573-ppp_2.4.7-2+4.1ubuntu5.1_amd64.deb ... | |
Unpacking ppp (2.4.7-2+4.1ubuntu5.1) ... | |
Selecting previously unselected package pptp-linux. | |
Preparing to unpack .../574-pptp-linux_1.10.0-1build1_amd64.deb ... | |
Unpacking pptp-linux (1.10.0-1build1) ... | |
Selecting previously unselected package network-manager-pptp. | |
Preparing to unpack .../575-network-manager-pptp_1.2.8-2_amd64.deb ... | |
Unpacking network-manager-pptp (1.2.8-2) ... | |
Selecting previously unselected package nvidia-prime. | |
Preparing to unpack .../576-nvidia-prime_0.8.16~0.20.04.2_all.deb ... | |
Unpacking nvidia-prime (0.8.16~0.20.04.2) ... | |
Selecting previously unselected package rtkit. | |
Preparing to unpack .../577-rtkit_0.12-4_amd64.deb ... | |
Unpacking rtkit (0.12-4) ... | |
Selecting previously unselected package update-inetd. | |
Preparing to unpack .../578-update-inetd_4.50_all.deb ... | |
Unpacking update-inetd (4.50) ... | |
Selecting previously unselected package sane-utils. | |
Preparing to unpack .../579-sane-utils_1.0.29-0ubuntu5.2_amd64.deb ... | |
Unpacking sane-utils (1.0.29-0ubuntu5.2) ... | |
Selecting previously unselected package switcheroo-control. | |
Preparing to unpack .../580-switcheroo-control_2.1-1_amd64.deb ... | |
Unpacking switcheroo-control (2.1-1) ... | |
Selecting previously unselected package system-config-printer-udev. | |
Preparing to unpack .../581-system-config-printer-udev_1.5.12-0ubuntu1.1_amd64.deb ... | |
Unpacking system-config-printer-udev (1.5.12-0ubuntu1.1) ... | |
Selecting previously unselected package unzip. | |
Preparing to unpack .../582-unzip_6.0-25ubuntu1.1_amd64.deb ... | |
Unpacking unzip (6.0-25ubuntu1.1) ... | |
Selecting previously unselected package usbmuxd. | |
Preparing to unpack .../583-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... | |
Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... | |
Selecting previously unselected package vdpau-driver-all:amd64. | |
Preparing to unpack .../584-vdpau-driver-all_1.3-1ubuntu2_amd64.deb ... | |
Unpacking vdpau-driver-all:amd64 (1.3-1ubuntu2) ... | |
Selecting previously unselected package wamerican. | |
Preparing to unpack .../585-wamerican_2018.04.16-1_all.deb ... | |
Unpacking wamerican (2018.04.16-1) ... | |
Selecting previously unselected package xfonts-encodings. | |
Preparing to unpack .../586-xfonts-encodings_1%3a1.0.5-0ubuntu1_all.deb ... | |
Unpacking xfonts-encodings (1:1.0.5-0ubuntu1) ... | |
Selecting previously unselected package xfonts-utils. | |
Preparing to unpack .../587-xfonts-utils_1%3a7.7+6_amd64.deb ... | |
Unpacking xfonts-utils (1:7.7+6) ... | |
Selecting previously unselected package xfonts-base. | |
Preparing to unpack .../588-xfonts-base_1%3a1.0.5_all.deb ... | |
Unpacking xfonts-base (1:1.0.5) ... | |
Selecting previously unselected package xserver-xephyr. | |
Preparing to unpack .../589-xserver-xephyr_2%3a1.20.13-1ubuntu1~20.04.8_amd64.deb ... | |
Unpacking xserver-xephyr (2:1.20.13-1ubuntu1~20.04.8) ... | |
Selecting previously unselected package xserver-xorg-input-libinput. | |
Preparing to unpack .../590-xserver-xorg-input-libinput_0.29.0-1_amd64.deb ... | |
Unpacking xserver-xorg-input-libinput (0.29.0-1) ... | |
Selecting previously unselected package xserver-xorg-input-all. | |
Preparing to unpack .../591-xserver-xorg-input-all_1%3a7.7+19ubuntu14_amd64.deb ... | |
Unpacking xserver-xorg-input-all (1:7.7+19ubuntu14) ... | |
Selecting previously unselected package xserver-xorg-input-wacom. | |
Preparing to unpack .../592-xserver-xorg-input-wacom_1%3a0.39.0-0ubuntu1_amd64.deb ... | |
Unpacking xserver-xorg-input-wacom (1:0.39.0-0ubuntu1) ... | |
Selecting previously unselected package xserver-xorg. | |
Preparing to unpack .../593-xserver-xorg_1%3a7.7+19ubuntu14_amd64.deb ... | |
Unpacking xserver-xorg (1:7.7+19ubuntu14) ... | |
Selecting previously unselected package xserver-xorg-video-amdgpu. | |
Preparing to unpack .../594-xserver-xorg-video-amdgpu_19.1.0-1ubuntu0.1_amd64.deb ... | |
Unpacking xserver-xorg-video-amdgpu (19.1.0-1ubuntu0.1) ... | |
Selecting previously unselected package xserver-xorg-video-radeon. | |
Preparing to unpack .../595-xserver-xorg-video-radeon_1%3a19.1.0-1_amd64.deb ... | |
Unpacking xserver-xorg-video-radeon (1:19.1.0-1) ... | |
Selecting previously unselected package xserver-xorg-video-ati. | |
Preparing to unpack .../596-xserver-xorg-video-ati_1%3a19.1.0-1_amd64.deb ... | |
Unpacking xserver-xorg-video-ati (1:19.1.0-1) ... | |
Selecting previously unselected package xserver-xorg-video-fbdev. | |
Preparing to unpack .../597-xserver-xorg-video-fbdev_1%3a0.5.0-1ubuntu1_amd64.deb ... | |
Unpacking xserver-xorg-video-fbdev (1:0.5.0-1ubuntu1) ... | |
Selecting previously unselected package xserver-xorg-video-nouveau. | |
Preparing to unpack .../598-xserver-xorg-video-nouveau_1%3a1.0.16-1_amd64.deb ... | |
Unpacking xserver-xorg-video-nouveau (1:1.0.16-1) ... | |
Selecting previously unselected package xserver-xorg-video-vesa. | |
Preparing to unpack .../599-xserver-xorg-video-vesa_1%3a2.4.0-2_amd64.deb ... | |
Unpacking xserver-xorg-video-vesa (1:2.4.0-2) ... | |
Selecting previously unselected package xserver-xorg-video-vmware. | |
Preparing to unpack .../600-xserver-xorg-video-vmware_1%3a13.3.0-3_amd64.deb ... | |
Unpacking xserver-xorg-video-vmware (1:13.3.0-3) ... | |
Selecting previously unselected package xserver-xorg-video-all. | |
Preparing to unpack .../601-xserver-xorg-video-all_1%3a7.7+19ubuntu14_amd64.deb ... | |
Unpacking xserver-xorg-video-all (1:7.7+19ubuntu14) ... | |
Selecting previously unselected package xserver-xorg-video-intel. | |
Preparing to unpack .../602-xserver-xorg-video-intel_2%3a2.99.917+git20200226-1_amd64.deb ... | |
Unpacking xserver-xorg-video-intel (2:2.99.917+git20200226-1) ... | |
Selecting previously unselected package xserver-xorg-video-qxl. | |
Preparing to unpack .../603-xserver-xorg-video-qxl_0.1.5+git20200331-1_amd64.deb ... | |
Unpacking xserver-xorg-video-qxl (0.1.5+git20200331-1) ... | |
Selecting previously unselected package cups-pk-helper. | |
Preparing to unpack .../604-cups-pk-helper_0.2.6-1ubuntu3_amd64.deb ... | |
Unpacking cups-pk-helper (0.2.6-1ubuntu3) ... | |
Selecting previously unselected package fprintd. | |
Preparing to unpack .../605-fprintd_1.90.9-1~ubuntu20.04.1_amd64.deb ... | |
Unpacking fprintd (1.90.9-1~ubuntu20.04.1) ... | |
Selecting previously unselected package ippusbxd. | |
Preparing to unpack .../606-ippusbxd_1.34-2ubuntu1_amd64.deb ... | |
Unpacking ippusbxd (1.34-2ubuntu1) ... | |
Selecting previously unselected package libcanberra-gtk3-module:amd64. | |
Preparing to unpack .../607-libcanberra-gtk3-module_0.30-7ubuntu1_amd64.deb ... | |
Unpacking libcanberra-gtk3-module:amd64 (0.30-7ubuntu1) ... | |
Selecting previously unselected package libpam-fprintd:amd64. | |
Preparing to unpack .../608-libpam-fprintd_1.90.9-1~ubuntu20.04.1_amd64.deb ... | |
Unpacking libpam-fprintd:amd64 (1.90.9-1~ubuntu20.04.1) ... | |
Selecting previously unselected package librygel-core-2.6-2:amd64. | |
Preparing to unpack .../609-librygel-core-2.6-2_0.38.3-1ubuntu1_amd64.deb ... | |
Unpacking librygel-core-2.6-2:amd64 (0.38.3-1ubuntu1) ... | |
Selecting previously unselected package librygel-db-2.6-2:amd64. | |
Preparing to unpack .../610-librygel-db-2.6-2_0.38.3-1ubuntu1_amd64.deb ... | |
Unpacking librygel-db-2.6-2:amd64 (0.38.3-1ubuntu1) ... | |
Selecting previously unselected package librygel-renderer-2.6-2:amd64. | |
Preparing to unpack .../611-librygel-renderer-2.6-2_0.38.3-1ubuntu1_amd64.deb ... | |
Unpacking librygel-renderer-2.6-2:amd64 (0.38.3-1ubuntu1) ... | |
Selecting previously unselected package librygel-server-2.6-2:amd64. | |
Preparing to unpack .../612-librygel-server-2.6-2_0.38.3-1ubuntu1_amd64.deb ... | |
Unpacking librygel-server-2.6-2:amd64 (0.38.3-1ubuntu1) ... | |
Selecting previously unselected package libsbc1:amd64. | |
Preparing to unpack .../613-libsbc1_1.4-1_amd64.deb ... | |
Unpacking libsbc1:amd64 (1.4-1) ... | |
Selecting previously unselected package mobile-broadband-provider-info. | |
Preparing to unpack .../614-mobile-broadband-provider-info_20190618-3_all.deb ... | |
Unpacking mobile-broadband-provider-info (20190618-3) ... | |
Selecting previously unselected package pulseaudio-module-bluetooth. | |
Preparing to unpack .../615-pulseaudio-module-bluetooth_1%3a13.99.1-1ubuntu3.13_amd64.deb ... | |
Unpacking pulseaudio-module-bluetooth (1:13.99.1-1ubuntu3.13) ... | |
Selecting previously unselected package rygel. | |
Preparing to unpack .../616-rygel_0.38.3-1ubuntu1_amd64.deb ... | |
Unpacking rygel (0.38.3-1ubuntu1) ... | |
Selecting previously unselected package xserver-xorg-legacy. | |
Preparing to unpack .../617-xserver-xorg-legacy_2%3a1.20.13-1ubuntu1~20.04.8_amd64.deb ... | |
Unpacking xserver-xorg-legacy (2:1.20.13-1ubuntu1~20.04.8) ... | |
Setting up libpwquality-common (1.4.2-1build1) ... | |
Setting up libgoa-1.0-common (3.36.1-0ubuntu1) ... | |
Setting up bubblewrap (0.4.0-1ubuntu4) ... | |
Setting up cuda-toolkit-config-common (12.1.55-1) ... | |
Setting up libgraphite2-3:amd64 (1.3.13-11build1) ... | |
Setting up libxcb-dri3-0:amd64 (1.14-2) ... | |
Setting up liblcms2-2:amd64 (2.9-4) ... | |
Setting up libpixman-1-0:amd64 (0.38.4-0ubuntu2.1) ... | |
Setting up libgweather-common (3.36.1-1~ubuntu20.04.1) ... | |
Setting up libcdparanoia0:amd64 (3.10.2+debian-13) ... | |
Setting up libwayland-server0:amd64 (1.18.0-1ubuntu0.1) ... | |
Setting up manpages-dev (5.05-1) ... | |
Setting up libx11-xcb1:amd64 (2:1.6.9-2ubuntu1.2) ... | |
Setting up libwhoopsie-preferences0 (22) ... | |
Setting up libpciaccess0:amd64 (0.16-0ubuntu1) ... | |
Setting up libxcb-res0:amd64 (1.14-2) ... | |
Setting up mysql-common (5.8+1.0.5ubuntu2) ... | |
update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode | |
Setting up session-migration (0.3.5) ... | |
Setting up iio-sensor-proxy (2.8-1ubuntu2) ... | |
iio-sensor-proxy.service is a disabled or a static unit, not starting it. | |
Setting up libmysqlclient21:amd64 (8.0.32-0ubuntu0.20.04.2) ... | |
Setting up libraw1394-11:amd64 (2.1.2-1) ... | |
Setting up libsbc1:amd64 (1.4-1) ... | |
Setting up rtkit (0.12-4) ... | |
Setting up libdrm-nouveau2:amd64 (2.4.107-8ubuntu1~20.04.2) ... | |
Setting up gir1.2-freedesktop:amd64 (1.64.1-1~ubuntu20.04.1) ... | |
Setting up libtag1v5-vanilla:amd64 (1.11.1+dfsg.1-0.3ubuntu2) ... | |
Setting up cuda-nvml-dev-11-8 (11.8.86-1) ... | |
Setting up nvidia-kernel-source-530 (530.30.02-0ubuntu1) ... | |
Setting up libxdamage1:amd64 (1:1.1.5-2) ... | |
Setting up libmpg123-0:amd64 (1.25.13-1) ... | |
Setting up libxcb-xfixes0:amd64 (1.14-2) ... | |
Setting up desktop-file-utils (0.24-1ubuntu3) ... | |
Setting up dconf-cli (0.36.0-1) ... | |
Setting up libspeex1:amd64 (1.2~rc1.2-1.1ubuntu1.20.04.1) ... | |
Setting up libcaca0:amd64 (0.99.beta19-2.1ubuntu1.20.04.2) ... | |
Setting up libxpm4:amd64 (1:3.5.12-1ubuntu0.20.04.1) ... | |
Setting up libplist3:amd64 (2.1.0-4build2) ... | |
Setting up gnome-settings-daemon-common (3.36.1-0ubuntu1.1) ... | |
Setting up hicolor-icon-theme (0.17-2) ... | |
Setting up libxi6:amd64 (2:1.7.10-0ubuntu1) ... | |
Setting up cuda-toolkit-11-config-common (11.8.89-1) ... | |
Setting up libtwolame0:amd64 (0.4.0-2) ... | |
Setting up java-common (0.72) ... | |
Setting up libxcb-xinput0:amd64 (1.14-2) ... | |
Setting up libwoff1:amd64 (1.0.2-1build2) ... | |
Setting up libxrender1:amd64 (1:0.9.10-1) ... | |
Setting up libvte-2.91-common (0.60.3-0ubuntu1~20.04) ... | |
Setting up libhyphen0:amd64 (2.8.8-7) ... | |
Setting up libdatrie1:amd64 (0.2.12-3) ... | |
Setting up cuda-cccl-11-8 (11.8.89-1) ... | |
Setting up libgdm1 (3.36.3-0ubuntu0.20.04.4) ... | |
Setting up cuda-cuobjdump-11-8 (11.8.86-1) ... | |
Setting up mobile-broadband-provider-info (20190618-3) ... | |
Setting up libgbm1:amd64 (21.2.6-0ubuntu0.1~20.04.2) ... | |
Setting up nvidia-kernel-common-530 (530.30.02-0ubuntu1) ... | |
update-initramfs: deferring update (trigger activated) | |
Setting up libmozjs-68-0:amd64 (68.6.0-1ubuntu1) ... | |
Setting up ubuntu-wallpapers-focal (20.04.2-0ubuntu1) ... | |
Setting up libfile-fcntllock-perl (0.22-3build4) ... | |
Setting up yaru-theme-gnome-shell (20.04.11.1) ... | |
update-alternatives: using /usr/share/gnome-shell/theme/Yaru/gnome-shell-theme.gresource to provide /usr/share/gnome-shell/gdm3-theme.gresource (gdm3-theme.gresource) in auto mode | |
Setting up libvisual-0.4-0:amd64 (0.4.0-17) ... | |
Setting up gnome-menus (3.36.0-1ubuntu1) ... | |
Setting up libxcb-render0:amd64 (1.14-2) ... | |
Setting up cuda-nvrtc-11-8 (11.8.89-1) ... | |
Setting up cuda-sanitizer-11-8 (11.8.86-1) ... | |
Setting up libalgorithm-diff-perl (1.19.03-2) ... | |
Setting up libaspell15:amd64 (0.60.8-1ubuntu0.1) ... | |
Setting up libdrm-radeon1:amd64 (2.4.107-8ubuntu1~20.04.2) ... | |
Setting up nvidia-prime (0.8.16~0.20.04.2) ... | |
Setting up libglvnd0:amd64 (1.3.2-1~ubuntu0.20.04.2) ... | |
Setting up libsnmp-base (5.8+dfsg-2ubuntu2.7) ... | |
Setting up libxcb-glx0:amd64 (1.14-2) ... | |
Setting up unzip (6.0-25ubuntu1.1) ... | |
Setting up libdbusmenu-glib4:amd64 (16.04.1+18.10.20180917-0ubuntu6) ... | |
Setting up wireless-regdb (2022.06.06-0ubuntu1~20.04.1) ... | |
Setting up libdrm-intel1:amd64 (2.4.107-8ubuntu1~20.04.2) ... | |
Setting up libgdk-pixbuf2.0-common (2.40.0+dfsg-3ubuntu0.4) ... | |
Setting up cuda-cupti-11-8 (11.8.87-1) ... | |
Setting up libibus-1.0-5:amd64 (1.5.22-2ubuntu2.1) ... | |
Setting up libgdata-common (0.17.12-1) ... | |
Setting up libxcb-keysyms1:amd64 (0.4.0-1build1) ... | |
Setting up libxcb-shape0:amd64 (1.14-2) ... | |
Setting up libgnome-autoar-0-0:amd64 (0.2.3-2ubuntu0.4) ... | |
Setting up binutils-common:amd64 (2.34-6ubuntu1.4) ... | |
Setting up x11-common (1:7.7+19ubuntu14) ... | |
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults | |
Setting up libsensors-config (1:3.6.0-2ubuntu1.1) ... | |
Setting up libxxf86dga1:amd64 (2:1.1.5-0ubuntu1) ... | |
Setting up libwebrtc-audio-processing1:amd64 (0.3.1-0ubuntu3) ... | |
Setting up update-inetd (4.50) ... | |
Setting up linux-libc-dev:amd64 (5.4.0-146.163) ... | |
Setting up libctf-nobfd0:amd64 (2.34-6ubuntu1.4) ... | |
Setting up gnome-shell-common (3.36.9-0ubuntu0.20.04.2) ... | |
Setting up libxcb-render-util0:amd64 (0.3.9-1build1) ... | |
Setting up apg (2.2.3.dfsg.1-5) ... | |
Setting up cuda-nvdisasm-11-8 (11.8.86-1) ... | |
Setting up libxcb-shm0:amd64 (1.14-2) ... | |
Setting up libxcb-icccm4:amd64 (0.4.1-1.1) ... | |
Setting up libwhoopsie0:amd64 (0.2.69ubuntu0.3) ... | |
Setting up libatspi2.0-0:amd64 (2.36.0-2) ... | |
Setting up libgomp1:amd64 (10.3.0-1ubuntu1~20.04) ... | |
Setting up gir1.2-accountsservice-1.0 (0.6.55-0ubuntu12~20.04.5) ... | |
Setting up gir1.2-gdesktopenums-3.0:amd64 (3.36.0-1ubuntu1) ... | |
Setting up cuda-cuxxfilt-11-8 (11.8.86-1) ... | |
Setting up libxvmc1:amd64 (2:1.0.12-2) ... | |
Setting up libgphoto2-l10n (2.5.25-0ubuntu0.1) ... | |
Setting up libjbig0:amd64 (2.1-3.1ubuntu0.20.04.1) ... | |
Setting up libcolord2:amd64 (1.4.4-2) ... | |
Setting up libopengl0:amd64 (1.3.2-1~ubuntu0.20.04.2) ... | |
Setting up python3-tz (2019.3-1ubuntu0.20.04.0) ... | |
Setting up libfakeroot:amd64 (1.24-1) ... | |
Setting up colord-data (1.4.4-2) ... | |
Setting up libxcb-util1:amd64 (0.4.0-0ubuntu3) ... | |
Setting up libjansson4:amd64 (2.12-1build1) ... | |
Setting up libxxf86vm1:amd64 (1:1.1.4-1build1) ... | |
Setting up libflac8:amd64 (1.3.3-1ubuntu0.1) ... | |
Setting up acl (2.2.53-6) ... | |
Setting up libxcb-xkb1:amd64 (1.14-2) ... | |
Setting up nvidia-modprobe (530.30.02-0ubuntu1) ... | |
Setting up libxcb-image0:amd64 (0.4.0-1build1) ... | |
Setting up libnvidia-extra-530:amd64 (530.30.02-0ubuntu1) ... | |
Setting up dns-root-data (2019052802) ... | |
Setting up libxnvctrl0:amd64 (530.30.02-0ubuntu1) ... | |
Setting up fakeroot (1.24-1) ... | |
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode | |
Setting up libxcb-present0:amd64 (1.14-2) ... | |
Setting up libtalloc2:amd64 (2.3.3-0ubuntu0.20.04.1) ... | |
Setting up gnome-desktop3-data (3.36.8-0ubuntu1) ... | |
Setting up libgtop2-common (2.40.0-2) ... | |
Setting up p11-kit-modules:amd64 (0.23.20-1ubuntu0.1) ... | |
Setting up bluez (5.53-0ubuntu3.6) ... | |
Created symlink /etc/systemd/system/dbus-org.bluez.service → /lib/systemd/system/bluetooth.service. | |
Created symlink /etc/systemd/system/bluetooth.target.wants/bluetooth.service → /lib/systemd/system/bluetooth.service. | |
Setting up libfontenc1:amd64 (1:1.1.4-0ubuntu1) ... | |
Setting up mutter-common (3.36.9-0ubuntu0.20.04.2) ... | |
Setting up libclutter-1.0-common (1.26.4+dfsg-1) ... | |
Setting up libnvidia-compute-530:amd64 (530.30.02-0ubuntu1) ... | |
Setting up libxcb-xinerama0:amd64 (1.14-2) ... | |
Setting up libgnomekbd-common (3.26.1-1) ... | |
Setting up libgles2:amd64 (1.3.2-1~ubuntu0.20.04.2) ... | |
Setting up emacsen-common (3.0.4) ... | |
Setting up libtevent0:amd64 (0.11.0-0ubuntu0.20.04.1) ... | |
Setting up gnome-control-center-data (1:3.36.5-0ubuntu4) ... | |
Setting up make (4.2.1-1.2) ... | |
Setting up libepoxy0:amd64 (1.5.4-1) ... | |
Setting up libxfixes3:amd64 (1:5.0.3-2) ... | |
Setting up libxcb-sync1:amd64 (1.14-2) ... | |
Setting up libidn11:amd64 (1.33-2.2ubuntu2) ... | |
Setting up libgsound0:amd64 (1.0.2-4) ... | |
Setting up cuda-nvtx-11-8 (11.8.86-1) ... | |
Setting up libteamdctl0:amd64 (1.30-1) ... | |
Setting up libavahi-common-data:amd64 (0.7-4ubuntu7.1) ... | |
Setting up libllvm12:amd64 (1:12.0.0-3ubuntu1~20.04.5) ... | |
Setting up wamerican (2018.04.16-1) ... | |
Setting up xfonts-encodings (1:1.0.5-0ubuntu1) ... | |
Setting up zenity-common (3.32.0-5) ... | |
Setting up cuda-gdb-11-8 (11.8.86-1) ... | |
Setting up libopus0:amd64 (1.3.1-0ubuntu1) ... | |
Setting up libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ... | |
Setting up libxinerama1:amd64 (2:1.1.4-2) ... | |
Setting up libexif12:amd64 (0.6.21-6ubuntu0.4) ... | |
Setting up cuda-toolkit-11-8-config-common (11.8.89-1) ... | |
Setting alternatives | |
update-alternatives: using /usr/local/cuda-11.8 to provide /usr/local/cuda (cuda) in auto mode | |
update-alternatives: using /usr/local/cuda-11.8 to provide /usr/local/cuda-11 (cuda-11) in auto mode | |
Setting up libcogl-common (1.22.6-1) ... | |
Setting up libxv1:amd64 (2:1.0.11-1) ... | |
Setting up libmpc3:amd64 (1.1.0-1) ... | |
Setting up libgee-0.8-2:amd64 (0.20.3-1) ... | |
Setting up libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ... | |
Setting up libcusolver-11-8 (11.4.1.48-1) ... | |
Setting up libxrandr2:amd64 (2:1.5.2-0ubuntu1) ... | |
Setting up liborc-0.4-0:amd64 (1:0.4.31-1) ... | |
Setting up libwebp6:amd64 (0.6.1-2ubuntu0.20.04.1) ... | |
Setting up cuda-nvrtc-dev-11-8 (11.8.89-1) ... | |
Setting up fonts-dejavu-core (2.37-1) ... | |
Setting up libpcsclite1:amd64 (1.8.26-3) ... | |
Setting up libsensors5:amd64 (1:3.6.0-2ubuntu1.1) ... | |
Setting up libjpeg-turbo8:amd64 (2.0.3-0ubuntu1.20.04.3) ... | |
Setting up libglapi-mesa:amd64 (21.2.6-0ubuntu0.1~20.04.2) ... | |
Setting up cuda-driver-dev-11-8 (11.8.89-1) ... | |
Setting up libnm0:amd64 (1.22.10-1ubuntu2.3) ... | |
Setting up libdpkg-perl (1.19.7ubuntu3.2) ... | |
Setting up libmtdev1:amd64 (1.1.5-1.1) ... | |
Setting up libvulkan1:amd64 (1.2.131.2-1) ... | |
Setting up libnvidia-decode-530:amd64 (530.30.02-0ubuntu1) ... | |
Setting up libcrack2:amd64 (2.9.6-3.2) ... | |
Setting up im-config (0.44-1ubuntu1.3) ... | |
Setting up ppp (2.4.7-2+4.1ubuntu5.1) ... | |
Created symlink /etc/systemd/system/multi-user.target.wants/pppd-dns.service → /lib/systemd/system/pppd-dns.service. | |
Setting up libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ... | |
Setting up libxcb-dri2-0:amd64 (1.14-2) ... | |
Setting up cuda-memcheck-11-8 (11.8.86-1) ... | |
Setting up libgif7:amd64 (5.1.9-1) ... | |
Setting up libatk1.0-data (2.35.1-1ubuntu2) ... | |
Setting up xdg-dbus-proxy (0.1.2-1) ... | |
Setting up fonts-dejavu-extra (2.37-1) ... | |
Setting up libtag1v5:amd64 (1.11.1+dfsg.1-0.3ubuntu2) ... | |
Setting up gnome-keyring-pkcs11:amd64 (3.36.0-1ubuntu1) ... | |
Setting up gds-tools-11-8 (1.4.0.31-1) ... | |
Setting up libdv4:amd64 (1.0.0-12) ... | |
Setting up libnvidia-common-530 (530.30.02-0ubuntu1) ... | |
Setting up gnome-control-center-faces (1:3.36.5-0ubuntu4) ... | |
Setting up libasyncns0:amd64 (0.8-6) ... | |
Setting up libxshmfence1:amd64 (1.3-1) ... | |
Setting up libvpx6:amd64 (1.8.2-1build1) ... | |
Setting up libusbmuxd6:amd64 (2.0.1-2) ... | |
Setting up gir1.2-polkit-1.0 (0.105-26ubuntu1.3) ... | |
Setting up libvdpau1:amd64 (1.3-1ubuntu2) ... | |
Setting up dbus-x11 (1.12.16-2ubuntu2.3) ... | |
Setting up libbluetooth3:amd64 (5.53-0ubuntu3.6) ... | |
Setting up libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ... | |
Setting up libwavpack1:amd64 (5.2.0-1ubuntu0.1) ... | |
Setting up nvidia-utils-530 (530.30.02-0ubuntu1) ... | |
Setting up libxcb-randr0:amd64 (1.14-2) ... | |
Setting up python3-defer (1.0.6-2.1) ... | |
Setting up libxcb-xv0:amd64 (1.14-2) ... | |
Setting up cuda-profiler-api-11-8 (11.8.86-1) ... | |
Setting up libspeexdsp1:amd64 (1.2~rc1.2-1.1ubuntu1.20.04.1) ... | |
Setting up switcheroo-control (2.1-1) ... | |
Created symlink /etc/systemd/system/graphical.target.wants/switcheroo-control.service → /lib/systemd/system/switcheroo-control.service. | |
Setting up libnl-3-200:amd64 (3.4.0-1ubuntu0.1) ... | |
Setting up libboost-thread1.71.0:amd64 (1.71.0-6ubuntu6) ... | |
Setting up gnome-session-common (3.36.0-2ubuntu1) ... | |
Setting up libgtop-2.0-11:amd64 (2.40.0-2) ... | |
Setting up libupower-glib3:amd64 (0.99.11-1build2) ... | |
Setting up ubuntu-wallpapers (20.04.2-0ubuntu1) ... | |
Setting up libical3:amd64 (3.0.8-1) ... | |
Setting up cheese-common (3.34.0-1ubuntu1) ... | |
Setting up libopenjp2-7:amd64 (2.3.1-1ubuntu4.20.04.1) ... | |
Setting up libharfbuzz0b:amd64 (2.6.4-1ubuntu4.2) ... | |
Setting up libthai-data (0.1.28-3) ... | |
Setting up libisl22:amd64 (0.22.1-1) ... | |
Setting up gir1.2-json-1.0:amd64 (1.4.4-2ubuntu2) ... | |
Setting up sgml-base (1.29.1) ... | |
Setting up libgtk2.0-common (2.24.32-4ubuntu4) ... | |
Setting up libatk1.0-0:amd64 (2.35.1-1ubuntu2) ... | |
Setting up cuda-documentation-11-8 (11.8.86-1) ... | |
Setting up libprotobuf17:amd64 (3.6.1.3-2ubuntu5.2) ... | |
Setting up libwayland-egl1:amd64 (1.18.0-1ubuntu0.1) ... | |
Setting up libxss1:amd64 (1:1.2.3-1) ... | |
Setting up aptdaemon-data (1.1.1+bzr982-0ubuntu32.3) ... | |
Setting up libnvidia-cfg1-530:amd64 (530.30.02-0ubuntu1) ... | |
Setting up libxkbfile1:amd64 (1:1.1.0-1) ... | |
Setting up libgphoto2-port12:amd64 (2.5.25-0ubuntu0.1) ... | |
Setting up nvidia-compute-utils-530 (530.30.02-0ubuntu1) ... | |
Warning: The home dir /nonexistent you specified can't be accessed: No such file or directory | |
Adding system user `nvidia-persistenced' (UID 115) ... | |
Adding new group `nvidia-persistenced' (GID 122) ... | |
Adding new user `nvidia-persistenced' (UID 115) with group `nvidia-persistenced' ... | |
Not creating home directory `/nonexistent'. | |
Created symlink /etc/systemd/system/multi-user.target.wants/nvidia-persistenced.service → /lib/systemd/system/nvidia-persistenced.service. | |
Setting up libndp0:amd64 (1.7-0ubuntu1) ... | |
Setting up libhunspell-1.7-0:amd64 (1.7.0-2build2) ... | |
Setting up p11-kit (0.23.20-1ubuntu0.1) ... | |
Setting up gir1.2-nm-1.0:amd64 (1.22.10-1ubuntu2.3) ... | |
Setting up libsane-common (1.0.29-0ubuntu5.2) ... | |
Setting up libbinutils:amd64 (2.34-6ubuntu1.4) ... | |
Setting up libgck-1-0:amd64 (3.36.0-2build1) ... | |
Setting up libsoup-gnome2.4-1:amd64 (2.70.0-1) ... | |
Setting up python3-protobuf (3.6.1.3-2ubuntu5.2) ... | |
Setting up libieee1284-3:amd64 (0.2.11-13build1) ... | |
Setting up python3-rfc3339 (1.1-2) ... | |
Setting up python3-macaroonbakery (1.3.1-1) ... | |
Setting up libc-dev-bin (2.31-0ubuntu9.9) ... | |
Setting up python3-xkit (0.5.0ubuntu4) ... | |
Setting up libdaemon0:amd64 (0.14-7) ... | |
Setting up libsamplerate0:amd64 (0.1.9-2) ... | |
Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... | |
Setting up libldb2:amd64 (2:2.4.4-0ubuntu0.20.04.1) ... | |
Setting up evolution-data-server-common (3.36.5-0ubuntu1) ... | |
Setting up libtinfo5:amd64 (6.2-0ubuntu2) ... | |
Setting up gir1.2-ibus-1.0:amd64 (1.5.22-2ubuntu2.1) ... | |
Setting up libxcomposite1:amd64 (1:0.4.5-1) ... | |
Setting up cuda-nvprune-11-8 (11.8.86-1) ... | |
Setting up cuda-cudart-11-8 (11.8.89-1) ... | |
Setting up libxfont2:amd64 (1:2.0.3-1) ... | |
Setting up libalgorithm-diff-xs-perl (0.04-6) ... | |
Setting up libgcr-base-3-1:amd64 (3.36.0-2build1) ... | |
Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... | |
Setting up libgupnp-av-1.0-2 (0.12.11-2) ... | |
Setting up libpam-gnome-keyring:amd64 (3.36.0-1ubuntu1) ... | |
Setting up libnvjpeg-11-8 (11.9.0.86-1) ... | |
Setting up libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ... | |
Setting up libsecret-common (0.20.4-0ubuntu1) ... | |
Setting up libgssdp-1.2-0:amd64 (1.2.3-0ubuntu0.20.04.1) ... | |
Setting up liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ... | |
Setting up libcamel-1.2-62:amd64 (3.36.5-0ubuntu1) ... | |
Setting up libsnapd-glib1:amd64 (1.58-0ubuntu0.20.04.0) ... | |
Setting up libgtk-3-common (3.24.20-0ubuntu1.1) ... | |
Setting up yelp-xsl (3.36.0-1) ... | |
Setting up libmp3lame0:amd64 (3.100-3) ... | |
Setting up libgraphene-1.0-0:amd64 (1.10.0-1build2) ... | |
Setting up dctrl-tools (2.24-3) ... | |
Setting up libitm1:amd64 (10.3.0-1ubuntu1~20.04) ... | |
Setting up libvorbisenc2:amd64 (1.3.6-2ubuntu1) ... | |
Setting up libgeocode-glib0:amd64 (3.26.2-2) ... | |
Setting up gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.1) ... | |
Setting up libaa1:amd64 (1.4p5-46) ... | |
Setting up cuda-nvprof-11-8 (11.8.87-1) ... | |
Setting up libalgorithm-merge-perl (0.08-3) ... | |
Setting up pptp-linux (1.10.0-1build1) ... | |
Setting up libiec61883-0:amd64 (1.2.0-3) ... | |
Setting up libdrm-amdgpu1:amd64 (2.4.107-8ubuntu1~20.04.2) ... | |
Setting up libwacom-common (1.3-2ubuntu3) ... | |
Setting up libstartup-notification0:amd64 (0.12-6) ... | |
Setting up libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ... | |
Setting up libxkbcommon0:amd64 (0.10.0-1) ... | |
Setting up nsight-compute-2022.3.0 (2022.3.0.22-1) ... | |
Setting up libfprint-2-2:amd64 (1:1.90.2+tod1-0ubuntu1~20.04.10) ... | |
Setting up libwayland-client0:amd64 (1.18.0-1ubuntu0.1) ... | |
Setting up libctf0:amd64 (2.34-6ubuntu1.4) ... | |
Setting up libjpeg8:amd64 (8c-2ubuntu8) ... | |
Setting up gir1.2-graphene-1.0:amd64 (1.10.0-1build2) ... | |
Setting up libavc1394-0:amd64 (0.5.4-5) ... | |
Setting up mesa-vulkan-drivers:amd64 (21.2.6-0ubuntu0.1~20.04.2) ... | |
Setting up mesa-vdpau-drivers:amd64 (21.2.6-0ubuntu0.1~20.04.2) ... | |
Setting up librest-0.7-0:amd64 (0.8.1-1) ... | |
Setting up libice6:amd64 (2:1.0.10-0ubuntu1) ... | |
Setting up libgupnp-1.2-0:amd64 (1.2.4-0ubuntu1) ... | |
Setting up libharfbuzz-icu0:amd64 (2.6.4-1ubuntu4.2) ... | |
Setting up libnvidia-encode-530:amd64 (530.30.02-0ubuntu1) ... | |
Setting up libcusparse-11-8 (11.7.5.86-1) ... | |
Setting up libsnmp35:amd64 (5.8+dfsg-2ubuntu2.7) ... | |
Setting up dictionaries-common (1.28.1) ... | |
Setting up libcufft-11-8 (10.9.0.58-1) ... | |
Setting up cuda-cupti-dev-11-8 (11.8.87-1) ... | |
Setting up python3-talloc:amd64 (2.3.3-0ubuntu0.20.04.1) ... | |
Setting up libsoxr0:amd64 (0.1.3-2build1) ... | |
Setting up gir1.2-atk-1.0:amd64 (2.35.1-1ubuntu2) ... | |
Setting up fontconfig-config (2.13.1-2ubuntu3) ... | |
Setting up libcufft-dev-11-8 (10.9.0.58-1) ... | |
Setting up cuda-cudart-dev-11-8 (11.8.89-1) ... | |
Setting up libxtst6:amd64 (2:1.2.3-1) ... | |
Setting up libnpp-11-8 (11.8.0.86-1) ... | |
Setting up libcusolver-dev-11-8 (11.4.1.48-1) ... | |
Setting up libwebpdemux2:amd64 (0.6.1-2ubuntu0.20.04.1) ... | |
Setting up libxcursor1:amd64 (1:1.2.0-2) ... | |
Setting up libgl1-mesa-dri:amd64 (21.2.6-0ubuntu0.1~20.04.2) ... | |
Setting up libavahi-common3:amd64 (0.7-4ubuntu7.1) ... | |
Setting up upower (0.99.11-1build2) ... | |
upower.service is a disabled or a static unit, not starting it. | |
Setting up libjavascriptcoregtk-4.0-18:amd64 (2.38.5-0ubuntu0.20.04.1) ... | |
Setting up libphonenumber7:amd64 (7.1.0-5ubuntu11) ... | |
Setting up libcolorhug2:amd64 (1.4.4-2) ... | |
Setting up libgstreamer-plugins-base1.0-0:amd64 (1.16.3-0ubuntu1.1) ... | |
Setting up whoopsie-preferences (22) ... | |
Setting up gir1.2-atspi-2.0:amd64 (2.36.0-2) ... | |
Setting up dnsmasq-base (2.80-1.1ubuntu1.6) ... | |
Setting up xfonts-utils (1:7.7+6) ... | |
Setting up gir1.2-soup-2.4:amd64 (2.70.0-1) ... | |
Setting up libwbclient0:amd64 (2:4.15.13+dfsg-0ubuntu0.20.04.1) ... | |
Setting up libxatracker2:amd64 (21.2.6-0ubuntu0.1~20.04.2) ... | |
Setting up libnl-route-3-200:amd64 (3.4.0-1ubuntu0.1) ... | |
Setting up libatk-bridge2.0-0:amd64 (2.34.2-0ubuntu2~20.04.1) ... | |
Setting up libthai0:amd64 (0.1.28-3) ... | |
Setting up cuda-command-line-tools-11-8 (11.8.0-1) ... | |
Setting up libcusparse-dev-11-8 (11.7.5.86-1) ... | |
Setting up cracklib-runtime (2.9.6-3.2) ... | |
Setting up libasan5:amd64 (9.4.0-1ubuntu1~20.04.1) ... | |
Setting up xfonts-base (1:1.0.5) ... | |
Setting up libsecret-1-0:amd64 (0.20.4-0ubuntu1) ... | |
Setting up libgstreamer-plugins-good1.0-0:amd64 (1.16.3-0ubuntu1.1) ... | |
Setting up libegl-mesa0:amd64 (21.2.6-0ubuntu0.1~20.04.2) ... | |
Setting up gir1.2-gck-1:amd64 (3.36.0-2build1) ... | |
Setting up libcurand-11-8 (10.3.0.86-1) ... | |
Setting up libpwquality1:amd64 (1.4.2-1build1) ... | |
Setting up gir1.2-secret-1:amd64 (0.20.4-0ubuntu1) ... | |
Setting up libcufile-11-8 (1.4.0.31-1) ... | |
Setting alternatives | |
update-alternatives: using /usr/local/cuda-11.8/gds/cufile.json to provide /etc/cufile.json (cufile.json) in auto mode | |
Setting up libcublas-11-8 (11.11.3.6-1) ... | |
Setting up libnpp-dev-11-8 (11.8.0.86-1) ... | |
Setting up cuda-libraries-11-8 (11.8.0-1) ... | |
Setting up libxkbcommon-x11-0:amd64 (0.10.0-1) ... | |
Setting up python3-ldb (2:2.4.4-0ubuntu0.20.04.1) ... | |
Setting up fprintd (1.90.9-1~ubuntu20.04.1) ... | |
fprintd.service is a disabled or a static unit, not starting it. | |
Setting up pkg-config (0.29.1-0ubuntu4) ... | |
Setting up aspell (0.60.8-1ubuntu0.1) ... | |
Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... | |
Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory | |
Adding system user `usbmux' (UID 117) ... | |
Adding new user `usbmux' (UID 117) with group `plugdev' ... | |
Not creating home directory `/var/lib/usbmux'. | |
usbmuxd.service is a disabled or a static unit, not starting it. | |
Setting up cuda-nsight-compute-11-8 (11.8.0-1) ... | |
Setting up librygel-core-2.6-2:amd64 (0.38.3-1ubuntu1) ... | |
Setting up libjack-jackd2-0:amd64 (1.9.12~dfsg-2ubuntu2) ... | |
Setting up vdpau-driver-all:amd64 (1.3-1ubuntu2) ... | |
Setting up at-spi2-core (2.36.0-2) ... | |
Setting up libwayland-cursor0:amd64 (1.18.0-1ubuntu0.1) ... | |
Setting up xml-core (0.18+nmu1) ... | |
Setting up libnl-genl-3-200:amd64 (3.4.0-1ubuntu0.1) ... | |
Setting up libv4lconvert0:amd64 (1.18.0-2build1) ... | |
Setting up libegl1:amd64 (1.3.2-1~ubuntu0.20.04.2) ... | |
Setting up gir1.2-upowerglib-1.0:amd64 (0.99.11-1build2) ... | |
Setting up hunspell-en-us (1:2018.04.16-1) ... | |
Setting up cpp-9 (9.4.0-1ubuntu1~20.04.1) ... | |
Setting up libc6-dev:amd64 (2.31-0ubuntu9.9) ... | |
Setting up libavahi-glib1:amd64 (0.7-4ubuntu7.1) ... | |
Setting up libtiff5:amd64 (4.1.0+git191117-2ubuntu0.20.04.8) ... | |
Setting up libnvjpeg-dev-11-8 (11.9.0.86-1) ... | |
Setting up libfontconfig1:amd64 (2.13.1-2ubuntu3) ... | |
Setting up libsndfile1:amd64 (1.0.28-7ubuntu0.1) ... | |
Setting up iw (5.4-1) ... | |
Setting up python3-ibus-1.0 (1.5.22-2ubuntu2.1) ... | |
Setting up libavahi-core7:amd64 (0.7-4ubuntu7.1) ... | |
Setting up libwacom2:amd64 (1.3-2ubuntu3) ... | |
Setting up libsm6:amd64 (2:1.2.3-1) ... | |
Setting up crda (3.18-1build1) ... | |
Setting up libavahi-client3:amd64 (0.7-4ubuntu7.1) ... | |
Setting up libgupnp-dlna-2.0-3 (0.10.5-4) ... | |
Setting up libpam-fprintd:amd64 (1.90.9-1~ubuntu20.04.1) ... | |
Setting up binutils-x86-64-linux-gnu (2.34-6ubuntu1.4) ... | |
Setting up nsight-systems-2022.4.2 (2022.4.2.50-32196742v0) ... | |
update-alternatives: using /opt/nvidia/nsight-systems/2022.4.2/target-linux-x64/nsys to provide /usr/local/bin/nsys (nsys) in auto mode | |
update-alternatives: using /opt/nvidia/nsight-systems/2022.4.2/host-linux-x64/nsys-ui to provide /usr/local/bin/nsys-ui (nsys-ui) in auto mode | |
Setting up fontconfig (2.13.1-2ubuntu3) ... | |
Regenerating fonts cache... done. | |
Setting up libxft2:amd64 (2.3.3-0ubuntu1) ... | |
Setting up libglx-mesa0:amd64 (21.2.6-0ubuntu0.1~20.04.2) ... | |
Setting up libglx0:amd64 (1.3.2-1~ubuntu0.20.04.2) ... | |
Setting up libpulse0:amd64 (1:13.99.1-1ubuntu3.13) ... | |
Setting up libenchant-2-2:amd64 (2.2.8-1ubuntu0.20.04.1) ... | |
Setting up libpango-1.0-0:amd64 (1.44.7-2ubuntu4) ... | |
Setting up aspell-en (2018.04.16-0-1) ... | |
Setting up enchant-2 (2.2.8-1ubuntu0.20.04.1) ... | |
Setting up libpulsedsp:amd64 (1:13.99.1-1ubuntu3.13) ... | |
Setting up binutils (2.34-6ubuntu1.4) ... | |
Setting up libcairo2:amd64 (1.16.0-4ubuntu1) ... | |
Setting up dpkg-dev (1.19.7ubuntu3.2) ... | |
Setting up libinput-bin (1.15.5-1ubuntu0.3) ... | |
Setting up libcublas-dev-11-8 (11.11.3.6-1) ... | |
Setting up libv4l-0:amd64 (1.18.0-2build1) ... | |
Setting up libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ... | |
Setting up wpasupplicant (2:2.9-1ubuntu4.3) ... | |
Created symlink /etc/systemd/system/dbus-fi.w1.wpa_supplicant1.service → /lib/systemd/system/wpa_supplicant.service. | |
Created symlink /etc/systemd/system/multi-user.target.wants/wpa_supplicant.service → /lib/systemd/system/wpa_supplicant.service. | |
Setting up cuda-nsight-systems-11-8 (11.8.0-1) ... | |
Setting up libcurand-dev-11-8 (10.3.0.86-1) ... | |
Setting up libcufile-dev-11-8 (1.4.0.31-1) ... | |
Setting up libgl1:amd64 (1.3.2-1~ubuntu0.20.04.2) ... | |
Setting up libgdk-pixbuf2.0-0:amd64 (2.40.0+dfsg-3ubuntu0.4) ... | |
Setting up libpulse-mainloop-glib0:amd64 (1:13.99.1-1ubuntu3.13) ... | |
Setting up pulseaudio-utils (1:13.99.1-1ubuntu3.13) ... | |
Setting up libgd3:amd64 (2.2.5-5.2ubuntu2.1) ... | |
Setting up libxt6:amd64 (1:1.1.5-1) ... | |
Setting up librygel-renderer-2.6-2:amd64 (0.38.3-1ubuntu1) ... | |
Setting up librygel-db-2.6-2:amd64 (0.38.3-1ubuntu1) ... | |
Setting up libwacom-bin (1.3-2ubuntu3) ... | |
Setting up libcups2:amd64 (2.3.1-9ubuntu1.2) ... | |
Setting up avahi-daemon (0.7-4ubuntu7.1) ... | |
Created symlink /etc/systemd/system/dbus-org.freedesktop.Avahi.service → /lib/systemd/system/avahi-daemon.service. | |
Created symlink /etc/systemd/system/multi-user.target.wants/avahi-daemon.service → /lib/systemd/system/avahi-daemon.service. | |
Created symlink /etc/systemd/system/sockets.target.wants/avahi-daemon.socket → /lib/systemd/system/avahi-daemon.socket. | |
Setting up libgdk-pixbuf2.0-bin (2.40.0+dfsg-3ubuntu0.4) ... | |
Setting up cpp (4:9.3.0-1ubuntu2) ... | |
Setting up libtheora0:amd64 (1.1.1+dfsg.1-15ubuntu2) ... | |
Setting up cups-pk-helper (0.2.6-1ubuntu3) ... | |
Setting up libcairo-gobject2:amd64 (1.16.0-4ubuntu1) ... | |
Setting up gstreamer1.0-pulseaudio:amd64 (1.16.3-0ubuntu1.1) ... | |
Setting up libpangoft2-1.0-0:amd64 (1.44.7-2ubuntu4) ... | |
Setting up libnss-mdns:amd64 (0.14.1-1ubuntu1) ... | |
First installation detected... | |
Checking NSS setup... | |
Setting up libpangocairo-1.0-0:amd64 (1.44.7-2ubuntu4) ... | |
Setting up libnvidia-gl-530:amd64 (530.30.02-0ubuntu1) ... | |
Setting up libinput10:amd64 (1.15.5-1ubuntu0.3) ... | |
Setting up gcc-9 (9.4.0-1ubuntu1~20.04.1) ... | |
Setting up gtk-update-icon-cache (3.24.20-0ubuntu1.1) ... | |
Setting up libasound2-plugins:amd64 (1.2.2-1ubuntu1) ... | |
Setting up libdbusmenu-gtk3-4:amd64 (16.04.1+18.10.20180917-0ubuntu6) ... | |
Setting up libxmu6:amd64 (2:1.1.3-0ubuntu1) ... | |
Setting up gstreamer1.0-x:amd64 (1.16.3-0ubuntu1.1) ... | |
Setting up python3-cairo:amd64 (1.16.2-2ubuntu2) ... | |
Setting up libgjs0g:amd64 (1.64.5-0ubuntu0.20.04.01) ... | |
Setting up libnvidia-fbc1-530:amd64 (530.30.02-0ubuntu1) ... | |
Setting up libpangoxft-1.0-0:amd64 (1.44.7-2ubuntu4) ... | |
Setting up libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ... | |
Setting up gir1.2-gdkpixbuf-2.0:amd64 (2.40.0+dfsg-3ubuntu0.4) ... | |
Setting up cuda-libraries-dev-11-8 (11.8.0-1) ... | |
Setting up avahi-utils (0.7-4ubuntu7.1) ... | |
Setting up samba-libs:amd64 (2:4.15.13+dfsg-0ubuntu0.20.04.1) ... | |
Setting up network-manager (1.22.10-1ubuntu2.3) ... | |
Created symlink /etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service → /lib/systemd/system/NetworkManager-dispatcher.service. | |
Created symlink /etc/systemd/system/network-online.target.wants/NetworkManager-wait-online.service → /lib/systemd/system/NetworkManager-wait-online.service. | |
Created symlink /etc/systemd/system/multi-user.target.wants/NetworkManager.service → /lib/systemd/system/NetworkManager.service. | |
Setting up libxaw7:amd64 (2:1.0.13-1) ... | |
Setting up x11-xserver-utils (7.7+8) ... | |
Setting up pulseaudio (1:13.99.1-1ubuntu3.13) ... | |
Adding user pulse to group audio | |
Created symlink /etc/systemd/user/default.target.wants/pulseaudio.service → /usr/lib/systemd/user/pulseaudio.service. | |
Created symlink /etc/systemd/user/sockets.target.wants/pulseaudio.socket → /usr/lib/systemd/user/pulseaudio.socket. | |
Setting up libcogl20:amd64 (1.22.6-1) ... | |
Setting up libcogl-pango20:amd64 (1.22.6-1) ... | |
Setting up gcc (4:9.3.0-1ubuntu2) ... | |
Setting up dkms (2.8.1-5ubuntu2) ... | |
Setting up librsvg2-2:amd64 (2.48.9-1ubuntu0.20.04.1) ... | |
Setting up ippusbxd (1.34-2ubuntu1) ... | |
Setting up python3-cups (1.9.73-3build1) ... | |
Setting up gir1.2-pango-1.0:amd64 (1.44.7-2ubuntu4) ... | |
Setting up libgphoto2-6:amd64 (2.5.25-0ubuntu0.1) ... | |
Setting up network-manager-pptp (1.2.8-2) ... | |
Setting up libmediaart-2.0-0:amd64 (1.9.4-2) ... | |
Setting up libgstreamer-gl1.0-0:amd64 (1.16.3-0ubuntu1.1) ... | |
Setting up gstreamer1.0-plugins-base:amd64 (1.16.3-0ubuntu1.1) ... | |
Setting up libnotify4:amd64 (0.7.9-1ubuntu3.20.04.2) ... | |
Setting up nvidia-dkms-530 (530.30.02-0ubuntu1) ... | |
update-initramfs: deferring update (trigger activated) | |
A modprobe blacklist file has been created at /etc/modprobe.d to prevent Nouveau | |
from loading. This can be reverted by deleting the following file: | |
/etc/modprobe.d/nvidia-graphics-drivers.conf | |
A new initrd image has also been created. To revert, please regenerate your | |
initrd by running the following command after deleting the modprobe.d file: | |
`/usr/sbin/initramfs -u` | |
***************************************************************************** | |
*** Reboot your computer and verify that the NVIDIA graphics driver can *** | |
*** be loaded. *** | |
***************************************************************************** | |
Loading new nvidia-530.30.02 DKMS files... | |
Building for 5.15.0-1031-aws | |
Building for architecture x86_64 | |
Building initial module for 5.15.0-1031-aws | |
Can't load /var/lib/shim-signed/mok/.rnd into RNG | |
140440565646656:error:2406F079:random number generator:RAND_load_file:Cannot open file:../crypto/rand/randfile.c:98:Filename=/var/lib/shim-signed/mok/.rnd | |
Generating a RSA private key | |
....................................+++++ | |
................................+++++ | |
writing new private key to '/var/lib/shim-signed/mok/MOK.priv' | |
----- | |
EFI variables are not supported on this system | |
/sys/firmware/efi/efivars not found, aborting. | |
Done. | |
nvidia.ko: | |
Running module version sanity check. | |
- Original module | |
- No original module exists within this kernel | |
- Installation | |
- Installing to /lib/modules/5.15.0-1031-aws/updates/dkms/ | |
nvidia-modeset.ko: | |
Running module version sanity check. | |
- Original module | |
- No original module exists within this kernel | |
- Installation | |
- Installing to /lib/modules/5.15.0-1031-aws/updates/dkms/ | |
nvidia-drm.ko: | |
Running module version sanity check. | |
- Original module | |
- No original module exists within this kernel | |
- Installation | |
- Installing to /lib/modules/5.15.0-1031-aws/updates/dkms/ | |
nvidia-peermem.ko: | |
Running module version sanity check. | |
- Original module | |
- No original module exists within this kernel | |
- Installation | |
- Installing to /lib/modules/5.15.0-1031-aws/updates/dkms/ | |
nvidia-uvm.ko: | |
Running module version sanity check. | |
- Original module | |
- No original module exists within this kernel | |
- Installation | |
- Installing to /lib/modules/5.15.0-1031-aws/updates/dkms/ | |
depmod... | |
DKMS: install completed. | |
Setting up libshout3:amd64 (2.4.3-1) ... | |
Setting up g++-9 (9.4.0-1ubuntu1~20.04.1) ... | |
Setting up librsvg2-common:amd64 (2.48.9-1ubuntu0.20.04.1) ... | |
Setting up pulseaudio-module-bluetooth (1:13.99.1-1ubuntu3.13) ... | |
Setting up libsmbclient:amd64 (2:4.15.13+dfsg-0ubuntu0.20.04.1) ... | |
Setting up g++ (4:9.3.0-1ubuntu2) ... | |
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode | |
Setting up gir1.2-notify-0.7:amd64 (0.7.9-1ubuntu3.20.04.2) ... | |
Setting up x11-utils (7.7+5) ... | |
Setting up build-essential (12.8ubuntu1.1) ... | |
Setting up libatk-wrapper-java (0.37.1-1) ... | |
Setting up gir1.2-rsvg-2.0:amd64 (2.48.9-1ubuntu0.20.04.1) ... | |
Setting up cuda-nvcc-11-8 (11.8.89-1) ... | |
Setting up librygel-server-2.6-2:amd64 (0.38.3-1ubuntu1) ... | |
Setting up gstreamer1.0-gl:amd64 (1.16.3-0ubuntu1.1) ... | |
Setting up libcanberra-pulse:amd64 (0.30-7ubuntu1) ... | |
Setting up libcogl-path20:amd64 (1.22.6-1) ... | |
Setting up x11-xkb-utils (7.7+5) ... | |
Setting up gstreamer1.0-plugins-good:amd64 (1.16.3-0ubuntu1.1) ... | |
Setting up geoclue-2.0 (2.5.6-0ubuntu1) ... | |
geoclue.service is a disabled or a static unit, not starting it. | |
Setting up libsane:amd64 (1.0.29-0ubuntu5.2) ... | |
Adding scanner group... | |
Setting up rygel (0.38.3-1ubuntu1) ... | |
Setting up ibus-data (1.5.22-2ubuntu2.1) ... | |
Setting up libatk-wrapper-java-jni:amd64 (0.37.1-1) ... | |
Setting up python3-cupshelpers (1.5.12-0ubuntu1.1) ... | |
Setting up cuda-compiler-11-8 (11.8.0-1) ... | |
Setting up xserver-common (2:1.20.13-1ubuntu1~20.04.8) ... | |
Setting up sane-utils (1.0.29-0ubuntu5.2) ... | |
update-inetd: warning: cannot add service, /etc/inetd.conf does not exist | |
Adding saned group and user... | |
Adding user saned to group scanner | |
Setting up xwayland (2:1.20.13-1ubuntu1~20.04.8) ... | |
Setting up xserver-xorg-legacy (2:1.20.13-1ubuntu1~20.04.8) ... | |
Setting up libxklavier16:amd64 (5.4-4) ... | |
Setting up libgeoclue-2-0:amd64 (2.5.6-0ubuntu1) ... | |
Setting up colord (1.4.4-2) ... | |
colord.service is a disabled or a static unit, not starting it. | |
Setting up system-config-printer-udev (1.5.12-0ubuntu1.1) ... | |
Setting up xserver-xorg-core (2:1.20.13-1ubuntu1~20.04.8) ... | |
Setting up xserver-xorg-video-radeon (1:19.1.0-1) ... | |
Setting up xserver-xorg-input-wacom (1:0.39.0-0ubuntu1) ... | |
Setting up xserver-xorg-video-fbdev (1:0.5.0-1ubuntu1) ... | |
Setting up xserver-xephyr (2:1.20.13-1ubuntu1~20.04.8) ... | |
Setting up xserver-xorg-video-vmware (1:13.3.0-3) ... | |
Setting up xserver-xorg-video-intel (2:2.99.917+git20200226-1) ... | |
Setting up gir1.2-geoclue-2.0:amd64 (2.5.6-0ubuntu1) ... | |
Setting up xserver-xorg-video-nvidia-530 (530.30.02-0ubuntu1) ... | |
Setting up xserver-xorg-video-vesa (1:2.4.0-2) ... | |
Setting up xserver-xorg-video-qxl (0.1.5+git20200331-1) ... | |
Setting up xserver-xorg-video-amdgpu (19.1.0-1ubuntu0.1) ... | |
Setting up xserver-xorg (1:7.7+19ubuntu14) ... | |
Setting up xserver-xorg-video-nouveau (1:1.0.16-1) ... | |
Setting up xserver-xorg-input-libinput (0.29.0-1) ... | |
Setting up xserver-xorg-video-ati (1:19.1.0-1) ... | |
Setting up nvidia-driver-530 (530.30.02-0ubuntu1) ... | |
Setting up xserver-xorg-video-all (1:7.7+19ubuntu14) ... | |
Setting up xserver-xorg-input-all (1:7.7+19ubuntu14) ... | |
Setting up adwaita-icon-theme (3.36.1-2ubuntu0.20.04.2) ... | |
update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode | |
Setting up default-jre-headless (2:1.11-72) ... | |
Setting up aptdaemon (1.1.1+bzr982-0ubuntu32.3) ... | |
Setting up python3-aptdaemon (1.1.1+bzr982-0ubuntu32.3) ... | |
Setting up libgtk2.0-0:amd64 (2.24.32-4ubuntu4) ... | |
Setting up openjdk-11-jre-headless:amd64 (11.0.18+10-0ubuntu1~20.04.1) ... | |
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/java to provide /usr/bin/java (java) in auto mode | |
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jjs to provide /usr/bin/jjs (jjs) in auto mode | |
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode | |
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/rmid to provide /usr/bin/rmid (rmid) in auto mode | |
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode | |
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/pack200 to provide /usr/bin/pack200 (pack200) in auto mode | |
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/unpack200 to provide /usr/bin/unpack200 (unpack200) in auto mode | |
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode | |
Setting up openjdk-11-jre:amd64 (11.0.18+10-0ubuntu1~20.04.1) ... | |
Setting up default-jre (2:1.11-72) ... | |
Setting up cuda-nvvp-11-8 (11.8.87-1) ... | |
Setting up humanity-icon-theme (0.6.15) ... | |
Setting up libgail18:amd64 (2.24.32-4ubuntu4) ... | |
Setting up ibus-gtk:amd64 (1.5.22-2ubuntu2.1) ... | |
Setting up libgtk2.0-bin (2.24.32-4ubuntu4) ... | |
Setting up cuda-nsight-11-8 (11.8.86-1) ... | |
Setting up ca-certificates-java (20190405ubuntu1) ... | |
head: cannot open '/etc/ssl/certs/java/cacerts' for reading: No such file or directory | |
Adding debian:CFCA_EV_ROOT.pem | |
Adding debian:Certum_Trusted_Network_CA_2.pem | |
Adding debian:Microsec_e-Szigno_Root_CA_2009.pem | |
Adding debian:Starfield_Class_2_CA.pem | |
Adding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem | |
Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem | |
Adding debian:SSL.com_EV_Root_Certification_Authority_RSA_R2.pem | |
Adding debian:emSign_Root_CA_-_G1.pem | |
Adding debian:GLOBALTRUST_2020.pem | |
Adding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem | |
Adding debian:GTS_Root_R1.pem | |
Adding debian:DigiCert_Global_Root_G2.pem | |
Adding debian:Certum_Trusted_Root_CA.pem | |
Adding debian:DigiCert_Assured_ID_Root_CA.pem | |
Adding debian:ISRG_Root_X1.pem | |
Adding debian:Microsoft_RSA_Root_Certificate_Authority_2017.pem | |
Adding debian:Entrust_Root_Certification_Authority_-_G2.pem | |
Adding debian:Entrust_Root_Certification_Authority.pem | |
Adding debian:USERTrust_RSA_Certification_Authority.pem | |
Adding debian:SwissSign_Silver_CA_-_G2.pem | |
Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem | |
Adding debian:TWCA_Root_Certification_Authority.pem | |
Adding debian:Certum_Trusted_Network_CA.pem | |
Adding debian:AffirmTrust_Premium_ECC.pem | |
Adding debian:AffirmTrust_Commercial.pem | |
Adding debian:GTS_Root_R4.pem | |
Adding debian:OISTE_WISeKey_Global_Root_GB_CA.pem | |
Adding debian:GlobalSign_Root_E46.pem | |
Adding debian:DigiCert_Assured_ID_Root_G2.pem | |
Adding debian:Hongkong_Post_Root_CA_1.pem | |
Adding debian:GlobalSign_Root_CA_-_R2.pem | |
Adding debian:T-TeleSec_GlobalRoot_Class_3.pem | |
Adding debian:IdenTrust_Commercial_Root_CA_1.pem | |
Adding debian:SSL.com_Root_Certification_Authority_ECC.pem | |
Adding debian:AC_RAIZ_FNMT-RCM.pem | |
Adding debian:DigiCert_Assured_ID_Root_G3.pem | |
Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem | |
Adding debian:XRamp_Global_CA_Root.pem | |
Adding debian:certSIGN_Root_CA_G2.pem | |
Adding debian:QuoVadis_Root_CA_2_G3.pem | |
Adding debian:Security_Communication_RootCA2.pem | |
Adding debian:UCA_Extended_Validation_Root.pem | |
Adding debian:Baltimore_CyberTrust_Root.pem | |
Adding debian:QuoVadis_Root_CA_3_G3.pem | |
Adding debian:DigiCert_Global_Root_G3.pem | |
Adding debian:AC_RAIZ_FNMT-RCM_SERVIDORES_SEGUROS.pem | |
Adding debian:Izenpe.com.pem | |
Adding debian:Trustwave_Global_Certification_Authority.pem | |
Adding debian:TWCA_Global_Root_CA.pem | |
Adding debian:GlobalSign_ECC_Root_CA_-_R4.pem | |
Adding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem | |
Adding debian:Amazon_Root_CA_4.pem | |
Adding debian:NAVER_Global_Root_Certification_Authority.pem | |
Adding debian:GlobalSign_ECC_Root_CA_-_R5.pem | |
Adding debian:AffirmTrust_Premium.pem | |
Adding debian:EC-ACC.pem | |
Adding debian:QuoVadis_Root_CA_1_G3.pem | |
Adding debian:Go_Daddy_Class_2_CA.pem | |
Adding debian:GlobalSign_Root_CA_-_R6.pem | |
Adding debian:Certum_EC-384_CA.pem | |
Adding debian:GTS_Root_R2.pem | |
Adding debian:D-TRUST_Root_Class_3_CA_2_2009.pem | |
Adding debian:emSign_ECC_Root_CA_-_G3.pem | |
Adding debian:Buypass_Class_3_Root_CA.pem | |
Adding debian:GlobalSign_Root_CA_-_R3.pem | |
Adding debian:Amazon_Root_CA_3.pem | |
Adding debian:GlobalSign_Root_R46.pem | |
Adding debian:SecureTrust_CA.pem | |
Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem | |
Adding debian:QuoVadis_Root_CA_3.pem | |
Adding debian:Actalis_Authentication_Root_CA.pem | |
Adding debian:Entrust_Root_Certification_Authority_-_G4.pem | |
Adding debian:QuoVadis_Root_CA_2.pem | |
Adding debian:OISTE_WISeKey_Global_Root_GC_CA.pem | |
Adding debian:Staat_der_Nederlanden_EV_Root_CA.pem | |
Adding debian:USERTrust_ECC_Certification_Authority.pem | |
Adding debian:IdenTrust_Public_Sector_Root_CA_1.pem | |
Adding debian:UCA_Global_G2_Root.pem | |
Adding debian:Entrust_Root_Certification_Authority_-_EC1.pem | |
Adding debian:e-Szigno_Root_CA_2017.pem | |
Adding debian:Amazon_Root_CA_1.pem | |
Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem | |
Adding debian:Buypass_Class_2_Root_CA.pem | |
Adding debian:Cybertrust_Global_Root.pem | |
Adding debian:GDCA_TrustAUTH_R5_ROOT.pem | |
Adding debian:E-Tugra_Certification_Authority.pem | |
Adding debian:SwissSign_Gold_CA_-_G2.pem | |
Adding debian:Certigna.pem | |
Adding debian:T-TeleSec_GlobalRoot_Class_2.pem | |
Adding debian:DigiCert_Global_Root_CA.pem | |
Adding debian:ACCVRAIZ1.pem | |
Adding debian:TeliaSonera_Root_CA_v1.pem | |
Adding debian:Security_Communication_Root_CA.pem | |
Adding debian:COMODO_ECC_Certification_Authority.pem | |
Adding debian:CA_Disig_Root_R2.pem | |
Adding debian:Secure_Global_CA.pem | |
Adding debian:SSL.com_Root_Certification_Authority_RSA.pem | |
Adding debian:Certigna_Root_CA.pem | |
Adding debian:SZAFIR_ROOT_CA2.pem | |
Adding debian:Comodo_AAA_Services_root.pem | |
Adding debian:AffirmTrust_Networking.pem | |
Adding debian:Microsoft_ECC_Root_Certificate_Authority_2017.pem | |
Adding debian:DigiCert_Trusted_Root_G4.pem | |
Adding debian:GTS_Root_R3.pem | |
Adding debian:ANF_Secure_Server_Root_CA.pem | |
Adding debian:Trustwave_Global_ECC_P256_Certification_Authority.pem | |
Adding debian:Trustwave_Global_ECC_P384_Certification_Authority.pem | |
Adding debian:emSign_ECC_Root_CA_-_C3.pem | |
Adding debian:GlobalSign_Root_CA.pem | |
Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem | |
Adding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem | |
Adding debian:Atos_TrustedRoot_2011.pem | |
Adding debian:ePKI_Root_Certification_Authority.pem | |
Adding debian:COMODO_RSA_Certification_Authority.pem | |
Adding debian:Network_Solutions_Certificate_Authority.pem | |
Adding debian:DigiCert_High_Assurance_EV_Root_CA.pem | |
Adding debian:certSIGN_ROOT_CA.pem | |
Adding debian:SecureSign_RootCA11.pem | |
Adding debian:emSign_Root_CA_-_C1.pem | |
Adding debian:Hongkong_Post_Root_CA_3.pem | |
Adding debian:Amazon_Root_CA_2.pem | |
Adding debian:NetLock_Arany_=Class_Gold=_Főtanúsítvány.pem | |
Adding debian:COMODO_Certification_Authority.pem | |
Adding debian:SSL.com_EV_Root_Certification_Authority_ECC.pem | |
done. | |
Setting up libgail-common:amd64 (2.24.32-4ubuntu4) ... | |
Setting up ubuntu-mono (19.04-0ubuntu3) ... | |
Setting up cuda-visual-tools-11-8 (11.8.0-1) ... | |
Setting up cuda-tools-11-8 (11.8.0-1) ... | |
Setting up cuda-toolkit-11-8 (11.8.0-1) ... | |
Setting alternatives | |
Processing triggers for mime-support (3.64ubuntu1) ... | |
Processing triggers for libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ... | |
Setting up libgtk-3-0:amd64 (3.24.20-0ubuntu1.1) ... | |
Processing triggers for libc-bin (2.31-0ubuntu9.9) ... | |
Setting up libnma0:amd64 (1.8.24-1ubuntu3) ... | |
Setting up gir1.2-gtk-3.0:amd64 (3.24.20-0ubuntu1.1) ... | |
Setting up libcolord-gtk1:amd64 (0.2.0-0ubuntu1) ... | |
Setting up libgtk-3-bin (3.24.20-0ubuntu1.1) ... | |
Setting up libcanberra-gtk3-0:amd64 (0.30-7ubuntu1) ... | |
Processing triggers for systemd (245.4-4ubuntu3.20) ... | |
Setting up libgweather-3-16:amd64 (3.36.1-1~ubuntu20.04.1) ... | |
Setting up libvte-2.91-0:amd64 (0.60.3-0ubuntu1~20.04) ... | |
Processing triggers for man-db (2.9.1-1) ... | |
Setting up libcanberra-gtk3-module:amd64 (0.30-7ubuntu1) ... | |
Setting up libappindicator3-1 (12.10.1+20.04.20200408.1-0ubuntu1) ... | |
Processing triggers for ca-certificates (20211016ubuntu0.20.04.1) ... | |
Updating certificates in /etc/ssl/certs... | |
0 added, 0 removed; done. | |
Running hooks in /etc/ca-certificates/update.d... | |
done. | |
done. | |
Setting up libgnomekbd8:amd64 (3.26.1-1) ... | |
Processing triggers for dbus (1.12.16-2ubuntu2.3) ... | |
Processing triggers for shared-mime-info (1.15-1) ... | |
Processing triggers for udev (245.4-4ubuntu3.20) ... | |
Setting up libgoa-1.0-0b:amd64 (3.36.1-0ubuntu1) ... | |
Setting up libwebkit2gtk-4.0-37:amd64 (2.38.5-0ubuntu0.20.04.1) ... | |
Setting up ibus (1.5.22-2ubuntu2.1) ... | |
Setting up gir1.2-vte-2.91:amd64 (0.60.3-0ubuntu1~20.04) ... | |
Setting up gir1.2-gdm-1.0:amd64 (3.36.3-0ubuntu0.20.04.4) ... | |
Setting up libgnome-desktop-3-19:amd64 (3.36.8-0ubuntu1) ... | |
Setting up python3-aptdaemon.gtk3widgets (1.1.1+bzr982-0ubuntu32.3) ... | |
Setting up ibus-gtk3:amd64 (1.5.22-2ubuntu2.1) ... | |
Setting up libclutter-1.0-0:amd64 (1.26.4+dfsg-1) ... | |
Setting up libgoa-backend-1.0-1:amd64 (3.36.1-0ubuntu1) ... | |
Setting up libgdata22:amd64 (0.17.12-1) ... | |
Setting up libmutter-6-0:amd64 (3.36.9-0ubuntu0.20.04.2) ... | |
Setting up mousetweaks (3.32.0-2) ... | |
Setting up language-selector-gnome (0.204.2) ... | |
Setting up libgcr-ui-3-1:amd64 (3.36.0-2build1) ... | |
Setting up system-config-printer-common (1.5.12-0ubuntu1.1) ... | |
Setting up libgnome-bluetooth13:amd64 (3.34.3-0ubuntu1) ... | |
Setting up libclutter-gtk-1.0-0:amd64 (1.8.4-4) ... | |
Setting up gir1.2-nma-1.0:amd64 (1.8.24-1ubuntu3) ... | |
Setting up gir1.2-mutter-6:amd64 (3.36.9-0ubuntu0.20.04.2) ... | |
Setting up gnome-online-accounts (3.36.1-0ubuntu1) ... | |
Setting up gnome-settings-daemon (3.36.1-0ubuntu1.1) ... | |
Setting up gjs (1.64.5-0ubuntu0.20.04.01) ... | |
Setting up gnome-session-bin (3.36.0-2ubuntu1) ... | |
update-alternatives: using /usr/bin/gnome-session to provide /usr/bin/x-session-manager (x-session-manager) in auto mode | |
Setting up gir1.2-gweather-3.0:amd64 (3.36.1-1~ubuntu20.04.1) ... | |
Setting up libyelp0:amd64 (3.36.2-0ubuntu1) ... | |
Setting up zenity (3.32.0-5) ... | |
Setting up gcr (3.36.0-2build1) ... | |
Setting up gkbd-capplet (3.26.1-1) ... | |
Setting up mutter (3.36.9-0ubuntu0.20.04.2) ... | |
update-alternatives: using /usr/bin/mutter to provide /usr/bin/x-window-manager (x-window-manager) in auto mode | |
Setting up gir1.2-gcr-3:amd64 (3.36.0-2build1) ... | |
Setting up pinentry-gnome3 (1.1.0-3build1) ... | |
Setting up system-config-printer (1.5.12-0ubuntu1.1) ... | |
Setting up gir1.2-gnomedesktop-3.0:amd64 (3.36.8-0ubuntu1) ... | |
Setting up gnome-startup-applications (3.36.0-2ubuntu1) ... | |
Setting up libedataserver-1.2-24:amd64 (3.36.5-0ubuntu1) ... | |
Setting up gir1.2-gnomebluetooth-1.0:amd64 (3.34.3-0ubuntu1) ... | |
Setting up libclutter-gst-3.0-0:amd64 (3.0.27-1) ... | |
Setting up libecal-2.0-1:amd64 (3.36.5-0ubuntu1) ... | |
Setting up libebook-contacts-1.2-3:amd64 (3.36.5-0ubuntu1) ... | |
Setting up gnome-keyring (3.36.0-1ubuntu1) ... | |
Setting up libedataserverui-1.2-2:amd64 (3.36.5-0ubuntu1) ... | |
Setting up yelp (3.36.2-0ubuntu1) ... | |
Setting up libebackend-1.2-10:amd64 (3.36.5-0ubuntu1) ... | |
Setting up gstreamer1.0-clutter-3.0:amd64 (3.0.27-1) ... | |
Setting up libcheese8:amd64 (3.34.0-1ubuntu1) ... | |
Setting up libedata-cal-2.0-1:amd64 (3.36.5-0ubuntu1) ... | |
Setting up ubuntu-docs (20.04.3) ... | |
Setting up gnome-user-docs (3.36.2+git20200704-0ubuntu0.1) ... | |
Setting up libedata-book-1.2-26:amd64 (3.36.5-0ubuntu1) ... | |
Setting up libcheese-gtk25:amd64 (3.34.0-1ubuntu1) ... | |
Setting up libebook-1.2-20:amd64 (3.36.5-0ubuntu1) ... | |
Setting up gnome-control-center (1:3.36.5-0ubuntu4) ... | |
Setting up evolution-data-server (3.36.5-0ubuntu1) ... | |
Setting up gnome-shell (3.36.9-0ubuntu0.20.04.2) ... | |
Setting up screen-resolution-extra (0.18build1) ... | |
Setting up ubuntu-session (3.36.0-2ubuntu1) ... | |
Setting up gdm3 (3.36.3-0ubuntu0.20.04.4) ... | |
Creating config file /etc/gdm3/greeter.dconf-defaults with new version | |
gdm.service is not active, cannot reload. | |
invoke-rc.d: initscript gdm3, action "reload" failed. | |
Setting up nvidia-settings (530.30.02-0ubuntu1) ... | |
Setting up cuda-drivers-530 (530.30.02-1) ... | |
Setting up network-manager-gnome (1.8.24-1ubuntu3) ... | |
Setting up cuda-drivers (530.30.02-1) ... | |
Setting up cuda-runtime-11-8 (11.8.0-1) ... | |
Setting up cuda-demo-suite-11-8 (11.8.86-1) ... | |
Setting up cuda-11-8 (11.8.0-1) ... | |
Processing triggers for sgml-base (1.29.1) ... | |
Setting up sgml-data (2.0.11) ... | |
Processing triggers for sgml-base (1.29.1) ... | |
Setting up docbook-xml (4.5-9) ... | |
Processing triggers for initramfs-tools (0.136ubuntu6.7) ... | |
update-initramfs: Generating /boot/initrd.img-5.15.0-1031-aws | |
Processing triggers for dictionaries-common (1.28.1) ... | |
aspell-autobuildhash: processing: en [en-common]. | |
aspell-autobuildhash: processing: en [en-variant_0]. | |
aspell-autobuildhash: processing: en [en-variant_1]. | |
aspell-autobuildhash: processing: en [en-variant_2]. | |
aspell-autobuildhash: processing: en [en-w_accents-only]. | |
aspell-autobuildhash: processing: en [en-wo_accents-only]. | |
aspell-autobuildhash: processing: en [en_AU-variant_0]. | |
aspell-autobuildhash: processing: en [en_AU-variant_1]. | |
aspell-autobuildhash: processing: en [en_AU-w_accents-only]. | |
aspell-autobuildhash: processing: en [en_AU-wo_accents-only]. | |
aspell-autobuildhash: processing: en [en_CA-variant_0]. | |
aspell-autobuildhash: processing: en [en_CA-variant_1]. | |
aspell-autobuildhash: processing: en [en_CA-w_accents-only]. | |
aspell-autobuildhash: processing: en [en_CA-wo_accents-only]. | |
aspell-autobuildhash: processing: en [en_GB-ise-w_accents-only]. | |
aspell-autobuildhash: processing: en [en_GB-ise-wo_accents-only]. | |
aspell-autobuildhash: processing: en [en_GB-ize-w_accents-only]. | |
aspell-autobuildhash: processing: en [en_GB-ize-wo_accents-only]. | |
aspell-autobuildhash: processing: en [en_GB-variant_0]. | |
aspell-autobuildhash: processing: en [en_GB-variant_1]. | |
aspell-autobuildhash: processing: en [en_US-w_accents-only]. | |
aspell-autobuildhash: processing: en [en_US-wo_accents-only]. | |
Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.40.0+dfsg-3ubuntu0.4) ... | |
Processing triggers for rygel (0.38.3-1ubuntu1) ... | |
Processing triggers for libc-bin (2.31-0ubuntu9.9) ... | |
Processing triggers for dbus (1.12.16-2ubuntu2.3) ... | |
Processing triggers for systemd (245.4-4ubuntu3.20) ... | |
Processing triggers for sgml-base (1.29.1) ... | |
ubuntu@ip-172-31-38-139:~$ sudo lsmod | |
Module Size Used by | |
nls_iso8859_1 16384 1 | |
dm_multipath 40960 0 | |
scsi_dh_rdac 16384 0 | |
scsi_dh_emc 16384 0 | |
scsi_dh_alua 20480 0 | |
binfmt_misc 24576 1 | |
ppdev 24576 0 | |
parport_pc 53248 0 | |
crct10dif_pclmul 16384 1 | |
crc32_pclmul 16384 0 | |
parport 69632 2 parport_pc,ppdev | |
ena 122880 0 | |
psmouse 180224 0 | |
ghash_clmulni_intel 16384 0 | |
input_leds 16384 0 | |
serio_raw 20480 0 | |
aesni_intel 376832 0 | |
crypto_simd 16384 1 aesni_intel | |
cryptd 24576 2 crypto_simd,ghash_clmulni_intel | |
sch_fq_codel 24576 5 | |
msr 16384 0 | |
drm 618496 0 | |
efi_pstore 16384 0 | |
ip_tables 32768 0 | |
x_tables 53248 1 ip_tables | |
autofs4 49152 2 | |
ubuntu@ip-172-31-38-139:~$ sudo reboot | |
Connection to 18.195.88.121 closed by remote host. | |
Connection to 18.195.88.121 closed. | |
~ on ☁️ eu-central-1 took 9m11s | |
❯ ssh -i ~/.ssh/eu-central-1.pem [email protected] | |
ssh: connect to host 18.195.88.121 port 22: Connection refused | |
~ on ☁️ eu-central-1 | |
❯ ssh -i ~/.ssh/eu-central-1.pem [email protected] | |
ssh: connect to host 18.195.88.121 port 22: Connection refused | |
~ on ☁️ eu-central-1 | |
❯ ssh -i ~/.ssh/eu-central-1.pem [email protected] | |
ssh: connect to host 18.195.88.121 port 22: Operation timed out | |
~ on ☁️ eu-central-1 took 10s | |
❯ ssh -i ~/.ssh/eu-central-1.pem [email protected] | |
ssh: connect to host 18.195.88.121 port 22: Connection refused | |
~ on ☁️ eu-central-1 | |
❯ ssh -i ~/.ssh/eu-central-1.pem [email protected] | |
ssh: connect to host 18.195.88.121 port 22: Connection refused | |
~ on ☁️ eu-central-1 | |
❯ ssh -i ~/.ssh/eu-central-1.pem [email protected] | |
ssh: connect to host 18.195.88.121 port 22: Connection refused | |
~ on ☁️ eu-central-1 | |
❯ ssh -i ~/.ssh/eu-central-1.pem [email protected] | |
ssh: connect to host 18.195.88.121 port 22: Connection refused | |
~ on ☁️ eu-central-1 | |
❯ ssh -i ~/.ssh/eu-central-1.pem [email protected] | |
Welcome to Ubuntu 20.04.6 LTS (GNU/Linux 5.15.0-1031-aws x86_64) | |
* Documentation: https://help.ubuntu.com | |
* Management: https://landscape.canonical.com | |
* Support: https://ubuntu.com/advantage | |
System information as of Sun Apr 2 13:54:58 UTC 2023 | |
System load: 0.87 Processes: 167 | |
Usage of /: 60.2% of 23.08GB Users logged in: 0 | |
Memory usage: 2% IPv4 address for ens5: 172.31.38.139 | |
Swap usage: 0% | |
* Ubuntu Pro delivers the most comprehensive open source security and | |
compliance features. | |
https://ubuntu.com/aws/pro | |
Expanded Security Maintenance for Applications is enabled. | |
10 updates can be applied immediately. | |
7 of these updates are standard security updates. | |
To see these additional updates run: apt list --upgradable | |
New release '22.04.2 LTS' available. | |
Run 'do-release-upgrade' to upgrade to it. | |
Last login: Sun Apr 2 13:45:21 2023 from 75.40.152.101 | |
ubuntu@ip-172-31-38-139:~$ ^C | |
ubuntu@ip-172-31-38-139:~$ sudo lsmod | |
Module Size Used by | |
nls_iso8859_1 16384 1 | |
dm_multipath 40960 0 | |
scsi_dh_rdac 16384 0 | |
scsi_dh_emc 16384 0 | |
scsi_dh_alua 20480 0 | |
nvidia_uvm 1437696 0 | |
nvidia_drm 77824 1 | |
nvidia_modeset 1273856 2 nvidia_drm | |
nvidia 55721984 94 nvidia_uvm,nvidia_modeset | |
binfmt_misc 24576 1 | |
ppdev 24576 0 | |
drm_kms_helper 307200 1 nvidia_drm | |
crct10dif_pclmul 16384 1 | |
crc32_pclmul 16384 0 | |
ghash_clmulni_intel 16384 0 | |
cec 61440 1 drm_kms_helper | |
aesni_intel 376832 0 | |
rc_core 61440 1 cec | |
crypto_simd 16384 1 aesni_intel | |
fb_sys_fops 16384 1 drm_kms_helper | |
cryptd 24576 2 crypto_simd,ghash_clmulni_intel | |
parport_pc 53248 0 | |
syscopyarea 16384 1 drm_kms_helper | |
sysfillrect 20480 1 drm_kms_helper | |
input_leds 16384 0 | |
psmouse 180224 0 | |
sysimgblt 16384 1 drm_kms_helper | |
parport 69632 2 parport_pc,ppdev | |
ena 122880 0 | |
serio_raw 20480 0 | |
sch_fq_codel 24576 5 | |
msr 16384 0 | |
efi_pstore 16384 0 | |
drm 618496 5 drm_kms_helper,nvidia,nvidia_drm | |
ip_tables 32768 0 | |
x_tables 53248 1 ip_tables | |
autofs4 49152 2 | |
ubuntu@ip-172-31-38-139:~$ sudo dpkg -l | |
Desired=Unknown/Install/Remove/Purge/Hold | |
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend | |
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) | |
||/ Name Version Architecture Description | |
+++-====================================-=================================-============-======================================================> | |
ii accountsservice 0.6.55-0ubuntu12~20.04.5 amd64 query and manipulate user account information | |
ii acl 2.2.53-6 amd64 access control list - utilities | |
ii acpid 1:2.0.32-1ubuntu1 amd64 Advanced Configuration and Power Interface event daemon | |
ii adduser 3.118ubuntu2 all add and remove users and groups | |
ii adwaita-icon-theme 3.36.1-2ubuntu0.20.04.2 all default icon theme of GNOME (small subset) | |
ii alsa-topology-conf 1.2.2-1 all ALSA topology configuration files | |
ii alsa-ucm-conf 1.2.2-1ubuntu0.13 all ALSA Use Case Manager configuration files | |
ii amd64-microcode 3.20191218.1ubuntu1 amd64 Processor microcode firmware for AMD CPUs | |
ii apg 2.2.3.dfsg.1-5 amd64 Automated Password Generator - Standalone version | |
ii apparmor 2.13.3-7ubuntu5.1 amd64 user-space parser utility for AppArmor | |
ii apport 2.20.11-0ubuntu27.25 all automatically generate crash reports for debugging | |
ii apport-symptoms 0.23 all symptom scripts for apport | |
ii apt 2.0.9 amd64 commandline package manager | |
ii apt-utils 2.0.9 amd64 package management related utility programs | |
ii aptdaemon 1.1.1+bzr982-0ubuntu32.3 all transaction based package management service | |
ii aptdaemon-data 1.1.1+bzr982-0ubuntu32.3 all data files for clients | |
ii aspell 0.60.8-1ubuntu0.1 amd64 GNU Aspell spell-checker | |
ii aspell-en 2018.04.16-0-1 all English dictionary for GNU Aspell | |
ii at 3.1.23-1ubuntu1 amd64 Delayed job execution and batch processing | |
ii at-spi2-core 2.36.0-2 amd64 Assistive Technology Service Provider Interface (dbus > | |
ii avahi-daemon 0.7-4ubuntu7.1 amd64 Avahi mDNS/DNS-SD daemon | |
ii avahi-utils 0.7-4ubuntu7.1 amd64 Avahi browsing, publishing and discovery utilities | |
ii base-files 11ubuntu5.7 amd64 Debian base system miscellaneous files | |
ii base-passwd 3.5.47 amd64 Debian base system master password and group files | |
ii bash 5.0-6ubuntu1.2 amd64 GNU Bourne Again SHell | |
ii bash-completion 1:2.10-1ubuntu1 all programmable completion for the bash shell | |
ii bc 1.07.1-2build1 amd64 GNU bc arbitrary precision calculator language | |
ii bcache-tools 1.0.8-3ubuntu0.1 amd64 bcache userspace tools | |
ii bind9-dnsutils 1:9.16.1-0ubuntu2.14 amd64 Clients provided with BIND 9 | |
ii bind9-host 1:9.16.1-0ubuntu2.14 amd64 DNS Lookup Utility | |
ii bind9-libs:amd64 1:9.16.1-0ubuntu2.14 amd64 Shared Libraries used by BIND 9 | |
ii binutils 2.34-6ubuntu1.4 amd64 GNU assembler, linker and binary utilities | |
ii binutils-common:amd64 2.34-6ubuntu1.4 amd64 Common files for the GNU assembler, linker and binary > | |
ii binutils-x86-64-linux-gnu 2.34-6ubuntu1.4 amd64 GNU binary utilities, for x86-64-linux-gnu target | |
ii bluez 5.53-0ubuntu3.6 amd64 Bluetooth tools and daemons | |
ii bolt 0.9.1-2~ubuntu20.04.1 amd64 system daemon to manage thunderbolt 3 devices | |
ii bsdmainutils 11.1.2ubuntu3 amd64 collection of more utilities from FreeBSD | |
ii bsdutils 1:2.34-0.1ubuntu9.3 amd64 basic utilities from 4.4BSD-Lite | |
ii btrfs-progs 5.4.1-2 amd64 Checksumming Copy on Write Filesystem utilities | |
ii bubblewrap 0.4.0-1ubuntu4 amd64 setuid wrapper for unprivileged chroot and namespace m> | |
ii build-essential 12.8ubuntu1.1 amd64 Informational list of build-essential packages | |
ii busybox-initramfs 1:1.30.1-4ubuntu6.4 amd64 Standalone shell setup for initramfs | |
ii busybox-static 1:1.30.1-4ubuntu6.4 amd64 Standalone rescue shell with tons of builtin utilities | |
ii byobu 5.133-0ubuntu1 all text window manager, shell multiplexer, integrated Dev> | |
ii bzip2 1.0.8-2 amd64 high-quality block-sorting file compressor - utilities | |
ii ca-certificates 20211016ubuntu0.20.04.1 all Common CA certificates | |
ii ca-certificates-java 20190405ubuntu1 all Common CA certificates (JKS keystore) | |
ii cheese-common 3.34.0-1ubuntu1 all Common files for the Cheese tool to take pictures and > | |
ii cloud-guest-utils 0.31-7-gd99b2d76-0ubuntu1 all cloud guest utilities | |
ii cloud-init 23.1.1-0ubuntu0~20.04.1 all initialization and customization tool for cloud instan> | |
ii cloud-initramfs-copymods 0.45ubuntu2 all copy initramfs modules into root filesystem for later > | |
ii cloud-initramfs-dyn-netconf 0.45ubuntu2 all write a network interface file in /run for BOOTIF | |
ii colord 1.4.4-2 amd64 system service to manage device colour profiles -- sys> | |
ii colord-data 1.4.4-2 all system service to manage device colour profiles -- dat> | |
ii command-not-found 20.04.6 all Suggest installation of packages in interactive bash s> | |
ii console-setup 1.194ubuntu3 all console font and keymap setup program | |
ii console-setup-linux 1.194ubuntu3 all Linux specific part of console-setup | |
ii coreutils 8.30-3ubuntu2 amd64 GNU core utilities | |
ii cpio 2.13+dfsg-2ubuntu0.3 amd64 GNU cpio -- a program to manage archives of files | |
ii cpp 4:9.3.0-1ubuntu2 amd64 GNU C preprocessor (cpp) | |
ii cpp-9 9.4.0-1ubuntu1~20.04.1 amd64 GNU C preprocessor | |
ii cracklib-runtime 2.9.6-3.2 amd64 runtime support for password checker library cracklib2 | |
ii crda 3.18-1build1 amd64 wireless Central Regulatory Domain Agent | |
ii cron 3.0pl1-136ubuntu1 amd64 process scheduling daemon | |
ii cryptsetup 2:2.2.2-3ubuntu2.4 amd64 disk encryption support - startup scripts | |
ii cryptsetup-bin 2:2.2.2-3ubuntu2.4 amd64 disk encryption support - command line tools | |
ii cryptsetup-initramfs 2:2.2.2-3ubuntu2.4 all disk encryption support - initramfs integration | |
ii cryptsetup-run 2:2.2.2-3ubuntu2.4 all transitional dummy package for cryptsetup | |
ii cuda-11-8 11.8.0-1 amd64 CUDA 11.8 meta-package | |
ii cuda-cccl-11-8 11.8.89-1 amd64 CUDA CCCL | |
ii cuda-command-line-tools-11-8 11.8.0-1 amd64 CUDA command-line tools | |
ii cuda-compiler-11-8 11.8.0-1 amd64 CUDA compiler | |
ii cuda-cudart-11-8 11.8.89-1 amd64 CUDA Runtime native Libraries | |
ii cuda-cudart-dev-11-8 11.8.89-1 amd64 CUDA Runtime native dev links, headers | |
ii cuda-cuobjdump-11-8 11.8.86-1 amd64 CUDA cuobjdump | |
ii cuda-cupti-11-8 11.8.87-1 amd64 CUDA profiling tools runtime libs. | |
ii cuda-cupti-dev-11-8 11.8.87-1 amd64 CUDA profiling tools interface. | |
ii cuda-cuxxfilt-11-8 11.8.86-1 amd64 CUDA cuxxfilt | |
ii cuda-demo-suite-11-8 11.8.86-1 amd64 Demo suite for CUDA | |
ii cuda-documentation-11-8 11.8.86-1 amd64 CUDA documentation | |
ii cuda-driver-dev-11-8 11.8.89-1 amd64 CUDA Driver native dev stub library | |
ii cuda-drivers 530.30.02-1 amd64 CUDA Driver meta-package, branch-agnostic | |
ii cuda-drivers-530 530.30.02-1 amd64 CUDA Driver meta-package, branch-specific | |
ii cuda-gdb-11-8 11.8.86-1 amd64 CUDA-GDB | |
ii cuda-keyring 1.0-1 all GPG keyring for the CUDA repository | |
ii cuda-libraries-11-8 11.8.0-1 amd64 CUDA Libraries 11.8 meta-package | |
ii cuda-libraries-dev-11-8 11.8.0-1 amd64 CUDA Libraries 11.8 development meta-package | |
ubuntu@ip-172-31-38-139:~$ sudo dpkg -l | cat | |
Desired=Unknown/Install/Remove/Purge/Hold | |
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend | |
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) | |
||/ Name Version Architecture Description | |
+++-====================================-=================================-============-=============================================================================== | |
ii accountsservice 0.6.55-0ubuntu12~20.04.5 amd64 query and manipulate user account information | |
ii acl 2.2.53-6 amd64 access control list - utilities | |
ii acpid 1:2.0.32-1ubuntu1 amd64 Advanced Configuration and Power Interface event daemon | |
ii adduser 3.118ubuntu2 all add and remove users and groups | |
ii adwaita-icon-theme 3.36.1-2ubuntu0.20.04.2 all default icon theme of GNOME (small subset) | |
ii alsa-topology-conf 1.2.2-1 all ALSA topology configuration files | |
ii alsa-ucm-conf 1.2.2-1ubuntu0.13 all ALSA Use Case Manager configuration files | |
ii amd64-microcode 3.20191218.1ubuntu1 amd64 Processor microcode firmware for AMD CPUs | |
ii apg 2.2.3.dfsg.1-5 amd64 Automated Password Generator - Standalone version | |
ii apparmor 2.13.3-7ubuntu5.1 amd64 user-space parser utility for AppArmor | |
ii apport 2.20.11-0ubuntu27.25 all automatically generate crash reports for debugging | |
ii apport-symptoms 0.23 all symptom scripts for apport | |
ii apt 2.0.9 amd64 commandline package manager | |
ii apt-utils 2.0.9 amd64 package management related utility programs | |
ii aptdaemon 1.1.1+bzr982-0ubuntu32.3 all transaction based package management service | |
ii aptdaemon-data 1.1.1+bzr982-0ubuntu32.3 all data files for clients | |
ii aspell 0.60.8-1ubuntu0.1 amd64 GNU Aspell spell-checker | |
ii aspell-en 2018.04.16-0-1 all English dictionary for GNU Aspell | |
ii at 3.1.23-1ubuntu1 amd64 Delayed job execution and batch processing | |
ii at-spi2-core 2.36.0-2 amd64 Assistive Technology Service Provider Interface (dbus core) | |
ii avahi-daemon 0.7-4ubuntu7.1 amd64 Avahi mDNS/DNS-SD daemon | |
ii avahi-utils 0.7-4ubuntu7.1 amd64 Avahi browsing, publishing and discovery utilities | |
ii base-files 11ubuntu5.7 amd64 Debian base system miscellaneous files | |
ii base-passwd 3.5.47 amd64 Debian base system master password and group files | |
ii bash 5.0-6ubuntu1.2 amd64 GNU Bourne Again SHell | |
ii bash-completion 1:2.10-1ubuntu1 all programmable completion for the bash shell | |
ii bc 1.07.1-2build1 amd64 GNU bc arbitrary precision calculator language | |
ii bcache-tools 1.0.8-3ubuntu0.1 amd64 bcache userspace tools | |
ii bind9-dnsutils 1:9.16.1-0ubuntu2.14 amd64 Clients provided with BIND 9 | |
ii bind9-host 1:9.16.1-0ubuntu2.14 amd64 DNS Lookup Utility | |
ii bind9-libs:amd64 1:9.16.1-0ubuntu2.14 amd64 Shared Libraries used by BIND 9 | |
ii binutils 2.34-6ubuntu1.4 amd64 GNU assembler, linker and binary utilities | |
ii binutils-common:amd64 2.34-6ubuntu1.4 amd64 Common files for the GNU assembler, linker and binary utilities | |
ii binutils-x86-64-linux-gnu 2.34-6ubuntu1.4 amd64 GNU binary utilities, for x86-64-linux-gnu target | |
ii bluez 5.53-0ubuntu3.6 amd64 Bluetooth tools and daemons | |
ii bolt 0.9.1-2~ubuntu20.04.1 amd64 system daemon to manage thunderbolt 3 devices | |
ii bsdmainutils 11.1.2ubuntu3 amd64 collection of more utilities from FreeBSD | |
ii bsdutils 1:2.34-0.1ubuntu9.3 amd64 basic utilities from 4.4BSD-Lite | |
ii btrfs-progs 5.4.1-2 amd64 Checksumming Copy on Write Filesystem utilities | |
ii bubblewrap 0.4.0-1ubuntu4 amd64 setuid wrapper for unprivileged chroot and namespace manipulation | |
ii build-essential 12.8ubuntu1.1 amd64 Informational list of build-essential packages | |
ii busybox-initramfs 1:1.30.1-4ubuntu6.4 amd64 Standalone shell setup for initramfs | |
ii busybox-static 1:1.30.1-4ubuntu6.4 amd64 Standalone rescue shell with tons of builtin utilities | |
ii byobu 5.133-0ubuntu1 all text window manager, shell multiplexer, integrated DevOps environment | |
ii bzip2 1.0.8-2 amd64 high-quality block-sorting file compressor - utilities | |
ii ca-certificates 20211016ubuntu0.20.04.1 all Common CA certificates | |
ii ca-certificates-java 20190405ubuntu1 all Common CA certificates (JKS keystore) | |
ii cheese-common 3.34.0-1ubuntu1 all Common files for the Cheese tool to take pictures and videos | |
ii cloud-guest-utils 0.31-7-gd99b2d76-0ubuntu1 all cloud guest utilities | |
ii cloud-init 23.1.1-0ubuntu0~20.04.1 all initialization and customization tool for cloud instances | |
ii cloud-initramfs-copymods 0.45ubuntu2 all copy initramfs modules into root filesystem for later use | |
ii cloud-initramfs-dyn-netconf 0.45ubuntu2 all write a network interface file in /run for BOOTIF | |
ii colord 1.4.4-2 amd64 system service to manage device colour profiles -- system daemon | |
ii colord-data 1.4.4-2 all system service to manage device colour profiles -- data files | |
ii command-not-found 20.04.6 all Suggest installation of packages in interactive bash sessions | |
ii console-setup 1.194ubuntu3 all console font and keymap setup program | |
ii console-setup-linux 1.194ubuntu3 all Linux specific part of console-setup | |
ii coreutils 8.30-3ubuntu2 amd64 GNU core utilities | |
ii cpio 2.13+dfsg-2ubuntu0.3 amd64 GNU cpio -- a program to manage archives of files | |
ii cpp 4:9.3.0-1ubuntu2 amd64 GNU C preprocessor (cpp) | |
ii cpp-9 9.4.0-1ubuntu1~20.04.1 amd64 GNU C preprocessor | |
ii cracklib-runtime 2.9.6-3.2 amd64 runtime support for password checker library cracklib2 | |
ii crda 3.18-1build1 amd64 wireless Central Regulatory Domain Agent | |
ii cron 3.0pl1-136ubuntu1 amd64 process scheduling daemon | |
ii cryptsetup 2:2.2.2-3ubuntu2.4 amd64 disk encryption support - startup scripts | |
ii cryptsetup-bin 2:2.2.2-3ubuntu2.4 amd64 disk encryption support - command line tools | |
ii cryptsetup-initramfs 2:2.2.2-3ubuntu2.4 all disk encryption support - initramfs integration | |
ii cryptsetup-run 2:2.2.2-3ubuntu2.4 all transitional dummy package for cryptsetup | |
ii cuda-11-8 11.8.0-1 amd64 CUDA 11.8 meta-package | |
ii cuda-cccl-11-8 11.8.89-1 amd64 CUDA CCCL | |
ii cuda-command-line-tools-11-8 11.8.0-1 amd64 CUDA command-line tools | |
ii cuda-compiler-11-8 11.8.0-1 amd64 CUDA compiler | |
ii cuda-cudart-11-8 11.8.89-1 amd64 CUDA Runtime native Libraries | |
ii cuda-cudart-dev-11-8 11.8.89-1 amd64 CUDA Runtime native dev links, headers | |
ii cuda-cuobjdump-11-8 11.8.86-1 amd64 CUDA cuobjdump | |
ii cuda-cupti-11-8 11.8.87-1 amd64 CUDA profiling tools runtime libs. | |
ii cuda-cupti-dev-11-8 11.8.87-1 amd64 CUDA profiling tools interface. | |
ii cuda-cuxxfilt-11-8 11.8.86-1 amd64 CUDA cuxxfilt | |
ii cuda-demo-suite-11-8 11.8.86-1 amd64 Demo suite for CUDA | |
ii cuda-documentation-11-8 11.8.86-1 amd64 CUDA documentation | |
ii cuda-driver-dev-11-8 11.8.89-1 amd64 CUDA Driver native dev stub library | |
ii cuda-drivers 530.30.02-1 amd64 CUDA Driver meta-package, branch-agnostic | |
ii cuda-drivers-530 530.30.02-1 amd64 CUDA Driver meta-package, branch-specific | |
ii cuda-gdb-11-8 11.8.86-1 amd64 CUDA-GDB | |
ii cuda-keyring 1.0-1 all GPG keyring for the CUDA repository | |
ii cuda-libraries-11-8 11.8.0-1 amd64 CUDA Libraries 11.8 meta-package | |
ii cuda-libraries-dev-11-8 11.8.0-1 amd64 CUDA Libraries 11.8 development meta-package | |
ii cuda-memcheck-11-8 11.8.86-1 amd64 CUDA-MEMCHECK | |
ii cuda-nsight-11-8 11.8.86-1 amd64 CUDA nsight | |
ii cuda-nsight-compute-11-8 11.8.0-1 amd64 NVIDIA Nsight Compute | |
ii cuda-nsight-systems-11-8 11.8.0-1 amd64 NVIDIA Nsight Systems | |
ii cuda-nvcc-11-8 11.8.89-1 amd64 CUDA nvcc | |
ii cuda-nvdisasm-11-8 11.8.86-1 amd64 CUDA disassembler | |
ii cuda-nvml-dev-11-8 11.8.86-1 amd64 NVML native dev links, headers | |
ii cuda-nvprof-11-8 11.8.87-1 amd64 CUDA Profiler tools | |
ii cuda-nvprune-11-8 11.8.86-1 amd64 CUDA nvprune | |
ii cuda-nvrtc-11-8 11.8.89-1 amd64 NVRTC native runtime libraries | |
ii cuda-nvrtc-dev-11-8 11.8.89-1 amd64 NVRTC native dev links, headers | |
ii cuda-nvtx-11-8 11.8.86-1 amd64 NVIDIA Tools Extension | |
ii cuda-nvvp-11-8 11.8.87-1 amd64 CUDA Profiler tools | |
ii cuda-profiler-api-11-8 11.8.86-1 amd64 CUDA Profiler API | |
ii cuda-runtime-11-8 11.8.0-1 amd64 CUDA Runtime 11.8 meta-package | |
ii cuda-sanitizer-11-8 11.8.86-1 amd64 CUDA Sanitizer | |
ii cuda-toolkit-11-8 11.8.0-1 amd64 CUDA Toolkit 11.8 meta-package | |
ii cuda-toolkit-11-8-config-common 11.8.89-1 all Common config package for CUDA Toolkit 11.8. | |
ii cuda-toolkit-11-config-common 11.8.89-1 all Common config package for CUDA Toolkit 11. | |
ii cuda-toolkit-config-common 12.1.55-1 all Common config package for CUDA Toolkit. | |
ii cuda-tools-11-8 11.8.0-1 amd64 CUDA Tools meta-package | |
ii cuda-visual-tools-11-8 11.8.0-1 amd64 CUDA visual tools | |
ii cups-pk-helper 0.2.6-1ubuntu3 amd64 PolicyKit helper to configure cups with fine-grained privileges | |
ii curl 7.68.0-1ubuntu2.18 amd64 command line tool for transferring data with URL syntax | |
ii dash 0.5.10.2-6 amd64 POSIX-compliant shell | |
ii dbus 1.12.16-2ubuntu2.3 amd64 simple interprocess messaging system (daemon and utilities) | |
ii dbus-user-session 1.12.16-2ubuntu2.3 amd64 simple interprocess messaging system (systemd --user integration) | |
ii dbus-x11 1.12.16-2ubuntu2.3 amd64 simple interprocess messaging system (X11 deps) | |
ii dconf-cli 0.36.0-1 amd64 simple configuration storage system - utilities | |
ii dconf-gsettings-backend:amd64 0.36.0-1 amd64 simple configuration storage system - GSettings back-end | |
ii dconf-service 0.36.0-1 amd64 simple configuration storage system - D-Bus service | |
ii dctrl-tools 2.24-3 amd64 Command-line tools to process Debian package information | |
ii debconf 1.5.73 all Debian configuration management system | |
ii debconf-i18n 1.5.73 all full internationalization support for debconf | |
ii debianutils 4.9.1 amd64 Miscellaneous utilities specific to Debian | |
ii default-jre 2:1.11-72 amd64 Standard Java or Java compatible Runtime | |
ii default-jre-headless 2:1.11-72 amd64 Standard Java or Java compatible Runtime (headless) | |
ii desktop-file-utils 0.24-1ubuntu3 amd64 Utilities for .desktop files | |
ii dictionaries-common 1.28.1 all spelling dictionaries - common utilities | |
ii diffutils 1:3.7-3 amd64 File comparison utilities | |
ii dirmngr 2.2.19-3ubuntu2.2 amd64 GNU privacy guard - network certificate management service | |
ii distro-info 0.23ubuntu1 amd64 provides information about the distributions' releases | |
ii distro-info-data 0.43ubuntu1.11 all information about the distributions' releases (data files) | |
ii dkms 2.8.1-5ubuntu2 all Dynamic Kernel Module Support Framework | |
ii dmeventd 2:1.02.167-1ubuntu1 amd64 Linux Kernel Device Mapper event daemon | |
ii dmidecode 3.2-3 amd64 SMBIOS/DMI table decoder | |
ii dmsetup 2:1.02.167-1ubuntu1 amd64 Linux Kernel Device Mapper userspace library | |
ii dns-root-data 2019052802 all DNS root data including root zone and DNSSEC key | |
ii dnsmasq-base 2.80-1.1ubuntu1.6 amd64 Small caching DNS proxy and DHCP/TFTP server | |
ii docbook-xml 4.5-9 all standard XML documentation system for software and systems | |
ii dosfstools 4.1-2 amd64 utilities for making and checking MS-DOS FAT filesystems | |
ii dpkg 1.19.7ubuntu3.2 amd64 Debian package management system | |
ii dpkg-dev 1.19.7ubuntu3.2 all Debian package development tools | |
ii e2fsprogs 1.45.5-2ubuntu1.1 amd64 ext2/ext3/ext4 file system utilities | |
ii eatmydata 105-7 all Library and utilities designed to disable fsync and friends | |
ii ec2-hibinit-agent 1.0.0-0ubuntu9.2 all Amazon EC2 hibernation agent | |
ii ec2-instance-connect 1.1.12+dfsg1-0ubuntu3.20.04.1 all Configures ssh daemon to accept EC2 Instance Connect ssh keys | |
ii ed 1.16-1 amd64 classic UNIX line editor | |
ii efibootmgr 17-1 amd64 Interact with the EFI Boot Manager | |
ii eject 2.1.5+deb1+cvs20081104-14 amd64 ejects CDs and operates CD-Changers under Linux | |
ii emacsen-common 3.0.4 all Common facilities for all emacsen | |
ii enchant-2 2.2.8-1ubuntu0.20.04.1 amd64 Wrapper for various spell checker engines (binary programs) | |
ii ethtool 1:5.4-1 amd64 display or change Ethernet device settings | |
ii evolution-data-server 3.36.5-0ubuntu1 amd64 evolution database backend server | |
ii evolution-data-server-common 3.36.5-0ubuntu1 all architecture independent files for Evolution Data Server | |
ii fakeroot 1.24-1 amd64 tool for simulating superuser privileges | |
ii fdisk 2.34-0.1ubuntu9.3 amd64 collection of partitioning utilities | |
ii file 1:5.38-4 amd64 Recognize the type of data in a file using "magic" numbers | |
ii finalrd 6~ubuntu20.04.1 all final runtime directory for shutdown | |
ii findutils 4.7.0-1ubuntu1 amd64 utilities for finding files--find, xargs | |
ii fontconfig 2.13.1-2ubuntu3 amd64 generic font configuration library - support binaries | |
ii fontconfig-config 2.13.1-2ubuntu3 all generic font configuration library - configuration | |
ii fonts-dejavu-core 2.37-1 all Vera font family derivate with additional characters | |
ii fonts-dejavu-extra 2.37-1 all Vera font family derivate with additional characters (extra variants) | |
ii fonts-ubuntu-console 0.83-4ubuntu1 all console version of the Ubuntu Mono font | |
ii fprintd 1.90.9-1~ubuntu20.04.1 amd64 D-Bus daemon for fingerprint reader access | |
ii friendly-recovery 0.2.41ubuntu0.20.04.1 all Make recovery boot mode more user-friendly | |
ii ftp 0.17-34.1 amd64 classical file transfer client | |
rc fuse 2.9.9-3 amd64 Filesystem in Userspace | |
ii fuse3 3.9.0-2 amd64 Filesystem in Userspace (3.x version) | |
ii fwupd 1.7.9-1~20.04.1 amd64 Firmware update daemon | |
ii fwupd-signed 1.51~20.04.1+1.2-3ubuntu0.2 amd64 Linux Firmware Updater EFI signed binary | |
ii g++ 4:9.3.0-1ubuntu2 amd64 GNU C++ compiler | |
ii g++-9 9.4.0-1ubuntu1~20.04.1 amd64 GNU C++ compiler | |
ii gawk 1:5.0.1+dfsg-1 amd64 GNU awk, a pattern scanning and processing language | |
ii gcc 4:9.3.0-1ubuntu2 amd64 GNU C compiler | |
ii gcc-10-base:amd64 10.3.0-1ubuntu1~20.04 amd64 GCC, the GNU Compiler Collection (base package) | |
ii gcc-9 9.4.0-1ubuntu1~20.04.1 amd64 GNU C compiler | |
ii gcc-9-base:amd64 9.4.0-1ubuntu1~20.04.1 amd64 GCC, the GNU Compiler Collection (base package) | |
ii gcr 3.36.0-2build1 amd64 GNOME crypto services (daemon and tools) | |
ii gdisk 1.0.5-1 amd64 GPT fdisk text-mode partitioning tool | |
ii gdm3 3.36.3-0ubuntu0.20.04.4 amd64 GNOME Display Manager | |
ii gds-tools-11-8 1.4.0.31-1 amd64 Tools for GPU Direct Storage | |
ii geoclue-2.0 2.5.6-0ubuntu1 amd64 geoinformation service | |
ii gettext-base 0.19.8.1-10build1 amd64 GNU Internationalization utilities for the base system | |
ii gir1.2-accountsservice-1.0 0.6.55-0ubuntu12~20.04.5 amd64 GObject introspection data for AccountService | |
ii gir1.2-atk-1.0:amd64 2.35.1-1ubuntu2 amd64 ATK accessibility toolkit (GObject introspection) | |
ii gir1.2-atspi-2.0:amd64 2.36.0-2 amd64 Assistive Technology Service Provider (GObject introspection) | |
ii gir1.2-freedesktop:amd64 1.64.1-1~ubuntu20.04.1 amd64 Introspection data for some FreeDesktop components | |
ii gir1.2-gck-1:amd64 3.36.0-2build1 amd64 GObject introspection data for the GCK library | |
ii gir1.2-gcr-3:amd64 3.36.0-2build1 amd64 GObject introspection data for the GCR library | |
ii gir1.2-gdesktopenums-3.0:amd64 3.36.0-1ubuntu1 amd64 GObject introspection for GSettings desktop-wide schemas | |
ii gir1.2-gdkpixbuf-2.0:amd64 2.40.0+dfsg-3ubuntu0.4 amd64 GDK Pixbuf library - GObject-Introspection | |
ii gir1.2-gdm-1.0:amd64 3.36.3-0ubuntu0.20.04.4 amd64 GObject introspection data for the GNOME Display Manager | |
ii gir1.2-geoclue-2.0:amd64 2.5.6-0ubuntu1 amd64 convenience library to interact with geoinformation service (introspection) | |
ii gir1.2-glib-2.0:amd64 1.64.1-1~ubuntu20.04.1 amd64 Introspection data for GLib, GObject, Gio and GModule | |
ii gir1.2-gnomebluetooth-1.0:amd64 3.34.3-0ubuntu1 amd64 Introspection data for GnomeBluetooth | |
ii gir1.2-gnomedesktop-3.0:amd64 3.36.8-0ubuntu1 amd64 Introspection data for GnomeDesktop | |
ii gir1.2-graphene-1.0:amd64 1.10.0-1build2 amd64 library of graphic data types (introspection files) | |
ii gir1.2-gtk-3.0:amd64 3.24.20-0ubuntu1.1 amd64 GTK graphical user interface library -- gir bindings | |
ii gir1.2-gweather-3.0:amd64 3.36.1-1~ubuntu20.04.1 amd64 GObject introspection data for the GWeather library | |
ii gir1.2-ibus-1.0:amd64 1.5.22-2ubuntu2.1 amd64 Intelligent Input Bus - introspection data | |
ii gir1.2-json-1.0:amd64 1.4.4-2ubuntu2 amd64 GLib JSON manipulation library (introspection data) | |
ii gir1.2-mutter-6:amd64 3.36.9-0ubuntu0.20.04.2 amd64 GObject introspection data for Mutter | |
ii gir1.2-nm-1.0:amd64 1.22.10-1ubuntu2.3 amd64 GObject introspection data for the libnm library | |
ii gir1.2-nma-1.0:amd64 1.8.24-1ubuntu3 amd64 GObject introspection data for libnma | |
ii gir1.2-notify-0.7:amd64 0.7.9-1ubuntu3.20.04.2 amd64 sends desktop notifications to a notification daemon (Introspection files) | |
ii gir1.2-packagekitglib-1.0 1.1.13-2ubuntu1.1 amd64 GObject introspection data for the PackageKit GLib library | |
ii gir1.2-pango-1.0:amd64 1.44.7-2ubuntu4 amd64 Layout and rendering of internationalized text - gir bindings | |
ii gir1.2-polkit-1.0 0.105-26ubuntu1.3 amd64 GObject introspection data for PolicyKit | |
ii gir1.2-rsvg-2.0:amd64 2.48.9-1ubuntu0.20.04.1 amd64 gir files for renderer library for SVG files | |
ii gir1.2-secret-1:amd64 0.20.4-0ubuntu1 amd64 Secret store (GObject-Introspection) | |
ii gir1.2-soup-2.4:amd64 2.70.0-1 amd64 GObject introspection data for the libsoup HTTP library | |
ii gir1.2-upowerglib-1.0:amd64 0.99.11-1build2 amd64 GObject introspection data for upower | |
ii gir1.2-vte-2.91:amd64 0.60.3-0ubuntu1~20.04 amd64 GObject introspection data for the VTE library | |
ii git 1:2.25.1-1ubuntu3.10 amd64 fast, scalable, distributed revision control system | |
ii git-man 1:2.25.1-1ubuntu3.10 all fast, scalable, distributed revision control system (manual pages) | |
ii gjs 1.64.5-0ubuntu0.20.04.01 amd64 Mozilla-based javascript bindings for the GNOME platform | |
ii gkbd-capplet 3.26.1-1 amd64 GNOME control center tools for libgnomekbd | |
ii glib-networking:amd64 2.64.2-1ubuntu0.1 amd64 network-related giomodules for GLib | |
ii glib-networking-common 2.64.2-1ubuntu0.1 all network-related giomodules for GLib - data files | |
ii glib-networking-services 2.64.2-1ubuntu0.1 amd64 network-related giomodules for GLib - D-Bus services | |
ii gnome-control-center 1:3.36.5-0ubuntu4 amd64 utilities to configure the GNOME desktop | |
ii gnome-control-center-data 1:3.36.5-0ubuntu4 all configuration applets for GNOME - data files | |
ii gnome-control-center-faces 1:3.36.5-0ubuntu4 all utilities to configure the GNOME desktop - faces images | |
ii gnome-desktop3-data 3.36.8-0ubuntu1 all Common files for GNOME desktop apps | |
ii gnome-keyring 3.36.0-1ubuntu1 amd64 GNOME keyring services (daemon and tools) | |
ii gnome-keyring-pkcs11:amd64 3.36.0-1ubuntu1 amd64 GNOME keyring module for the PKCS#11 module loading library | |
ii gnome-menus 3.36.0-1ubuntu1 amd64 GNOME implementation of the freedesktop menu specification | |
ii gnome-online-accounts 3.36.1-0ubuntu1 amd64 service to manage online accounts for the GNOME desktop | |
ii gnome-session-bin 3.36.0-2ubuntu1 amd64 GNOME Session Manager - Minimal runtime | |
ii gnome-session-common 3.36.0-2ubuntu1 all GNOME Session Manager - common files | |
ii gnome-settings-daemon 3.36.1-0ubuntu1.1 amd64 daemon handling the GNOME session settings | |
ii gnome-settings-daemon-common 3.36.1-0ubuntu1.1 all daemon handling the GNOME session settings - common files | |
ii gnome-shell 3.36.9-0ubuntu0.20.04.2 amd64 graphical shell for the GNOME desktop | |
ii gnome-shell-common 3.36.9-0ubuntu0.20.04.2 all common files for the GNOME graphical shell | |
ii gnome-startup-applications 3.36.0-2ubuntu1 amd64 Startup Applications manager for GNOME | |
ii gnome-user-docs 3.36.2+git20200704-0ubuntu0.1 all GNOME user docs | |
ii gnupg 2.2.19-3ubuntu2.2 all GNU privacy guard - a free PGP replacement | |
ii gnupg-l10n 2.2.19-3ubuntu2.2 all GNU privacy guard - localization files | |
ii gnupg-utils 2.2.19-3ubuntu2.2 amd64 GNU privacy guard - utility programs | |
ii gpg 2.2.19-3ubuntu2.2 amd64 GNU Privacy Guard -- minimalist public key operations | |
ii gpg-agent 2.2.19-3ubuntu2.2 amd64 GNU privacy guard - cryptographic agent | |
ii gpg-wks-client 2.2.19-3ubuntu2.2 amd64 GNU privacy guard - Web Key Service client | |
ii gpg-wks-server 2.2.19-3ubuntu2.2 amd64 GNU privacy guard - Web Key Service server | |
ii gpgconf 2.2.19-3ubuntu2.2 amd64 GNU privacy guard - core configuration utilities | |
ii gpgsm 2.2.19-3ubuntu2.2 amd64 GNU privacy guard - S/MIME version | |
ii gpgv 2.2.19-3ubuntu2.2 amd64 GNU privacy guard - signature verification tool | |
ii grep 3.4-1 amd64 GNU grep, egrep and fgrep | |
ii groff-base 1.22.4-4build1 amd64 GNU troff text-formatting system (base system components) | |
ii grub-common 2.04-1ubuntu26.16 amd64 GRand Unified Bootloader (common files) | |
ii grub-efi-amd64-bin 2.06-2ubuntu14.1 amd64 GRand Unified Bootloader, version 2 (EFI-AMD64 modules) | |
ii grub-efi-amd64-signed 1.187.3~20.04.1+2.06-2ubuntu14.1 amd64 GRand Unified Bootloader, version 2 (EFI-AMD64 version, signed) | |
ii grub-gfxpayload-lists 0.7 amd64 GRUB gfxpayload blacklist | |
ii grub-pc 2.04-1ubuntu26.16 amd64 GRand Unified Bootloader, version 2 (PC/BIOS version) | |
ii grub-pc-bin 2.04-1ubuntu26.16 amd64 GRand Unified Bootloader, version 2 (PC/BIOS modules) | |
ii grub2-common 2.04-1ubuntu26.16 amd64 GRand Unified Bootloader (common files for version 2) | |
ii gsettings-desktop-schemas 3.36.0-1ubuntu1 all GSettings desktop-wide schemas | |
ii gstreamer1.0-clutter-3.0:amd64 3.0.27-1 amd64 Clutter PLugin for GStreamer 1.0 | |
ii gstreamer1.0-gl:amd64 1.16.3-0ubuntu1.1 amd64 GStreamer plugins for GL | |
ii gstreamer1.0-plugins-base:amd64 1.16.3-0ubuntu1.1 amd64 GStreamer plugins from the "base" set | |
ii gstreamer1.0-plugins-good:amd64 1.16.3-0ubuntu1.1 amd64 GStreamer plugins from the "good" set | |
ii gstreamer1.0-pulseaudio:amd64 1.16.3-0ubuntu1.1 amd64 GStreamer plugin for PulseAudio | |
ii gstreamer1.0-x:amd64 1.16.3-0ubuntu1.1 amd64 GStreamer plugins for X11 and Pango | |
ii gtk-update-icon-cache 3.24.20-0ubuntu1.1 amd64 icon theme caching utility | |
ii gzip 1.10-0ubuntu4.1 amd64 GNU compression utilities | |
ii hdparm 9.58+ds-4 amd64 tune hard disk parameters for high performance | |
ii hibagent 1.0.1-0ubuntu1 all Agent that triggers hibernation on EC2 instances | |
ii hicolor-icon-theme 0.17-2 all default fallback theme for FreeDesktop.org icon themes | |
ii hostname 3.23 amd64 utility to set/show the host name or domain name | |
ii htop 2.2.0-2build1 amd64 interactive processes viewer | |
ii humanity-icon-theme 0.6.15 all Humanity Icon theme | |
ii hunspell-en-us 1:2018.04.16-1 all English_american dictionary for hunspell | |
ii ibus 1.5.22-2ubuntu2.1 amd64 Intelligent Input Bus - core | |
ii ibus-data 1.5.22-2ubuntu2.1 all Intelligent Input Bus - data files | |
ii ibus-gtk:amd64 1.5.22-2ubuntu2.1 amd64 Intelligent Input Bus - GTK2 support | |
ii ibus-gtk3:amd64 1.5.22-2ubuntu2.1 amd64 Intelligent Input Bus - GTK3 support | |
ii iio-sensor-proxy 2.8-1ubuntu2 amd64 IIO sensors to D-Bus proxy | |
ii im-config 0.44-1ubuntu1.3 all Input method configuration framework | |
ii info 6.7.0.dfsg.2-5 amd64 Standalone GNU Info documentation browser | |
ii init 1.57 amd64 metapackage ensuring an init system is installed | |
ii init-system-helpers 1.57 all helper tools for all init systems | |
ii initramfs-tools 0.136ubuntu6.7 all generic modular initramfs generator (automation) | |
ii initramfs-tools-bin 0.136ubuntu6.7 amd64 binaries used by initramfs-tools | |
ii initramfs-tools-core 0.136ubuntu6.7 all generic modular initramfs generator (core tools) | |
ii install-info 6.7.0.dfsg.2-5 amd64 Manage installed documentation in info format | |
ii intel-microcode 3.20230214.0ubuntu0.20.04.1 amd64 Processor microcode firmware for Intel CPUs | |
ii ippusbxd 1.34-2ubuntu1 amd64 Daemon for IPP USB printer support | |
ii iproute2 5.5.0-1ubuntu1 amd64 networking and traffic control tools | |
ii iptables 1.8.4-3ubuntu2 amd64 administration tools for packet filtering and NAT | |
ii iputils-ping 3:20190709-3 amd64 Tools to test the reachability of network hosts | |
ii iputils-tracepath 3:20190709-3 amd64 Tools to trace the network path to a remote host | |
ii irqbalance 1.6.0-3ubuntu1 amd64 Daemon to balance interrupts for SMP systems | |
ii isc-dhcp-client 4.4.1-2.1ubuntu5.20.04.5 amd64 DHCP client for automatically obtaining an IP address | |
ii isc-dhcp-common 4.4.1-2.1ubuntu5.20.04.5 amd64 common manpages relevant to all of the isc-dhcp packages | |
ii iso-codes 4.4-1 all ISO language, territory, currency, script codes and their translations | |
ii iucode-tool 2.3.1-1 amd64 Intel processor microcode tool | |
ii iw 5.4-1 amd64 tool for configuring Linux wireless devices | |
ii java-common 0.72 all Base package for Java runtimes | |
ii kbd 2.0.4-4ubuntu2 amd64 Linux console font and keytable utilities | |
ii keyboard-configuration 1.194ubuntu3 all system-wide keyboard preferences | |
ii klibc-utils 2.0.7-1ubuntu5.1 amd64 small utilities built with klibc for early boot | |
ii kmod 27-1ubuntu2.1 amd64 tools for managing Linux kernel modules | |
ii kpartx 0.8.3-1ubuntu2.1 amd64 create device mappings for partitions | |
ii krb5-locales 1.17-6ubuntu4.3 all internationalization support for MIT Kerberos | |
ii landscape-common 19.12-0ubuntu4.3 amd64 Landscape administration system client - Common files | |
ii language-selector-common 0.204.2 all Language selector for Ubuntu | |
ii language-selector-gnome 0.204.2 all Language selector for Ubuntu | |
ii less 551-1ubuntu0.1 amd64 pager program similar to more | |
ii libaa1:amd64 1.4p5-46 amd64 ASCII art library | |
ii libaccountsservice0:amd64 0.6.55-0ubuntu12~20.04.5 amd64 query and manipulate user account information - shared libraries | |
ii libacl1:amd64 2.2.53-6 amd64 access control list - shared library | |
ii libaio1:amd64 0.3.112-5 amd64 Linux kernel AIO access library - shared library | |
ii libalgorithm-diff-perl 1.19.03-2 all module to find differences between files | |
ii libalgorithm-diff-xs-perl 0.04-6 amd64 module to find differences between files (XS accelerated) | |
ii libalgorithm-merge-perl 0.08-3 all Perl module for three-way merge of textual data | |
ii libapparmor1:amd64 2.13.3-7ubuntu5.1 amd64 changehat AppArmor library | |
ii libappindicator3-1 12.10.1+20.04.20200408.1-0ubuntu1 amd64 Application Indicators | |
ii libappstream4:amd64 0.12.10-2 amd64 Library to access AppStream services | |
ii libapt-pkg6.0:amd64 2.0.9 amd64 package management runtime library | |
ii libarchive13:amd64 3.4.0-2ubuntu1.2 amd64 Multi-format archive and compression library (shared library) | |
ii libargon2-1:amd64 0~20171227-0.2 amd64 memory-hard hashing function - runtime library | |
ii libasan5:amd64 9.4.0-1ubuntu1~20.04.1 amd64 AddressSanitizer -- a fast memory error detector | |
ii libasn1-8-heimdal:amd64 7.7.0+dfsg-1ubuntu1.4 amd64 Heimdal Kerberos - ASN.1 library | |
ii libasound2:amd64 1.2.2-2.1ubuntu2.5 amd64 shared library for ALSA applications | |
ii libasound2-data 1.2.2-2.1ubuntu2.5 all Configuration files and profiles for ALSA drivers | |
ii libasound2-plugins:amd64 1.2.2-1ubuntu1 amd64 ALSA library additional plugins | |
ii libaspell15:amd64 0.60.8-1ubuntu0.1 amd64 GNU Aspell spell-checker runtime library | |
ii libassuan0:amd64 2.5.3-7ubuntu2 amd64 IPC library for the GnuPG components | |
ii libasyncns0:amd64 0.8-6 amd64 Asynchronous name service query library | |
ii libatasmart4:amd64 0.19-5 amd64 ATA S.M.A.R.T. reading and parsing library | |
ii libatk-bridge2.0-0:amd64 2.34.2-0ubuntu2~20.04.1 amd64 AT-SPI 2 toolkit bridge - shared library | |
ii libatk-wrapper-java 0.37.1-1 all ATK implementation for Java using JNI | |
ii libatk-wrapper-java-jni:amd64 0.37.1-1 amd64 ATK implementation for Java using JNI (JNI bindings) | |
ii libatk1.0-0:amd64 2.35.1-1ubuntu2 amd64 ATK accessibility toolkit | |
ii libatk1.0-data 2.35.1-1ubuntu2 all Common files for the ATK accessibility toolkit | |
ii libatm1:amd64 1:2.5.1-4 amd64 shared library for ATM (Asynchronous Transfer Mode) | |
ii libatomic1:amd64 10.3.0-1ubuntu1~20.04 amd64 support library providing __atomic built-in functions | |
ii libatspi2.0-0:amd64 2.36.0-2 amd64 Assistive Technology Service Provider Interface - shared library | |
ii libattr1:amd64 1:2.4.48-5 amd64 extended attribute handling - shared library | |
ii libaudit-common 1:2.8.5-2ubuntu6 all Dynamic library for security auditing - common files | |
ii libaudit1:amd64 1:2.8.5-2ubuntu6 amd64 Dynamic library for security auditing | |
ii libavahi-client3:amd64 0.7-4ubuntu7.1 amd64 Avahi client library | |
ii libavahi-common-data:amd64 0.7-4ubuntu7.1 amd64 Avahi common data files | |
ii libavahi-common3:amd64 0.7-4ubuntu7.1 amd64 Avahi common library | |
ii libavahi-core7:amd64 0.7-4ubuntu7.1 amd64 Avahi's embeddable mDNS/DNS-SD library | |
ii libavahi-glib1:amd64 0.7-4ubuntu7.1 amd64 Avahi GLib integration library | |
ii libavc1394-0:amd64 0.5.4-5 amd64 control IEEE 1394 audio/video devices | |
ii libbinutils:amd64 2.34-6ubuntu1.4 amd64 GNU binary utilities (private shared library) | |
ii libblkid1:amd64 2.34-0.1ubuntu9.3 amd64 block device ID library | |
ii libblockdev-crypto2:amd64 2.23-2ubuntu3 amd64 Crypto plugin for libblockdev | |
ii libblockdev-fs2:amd64 2.23-2ubuntu3 amd64 file system plugin for libblockdev | |
ii libblockdev-loop2:amd64 2.23-2ubuntu3 amd64 Loop device plugin for libblockdev | |
ii libblockdev-part-err2:amd64 2.23-2ubuntu3 amd64 Partition error utility functions for libblockdev | |
ii libblockdev-part2:amd64 2.23-2ubuntu3 amd64 Partitioning plugin for libblockdev | |
ii libblockdev-swap2:amd64 2.23-2ubuntu3 amd64 Swap plugin for libblockdev | |
ii libblockdev-utils2:amd64 2.23-2ubuntu3 amd64 Utility functions for libblockdev | |
ii libblockdev2:amd64 2.23-2ubuntu3 amd64 Library for manipulating block devices | |
ii libbluetooth3:amd64 5.53-0ubuntu3.6 amd64 Library to use the BlueZ Linux Bluetooth stack | |
ii libboost-thread1.71.0:amd64 1.71.0-6ubuntu6 amd64 portable C++ multi-threading | |
ii libbrotli1:amd64 1.0.7-6ubuntu0.1 amd64 library implementing brotli encoder and decoder (shared libraries) | |
ii libbsd0:amd64 0.10.0-1 amd64 utility functions from BSD systems - shared library | |
ii libbz2-1.0:amd64 1.0.8-2 amd64 high-quality block-sorting file compressor library - runtime | |
ii libc-bin 2.31-0ubuntu9.9 amd64 GNU C Library: Binaries | |
ii libc-dev-bin 2.31-0ubuntu9.9 amd64 GNU C Library: Development binaries | |
ii libc6:amd64 2.31-0ubuntu9.9 amd64 GNU C Library: Shared libraries | |
ii libc6-dev:amd64 2.31-0ubuntu9.9 amd64 GNU C Library: Development Libraries and Header Files | |
ii libcaca0:amd64 0.99.beta19-2.1ubuntu1.20.04.2 amd64 colour ASCII art library | |
ii libcairo-gobject2:amd64 1.16.0-4ubuntu1 amd64 Cairo 2D vector graphics library (GObject library) | |
ii libcairo2:amd64 1.16.0-4ubuntu1 amd64 Cairo 2D vector graphics library | |
ii libcamel-1.2-62:amd64 3.36.5-0ubuntu1 amd64 Evolution MIME message handling library | |
ii libcanberra-gtk3-0:amd64 0.30-7ubuntu1 amd64 GTK+ 3.0 helper for playing widget event sounds with libcanberra | |
ii libcanberra-gtk3-module:amd64 0.30-7ubuntu1 amd64 translates GTK3 widgets signals to event sounds | |
ii libcanberra-pulse:amd64 0.30-7ubuntu1 amd64 PulseAudio backend for libcanberra | |
ii libcanberra0:amd64 0.30-7ubuntu1 amd64 simple abstract interface for playing event sounds | |
ii libcap-ng0:amd64 0.7.9-2.1build1 amd64 An alternate POSIX capabilities library | |
ii libcap2:amd64 1:2.32-1 amd64 POSIX 1003.1e capabilities (library) | |
ii libcap2-bin 1:2.32-1 amd64 POSIX 1003.1e capabilities (utilities) | |
ii libcbor0.6:amd64 0.6.0-0ubuntu1 amd64 library for parsing and generating CBOR (RFC 7049) | |
ii libcc1-0:amd64 10.3.0-1ubuntu1~20.04 amd64 GCC cc1 plugin for GDB | |
ii libcdparanoia0:amd64 3.10.2+debian-13 amd64 audio extraction tool for sampling CDs (library) | |
ii libcheese-gtk25:amd64 3.34.0-1ubuntu1 amd64 tool to take pictures and videos from your webcam - widgets | |
ii libcheese8:amd64 3.34.0-1ubuntu1 amd64 tool to take pictures and videos from your webcam - base library | |
ii libclutter-1.0-0:amd64 1.26.4+dfsg-1 amd64 Open GL based interactive canvas library | |
ii libclutter-1.0-common 1.26.4+dfsg-1 all Open GL based interactive canvas library (common files) | |
ii libclutter-gst-3.0-0:amd64 3.0.27-1 amd64 Open GL based interactive canvas library GStreamer elements | |
ii libclutter-gtk-1.0-0:amd64 1.8.4-4 amd64 Open GL based interactive canvas library GTK+ widget | |
ii libcogl-common 1.22.6-1 all Object oriented GL/GLES Abstraction/Utility Layer (common files) | |
ii libcogl-pango20:amd64 1.22.6-1 amd64 Object oriented GL/GLES Abstraction/Utility Layer | |
ii libcogl-path20:amd64 1.22.6-1 amd64 Object oriented GL/GLES Abstraction/Utility Layer | |
ii libcogl20:amd64 1.22.6-1 amd64 Object oriented GL/GLES Abstraction/Utility Layer | |
ii libcolord-gtk1:amd64 0.2.0-0ubuntu1 amd64 GTK+ convenience library for interacting with colord | |
ii libcolord2:amd64 1.4.4-2 amd64 system service to manage device colour profiles -- runtime | |
ii libcolorhug2:amd64 1.4.4-2 amd64 library to access the ColorHug colourimeter -- runtime | |
ii libcom-err2:amd64 1.45.5-2ubuntu1.1 amd64 common error description library | |
ii libcrack2:amd64 2.9.6-3.2 amd64 pro-active password checker library | |
ii libcrypt-dev:amd64 1:4.4.10-10ubuntu4 amd64 libcrypt development files | |
ii libcrypt1:amd64 1:4.4.10-10ubuntu4 amd64 libcrypt shared library | |
ii libcryptsetup12:amd64 2:2.2.2-3ubuntu2.4 amd64 disk encryption support - shared library | |
ii libctf-nobfd0:amd64 2.34-6ubuntu1.4 amd64 Compact C Type Format library (runtime, no BFD dependency) | |
ii libctf0:amd64 2.34-6ubuntu1.4 amd64 Compact C Type Format library (runtime, BFD dependency) | |
ii libcublas-11-8 11.11.3.6-1 amd64 CUBLAS native runtime libraries | |
ii libcublas-dev-11-8 11.11.3.6-1 amd64 CUBLAS native dev links, headers | |
ii libcufft-11-8 10.9.0.58-1 amd64 CUFFT native runtime libraries | |
ii libcufft-dev-11-8 10.9.0.58-1 amd64 CUFFT native dev links, headers | |
ii libcufile-11-8 1.4.0.31-1 amd64 Library for GPU Direct Storage with CUDA 11.8 | |
ii libcufile-dev-11-8 1.4.0.31-1 amd64 Library for GPU Direct Storage native dev links, headers | |
ii libcups2:amd64 2.3.1-9ubuntu1.2 amd64 Common UNIX Printing System(tm) - Core library | |
ii libcurand-11-8 10.3.0.86-1 amd64 CURAND native runtime libraries | |
ii libcurand-dev-11-8 10.3.0.86-1 amd64 CURAND native dev links, headers | |
ii libcurl3-gnutls:amd64 7.68.0-1ubuntu2.18 amd64 easy-to-use client-side URL transfer library (GnuTLS flavour) | |
ii libcurl4:amd64 7.68.0-1ubuntu2.18 amd64 easy-to-use client-side URL transfer library (OpenSSL flavour) | |
ii libcusolver-11-8 11.4.1.48-1 amd64 CUDA solver native runtime libraries | |
ii libcusolver-dev-11-8 11.4.1.48-1 amd64 CUDA solver native dev links, headers | |
ii libcusparse-11-8 11.7.5.86-1 amd64 CUSPARSE native runtime libraries | |
ii libcusparse-dev-11-8 11.7.5.86-1 amd64 CUSPARSE native dev links, headers | |
ii libdaemon0:amd64 0.14-7 amd64 lightweight C library for daemons - runtime library | |
ii libdatrie1:amd64 0.2.12-3 amd64 Double-array trie library | |
ii libdb5.3:amd64 5.3.28+dfsg1-0.6ubuntu2 amd64 Berkeley v5.3 Database Libraries [runtime] | |
ii libdbus-1-3:amd64 1.12.16-2ubuntu2.3 amd64 simple interprocess messaging system (library) | |
ii libdbusmenu-glib4:amd64 16.04.1+18.10.20180917-0ubuntu6 amd64 library for passing menus over DBus | |
ii libdbusmenu-gtk3-4:amd64 16.04.1+18.10.20180917-0ubuntu6 amd64 library for passing menus over DBus - GTK+ version | |
ii libdconf1:amd64 0.36.0-1 amd64 simple configuration storage system - runtime library | |
ii libdebconfclient0:amd64 0.251ubuntu1 amd64 Debian Configuration Management System (C-implementation library) | |
ii libdevmapper-event1.02.1:amd64 2:1.02.167-1ubuntu1 amd64 Linux Kernel Device Mapper event support library | |
ii libdevmapper1.02.1:amd64 2:1.02.167-1ubuntu1 amd64 Linux Kernel Device Mapper userspace library | |
ii libdns-export1109 1:9.11.16+dfsg-3~ubuntu1 amd64 Exported DNS Shared Library | |
ii libdpkg-perl 1.19.7ubuntu3.2 all Dpkg perl modules | |
ii libdrm-amdgpu1:amd64 2.4.107-8ubuntu1~20.04.2 amd64 Userspace interface to amdgpu-specific kernel DRM services -- runtime | |
ii libdrm-common 2.4.107-8ubuntu1~20.04.2 all Userspace interface to kernel DRM services -- common files | |
ii libdrm-intel1:amd64 2.4.107-8ubuntu1~20.04.2 amd64 Userspace interface to intel-specific kernel DRM services -- runtime | |
ii libdrm-nouveau2:amd64 2.4.107-8ubuntu1~20.04.2 amd64 Userspace interface to nouveau-specific kernel DRM services -- runtime | |
ii libdrm-radeon1:amd64 2.4.107-8ubuntu1~20.04.2 amd64 Userspace interface to radeon-specific kernel DRM services -- runtime | |
ii libdrm2:amd64 2.4.107-8ubuntu1~20.04.2 amd64 Userspace interface to kernel DRM services -- runtime | |
ii libdv4:amd64 1.0.0-12 amd64 software library for DV format digital video (runtime lib) | |
ii libeatmydata1:amd64 105-7 amd64 Library and utilities to disable fsync and friends - shared library | |
ii libebackend-1.2-10:amd64 3.36.5-0ubuntu1 amd64 Utility library for evolution data servers | |
ii libebook-1.2-20:amd64 3.36.5-0ubuntu1 amd64 Client library for evolution address books | |
ii libebook-contacts-1.2-3:amd64 3.36.5-0ubuntu1 amd64 Client library for evolution contacts books | |
ii libecal-2.0-1:amd64 3.36.5-0ubuntu1 amd64 Client library for evolution calendars | |
ii libedata-book-1.2-26:amd64 3.36.5-0ubuntu1 amd64 Backend library for evolution address books | |
ii libedata-cal-2.0-1:amd64 3.36.5-0ubuntu1 amd64 Backend library for evolution calendars | |
ii libedataserver-1.2-24:amd64 3.36.5-0ubuntu1 amd64 Utility library for evolution data servers | |
ii libedataserverui-1.2-2:amd64 3.36.5-0ubuntu1 amd64 Utility library for evolution data servers | |
ii libedit2:amd64 3.1-20191231-1 amd64 BSD editline and history libraries | |
ii libefiboot1:amd64 37-2ubuntu2.2 amd64 Library to manage UEFI variables | |
ii libefivar1:amd64 37-2ubuntu2.2 amd64 Library to manage UEFI variables | |
ii libegl-mesa0:amd64 21.2.6-0ubuntu0.1~20.04.2 amd64 free implementation of the EGL API -- Mesa vendor library | |
ii libegl1:amd64 1.3.2-1~ubuntu0.20.04.2 amd64 Vendor neutral GL dispatch library -- EGL support | |
ii libelf1:amd64 0.176-1.1build1 amd64 library to read and write ELF files | |
ii libenchant-2-2:amd64 2.2.8-1ubuntu0.20.04.1 amd64 Wrapper library for various spell checker engines (runtime libs) | |
ii libepoxy0:amd64 1.5.4-1 amd64 OpenGL function pointer management library | |
ii liberror-perl 0.17029-1 all Perl module for error/exception handling in an OO-ish way | |
ii libestr0:amd64 0.1.10-2.1 amd64 Helper functions for handling strings (lib) | |
ii libevdev2:amd64 1.9.0+dfsg-1ubuntu0.2 amd64 wrapper library for evdev devices | |
ii libevent-2.1-7:amd64 2.1.11-stable-1 amd64 Asynchronous event notification library | |
ii libexif12:amd64 0.6.21-6ubuntu0.4 amd64 library to parse EXIF files | |
ii libexpat1:amd64 2.2.9-1ubuntu0.6 amd64 XML parsing C library - runtime library | |
ii libext2fs2:amd64 1.45.5-2ubuntu1.1 amd64 ext2/ext3/ext4 file system libraries | |
ii libfakeroot:amd64 1.24-1 amd64 tool for simulating superuser privileges - shared libraries | |
ii libfastjson4:amd64 0.99.8-2 amd64 fast json library for C | |
ii libfdisk1:amd64 2.34-0.1ubuntu9.3 amd64 fdisk partitioning library | |
ii libffi7:amd64 3.3-4 amd64 Foreign Function Interface library runtime | |
ii libfido2-1:amd64 1.3.1-1ubuntu2 amd64 library for generating and verifying FIDO 2.0 objects | |
ii libfile-fcntllock-perl 0.22-3build4 amd64 Perl module for file locking with fcntl(2) | |
ii libfl2:amd64 2.6.4-6.2 amd64 SHARED library for flex (a fast lexical analyzer generator) | |
ii libflac8:amd64 1.3.3-1ubuntu0.1 amd64 Free Lossless Audio Codec - runtime C library | |
ii libfontconfig1:amd64 2.13.1-2ubuntu3 amd64 generic font configuration library - runtime | |
ii libfontenc1:amd64 1:1.1.4-0ubuntu1 amd64 X11 font encoding library | |
ii libfprint-2-2:amd64 1:1.90.2+tod1-0ubuntu1~20.04.10 amd64 async fingerprint library of fprint project, shared libraries | |
ii libfreetype6:amd64 2.10.1-2ubuntu0.2 amd64 FreeType 2 font engine, shared library files | |
ii libfribidi0:amd64 1.0.8-2ubuntu0.1 amd64 Free Implementation of the Unicode BiDi algorithm | |
ii libfuse2:amd64 2.9.9-3 amd64 Filesystem in Userspace (library) | |
ii libfuse3-3:amd64 3.9.0-2 amd64 Filesystem in Userspace (library) (3.x version) | |
ii libfwupd2:amd64 1.7.9-1~20.04.1 amd64 Firmware update daemon library | |
ii libfwupdplugin1:amd64 1.5.11-0ubuntu1~20.04.2 amd64 Firmware update daemon plugin library | |
ii libfwupdplugin5:amd64 1.7.9-1~20.04.1 amd64 Firmware update daemon plugin library | |
ii libgail-common:amd64 2.24.32-4ubuntu4 amd64 GNOME Accessibility Implementation Library -- common modules | |
ii libgail18:amd64 2.24.32-4ubuntu4 amd64 GNOME Accessibility Implementation Library -- shared libraries | |
ii libgbm1:amd64 21.2.6-0ubuntu0.1~20.04.2 amd64 generic buffer management API -- runtime | |
ii libgcab-1.0-0:amd64 1.4-1 amd64 Microsoft Cabinet file manipulation library | |
ii libgcc-9-dev:amd64 9.4.0-1ubuntu1~20.04.1 amd64 GCC support library (development files) | |
ii libgcc-s1:amd64 10.3.0-1ubuntu1~20.04 amd64 GCC support library | |
ii libgck-1-0:amd64 3.36.0-2build1 amd64 Glib wrapper library for PKCS#11 - runtime | |
ii libgcr-base-3-1:amd64 3.36.0-2build1 amd64 Library for Crypto related tasks | |
ii libgcr-ui-3-1:amd64 3.36.0-2build1 amd64 Library for Crypto UI related tasks | |
ii libgcrypt20:amd64 1.8.5-5ubuntu1.1 amd64 LGPL Crypto library - runtime library | |
ii libgd3:amd64 2.2.5-5.2ubuntu2.1 amd64 GD Graphics Library | |
ii libgdata-common 0.17.12-1 all Library for accessing GData webservices - common data files | |
ii libgdata22:amd64 0.17.12-1 amd64 Library for accessing GData webservices - shared libraries | |
ii libgdbm-compat4:amd64 1.18.1-5 amd64 GNU dbm database routines (legacy support runtime version) | |
ii libgdbm6:amd64 1.18.1-5 amd64 GNU dbm database routines (runtime version) | |
ii libgdk-pixbuf2.0-0:amd64 2.40.0+dfsg-3ubuntu0.4 amd64 GDK Pixbuf library | |
ii libgdk-pixbuf2.0-bin 2.40.0+dfsg-3ubuntu0.4 amd64 GDK Pixbuf library (thumbnailer) | |
ii libgdk-pixbuf2.0-common 2.40.0+dfsg-3ubuntu0.4 all GDK Pixbuf library - data files | |
ii libgdm1 3.36.3-0ubuntu0.20.04.4 amd64 GNOME Display Manager (shared library) | |
ii libgee-0.8-2:amd64 0.20.3-1 amd64 GObject based collection and utility library | |
ii libgeoclue-2-0:amd64 2.5.6-0ubuntu1 amd64 convenience library to interact with geoinformation service | |
ii libgeocode-glib0:amd64 3.26.2-2 amd64 geocoding and reverse geocoding GLib library using Nominatim | |
ii libgif7:amd64 5.1.9-1 amd64 library for GIF images (library) | |
ii libgirepository-1.0-1:amd64 1.64.1-1~ubuntu20.04.1 amd64 Library for handling GObject introspection data (runtime library) | |
ii libgjs0g:amd64 1.64.5-0ubuntu0.20.04.01 amd64 Mozilla-based javascript bindings for the GNOME platform | |
ii libgl1:amd64 1.3.2-1~ubuntu0.20.04.2 amd64 Vendor neutral GL dispatch library -- legacy GL support | |
ii libgl1-mesa-dri:amd64 21.2.6-0ubuntu0.1~20.04.2 amd64 free implementation of the OpenGL API -- DRI modules | |
ii libglapi-mesa:amd64 21.2.6-0ubuntu0.1~20.04.2 amd64 free implementation of the GL API -- shared library | |
ii libgles2:amd64 1.3.2-1~ubuntu0.20.04.2 amd64 Vendor neutral GL dispatch library -- GLESv2 support | |
ii libglib2.0-0:amd64 2.64.6-1~ubuntu20.04.4 amd64 GLib library of C routines | |
ii libglib2.0-bin 2.64.6-1~ubuntu20.04.4 amd64 Programs for the GLib library | |
ii libglib2.0-data 2.64.6-1~ubuntu20.04.4 all Common files for GLib library | |
ii libglvnd0:amd64 1.3.2-1~ubuntu0.20.04.2 amd64 Vendor neutral GL dispatch library | |
ii libglx-mesa0:amd64 21.2.6-0ubuntu0.1~20.04.2 amd64 free implementation of the OpenGL API -- GLX vendor library | |
ii libglx0:amd64 1.3.2-1~ubuntu0.20.04.2 amd64 Vendor neutral GL dispatch library -- GLX support | |
ii libgmp10:amd64 2:6.2.0+dfsg-4ubuntu0.1 amd64 Multiprecision arithmetic library | |
ii libgnome-autoar-0-0:amd64 0.2.3-2ubuntu0.4 amd64 Archives integration support for GNOME | |
ii libgnome-bluetooth13:amd64 3.34.3-0ubuntu1 amd64 GNOME Bluetooth tools - support library | |
ii libgnome-desktop-3-19:amd64 3.36.8-0ubuntu1 amd64 Utility library for loading .desktop files - runtime files | |
ii libgnomekbd-common 3.26.1-1 all GNOME library to manage keyboard configuration - common files | |
ii libgnomekbd8:amd64 3.26.1-1 amd64 GNOME library to manage keyboard configuration - shared library | |
ii libgnutls30:amd64 3.6.13-2ubuntu1.8 amd64 GNU TLS library - main runtime library | |
ii libgoa-1.0-0b:amd64 3.36.1-0ubuntu1 amd64 library for GNOME Online Accounts | |
ii libgoa-1.0-common 3.36.1-0ubuntu1 all library for GNOME Online Accounts - common files | |
ii libgoa-backend-1.0-1:amd64 3.36.1-0ubuntu1 amd64 backend library for GNOME Online Accounts | |
ii libgomp1:amd64 10.3.0-1ubuntu1~20.04 amd64 GCC OpenMP (GOMP) support library | |
ii libgpg-error0:amd64 1.37-1 amd64 GnuPG development runtime library | |
ii libgpgme11:amd64 1.13.1-7ubuntu2 amd64 GPGME - GnuPG Made Easy (library) | |
ii libgphoto2-6:amd64 2.5.25-0ubuntu0.1 amd64 gphoto2 digital camera library | |
ii libgphoto2-l10n 2.5.25-0ubuntu0.1 all gphoto2 digital camera library - localized messages | |
ii libgphoto2-port12:amd64 2.5.25-0ubuntu0.1 amd64 gphoto2 digital camera port library | |
ii libgpm2:amd64 1.20.7-5 amd64 General Purpose Mouse - shared library | |
ii libgraphene-1.0-0:amd64 1.10.0-1build2 amd64 library of graphic data types | |
ii libgraphite2-3:amd64 1.3.13-11build1 amd64 Font rendering engine for Complex Scripts -- library | |
ii libgsound0:amd64 1.0.2-4 amd64 small library for playing system sounds | |
ii libgssapi-krb5-2:amd64 1.17-6ubuntu4.3 amd64 MIT Kerberos runtime libraries - krb5 GSS-API Mechanism | |
ii libgssapi3-heimdal:amd64 7.7.0+dfsg-1ubuntu1.4 amd64 Heimdal Kerberos - GSSAPI support library | |
ii libgssdp-1.2-0:amd64 1.2.3-0ubuntu0.20.04.1 amd64 GObject-based library for SSDP | |
ii libgstreamer-gl1.0-0:amd64 1.16.3-0ubuntu1.1 amd64 GStreamer GL libraries | |
ii libgstreamer-plugins-base1.0-0:amd64 1.16.3-0ubuntu1.1 amd64 GStreamer libraries from the "base" set | |
ii libgstreamer-plugins-good1.0-0:amd64 1.16.3-0ubuntu1.1 amd64 GStreamer development files for libraries from the "good" set | |
ii libgstreamer1.0-0:amd64 1.16.3-0ubuntu1.1 amd64 Core GStreamer libraries and elements | |
ii libgtk-3-0:amd64 3.24.20-0ubuntu1.1 amd64 GTK graphical user interface library | |
ii libgtk-3-bin 3.24.20-0ubuntu1.1 amd64 programs for the GTK graphical user interface library | |
ii libgtk-3-common 3.24.20-0ubuntu1.1 all common files for the GTK graphical user interface library | |
ii libgtk2.0-0:amd64 2.24.32-4ubuntu4 amd64 GTK graphical user interface library - old version | |
ii libgtk2.0-bin 2.24.32-4ubuntu4 amd64 programs for the GTK graphical user interface library | |
ii libgtk2.0-common 2.24.32-4ubuntu4 all common files for the GTK graphical user interface library | |
ii libgtop-2.0-11:amd64 2.40.0-2 amd64 gtop system monitoring library (shared) | |
ii libgtop2-common 2.40.0-2 all gtop system monitoring library (common) | |
ii libgudev-1.0-0:amd64 1:233-1 amd64 GObject-based wrapper library for libudev | |
ii libgupnp-1.2-0:amd64 1.2.4-0ubuntu1 amd64 GObject-based library for UPnP | |
ii libgupnp-av-1.0-2 0.12.11-2 amd64 Audio/Visual utility library for GUPnP | |
ii libgupnp-dlna-2.0-3 0.10.5-4 amd64 DLNA utility library for GUPnP | |
ii libgusb2:amd64 0.3.4-0.1 amd64 GLib wrapper around libusb1 | |
ii libgweather-3-16:amd64 3.36.1-1~ubuntu20.04.1 amd64 GWeather shared library | |
ii libgweather-common 3.36.1-1~ubuntu20.04.1 all GWeather common files | |
ii libharfbuzz-icu0:amd64 2.6.4-1ubuntu4.2 amd64 OpenType text shaping engine ICU backend | |
ii libharfbuzz0b:amd64 2.6.4-1ubuntu4.2 amd64 OpenType text shaping engine (shared library) | |
ii libhcrypto4-heimdal:amd64 7.7.0+dfsg-1ubuntu1.4 amd64 Heimdal Kerberos - crypto library | |
ii libheimbase1-heimdal:amd64 7.7.0+dfsg-1ubuntu1.4 amd64 Heimdal Kerberos - Base library | |
ii libheimntlm0-heimdal:amd64 7.7.0+dfsg-1ubuntu1.4 amd64 Heimdal Kerberos - NTLM support library | |
ii libhogweed5:amd64 3.5.1+really3.5.1-2ubuntu0.2 amd64 low level cryptographic library (public-key cryptos) | |
ii libhunspell-1.7-0:amd64 1.7.0-2build2 amd64 spell checker and morphological analyzer (shared library) | |
ii libhx509-5-heimdal:amd64 7.7.0+dfsg-1ubuntu1.4 amd64 Heimdal Kerberos - X509 support library | |
ii libhyphen0:amd64 2.8.8-7 amd64 ALTLinux hyphenation library - shared library | |
ii libibus-1.0-5:amd64 1.5.22-2ubuntu2.1 amd64 Intelligent Input Bus - shared library | |
ii libical3:amd64 3.0.8-1 amd64 iCalendar library implementation in C (runtime) | |
ii libice6:amd64 2:1.0.10-0ubuntu1 amd64 X11 Inter-Client Exchange library | |
ii libicu66:amd64 66.1-2ubuntu2.1 amd64 International Components for Unicode | |
ii libidn11:amd64 1.33-2.2ubuntu2 amd64 GNU Libidn library, implementation of IETF IDN specifications | |
ii libidn2-0:amd64 2.2.0-2 amd64 Internationalized domain names (IDNA2008/TR46) library | |
ii libiec61883-0:amd64 1.2.0-3 amd64 partial implementation of IEC 61883 (shared lib) | |
ii libieee1284-3:amd64 0.2.11-13build1 amd64 cross-platform library for parallel port access | |
ii libimobiledevice6:amd64 1.2.1~git20191129.9f79242-1build1 amd64 Library for communicating with iPhone and other Apple devices | |
ii libinput-bin 1.15.5-1ubuntu0.3 amd64 input device management and event handling library - udev quirks | |
ii libinput10:amd64 1.15.5-1ubuntu0.3 amd64 input device management and event handling library - shared library | |
ii libip4tc2:amd64 1.8.4-3ubuntu2 amd64 netfilter libip4tc library | |
ii libip6tc2:amd64 1.8.4-3ubuntu2 amd64 netfilter libip6tc library | |
ii libisc-export1105:amd64 1:9.11.16+dfsg-3~ubuntu1 amd64 Exported ISC Shared Library | |
ii libisl22:amd64 0.22.1-1 amd64 manipulating sets and relations of integer points bounded by linear constraints | |
ii libisns0:amd64 0.97-3 amd64 Internet Storage Name Service - shared libraries | |
ii libitm1:amd64 10.3.0-1ubuntu1~20.04 amd64 GNU Transactional Memory Library | |
ii libjack-jackd2-0:amd64 1.9.12~dfsg-2ubuntu2 amd64 JACK Audio Connection Kit (libraries) | |
ii libjansson4:amd64 2.12-1build1 amd64 C library for encoding, decoding and manipulating JSON data | |
ii libjavascriptcoregtk-4.0-18:amd64 2.38.5-0ubuntu0.20.04.1 amd64 JavaScript engine library from WebKitGTK | |
ii libjbig0:amd64 2.1-3.1ubuntu0.20.04.1 amd64 JBIGkit libraries | |
ii libjcat1:amd64 0.1.4-0ubuntu0.20.04.1 amd64 JSON catalog library | |
ii libjpeg-turbo8:amd64 2.0.3-0ubuntu1.20.04.3 amd64 IJG JPEG compliant runtime library. | |
ii libjpeg8:amd64 8c-2ubuntu8 amd64 Independent JPEG Group's JPEG runtime library (dependency package) | |
ii libjson-c4:amd64 0.13.1+dfsg-7ubuntu0.3 amd64 JSON manipulation library - shared library | |
ii libjson-glib-1.0-0:amd64 1.4.4-2ubuntu2 amd64 GLib JSON manipulation library | |
ii libjson-glib-1.0-common 1.4.4-2ubuntu2 all GLib JSON manipulation library (common files) | |
ii libk5crypto3:amd64 1.17-6ubuntu4.3 amd64 MIT Kerberos runtime libraries - Crypto Library | |
ii libkeyutils1:amd64 1.6-6ubuntu1.1 amd64 Linux Key Management Utilities (library) | |
ii libklibc:amd64 2.0.7-1ubuntu5.1 amd64 minimal libc subset for use with initramfs | |
ii libkmod2:amd64 27-1ubuntu2.1 amd64 libkmod shared library | |
ii libkrb5-26-heimdal:amd64 7.7.0+dfsg-1ubuntu1.4 amd64 Heimdal Kerberos - libraries | |
ii libkrb5-3:amd64 1.17-6ubuntu4.3 amd64 MIT Kerberos runtime libraries | |
ii libkrb5support0:amd64 1.17-6ubuntu4.3 amd64 MIT Kerberos runtime libraries - Support library | |
ii libksba8:amd64 1.3.5-2ubuntu0.20.04.2 amd64 X.509 and CMS support library | |
ii liblcms2-2:amd64 2.9-4 amd64 Little CMS 2 color management library | |
ii libldap-2.4-2:amd64 2.4.49+dfsg-2ubuntu1.9 amd64 OpenLDAP libraries | |
ii libldap-common 2.4.49+dfsg-2ubuntu1.9 all OpenLDAP common files for libraries | |
ii libldb2:amd64 2:2.4.4-0ubuntu0.20.04.1 amd64 LDAP-like embedded database - shared library | |
ii libllvm12:amd64 1:12.0.0-3ubuntu1~20.04.5 amd64 Modular compiler and toolchain technologies, runtime library | |
ii liblmdb0:amd64 0.9.24-1 amd64 Lightning Memory-Mapped Database shared library | |
ii liblocale-gettext-perl 1.07-4 amd64 module using libc functions for internationalization in Perl | |
ii liblsan0:amd64 10.3.0-1ubuntu1~20.04 amd64 LeakSanitizer -- a memory leak detector (runtime) | |
ii libltdl7:amd64 2.4.6-14 amd64 System independent dlopen wrapper for GNU libtool | |
ii liblvm2cmd2.03:amd64 2.03.07-1ubuntu1 amd64 LVM2 command library | |
ii liblz4-1:amd64 1.9.2-2ubuntu0.20.04.1 amd64 Fast LZ compression algorithm library - runtime | |
ii liblzma5:amd64 5.2.4-1ubuntu1.1 amd64 XZ-format compression library | |
ii liblzo2-2:amd64 2.10-2 amd64 data compression library | |
ii libmagic-mgc 1:5.38-4 amd64 File type determination library using "magic" numbers (compiled magic file) | |
ii libmagic1:amd64 1:5.38-4 amd64 Recognize the type of data in a file using "magic" numbers - library | |
ii libmaxminddb0:amd64 1.4.2-0ubuntu1.20.04.1 amd64 IP geolocation database library | |
ii libmbim-glib4:amd64 1.26.2-1~ubuntu20.04.1 amd64 Support library to use the MBIM protocol | |
ii libmbim-proxy 1.26.2-1~ubuntu20.04.1 amd64 Proxy to communicate with MBIM ports | |
ii libmediaart-2.0-0:amd64 1.9.4-2 amd64 media art extraction and cache management library | |
ii libmm-glib0:amd64 1.18.6-1~ubuntu20.04.1 amd64 D-Bus service for managing modems - shared libraries | |
ii libmnl0:amd64 1.0.4-2 amd64 minimalistic Netlink communication library | |
ii libmount1:amd64 2.34-0.1ubuntu9.3 amd64 device mounting library | |
ii libmozjs-68-0:amd64 68.6.0-1ubuntu1 amd64 SpiderMonkey JavaScript library | |
ii libmp3lame0:amd64 3.100-3 amd64 MP3 encoding library | |
ii libmpc3:amd64 1.1.0-1 amd64 multiple precision complex floating-point library | |
ii libmpdec2:amd64 2.4.2-3 amd64 library for decimal floating point arithmetic (runtime library) | |
ii libmpfr6:amd64 4.0.2-1 amd64 multiple precision floating-point computation | |
ii libmpg123-0:amd64 1.25.13-1 amd64 MPEG layer 1/2/3 audio decoder (shared library) | |
ii libmspack0:amd64 0.10.1-2 amd64 library for Microsoft compression formats (shared library) | |
ii libmtdev1:amd64 1.1.5-1.1 amd64 Multitouch Protocol Translation Library - shared library | |
ii libmutter-6-0:amd64 3.36.9-0ubuntu0.20.04.2 amd64 window manager library from the Mutter window manager | |
ii libmysqlclient21:amd64 8.0.32-0ubuntu0.20.04.2 amd64 MySQL database client library | |
ii libncurses6:amd64 6.2-0ubuntu2 amd64 shared libraries for terminal handling | |
ii libncursesw6:amd64 6.2-0ubuntu2 amd64 shared libraries for terminal handling (wide character support) | |
ii libndp0:amd64 1.7-0ubuntu1 amd64 Library for Neighbor Discovery Protocol | |
ii libnetfilter-conntrack3:amd64 1.0.7-2 amd64 Netfilter netlink-conntrack library | |
ii libnetplan0:amd64 0.104-0ubuntu2~20.04.2 amd64 YAML network configuration abstraction runtime library | |
ii libnettle7:amd64 3.5.1+really3.5.1-2ubuntu0.2 amd64 low level cryptographic library (symmetric and one-way cryptos) | |
ii libnewt0.52:amd64 0.52.21-4ubuntu2 amd64 Not Erik's Windowing Toolkit - text mode windowing with slang | |
ii libnfnetlink0:amd64 1.0.1-3build1 amd64 Netfilter netlink library | |
ii libnftnl11:amd64 1.1.5-1 amd64 Netfilter nftables userspace API library | |
ii libnghttp2-14:amd64 1.40.0-1build1 amd64 library implementing HTTP/2 protocol (shared library) | |
ii libnl-3-200:amd64 3.4.0-1ubuntu0.1 amd64 library for dealing with netlink sockets | |
ii libnl-genl-3-200:amd64 3.4.0-1ubuntu0.1 amd64 library for dealing with netlink sockets - generic netlink | |
ii libnl-route-3-200:amd64 3.4.0-1ubuntu0.1 amd64 library for dealing with netlink sockets - route interface | |
ii libnm0:amd64 1.22.10-1ubuntu2.3 amd64 GObject-based client library for NetworkManager | |
ii libnma0:amd64 1.8.24-1ubuntu3 amd64 library for wireless and mobile dialogs (libnm version) | |
ii libnotify4:amd64 0.7.9-1ubuntu3.20.04.2 amd64 sends desktop notifications to a notification daemon | |
ii libnpp-11-8 11.8.0.86-1 amd64 NPP native runtime libraries | |
ii libnpp-dev-11-8 11.8.0.86-1 amd64 NPP native dev links, headers | |
ii libnpth0:amd64 1.6-1 amd64 replacement for GNU Pth using system threads | |
ii libnspr4:amd64 2:4.25-1 amd64 NetScape Portable Runtime Library | |
ii libnss-mdns:amd64 0.14.1-1ubuntu1 amd64 NSS module for Multicast DNS name resolution | |
ii libnss-systemd:amd64 245.4-4ubuntu3.20 amd64 nss module providing dynamic user and group name resolution | |
ii libnss3:amd64 2:3.49.1-1ubuntu1.9 amd64 Network Security Service libraries | |
ii libntfs-3g883 1:2017.3.23AR.3-3ubuntu1.3 amd64 read/write NTFS driver for FUSE (runtime library) | |
ii libnuma1:amd64 2.0.12-1 amd64 Libraries for controlling NUMA policy | |
ii libnvidia-cfg1-530:amd64 530.30.02-0ubuntu1 amd64 NVIDIA binary OpenGL/GLX configuration library | |
ii libnvidia-common-530 530.30.02-0ubuntu1 all Shared files used by the NVIDIA libraries | |
ii libnvidia-compute-530:amd64 530.30.02-0ubuntu1 amd64 NVIDIA libcompute package | |
ii libnvidia-decode-530:amd64 530.30.02-0ubuntu1 amd64 NVIDIA Video Decoding runtime libraries | |
ii libnvidia-encode-530:amd64 530.30.02-0ubuntu1 amd64 NVENC Video Encoding runtime library | |
ii libnvidia-extra-530:amd64 530.30.02-0ubuntu1 amd64 Extra libraries for the NVIDIA driver | |
ii libnvidia-fbc1-530:amd64 530.30.02-0ubuntu1 amd64 NVIDIA OpenGL-based Framebuffer Capture runtime library | |
ii libnvidia-gl-530:amd64 530.30.02-0ubuntu1 amd64 NVIDIA OpenGL/GLX/EGL/GLES GLVND libraries and Vulkan ICD | |
ii libnvjpeg-11-8 11.9.0.86-1 amd64 NVJPEG native runtime libraries | |
ii libnvjpeg-dev-11-8 11.9.0.86-1 amd64 NVJPEG native dev links, headers | |
ii libogg0:amd64 1.3.4-0ubuntu1 amd64 Ogg bitstream library | |
ii libopengl0:amd64 1.3.2-1~ubuntu0.20.04.2 amd64 Vendor neutral GL dispatch library -- OpenGL support | |
ii libopenjp2-7:amd64 2.3.1-1ubuntu4.20.04.1 amd64 JPEG 2000 image compression/decompression library | |
ii libopus0:amd64 1.3.1-0ubuntu1 amd64 Opus codec runtime library | |
ii liborc-0.4-0:amd64 1:0.4.31-1 amd64 Library of Optimized Inner Loops Runtime Compiler | |
ii libp11-kit0:amd64 0.23.20-1ubuntu0.1 amd64 library for loading and coordinating access to PKCS#11 modules - runtime | |
ii libpackagekit-glib2-18:amd64 1.1.13-2ubuntu1.1 amd64 Library for accessing PackageKit using GLib | |
ii libpam-cap:amd64 1:2.32-1 amd64 POSIX 1003.1e capabilities (PAM module) | |
ii libpam-fprintd:amd64 1.90.9-1~ubuntu20.04.1 amd64 PAM module for fingerprint authentication through fprintd | |
ii libpam-gnome-keyring:amd64 3.36.0-1ubuntu1 amd64 PAM module to unlock the GNOME keyring upon login | |
ii libpam-modules:amd64 1.3.1-5ubuntu4.6 amd64 Pluggable Authentication Modules for PAM | |
ii libpam-modules-bin 1.3.1-5ubuntu4.6 amd64 Pluggable Authentication Modules for PAM - helper binaries | |
ii libpam-runtime 1.3.1-5ubuntu4.6 all Runtime support for the PAM library | |
ii libpam-systemd:amd64 245.4-4ubuntu3.20 amd64 system and service manager - PAM module | |
ii libpam0g:amd64 1.3.1-5ubuntu4.6 amd64 Pluggable Authentication Modules library | |
ii libpango-1.0-0:amd64 1.44.7-2ubuntu4 amd64 Layout and rendering of internationalized text | |
ii libpangocairo-1.0-0:amd64 1.44.7-2ubuntu4 amd64 Layout and rendering of internationalized text | |
ii libpangoft2-1.0-0:amd64 1.44.7-2ubuntu4 amd64 Layout and rendering of internationalized text | |
ii libpangoxft-1.0-0:amd64 1.44.7-2ubuntu4 amd64 Layout and rendering of internationalized text | |
ii libparted-fs-resize0:amd64 3.3-4ubuntu0.20.04.1 amd64 disk partition manipulator - shared FS resizing library | |
ii libparted2:amd64 3.3-4ubuntu0.20.04.1 amd64 disk partition manipulator - shared library | |
ii libpcap0.8:amd64 1.9.1-3 amd64 system interface for user-level packet capture | |
ii libpci3:amd64 1:3.6.4-1ubuntu0.20.04.1 amd64 PCI utilities (shared library) | |
ii libpciaccess0:amd64 0.16-0ubuntu1 amd64 Generic PCI access library for X | |
ii libpcre2-8-0:amd64 10.34-7ubuntu0.1 amd64 New Perl Compatible Regular Expression Library- 8 bit runtime files | |
ii libpcre3:amd64 2:8.39-12ubuntu0.1 amd64 Old Perl 5 Compatible Regular Expression Library - runtime files | |
ii libpcsclite1:amd64 1.8.26-3 amd64 Middleware to access a smart card using PC/SC (library) | |
ii libperl5.30:amd64 5.30.0-9ubuntu0.3 amd64 shared Perl library | |
ii libphonenumber7:amd64 7.1.0-5ubuntu11 amd64 parsing/formatting/validating phone numbers | |
ii libpipeline1:amd64 1.5.2-2build1 amd64 Unix process pipeline manipulation library | |
ii libpixman-1-0:amd64 0.38.4-0ubuntu2.1 amd64 pixel-manipulation library for X and cairo | |
ii libplist3:amd64 2.1.0-4build2 amd64 Library for handling Apple binary and XML property lists | |
ii libplymouth5:amd64 0.9.4git20200323-0ubuntu6.2 amd64 graphical boot animation and logger - shared libraries | |
ii libpng16-16:amd64 1.6.37-2 amd64 PNG library - runtime (version 1.6) | |
ii libpolkit-agent-1-0:amd64 0.105-26ubuntu1.3 amd64 PolicyKit Authentication Agent API | |
ii libpolkit-gobject-1-0:amd64 0.105-26ubuntu1.3 amd64 PolicyKit Authorization API | |
ii libpopt0:amd64 1.16-14 amd64 lib for parsing cmdline parameters | |
ii libprocps8:amd64 2:3.3.16-1ubuntu2.3 amd64 library for accessing process information from /proc | |
ii libprotobuf17:amd64 3.6.1.3-2ubuntu5.2 amd64 protocol buffers C++ library | |
ii libproxy1v5:amd64 0.4.15-10ubuntu1.2 amd64 automatic proxy configuration management library (shared) | |
ii libpsl5:amd64 0.21.0-1ubuntu1 amd64 Library for Public Suffix List (shared libraries) | |
ii libpulse-mainloop-glib0:amd64 1:13.99.1-1ubuntu3.13 amd64 PulseAudio client libraries (glib support) | |
ii libpulse0:amd64 1:13.99.1-1ubuntu3.13 amd64 PulseAudio client libraries | |
ii libpulsedsp:amd64 1:13.99.1-1ubuntu3.13 amd64 PulseAudio OSS pre-load library | |
ii libpwquality-common 1.4.2-1build1 all library for password quality checking and generation (data files) | |
ii libpwquality1:amd64 1.4.2-1build1 amd64 library for password quality checking and generation | |
ii libpython3-stdlib:amd64 3.8.2-0ubuntu2 amd64 interactive high-level object-oriented language (default python3 version) | |
ii libpython3.8:amd64 3.8.10-0ubuntu1~20.04.7 amd64 Shared Python runtime library (version 3.8) | |
ii libpython3.8-minimal:amd64 3.8.10-0ubuntu1~20.04.7 amd64 Minimal subset of the Python language (version 3.8) | |
ii libpython3.8-stdlib:amd64 3.8.10-0ubuntu1~20.04.7 amd64 Interactive high-level object-oriented language (standard library, version 3.8) | |
ii libqmi-glib5:amd64 1.30.4-1~ubuntu20.04.1 amd64 Support library to use the Qualcomm MSM Interface (QMI) protocol | |
ii libqmi-proxy 1.30.4-1~ubuntu20.04.1 amd64 Proxy to communicate with QMI ports | |
ii libquadmath0:amd64 10.3.0-1ubuntu1~20.04 amd64 GCC Quad-Precision Math Library | |
ii libraw1394-11:amd64 2.1.2-1 amd64 library for direct access to IEEE 1394 bus (aka FireWire) | |
ii libreadline5:amd64 5.2+dfsg-3build3 amd64 GNU readline and history libraries, run-time libraries | |
ii libreadline8:amd64 8.0-4 amd64 GNU readline and history libraries, run-time libraries | |
ii librest-0.7-0:amd64 0.8.1-1 amd64 REST service access library | |
ii libroken18-heimdal:amd64 7.7.0+dfsg-1ubuntu1.4 amd64 Heimdal Kerberos - roken support library | |
ii librsvg2-2:amd64 2.48.9-1ubuntu0.20.04.1 amd64 SAX-based renderer library for SVG files (runtime) | |
ii librsvg2-common:amd64 2.48.9-1ubuntu0.20.04.1 amd64 SAX-based renderer library for SVG files (extra runtime) | |
ii librtmp1:amd64 2.4+20151223.gitfa8646d.1-2build1 amd64 toolkit for RTMP streams (shared library) | |
ii librygel-core-2.6-2:amd64 0.38.3-1ubuntu1 amd64 GNOME UPnP/DLNA services - core library | |
ii librygel-db-2.6-2:amd64 0.38.3-1ubuntu1 amd64 GNOME UPnP/DLNA services - db library | |
ii librygel-renderer-2.6-2:amd64 0.38.3-1ubuntu1 amd64 GNOME UPnP/DLNA services - renderer library | |
ii librygel-server-2.6-2:amd64 0.38.3-1ubuntu1 amd64 GNOME UPnP/DLNA services - server library | |
ii libsamplerate0:amd64 0.1.9-2 amd64 Audio sample rate conversion library | |
ii libsane:amd64 1.0.29-0ubuntu5.2 amd64 API library for scanners | |
ii libsane-common 1.0.29-0ubuntu5.2 all API library for scanners -- documentation and support files | |
ii libsasl2-2:amd64 2.1.27+dfsg-2ubuntu0.1 amd64 Cyrus SASL - authentication abstraction library | |
ii libsasl2-modules:amd64 2.1.27+dfsg-2ubuntu0.1 amd64 Cyrus SASL - pluggable authentication modules | |
ii libsasl2-modules-db:amd64 2.1.27+dfsg-2ubuntu0.1 amd64 Cyrus SASL - pluggable authentication modules (DB) | |
ii libsbc1:amd64 1.4-1 amd64 Sub Band CODEC library - runtime | |
ii libseccomp2:amd64 2.5.1-1ubuntu1~20.04.2 amd64 high level interface to Linux seccomp filter | |
ii libsecret-1-0:amd64 0.20.4-0ubuntu1 amd64 Secret store | |
ii libsecret-common 0.20.4-0ubuntu1 all Secret store (common files) | |
ii libselinux1:amd64 3.0-1build2 amd64 SELinux runtime shared libraries | |
ii libsemanage-common 3.0-1build2 all Common files for SELinux policy management libraries | |
ii libsemanage1:amd64 3.0-1build2 amd64 SELinux policy management library | |
ii libsensors-config 1:3.6.0-2ubuntu1.1 all lm-sensors configuration files | |
ii libsensors5:amd64 1:3.6.0-2ubuntu1.1 amd64 library to read temperature/voltage/fan sensors | |
ii libsepol1:amd64 3.0-1ubuntu0.1 amd64 SELinux library for manipulating binary security policies | |
ii libsgutils2-2 1.44-1ubuntu2 amd64 utilities for devices using the SCSI command set (shared libraries) | |
ii libshout3:amd64 2.4.3-1 amd64 MP3/Ogg Vorbis broadcast streaming library | |
ii libsigsegv2:amd64 2.12-2 amd64 Library for handling page faults in a portable way | |
ii libslang2:amd64 2.3.2-4 amd64 S-Lang programming library - runtime version | |
ii libsm6:amd64 2:1.2.3-1 amd64 X11 Session Management library | |
ii libsmartcols1:amd64 2.34-0.1ubuntu9.3 amd64 smart column output alignment library | |
ii libsmbclient:amd64 2:4.15.13+dfsg-0ubuntu0.20.04.1 amd64 shared library for communication with SMB/CIFS servers | |
ii libsmbios-c2 2.4.3-1 amd64 Provide access to (SM)BIOS information -- dynamic library | |
ii libsnapd-glib1:amd64 1.58-0ubuntu0.20.04.0 amd64 GLib snapd library | |
ii libsndfile1:amd64 1.0.28-7ubuntu0.1 amd64 Library for reading/writing audio files | |
ii libsnmp-base 5.8+dfsg-2ubuntu2.7 all SNMP configuration script, MIBs and documentation | |
ii libsnmp35:amd64 5.8+dfsg-2ubuntu2.7 amd64 SNMP (Simple Network Management Protocol) library | |
ii libsodium23:amd64 1.0.18-1 amd64 Network communication, cryptography and signaturing library | |
ii libsoup-gnome2.4-1:amd64 2.70.0-1 amd64 HTTP library implementation in C -- GNOME support library | |
ii libsoup2.4-1:amd64 2.70.0-1 amd64 HTTP library implementation in C -- Shared library | |
ii libsoxr0:amd64 0.1.3-2build1 amd64 High quality 1D sample-rate conversion library | |
ii libspeex1:amd64 1.2~rc1.2-1.1ubuntu1.20.04.1 amd64 The Speex codec runtime library | |
ii libspeexdsp1:amd64 1.2~rc1.2-1.1ubuntu1.20.04.1 amd64 The Speex extended runtime library | |
ii libsqlite3-0:amd64 3.31.1-4ubuntu0.5 amd64 SQLite 3 shared library | |
ii libss2:amd64 1.45.5-2ubuntu1.1 amd64 command-line interface parsing library | |
ii libssh-4:amd64 0.9.3-2ubuntu2.2 amd64 tiny C SSH library (OpenSSL flavor) | |
ii libssl1.1:amd64 1.1.1f-1ubuntu2.17 amd64 Secure Sockets Layer toolkit - shared libraries | |
ii libstartup-notification0:amd64 0.12-6 amd64 library for program launch feedback (shared library) | |
ii libstdc++-9-dev:amd64 9.4.0-1ubuntu1~20.04.1 amd64 GNU Standard C++ Library v3 (development files) | |
ii libstdc++6:amd64 10.3.0-1ubuntu1~20.04 amd64 GNU Standard C++ Library v3 | |
ii libstemmer0d:amd64 0+svn585-2 amd64 Snowball stemming algorithms for use in Information Retrieval | |
ii libsystemd0:amd64 245.4-4ubuntu3.20 amd64 systemd utility library | |
ii libtag1v5:amd64 1.11.1+dfsg.1-0.3ubuntu2 amd64 audio meta-data library | |
ii libtag1v5-vanilla:amd64 1.11.1+dfsg.1-0.3ubuntu2 amd64 audio meta-data library - vanilla flavour | |
ii libtalloc2:amd64 2.3.3-0ubuntu0.20.04.1 amd64 hierarchical pool based memory allocator | |
ii libtasn1-6:amd64 4.16.0-2 amd64 Manage ASN.1 structures (runtime) | |
ii libtdb1:amd64 1.4.5-0ubuntu0.20.04.1 amd64 Trivial Database - shared library | |
ii libteamdctl0:amd64 1.30-1 amd64 library for communication with `teamd` process | |
ii libtevent0:amd64 0.11.0-0ubuntu0.20.04.1 amd64 talloc-based event loop library - shared library | |
ii libtext-charwidth-perl 0.04-10 amd64 get display widths of characters on the terminal | |
ii libtext-iconv-perl 1.7-7 amd64 module to convert between character sets in Perl | |
ii libtext-wrapi18n-perl 0.06-9 all internationalized substitute of Text::Wrap | |
ii libthai-data 0.1.28-3 all Data files for Thai language support library | |
ii libthai0:amd64 0.1.28-3 amd64 Thai language support library | |
ii libtheora0:amd64 1.1.1+dfsg.1-15ubuntu2 amd64 Theora Video Compression Codec | |
ii libtiff5:amd64 4.1.0+git191117-2ubuntu0.20.04.8 amd64 Tag Image File Format (TIFF) library | |
ii libtinfo5:amd64 6.2-0ubuntu2 amd64 shared low-level terminfo library (legacy version) | |
ii libtinfo6:amd64 6.2-0ubuntu2 amd64 shared low-level terminfo library for terminal handling | |
ii libtsan0:amd64 10.3.0-1ubuntu1~20.04 amd64 ThreadSanitizer -- a Valgrind-based detector of data races (runtime) | |
ii libtss2-esys0 2.3.2-1ubuntu0.20.04.1 amd64 TPM2 Software stack library - TSS and TCTI libraries | |
ii libtwolame0:amd64 0.4.0-2 amd64 MPEG Audio Layer 2 encoding library | |
ii libubsan1:amd64 10.3.0-1ubuntu1~20.04 amd64 UBSan -- undefined behaviour sanitizer (runtime) | |
ii libuchardet0:amd64 0.0.6-3build1 amd64 universal charset detection library - shared library | |
ii libudev1:amd64 245.4-4ubuntu3.20 amd64 libudev shared library | |
ii libudisks2-0:amd64 2.8.4-1ubuntu2 amd64 GObject based library to access udisks2 | |
ii libunistring2:amd64 0.9.10-2 amd64 Unicode string library for C | |
ii libunwind8:amd64 1.2.1-9ubuntu0.1 amd64 library to determine the call-chain of a program - runtime | |
ii libupower-glib3:amd64 0.99.11-1build2 amd64 abstraction for power management - shared library | |
ii liburcu6:amd64 0.11.1-2 amd64 userspace RCU (read-copy-update) library | |
ii libusb-1.0-0:amd64 2:1.0.23-2build1 amd64 userspace USB programming library | |
ii libusbmuxd6:amd64 2.0.1-2 amd64 USB multiplexor daemon for iPhone and iPod Touch devices - library | |
ii libutempter0:amd64 1.1.6-4 amd64 privileged helper for utmp/wtmp updates (runtime) | |
ii libuuid1:amd64 2.34-0.1ubuntu9.3 amd64 Universally Unique ID library | |
ii libuv1:amd64 1.34.2-1ubuntu1.3 amd64 asynchronous event notification library - runtime library | |
ii libv4l-0:amd64 1.18.0-2build1 amd64 Collection of video4linux support libraries | |
ii libv4lconvert0:amd64 1.18.0-2build1 amd64 Video4linux frame format conversion library | |
ii libvdpau1:amd64 1.3-1ubuntu2 amd64 Video Decode and Presentation API for Unix (libraries) | |
ii libvisual-0.4-0:amd64 0.4.0-17 amd64 audio visualization framework | |
ii libvolume-key1 0.3.12-3.1 amd64 Library for manipulating storage encryption keys and passphrases | |
ii libvorbis0a:amd64 1.3.6-2ubuntu1 amd64 decoder library for Vorbis General Audio Compression Codec | |
ii libvorbisenc2:amd64 1.3.6-2ubuntu1 amd64 encoder library for Vorbis General Audio Compression Codec | |
ii libvorbisfile3:amd64 1.3.6-2ubuntu1 amd64 high-level API for Vorbis General Audio Compression Codec | |
ii libvpx6:amd64 1.8.2-1build1 amd64 VP8 and VP9 video codec (shared library) | |
ii libvte-2.91-0:amd64 0.60.3-0ubuntu1~20.04 amd64 Terminal emulator widget for GTK+ 3.0 - runtime files | |
ii libvte-2.91-common 0.60.3-0ubuntu1~20.04 amd64 Terminal emulator widget for GTK+ 3.0 - common files | |
ii libvulkan1:amd64 1.2.131.2-1 amd64 Vulkan loader library | |
ii libwacom-bin 1.3-2ubuntu3 amd64 Wacom model feature query library -- binaries | |
ii libwacom-common 1.3-2ubuntu3 all Wacom model feature query library (common files) | |
ii libwacom2:amd64 1.3-2ubuntu3 amd64 Wacom model feature query library | |
ii libwavpack1:amd64 5.2.0-1ubuntu0.1 amd64 audio codec (lossy and lossless) - library | |
ii libwayland-client0:amd64 1.18.0-1ubuntu0.1 amd64 wayland compositor infrastructure - client library | |
ii libwayland-cursor0:amd64 1.18.0-1ubuntu0.1 amd64 wayland compositor infrastructure - cursor library | |
ii libwayland-egl1:amd64 1.18.0-1ubuntu0.1 amd64 wayland compositor infrastructure - EGL library | |
ii libwayland-server0:amd64 1.18.0-1ubuntu0.1 amd64 wayland compositor infrastructure - server library | |
ii libwbclient0:amd64 2:4.15.13+dfsg-0ubuntu0.20.04.1 amd64 Samba winbind client library | |
ii libwebkit2gtk-4.0-37:amd64 2.38.5-0ubuntu0.20.04.1 amd64 Web content engine library for GTK | |
ii libwebp6:amd64 0.6.1-2ubuntu0.20.04.1 amd64 Lossy compression of digital photographic images. | |
ii libwebpdemux2:amd64 0.6.1-2ubuntu0.20.04.1 amd64 Lossy compression of digital photographic images. | |
ii libwebrtc-audio-processing1:amd64 0.3.1-0ubuntu3 amd64 AudioProcessing module from the WebRTC project. | |
ii libwhoopsie-preferences0 22 amd64 Ubuntu error tracker submission settings - shared library | |
ii libwhoopsie0:amd64 0.2.69ubuntu0.3 amd64 Ubuntu error tracker submission - shared library | |
ii libwind0-heimdal:amd64 7.7.0+dfsg-1ubuntu1.4 amd64 Heimdal Kerberos - stringprep implementation | |
ii libwoff1:amd64 1.0.2-1build2 amd64 library for converting fonts to WOFF 2.0 | |
ii libwrap0:amd64 7.6.q-30 amd64 Wietse Venema's TCP wrappers library | |
ii libx11-6:amd64 2:1.6.9-2ubuntu1.2 amd64 X11 client-side library | |
ii libx11-data 2:1.6.9-2ubuntu1.2 all X11 client-side library | |
ii libx11-xcb1:amd64 2:1.6.9-2ubuntu1.2 amd64 Xlib/XCB interface library | |
ii libxatracker2:amd64 21.2.6-0ubuntu0.1~20.04.2 amd64 X acceleration library -- runtime | |
ii libxau6:amd64 1:1.0.9-0ubuntu1 amd64 X11 authorisation library | |
ii libxaw7:amd64 2:1.0.13-1 amd64 X11 Athena Widget library | |
ii libxcb-dri2-0:amd64 1.14-2 amd64 X C Binding, dri2 extension | |
ii libxcb-dri3-0:amd64 1.14-2 amd64 X C Binding, dri3 extension | |
ii libxcb-glx0:amd64 1.14-2 amd64 X C Binding, glx extension | |
ii libxcb-icccm4:amd64 0.4.1-1.1 amd64 utility libraries for X C Binding -- icccm | |
ii libxcb-image0:amd64 0.4.0-1build1 amd64 utility libraries for X C Binding -- image | |
ii libxcb-keysyms1:amd64 0.4.0-1build1 amd64 utility libraries for X C Binding -- keysyms | |
ii libxcb-present0:amd64 1.14-2 amd64 X C Binding, present extension | |
ii libxcb-randr0:amd64 1.14-2 amd64 X C Binding, randr extension | |
ii libxcb-render-util0:amd64 0.3.9-1build1 amd64 utility libraries for X C Binding -- render-util | |
ii libxcb-render0:amd64 1.14-2 amd64 X C Binding, render extension | |
ii libxcb-res0:amd64 1.14-2 amd64 X C Binding, res extension | |
ii libxcb-shape0:amd64 1.14-2 amd64 X C Binding, shape extension | |
ii libxcb-shm0:amd64 1.14-2 amd64 X C Binding, shm extension | |
ii libxcb-sync1:amd64 1.14-2 amd64 X C Binding, sync extension | |
ii libxcb-util1:amd64 0.4.0-0ubuntu3 amd64 utility libraries for X C Binding -- atom, aux and event | |
ii libxcb-xfixes0:amd64 1.14-2 amd64 X C Binding, xfixes extension | |
ii libxcb-xinerama0:amd64 1.14-2 amd64 X C Binding, xinerama extension | |
ii libxcb-xinput0:amd64 1.14-2 amd64 X C Binding, xinput extension | |
ii libxcb-xkb1:amd64 1.14-2 amd64 X C Binding, XKEYBOARD extension | |
ii libxcb-xv0:amd64 1.14-2 amd64 X C Binding, xv extension | |
ii libxcb1:amd64 1.14-2 amd64 X C Binding | |
ii libxcomposite1:amd64 1:0.4.5-1 amd64 X11 Composite extension library | |
ii libxcursor1:amd64 1:1.2.0-2 amd64 X cursor management library | |
ii libxdamage1:amd64 1:1.1.5-2 amd64 X11 damaged region extension library | |
ii libxdmcp6:amd64 1:1.1.3-0ubuntu1 amd64 X11 Display Manager Control Protocol library | |
ii libxext6:amd64 2:1.3.4-0ubuntu1 amd64 X11 miscellaneous extension library | |
ii libxfixes3:amd64 1:5.0.3-2 amd64 X11 miscellaneous 'fixes' extension library | |
ii libxfont2:amd64 1:2.0.3-1 amd64 X11 font rasterisation library | |
ii libxft2:amd64 2.3.3-0ubuntu1 amd64 FreeType-based font drawing library for X | |
ii libxi6:amd64 2:1.7.10-0ubuntu1 amd64 X11 Input extension library | |
ii libxinerama1:amd64 2:1.1.4-2 amd64 X11 Xinerama extension library | |
ii libxkbcommon-x11-0:amd64 0.10.0-1 amd64 library to create keymaps with the XKB X11 protocol | |
ii libxkbcommon0:amd64 0.10.0-1 amd64 library interface to the XKB compiler - shared library | |
ii libxkbfile1:amd64 1:1.1.0-1 amd64 X11 keyboard file manipulation library | |
ii libxklavier16:amd64 5.4-4 amd64 X Keyboard Extension high-level API | |
ii libxml2:amd64 2.9.10+dfsg-5ubuntu0.20.04.5 amd64 GNOME XML library | |
ii libxmlb1:amd64 0.1.15-2ubuntu1~20.04.1 amd64 Binary XML library | |
ii libxmlb2:amd64 0.3.6-2build1~20.04.1 amd64 Binary XML library | |
ii libxmlsec1:amd64 1.2.28-2 amd64 XML security library | |
ii libxmlsec1-openssl:amd64 1.2.28-2 amd64 Openssl engine for the XML security library | |
ii libxmu6:amd64 2:1.1.3-0ubuntu1 amd64 X11 miscellaneous utility library | |
ii libxmuu1:amd64 2:1.1.3-0ubuntu1 amd64 X11 miscellaneous micro-utility library | |
ii libxnvctrl0:amd64 530.30.02-0ubuntu1 amd64 NV-CONTROL X extension (runtime library) | |
ii libxpm4:amd64 1:3.5.12-1ubuntu0.20.04.1 amd64 X11 pixmap library | |
ii libxrandr2:amd64 2:1.5.2-0ubuntu1 amd64 X11 RandR extension library | |
ii libxrender1:amd64 1:0.9.10-1 amd64 X Rendering Extension client library | |
ii libxshmfence1:amd64 1.3-1 amd64 X shared memory fences - shared library | |
ii libxslt1.1:amd64 1.1.34-4ubuntu0.20.04.1 amd64 XSLT 1.0 processing library - runtime library | |
ii libxss1:amd64 1:1.2.3-1 amd64 X11 Screen Saver extension library | |
ii libxt6:amd64 1:1.1.5-1 amd64 X11 toolkit intrinsics library | |
ii libxtables12:amd64 1.8.4-3ubuntu2 amd64 netfilter xtables library | |
ii libxtst6:amd64 2:1.2.3-1 amd64 X11 Testing -- Record extension library | |
ii libxv1:amd64 2:1.0.11-1 amd64 X11 Video extension library | |
ii libxvmc1:amd64 2:1.0.12-2 amd64 X11 Video extension library | |
ii libxxf86dga1:amd64 2:1.1.5-0ubuntu1 amd64 X11 Direct Graphics Access extension library | |
ii libxxf86vm1:amd64 1:1.1.4-1build1 amd64 X11 XFree86 video mode extension library | |
ii libyaml-0-2:amd64 0.2.2-1 amd64 Fast YAML 1.1 parser and emitter library | |
ii libyelp0:amd64 3.36.2-0ubuntu1 amd64 Library for the GNOME help browser | |
ii libzstd1:amd64 1.4.4+dfsg-3ubuntu0.1 amd64 fast lossless compression algorithm | |
ii linux-aws 5.15.0.1031.35~20.04.20 amd64 Complete Linux kernel for Amazon Web Services (AWS) systems. | |
ii linux-aws-5.15-headers-5.15.0-1031 5.15.0-1031.35~20.04.1 all Header files related to Linux kernel version 5.15.0 | |
ii linux-base 4.5ubuntu3.7 all Linux image base package | |
ii linux-headers-5.15.0-1031-aws 5.15.0-1031.35~20.04.1 amd64 Linux kernel headers for version 5.15.0 on 64 bit x86 SMP | |
ii linux-headers-aws 5.15.0.1031.35~20.04.20 amd64 Linux kernel headers for Amazon Web Services (AWS) systems. | |
ii linux-image-5.15.0-1031-aws 5.15.0-1031.35~20.04.1 amd64 Signed kernel image aws | |
ii linux-image-aws 5.15.0.1031.35~20.04.20 amd64 Linux kernel image for Amazon Web Services (AWS) systems. | |
ii linux-libc-dev:amd64 5.4.0-146.163 amd64 Linux Kernel Headers for development | |
ii linux-modules-5.15.0-1031-aws 5.15.0-1031.35~20.04.1 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP | |
ii locales 2.31-0ubuntu9.9 all GNU C Library: National Language (locale) data [support] | |
ii login 1:4.8.1-1ubuntu5.20.04.4 amd64 system login tools | |
ii logrotate 3.14.0-4ubuntu3 amd64 Log rotation utility | |
ii logsave 1.45.5-2ubuntu1.1 amd64 save the output of a command in a log file | |
ii lsb-base 11.1.0ubuntu2 all Linux Standard Base init script functionality | |
ii lsb-release 11.1.0ubuntu2 all Linux Standard Base version reporting utility | |
ii lshw 02.18.85-0.3ubuntu2.20.04.1 amd64 information about hardware configuration | |
ii lsof 4.93.2+dfsg-1ubuntu0.20.04.1 amd64 utility to list open files | |
ii ltrace 0.7.3-6.1ubuntu1 amd64 Tracks runtime library calls in dynamically linked programs | |
ii lvm2 2.03.07-1ubuntu1 amd64 Linux Logical Volume Manager | |
ii lxd-agent-loader 0.4 all LXD - VM agent loader | |
ii lz4 1.9.2-2ubuntu0.20.04.1 amd64 Fast LZ compression algorithm library - tool | |
ii make 4.2.1-1.2 amd64 utility for directing compilation | |
ii man-db 2.9.1-1 amd64 tools for reading manual pages | |
ii manpages 5.05-1 all Manual pages about using a GNU/Linux system | |
ii manpages-dev 5.05-1 all Manual pages about using GNU/Linux for development | |
ii mawk 1.3.4.20200120-2 amd64 Pattern scanning and text processing language | |
ii mdadm 4.1-5ubuntu1.2 amd64 tool to administer Linux MD arrays (software RAID) | |
ii mesa-vdpau-drivers:amd64 21.2.6-0ubuntu0.1~20.04.2 amd64 Mesa VDPAU video acceleration drivers | |
ii mesa-vulkan-drivers:amd64 21.2.6-0ubuntu0.1~20.04.2 amd64 Mesa Vulkan graphics drivers | |
ii microcode-initrd 2~20.04.0 amd64 early microcode-only initrd suitable for grub | |
ii mime-support 3.64ubuntu1 all MIME files 'mime.types' & 'mailcap', and support programs | |
ii mobile-broadband-provider-info 20190618-3 all database of mobile broadband service providers | |
ii modemmanager 1.18.6-1~ubuntu20.04.1 amd64 D-Bus service for managing modems | |
ii mokutil 0.3.0+1538710437.fb6250f-1 amd64 tools for manipulating machine owner keys | |
ii motd-news-config 11ubuntu5.7 all Configuration for motd-news shipped in base-files | |
ii mount 2.34-0.1ubuntu9.3 amd64 tools for mounting and manipulating filesystems | |
ii mousetweaks 3.32.0-2 amd64 mouse accessibility enhancements for the GNOME desktop | |
ii mtr-tiny 0.93-1 amd64 Full screen ncurses traceroute tool | |
ii multipath-tools 0.8.3-1ubuntu2.1 amd64 maintain multipath block device access | |
ii mutter 3.36.9-0ubuntu0.20.04.2 amd64 Example window manager using GNOME's window manager library | |
ii mutter-common 3.36.9-0ubuntu0.20.04.2 all shared files for the Mutter window manager | |
ii mysql-common 5.8+1.0.5ubuntu2 all MySQL database common files, e.g. /etc/mysql/my.cnf | |
ii nano 4.8-1ubuntu1 amd64 small, friendly text editor inspired by Pico | |
ii ncurses-base 6.2-0ubuntu2 all basic terminal type definitions | |
ii ncurses-bin 6.2-0ubuntu2 amd64 terminal-related programs and man pages | |
ii ncurses-term 6.2-0ubuntu2 all additional terminal type definitions | |
ii netbase 6.1 all Basic TCP/IP networking system | |
ii netcat-openbsd 1.206-1ubuntu1 amd64 TCP/IP swiss army knife | |
ii netplan.io 0.104-0ubuntu2~20.04.2 amd64 YAML network configuration abstraction for various backends | |
ii network-manager 1.22.10-1ubuntu2.3 amd64 network management framework (daemon and userspace tools) | |
ii network-manager-gnome 1.8.24-1ubuntu3 amd64 network management framework (GNOME frontend) | |
ii network-manager-pptp 1.2.8-2 amd64 network management framework (PPTP plugin core) | |
ii networkd-dispatcher 2.1-2~ubuntu20.04.3 all Dispatcher service for systemd-networkd connection status changes | |
ii nsight-compute-2022.3.0 2022.3.0.22-1 amd64 NVIDIA Nsight Compute | |
ii nsight-systems-2022.4.2 2022.4.2.50-32196742v0 amd64 Nsight Systems is a statistical sampling profiler with tracing features. | |
ii ntfs-3g 1:2017.3.23AR.3-3ubuntu1.3 amd64 read/write NTFS driver for FUSE | |
ii nvidia-compute-utils-530 530.30.02-0ubuntu1 amd64 NVIDIA compute utilities | |
ii nvidia-dkms-530 530.30.02-0ubuntu1 amd64 NVIDIA DKMS package | |
ii nvidia-driver-530 530.30.02-0ubuntu1 amd64 NVIDIA driver metapackage | |
ii nvidia-kernel-common-530 530.30.02-0ubuntu1 amd64 Shared files used with the kernel module | |
ii nvidia-kernel-source-530 530.30.02-0ubuntu1 amd64 NVIDIA kernel source package | |
ii nvidia-modprobe 530.30.02-0ubuntu1 amd64 Load the NVIDIA kernel driver and create device files | |
ii nvidia-prime 0.8.16~0.20.04.2 all Tools to enable NVIDIA's Prime | |
ii nvidia-settings 530.30.02-0ubuntu1 amd64 Tool for configuring the NVIDIA graphics driver | |
ii nvidia-utils-530 530.30.02-0ubuntu1 amd64 NVIDIA driver support binaries | |
ii open-iscsi 2.0.874-7.1ubuntu6.2 amd64 iSCSI initiator tools | |
ii open-vm-tools 2:11.3.0-2ubuntu0~ubuntu20.04.4 amd64 Open VMware Tools for virtual machines hosted on VMware (CLI) | |
ii openjdk-11-jre:amd64 11.0.18+10-0ubuntu1~20.04.1 amd64 OpenJDK Java runtime, using Hotspot JIT | |
ii openjdk-11-jre-headless:amd64 11.0.18+10-0ubuntu1~20.04.1 amd64 OpenJDK Java runtime, using Hotspot JIT (headless) | |
ii openssh-client 1:8.2p1-4ubuntu0.5 amd64 secure shell (SSH) client, for secure access to remote machines | |
ii openssh-server 1:8.2p1-4ubuntu0.5 amd64 secure shell (SSH) server, for secure access from remote machines | |
ii openssh-sftp-server 1:8.2p1-4ubuntu0.5 amd64 secure shell (SSH) sftp server module, for SFTP access from remote machines | |
ii openssl 1.1.1f-1ubuntu2.17 amd64 Secure Sockets Layer toolkit - cryptographic utility | |
ii os-prober 1.74ubuntu2 amd64 utility to detect other OSes on a set of drives | |
ii overlayroot 0.45ubuntu2 all use an overlayfs on top of a read-only root filesystem | |
ii p11-kit 0.23.20-1ubuntu0.1 amd64 p11-glue utilities | |
ii p11-kit-modules:amd64 0.23.20-1ubuntu0.1 amd64 p11-glue proxy and trust modules | |
ii packagekit 1.1.13-2ubuntu1.1 amd64 Provides a package management service | |
ii packagekit-tools 1.1.13-2ubuntu1.1 amd64 Provides PackageKit command-line tools | |
ii parted 3.3-4ubuntu0.20.04.1 amd64 disk partition manipulator | |
ii passwd 1:4.8.1-1ubuntu5.20.04.4 amd64 change and administer password and group data | |
ii pastebinit 1.5.1-1 all command-line pastebin client | |
ii patch 2.7.6-6 amd64 Apply a diff file to an original | |
ii pci.ids 0.0~2020.03.20-1 all PCI ID Repository | |
ii pciutils 1:3.6.4-1ubuntu0.20.04.1 amd64 PCI utilities | |
ii perl 5.30.0-9ubuntu0.3 amd64 Larry Wall's Practical Extraction and Report Language | |
ii perl-base 5.30.0-9ubuntu0.3 amd64 minimal Perl system | |
ii perl-modules-5.30 5.30.0-9ubuntu0.3 all Core Perl modules | |
ii pinentry-curses 1.1.0-3build1 amd64 curses-based PIN or pass-phrase entry dialog for GnuPG | |
ii pinentry-gnome3 1.1.0-3build1 amd64 GNOME 3 PIN or pass-phrase entry dialog for GnuPG | |
ii pkg-config 0.29.1-0ubuntu4 amd64 manage compile and link flags for libraries | |
ii plymouth 0.9.4git20200323-0ubuntu6.2 amd64 boot animation, logger and I/O multiplexer | |
ii plymouth-theme-ubuntu-text 0.9.4git20200323-0ubuntu6.2 amd64 boot animation, logger and I/O multiplexer - ubuntu text theme | |
ii policykit-1 0.105-26ubuntu1.3 amd64 framework for managing administrative policies and privileges | |
ii pollinate 4.33-3ubuntu1.20.04.1 all seed the pseudo random number generator | |
ii popularity-contest 1.69ubuntu1 all Vote for your favourite packages automatically | |
ii powermgmt-base 1.36 all common utils for power management | |
ii ppp 2.4.7-2+4.1ubuntu5.1 amd64 Point-to-Point Protocol (PPP) - daemon | |
ii pptp-linux 1.10.0-1build1 amd64 Point-to-Point Tunneling Protocol (PPTP) Client | |
ii procps 2:3.3.16-1ubuntu2.3 amd64 /proc file system utilities | |
ii psmisc 23.3-1 amd64 utilities that use the proc file system | |
ii publicsuffix 20200303.0012-1 all accurate, machine-readable list of domain name suffixes | |
ii pulseaudio 1:13.99.1-1ubuntu3.13 amd64 PulseAudio sound server | |
ii pulseaudio-module-bluetooth 1:13.99.1-1ubuntu3.13 amd64 Bluetooth module for PulseAudio sound server | |
ii pulseaudio-utils 1:13.99.1-1ubuntu3.13 amd64 Command line tools for the PulseAudio sound server | |
ii python-apt-common 2.0.1ubuntu0.20.04.1 all Python interface to libapt-pkg (locales) | |
ii python3 3.8.2-0ubuntu2 amd64 interactive high-level object-oriented language (default python3 version) | |
ii python3-apport 2.20.11-0ubuntu27.25 all Python 3 library for Apport crash report handling | |
ii python3-apt 2.0.1ubuntu0.20.04.1 amd64 Python 3 interface to libapt-pkg | |
ii python3-aptdaemon 1.1.1+bzr982-0ubuntu32.3 all Python 3 module for the server and client of aptdaemon | |
ii python3-aptdaemon.gtk3widgets 1.1.1+bzr982-0ubuntu32.3 all Python 3 GTK+ 3 widgets to run an aptdaemon client | |
ii python3-attr 19.3.0-2 all Attributes without boilerplate (Python 3) | |
ii python3-automat 0.8.0-1ubuntu1 all Self-service finite-state machines for the programmer on the go | |
ii python3-blinker 1.4+dfsg1-0.3ubuntu1 all fast, simple object-to-object and broadcast signaling library | |
ii python3-cairo:amd64 1.16.2-2ubuntu2 amd64 Python3 bindings for the Cairo vector graphics library | |
ii python3-certifi 2019.11.28-1 all root certificates for validating SSL certs and verifying TLS hosts (python3) | |
ii python3-cffi-backend 1.14.0-1build1 amd64 Foreign Function Interface for Python 3 calling C code - runtime | |
ii python3-chardet 3.0.4-4build1 all universal character encoding detector for Python3 | |
ii python3-click 7.0-3 all Wrapper around optparse for command line utilities - Python 3.x | |
ii python3-colorama 0.4.3-1build1 all Cross-platform colored terminal text in Python - Python 3.x | |
ii python3-commandnotfound 20.04.6 all Python 3 bindings for command-not-found. | |
ii python3-configobj 5.0.6-4 all simple but powerful config file reader and writer for Python 3 | |
ii python3-constantly 15.1.0-1build1 all Symbolic constants in Python | |
ii python3-cryptography 2.8-3ubuntu0.1 amd64 Python library exposing cryptographic recipes and primitives (Python 3) | |
ii python3-cups 1.9.73-3build1 amd64 Python3 bindings for CUPS | |
ii python3-cupshelpers 1.5.12-0ubuntu1.1 all Python utility modules around the CUPS printing system | |
ii python3-dbus 1.2.16-1build1 amd64 simple interprocess messaging system (Python 3 interface) | |
ii python3-debconf 1.5.73 all interact with debconf from Python 3 | |
ii python3-debian 0.1.36ubuntu1 all Python 3 modules to work with Debian-related data formats | |
ii python3-defer 1.0.6-2.1 all Small framework for asynchronous programming (Python 3) | |
ii python3-distro 1.4.0-1 all Linux OS platform information API | |
ii python3-distro-info 0.23ubuntu1 all information about distributions' releases (Python 3 module) | |
ii python3-distupgrade 1:20.04.41 all manage release upgrades | |
ii python3-distutils 3.8.10-0ubuntu1~20.04 all distutils package for Python 3.x | |
ii python3-entrypoints 0.3-2ubuntu1 all Discover and load entry points from installed packages (Python 3) | |
ii python3-gdbm:amd64 3.8.10-0ubuntu1~20.04 amd64 GNU dbm database support for Python 3.x | |
ii python3-gi 3.36.0-1 amd64 Python 3 bindings for gobject-introspection libraries | |
ii python3-hamcrest 1.9.0-3 all Hamcrest framework for matcher objects (Python 3) | |
ii python3-httplib2 0.14.0-1ubuntu1 all comprehensive HTTP client library written for Python3 | |
ii python3-hyperlink 19.0.0-1 all Immutable, Pythonic, correct URLs. | |
ii python3-ibus-1.0 1.5.22-2ubuntu2.1 all Intelligent Input Bus - introspection overrides for Python (Python 3) | |
ii python3-idna 2.8-1 all Python IDNA2008 (RFC 5891) handling (Python 3) | |
ii python3-importlib-metadata 1.5.0-1 all library to access the metadata for a Python package - Python 3.x | |
ii python3-incremental 16.10.1-3.2 all Library for versioning Python projects. | |
ii python3-jinja2 2.10.1-2 all small but fast and easy to use stand-alone template engine | |
ii python3-json-pointer 2.0-0ubuntu1 all resolve JSON pointers - Python 3.x | |
ii python3-jsonpatch 1.23-3 all library to apply JSON patches - Python 3.x | |
ii python3-jsonschema 3.2.0-0ubuntu2 all An(other) implementation of JSON Schema (Draft 3 and 4) - Python 3.x | |
ii python3-jwt 1.7.1-2ubuntu2.1 all Python 3 implementation of JSON Web Token | |
ii python3-keyring 18.0.1-2ubuntu1 all store and access your passwords safely - Python 3 version of the package | |
ii python3-launchpadlib 1.10.13-1 all Launchpad web services client library (Python 3) | |
ii python3-lazr.restfulclient 0.14.2-2build1 all client for lazr.restful-based web services (Python 3) | |
ii python3-lazr.uri 1.0.3-4build1 all library for parsing, manipulating, and generating URIs | |
ii python3-ldb 2:2.4.4-0ubuntu0.20.04.1 amd64 Python 3 bindings for LDB | |
ii python3-lib2to3 3.8.10-0ubuntu1~20.04 all Interactive high-level object-oriented language (lib2to3) | |
ii python3-macaroonbakery 1.3.1-1 all Higher-level macaroon operations for Python 3 | |
ii python3-markupsafe 1.1.0-1build2 amd64 HTML/XHTML/XML string library for Python 3 | |
ii python3-minimal 3.8.2-0ubuntu2 amd64 minimal subset of the Python language (default python3 version) | |
ii python3-more-itertools 4.2.0-1build1 all library with routines for operating on iterables, beyond itertools (Python 3) | |
ii python3-nacl 1.3.0-5 amd64 Python bindings to libsodium (Python 3) | |
ii python3-netifaces 0.10.4-1ubuntu4 amd64 portable network interface information - Python 3.x | |
ii python3-newt:amd64 0.52.21-4ubuntu2 amd64 NEWT module for Python3 | |
ii python3-oauthlib 3.1.0-1ubuntu2 all generic, spec-compliant implementation of OAuth for Python3 | |
ii python3-openssl 19.0.0-1build1 all Python 3 wrapper around the OpenSSL library | |
ii python3-pexpect 4.6.0-1build1 all Python 3 module for automating interactive applications | |
ii python3-pkg-resources 45.2.0-1ubuntu0.1 all Package Discovery and Resource Access using pkg_resources | |
ii python3-problem-report 2.20.11-0ubuntu27.25 all Python 3 library to handle problem reports | |
ii python3-protobuf 3.6.1.3-2ubuntu5.2 amd64 Python 3 bindings for protocol buffers | |
ii python3-ptyprocess 0.6.0-1ubuntu1 all Run a subprocess in a pseudo terminal from Python 3 | |
ii python3-pyasn1 0.4.2-3build1 all ASN.1 library for Python (Python 3 module) | |
ii python3-pyasn1-modules 0.2.1-0.2build1 all Collection of protocols modules written in ASN.1 language (Python 3) | |
ii python3-pymacaroons 0.13.0-3 all Macaroon library for Python 3 | |
ii python3-pyrsistent:amd64 0.15.5-1build1 amd64 persistent/functional/immutable data structures for Python | |
ii python3-requests 2.22.0-2ubuntu1 all elegant and simple HTTP library for Python3, built for human beings | |
ii python3-requests-unixsocket 0.2.0-2 all Use requests to talk HTTP via a UNIX domain socket - Python 3.x | |
ii python3-rfc3339 1.1-2 all parser and generator of RFC 3339-compliant timestamps (Python 3) | |
ii python3-secretstorage 2.3.1-2ubuntu1 all Python module for storing secrets - Python 3.x version | |
ii python3-serial 3.4-5.1 all pyserial - module encapsulating access for the serial port | |
ii python3-service-identity 18.1.0-5build1 all Service identity verification for pyOpenSSL (Python 3 module) | |
ii python3-setuptools 45.2.0-1ubuntu0.1 all Python3 Distutils Enhancements | |
ii python3-simplejson 3.16.0-2ubuntu2 amd64 simple, fast, extensible JSON encoder/decoder for Python 3.x | |
ii python3-six 1.14.0-2 all Python 2 and 3 compatibility library (Python 3 interface) | |
ii python3-software-properties 0.99.9.11 all manage the repositories that you install software from | |
ii python3-systemd 234-3build2 amd64 Python 3 bindings for systemd | |
ii python3-talloc:amd64 2.3.3-0ubuntu0.20.04.1 amd64 hierarchical pool based memory allocator - Python3 bindings | |
ii python3-twisted 18.9.0-11ubuntu0.20.04.2 all Event-based framework for internet applications | |
ii python3-twisted-bin:amd64 18.9.0-11ubuntu0.20.04.2 amd64 Event-based framework for internet applications | |
ii python3-tz 2019.3-1ubuntu0.20.04.0 all Python3 version of the Olson timezone database | |
ii python3-update-manager 1:20.04.10.11 all python 3.x module for update-manager | |
ii python3-urllib3 1.25.8-2ubuntu0.2 all HTTP library with thread-safe connection pooling for Python3 | |
ii python3-wadllib 1.3.3-3build1 all Python 3 library for navigating WADL files | |
ii python3-xkit 0.5.0ubuntu4 all library for the manipulation of xorg.conf files (Python 3) | |
ii python3-yaml 5.3.1-1ubuntu0.1 amd64 YAML parser and emitter for Python3 | |
ii python3-zipp 1.0.0-1 all pathlib-compatible Zipfile object wrapper - Python 3.x | |
ii python3-zope.interface 4.7.1-1 amd64 Interfaces for Python3 | |
ii python3.8 3.8.10-0ubuntu1~20.04.7 amd64 Interactive high-level object-oriented language (version 3.8) | |
ii python3.8-minimal 3.8.10-0ubuntu1~20.04.7 amd64 Minimal subset of the Python language (version 3.8) | |
ii readline-common 8.0-4 all GNU readline and history libraries, common files | |
ii rsync 3.1.3-8ubuntu0.5 amd64 fast, versatile, remote (and local) file-copying tool | |
ii rsyslog 8.2001.0-1ubuntu1.3 amd64 reliable system and kernel logging daemon | |
ii rtkit 0.12-4 amd64 Realtime Policy and Watchdog Daemon | |
ii run-one 1.17-0ubuntu1 all run just one instance of a command and its args at a time | |
ii rygel 0.38.3-1ubuntu1 amd64 GNOME UPnP/DLNA services | |
ii samba-libs:amd64 2:4.15.13+dfsg-0ubuntu0.20.04.1 amd64 Samba core libraries | |
ii sane-utils 1.0.29-0ubuntu5.2 amd64 API library for scanners -- utilities | |
ii sbsigntool 0.9.2-2ubuntu1.1 amd64 Tools to manipulate signatures on UEFI binaries and drivers | |
ii screen 4.8.0-1ubuntu0.1 amd64 terminal multiplexer with VT100/ANSI terminal emulation | |
ii screen-resolution-extra 0.18build1 all Extension for the nvidia-settings control panel | |
ii secureboot-db 1.5 amd64 Secure Boot updates for DB and DBX | |
ii sed 4.7-1 amd64 GNU stream editor for filtering/transforming text | |
ii sensible-utils 0.0.12+nmu1 all Utilities for sensible alternative selection | |
ii session-migration 0.3.5 amd64 Tool to migrate in user session settings | |
ii sg3-utils 1.44-1ubuntu2 amd64 utilities for devices using the SCSI command set | |
ii sg3-utils-udev 1.44-1ubuntu2 all utilities for devices using the SCSI command set (udev rules) | |
ii sgml-base 1.29.1 all SGML infrastructure and SGML catalog file support | |
ii sgml-data 2.0.11 all common SGML and XML data | |
ii shared-mime-info 1.15-1 amd64 FreeDesktop.org shared MIME database and spec | |
ii shim-signed 1.40.9+15.7-0ubuntu1 amd64 Secure Boot chain-loading bootloader (Microsoft-signed binary) | |
ii snapd 2.58+20.04 amd64 Daemon and tooling that enable snap packages | |
ii software-properties-common 0.99.9.11 all manage the repositories that you install software from (common) | |
ii sosreport 4.4-1ubuntu0.20.04.1 amd64 Set of tools to gather troubleshooting data from a system | |
ii sound-theme-freedesktop 0.8-2ubuntu1 all freedesktop.org sound theme | |
ii squashfs-tools 1:4.4-1ubuntu0.3 amd64 Tool to create and append to squashfs filesystems | |
ii ssh-import-id 5.10-0ubuntu1 all securely retrieve an SSH public key and install it locally | |
ii strace 5.5-3ubuntu1 amd64 System call tracer | |
ii sudo 1.8.31-1ubuntu1.4 amd64 Provide limited super user privileges to specific users | |
ii switcheroo-control 2.1-1 amd64 D-Bus service to check the availability of dual-GPU | |
ii system-config-printer 1.5.12-0ubuntu1.1 all graphical interface to configure the printing system | |
ii system-config-printer-common 1.5.12-0ubuntu1.1 all backend and the translation files for system-config-printer | |
ii system-config-printer-udev 1.5.12-0ubuntu1.1 amd64 Utilities to detect and configure printers automatically | |
ii systemd 245.4-4ubuntu3.20 amd64 system and service manager | |
ii systemd-sysv 245.4-4ubuntu3.20 amd64 system and service manager - SysV links | |
ii systemd-timesyncd 245.4-4ubuntu3.20 amd64 minimalistic service to synchronize local time with NTP servers | |
ii sysvinit-utils 2.96-2.1ubuntu1 amd64 System-V-like utilities | |
ii tar 1.30+dfsg-7ubuntu0.20.04.3 amd64 GNU version of the tar archiving utility | |
ii tcpdump 4.9.3-4ubuntu0.2 amd64 command-line network traffic analyzer | |
ii telnet 0.17-41.2build1 amd64 basic telnet client | |
ii thin-provisioning-tools 0.8.5-4build1 amd64 Tools for handling thinly provisioned device-mapper meta-data | |
ii time 1.7-25.1build1 amd64 GNU time program for measuring CPU resource usage | |
ii tmux 3.0a-2ubuntu0.4 amd64 terminal multiplexer | |
ii tpm-udev 0.4 all udev rules for TPM modules | |
ii tzdata 2022g-0ubuntu0.20.04.1 all time zone and daylight-saving time data | |
ii ubuntu-advantage-pro 27.13.6~20.04.1 all Additional services for Ubuntu Pro images | |
ii ubuntu-advantage-tools 27.13.6~20.04.1 amd64 management tools for Ubuntu Pro | |
ii ubuntu-docs 20.04.3 all Ubuntu Desktop Guide | |
ii ubuntu-keyring 2020.02.11.4 all GnuPG keys of the Ubuntu archive | |
ii ubuntu-minimal 1.450.2 amd64 Minimal core of Ubuntu | |
ii ubuntu-mono 19.04-0ubuntu3 all Ubuntu Mono Icon theme | |
ii ubuntu-release-upgrader-core 1:20.04.41 all manage release upgrades | |
ii ubuntu-server 1.450.2 amd64 The Ubuntu Server system | |
ii ubuntu-session 3.36.0-2ubuntu1 all Ubuntu session with GNOME Shell | |
ii ubuntu-standard 1.450.2 amd64 The Ubuntu standard system | |
ii ubuntu-wallpapers 20.04.2-0ubuntu1 all Ubuntu Wallpapers | |
ii ubuntu-wallpapers-focal 20.04.2-0ubuntu1 all Ubuntu 20.04 Wallpapers | |
ii ucf 3.0038+nmu1 all Update Configuration File(s): preserve user changes to config files | |
ii udev 245.4-4ubuntu3.20 amd64 /dev/ and hotplug management daemon | |
ii udisks2 2.8.4-1ubuntu2 amd64 D-Bus service to access and manipulate storage devices | |
ii ufw 0.36-6ubuntu1 all program for managing a Netfilter firewall | |
ii unattended-upgrades 2.3ubuntu0.3 all automatic installation of security upgrades | |
ii unzip 6.0-25ubuntu1.1 amd64 De-archiver for .zip files | |
ii update-inetd 4.50 all inetd configuration file updater | |
ii update-manager-core 1:20.04.10.11 all manage release upgrades | |
ii update-notifier-common 3.192.30.17 all Files shared between update-notifier and other packages | |
ii upower 0.99.11-1build2 amd64 abstraction for power management | |
ii usb-modeswitch 2.5.2+repack0-2ubuntu3 amd64 mode switching tool for controlling "flip flop" USB devices | |
ii usb-modeswitch-data 20191128-3 all mode switching data for usb-modeswitch | |
ii usb.ids 2020.03.19-1 all USB ID Repository | |
ii usbmuxd 1.1.1~git20191130.9af2b12-1 amd64 USB multiplexor daemon for iPhone and iPod Touch devices | |
ii usbutils 1:012-2 amd64 Linux USB utilities | |
ii util-linux 2.34-0.1ubuntu9.3 amd64 miscellaneous system utilities | |
ii uuid-runtime 2.34-0.1ubuntu9.3 amd64 runtime components for the Universally Unique ID library | |
ii vdpau-driver-all:amd64 1.3-1ubuntu2 amd64 Video Decode and Presentation API for Unix (driver metapackage) | |
ii vim 2:8.1.2269-1ubuntu5.12 amd64 Vi IMproved - enhanced vi editor | |
ii vim-common 2:8.1.2269-1ubuntu5.12 all Vi IMproved - Common files | |
ii vim-runtime 2:8.1.2269-1ubuntu5.12 all Vi IMproved - Runtime files | |
ii vim-tiny 2:8.1.2269-1ubuntu5.12 amd64 Vi IMproved - enhanced vi editor - compact version | |
ii wamerican 2018.04.16-1 all American English dictionary words for /usr/share/dict | |
ii wget 1.20.3-1ubuntu2 amd64 retrieves files from the web | |
ii whiptail 0.52.21-4ubuntu2 amd64 Displays user-friendly dialog boxes from shell scripts | |
ii whoopsie-preferences 22 amd64 System preferences for error reporting | |
ii wireless-regdb 2022.06.06-0ubuntu1~20.04.1 all wireless regulatory database | |
ii wpasupplicant 2:2.9-1ubuntu4.3 amd64 client support for WPA and WPA2 (IEEE 802.11i) | |
ii x11-common 1:7.7+19ubuntu14 all X Window System (X.Org) infrastructure | |
ii x11-utils 7.7+5 amd64 X11 utilities | |
ii x11-xkb-utils 7.7+5 amd64 X11 XKB utilities | |
ii x11-xserver-utils 7.7+8 amd64 X server utilities | |
ii xauth 1:1.1-0ubuntu1 amd64 X authentication utility | |
ii xdg-dbus-proxy 0.1.2-1 amd64 filtering D-Bus proxy | |
ii xdg-user-dirs 0.17-2ubuntu1 amd64 tool to manage well known user directories | |
ii xfonts-base 1:1.0.5 all standard fonts for X | |
ii xfonts-encodings 1:1.0.5-0ubuntu1 all Encodings for X.Org fonts | |
ii xfonts-utils 1:7.7+6 amd64 X Window System font utility programs | |
ii xfsprogs 5.3.0-1ubuntu2 amd64 Utilities for managing the XFS filesystem | |
ii xkb-data 2.29-2 all X Keyboard Extension (XKB) configuration data | |
ii xml-core 0.18+nmu1 all XML infrastructure and XML catalog file support | |
ii xserver-common 2:1.20.13-1ubuntu1~20.04.8 all common files used by various X servers | |
ii xserver-xephyr 2:1.20.13-1ubuntu1~20.04.8 amd64 nested X server | |
ii xserver-xorg 1:7.7+19ubuntu14 amd64 X.Org X server | |
ii xserver-xorg-core 2:1.20.13-1ubuntu1~20.04.8 amd64 Xorg X server - core server | |
ii xserver-xorg-input-all 1:7.7+19ubuntu14 amd64 X.Org X server -- input driver metapackage | |
ii xserver-xorg-input-libinput 0.29.0-1 amd64 X.Org X server -- libinput input driver | |
ii xserver-xorg-input-wacom 1:0.39.0-0ubuntu1 amd64 X.Org X server -- Wacom input driver | |
ii xserver-xorg-legacy 2:1.20.13-1ubuntu1~20.04.8 amd64 setuid root Xorg server wrapper | |
ii xserver-xorg-video-all 1:7.7+19ubuntu14 amd64 X.Org X server -- output driver metapackage | |
ii xserver-xorg-video-amdgpu 19.1.0-1ubuntu0.1 amd64 X.Org X server -- AMDGPU display driver | |
ii xserver-xorg-video-ati 1:19.1.0-1 amd64 X.Org X server -- AMD/ATI display driver wrapper | |
ii xserver-xorg-video-fbdev 1:0.5.0-1ubuntu1 amd64 X.Org X server -- fbdev display driver | |
ii xserver-xorg-video-intel 2:2.99.917+git20200226-1 amd64 X.Org X server -- Intel i8xx, i9xx display driver | |
ii xserver-xorg-video-nouveau 1:1.0.16-1 amd64 X.Org X server -- Nouveau display driver | |
ii xserver-xorg-video-nvidia-530 530.30.02-0ubuntu1 amd64 NVIDIA binary Xorg driver | |
ii xserver-xorg-video-qxl 0.1.5+git20200331-1 amd64 X.Org X server -- QXL display driver | |
ii xserver-xorg-video-radeon 1:19.1.0-1 amd64 X.Org X server -- AMD/ATI Radeon display driver | |
ii xserver-xorg-video-vesa 1:2.4.0-2 amd64 X.Org X server -- VESA display driver | |
ii xserver-xorg-video-vmware 1:13.3.0-3 amd64 X.Org X server -- VMware display driver | |
ii xwayland 2:1.20.13-1ubuntu1~20.04.8 amd64 Xwayland X server | |
ii xxd 2:8.1.2269-1ubuntu5.12 amd64 tool to make (or reverse) a hex dump | |
ii xz-utils 5.2.4-1ubuntu1.1 amd64 XZ-format compression utilities | |
ii yaru-theme-gnome-shell 20.04.11.1 all Yaru GNOME Shell desktop theme from the Ubuntu Community | |
ii yelp 3.36.2-0ubuntu1 amd64 Help browser for GNOME | |
ii yelp-xsl 3.36.0-1 all XSL stylesheets for the yelp help browser | |
ii zenity 3.32.0-5 amd64 Display graphical dialog boxes from shell scripts | |
ii zenity-common 3.32.0-5 all Display graphical dialog boxes from shell scripts (common files) | |
ii zerofree 1.1.1-1 amd64 zero free blocks from ext2, ext3 and ext4 file-systems | |
ii zlib1g:amd64 1:1.2.11.dfsg-2ubuntu1.5 amd64 compression library - runtime | |
ubuntu@ip-172-31-38-139:~$ sudo apt-get install -y libgoogle-perftools-dev libprotobuf-c-dev protobuf-c-compiler libboost-system-dev gcc g++ cmake git | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
g++ is already the newest version (4:9.3.0-1ubuntu2). | |
g++ set to manually installed. | |
gcc is already the newest version (4:9.3.0-1ubuntu2). | |
gcc set to manually installed. | |
git is already the newest version (1:2.25.1-1ubuntu3.10). | |
git set to manually installed. | |
The following additional packages will be installed: | |
cmake-data libboost-system1.71-dev libboost-system1.71.0 libboost1.71-dev libgoogle-perftools4 libjsoncpp1 liblzma-dev libprotobuf-c1 | |
libprotoc17 librhash0 libtcmalloc-minimal4 libunwind-dev | |
Suggested packages: | |
cmake-doc ninja-build libboost1.71-doc libboost-atomic1.71-dev libboost-chrono1.71-dev libboost-container1.71-dev libboost-context1.71-dev | |
libboost-contract1.71-dev libboost-coroutine1.71-dev libboost-date-time1.71-dev libboost-exception1.71-dev libboost-fiber1.71-dev | |
libboost-filesystem1.71-dev libboost-graph1.71-dev libboost-graph-parallel1.71-dev libboost-iostreams1.71-dev libboost-locale1.71-dev | |
libboost-log1.71-dev libboost-math1.71-dev libboost-mpi1.71-dev libboost-mpi-python1.71-dev libboost-numpy1.71-dev | |
libboost-program-options1.71-dev libboost-python1.71-dev libboost-random1.71-dev libboost-regex1.71-dev libboost-serialization1.71-dev | |
libboost-stacktrace1.71-dev libboost-test1.71-dev libboost-thread1.71-dev libboost-timer1.71-dev libboost-type-erasure1.71-dev | |
libboost-wave1.71-dev libboost1.71-tools-dev libmpfrc++-dev libntl-dev liblzma-doc | |
The following NEW packages will be installed: | |
cmake cmake-data libboost-system-dev libboost-system1.71-dev libboost-system1.71.0 libboost1.71-dev libgoogle-perftools-dev | |
libgoogle-perftools4 libjsoncpp1 liblzma-dev libprotobuf-c-dev libprotobuf-c1 libprotoc17 librhash0 libtcmalloc-minimal4 libunwind-dev | |
protobuf-c-compiler | |
0 upgraded, 17 newly installed, 0 to remove and 6 not upgraded. | |
Need to get 17.1 MB of archives. | |
After this operation, 184 MB of additional disk space will be used. | |
Get:1 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 cmake-data all 3.16.3-1ubuntu1.20.04.1 [1613 kB] | |
Get:2 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libjsoncpp1 amd64 1.7.4-3.1ubuntu2 [75.6 kB] | |
Get:3 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 librhash0 amd64 1.3.9-1 [113 kB] | |
Get:4 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 cmake amd64 3.16.3-1ubuntu1.20.04.1 [3668 kB] | |
Get:5 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libboost1.71-dev amd64 1.71.0-6ubuntu6 [9068 kB] | |
Get:6 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libboost-system1.71.0 amd64 1.71.0-6ubuntu6 [205 kB] | |
Get:7 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libboost-system1.71-dev amd64 1.71.0-6ubuntu6 [205 kB] | |
Get:8 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libboost-system-dev amd64 1.71.0.0ubuntu2 [3536 B] | |
Get:9 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libtcmalloc-minimal4 amd64 2.7-1ubuntu2 [93.0 kB] | |
Get:10 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libgoogle-perftools4 amd64 2.7-1ubuntu2 [195 kB] | |
Get:11 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 liblzma-dev amd64 5.2.4-1ubuntu1.1 [147 kB] | |
Get:12 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libunwind-dev amd64 1.2.1-9ubuntu0.1 [472 kB] | |
Get:13 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal/main amd64 libgoogle-perftools-dev amd64 2.7-1ubuntu2 [445 kB] | |
Get:14 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libprotobuf-c1 amd64 1.3.3-1ubuntu0.1 [19.3 kB] | |
Get:15 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libprotobuf-c-dev amd64 1.3.3-1ubuntu0.1 [24.9 kB] | |
Get:16 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/main amd64 libprotoc17 amd64 3.6.1.3-2ubuntu5.2 [646 kB] | |
Get:17 http://eu-central-1.ec2.archive.ubuntu.com/ubuntu focal-updates/universe amd64 protobuf-c-compiler amd64 1.3.3-1ubuntu0.1 [74.7 kB] | |
Fetched 17.1 MB in 1s (29.7 MB/s) | |
Selecting previously unselected package cmake-data. | |
(Reading database ... 99622 files and directories currently installed.) | |
Preparing to unpack .../00-cmake-data_3.16.3-1ubuntu1.20.04.1_all.deb ... | |
Unpacking cmake-data (3.16.3-1ubuntu1.20.04.1) ... | |
Selecting previously unselected package libjsoncpp1:amd64. | |
Preparing to unpack .../01-libjsoncpp1_1.7.4-3.1ubuntu2_amd64.deb ... | |
Unpacking libjsoncpp1:amd64 (1.7.4-3.1ubuntu2) ... | |
Selecting previously unselected package librhash0:amd64. | |
Preparing to unpack .../02-librhash0_1.3.9-1_amd64.deb ... | |
Unpacking librhash0:amd64 (1.3.9-1) ... | |
Selecting previously unselected package cmake. | |
Preparing to unpack .../03-cmake_3.16.3-1ubuntu1.20.04.1_amd64.deb ... | |
Unpacking cmake (3.16.3-1ubuntu1.20.04.1) ... | |
Selecting previously unselected package libboost1.71-dev:amd64. | |
Preparing to unpack .../04-libboost1.71-dev_1.71.0-6ubuntu6_amd64.deb ... | |
Unpacking libboost1.71-dev:amd64 (1.71.0-6ubuntu6) ... | |
Selecting previously unselected package libboost-system1.71.0:amd64. | |
Preparing to unpack .../05-libboost-system1.71.0_1.71.0-6ubuntu6_amd64.deb ... | |
Unpacking libboost-system1.71.0:amd64 (1.71.0-6ubuntu6) ... | |
Selecting previously unselected package libboost-system1.71-dev:amd64. | |
Preparing to unpack .../06-libboost-system1.71-dev_1.71.0-6ubuntu6_amd64.deb ... | |
Unpacking libboost-system1.71-dev:amd64 (1.71.0-6ubuntu6) ... | |
Selecting previously unselected package libboost-system-dev:amd64. | |
Preparing to unpack .../07-libboost-system-dev_1.71.0.0ubuntu2_amd64.deb ... | |
Unpacking libboost-system-dev:amd64 (1.71.0.0ubuntu2) ... | |
Selecting previously unselected package libtcmalloc-minimal4:amd64. | |
Preparing to unpack .../08-libtcmalloc-minimal4_2.7-1ubuntu2_amd64.deb ... | |
Unpacking libtcmalloc-minimal4:amd64 (2.7-1ubuntu2) ... | |
Selecting previously unselected package libgoogle-perftools4:amd64. | |
Preparing to unpack .../09-libgoogle-perftools4_2.7-1ubuntu2_amd64.deb ... | |
Unpacking libgoogle-perftools4:amd64 (2.7-1ubuntu2) ... | |
Selecting previously unselected package liblzma-dev:amd64. | |
Preparing to unpack .../10-liblzma-dev_5.2.4-1ubuntu1.1_amd64.deb ... | |
Unpacking liblzma-dev:amd64 (5.2.4-1ubuntu1.1) ... | |
Selecting previously unselected package libunwind-dev:amd64. | |
Preparing to unpack .../11-libunwind-dev_1.2.1-9ubuntu0.1_amd64.deb ... | |
Unpacking libunwind-dev:amd64 (1.2.1-9ubuntu0.1) ... | |
Selecting previously unselected package libgoogle-perftools-dev:amd64. | |
Preparing to unpack .../12-libgoogle-perftools-dev_2.7-1ubuntu2_amd64.deb ... | |
Unpacking libgoogle-perftools-dev:amd64 (2.7-1ubuntu2) ... | |
Selecting previously unselected package libprotobuf-c1:amd64. | |
Preparing to unpack .../13-libprotobuf-c1_1.3.3-1ubuntu0.1_amd64.deb ... | |
Unpacking libprotobuf-c1:amd64 (1.3.3-1ubuntu0.1) ... | |
Selecting previously unselected package libprotobuf-c-dev:amd64. | |
Preparing to unpack .../14-libprotobuf-c-dev_1.3.3-1ubuntu0.1_amd64.deb ... | |
Unpacking libprotobuf-c-dev:amd64 (1.3.3-1ubuntu0.1) ... | |
Selecting previously unselected package libprotoc17:amd64. | |
Preparing to unpack .../15-libprotoc17_3.6.1.3-2ubuntu5.2_amd64.deb ... | |
Unpacking libprotoc17:amd64 (3.6.1.3-2ubuntu5.2) ... | |
Selecting previously unselected package protobuf-c-compiler. | |
Preparing to unpack .../16-protobuf-c-compiler_1.3.3-1ubuntu0.1_amd64.deb ... | |
Unpacking protobuf-c-compiler (1.3.3-1ubuntu0.1) ... | |
Setting up libprotoc17:amd64 (3.6.1.3-2ubuntu5.2) ... | |
Setting up libboost1.71-dev:amd64 (1.71.0-6ubuntu6) ... | |
Setting up libtcmalloc-minimal4:amd64 (2.7-1ubuntu2) ... | |
Setting up libprotobuf-c1:amd64 (1.3.3-1ubuntu0.1) ... | |
Setting up libprotobuf-c-dev:amd64 (1.3.3-1ubuntu0.1) ... | |
Setting up protobuf-c-compiler (1.3.3-1ubuntu0.1) ... | |
Setting up liblzma-dev:amd64 (5.2.4-1ubuntu1.1) ... | |
Setting up librhash0:amd64 (1.3.9-1) ... | |
Setting up cmake-data (3.16.3-1ubuntu1.20.04.1) ... | |
Setting up libboost-system1.71.0:amd64 (1.71.0-6ubuntu6) ... | |
Setting up libjsoncpp1:amd64 (1.7.4-3.1ubuntu2) ... | |
Setting up libgoogle-perftools4:amd64 (2.7-1ubuntu2) ... | |
Setting up libunwind-dev:amd64 (1.2.1-9ubuntu0.1) ... | |
Setting up libgoogle-perftools-dev:amd64 (2.7-1ubuntu2) ... | |
Setting up libboost-system1.71-dev:amd64 (1.71.0-6ubuntu6) ... | |
Setting up cmake (3.16.3-1ubuntu1.20.04.1) ... | |
Setting up libboost-system-dev:amd64 (1.71.0.0ubuntu2) ... | |
Processing triggers for libc-bin (2.31-0ubuntu9.9) ... | |
Processing triggers for man-db (2.9.1-1) ... | |
ubuntu@ip-172-31-38-139:~$ wget -qO- "https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB" | sudo apt-key add - | |
OK | |
ubuntu@ip-172-31-38-139:~$ sudo sh -c "echo deb https://apt.repos.intel.com/mkl all main > /etc/apt/sources.list.d/intel-mkl.list" | |
ubuntu@ip-172-31-38-139:~$ sudo apt-get update -o Dir::Etc::sourcelist="/etc/apt/sources.list.d/intel-mkl.list" | |
Hit:1 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 InRelease | |
Hit:2 https://esm.ubuntu.com/apps/ubuntu focal-apps-security InRelease | |
Hit:3 https://esm.ubuntu.com/apps/ubuntu focal-apps-updates InRelease | |
Hit:4 https://esm.ubuntu.com/infra/ubuntu focal-infra-security InRelease | |
Hit:5 https://esm.ubuntu.com/infra/ubuntu focal-infra-updates InRelease | |
Get:6 https://apt.repos.intel.com/mkl all InRelease [4438 B] | |
Get:7 https://apt.repos.intel.com/mkl all/main all Packages [28.8 kB] | |
Get:8 https://apt.repos.intel.com/mkl all/main amd64 Packages [108 kB] | |
Fetched 141 kB in 0s (292 kB/s) | |
Reading package lists... Done | |
ubuntu@ip-172-31-38-139:~$ sudo apt-get install -y --no-install-recommends intel-mkl-64bit-2020.0-088 | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
The following additional packages will be installed: | |
intel-comp-l-all-vars-19.1.0-166 intel-comp-nomcu-vars-19.1.0-166 intel-conda-index-tool-19.1.0-166 | |
intel-conda-intel-openmp-linux-64-shadow-package-19.1.0-166 intel-conda-mkl-devel-linux-64-shadow-package-2020.0-166 | |
intel-conda-mkl-include-linux-64-shadow-package-2020.0-166 intel-conda-mkl-linux-64-shadow-package-2020.0-166 | |
intel-conda-mkl-static-linux-64-shadow-package-2020.0-166 intel-conda-tbb-linux-64-shadow-package-2020.0-166 intel-mkl-cluster-2020.0-166 | |
intel-mkl-cluster-c-2020.0-166 intel-mkl-cluster-f-2020.0-166 intel-mkl-cluster-rt-2020.0-166 intel-mkl-common-2020.0-166 | |
intel-mkl-common-c-2020.0-166 intel-mkl-common-c-ps-2020.0-166 intel-mkl-common-f-2020.0-166 intel-mkl-common-ps-2020.0-166 | |
intel-mkl-core-2020.0-166 intel-mkl-core-c-2020.0-166 intel-mkl-core-f-2020.0-166 intel-mkl-core-ps-2020.0-166 intel-mkl-core-rt-2020.0-166 | |
intel-mkl-doc-2020 intel-mkl-doc-ps-2020 intel-mkl-f95-2020.0-166 intel-mkl-f95-common-2020.0-166 intel-mkl-gnu-2020.0-166 | |
intel-mkl-gnu-c-2020.0-166 intel-mkl-gnu-f-2020.0-166 intel-mkl-gnu-f-rt-2020.0-166 intel-mkl-gnu-rt-2020.0-166 intel-mkl-pgi-2020.0-166 | |
intel-mkl-pgi-c-2020.0-166 intel-mkl-pgi-rt-2020.0-166 intel-mkl-psxe-2020.0-088 intel-mkl-tbb-2020.0-166 intel-mkl-tbb-rt-2020.0-166 | |
intel-openmp-19.1.0-166 intel-psxe-common-2020.0-088 intel-psxe-common-doc-2020 intel-tbb-libs-2020.0-166 | |
The following NEW packages will be installed: | |
intel-comp-l-all-vars-19.1.0-166 intel-comp-nomcu-vars-19.1.0-166 intel-conda-index-tool-19.1.0-166 | |
intel-conda-intel-openmp-linux-64-shadow-package-19.1.0-166 intel-conda-mkl-devel-linux-64-shadow-package-2020.0-166 | |
intel-conda-mkl-include-linux-64-shadow-package-2020.0-166 intel-conda-mkl-linux-64-shadow-package-2020.0-166 | |
intel-conda-mkl-static-linux-64-shadow-package-2020.0-166 intel-conda-tbb-linux-64-shadow-package-2020.0-166 intel-mkl-64bit-2020.0-088 | |
intel-mkl-cluster-2020.0-166 intel-mkl-cluster-c-2020.0-166 intel-mkl-cluster-f-2020.0-166 intel-mkl-cluster-rt-2020.0-166 | |
intel-mkl-common-2020.0-166 intel-mkl-common-c-2020.0-166 intel-mkl-common-c-ps-2020.0-166 intel-mkl-common-f-2020.0-166 | |
intel-mkl-common-ps-2020.0-166 intel-mkl-core-2020.0-166 intel-mkl-core-c-2020.0-166 intel-mkl-core-f-2020.0-166 | |
intel-mkl-core-ps-2020.0-166 intel-mkl-core-rt-2020.0-166 intel-mkl-doc-2020 intel-mkl-doc-ps-2020 intel-mkl-f95-2020.0-166 | |
intel-mkl-f95-common-2020.0-166 intel-mkl-gnu-2020.0-166 intel-mkl-gnu-c-2020.0-166 intel-mkl-gnu-f-2020.0-166 | |
intel-mkl-gnu-f-rt-2020.0-166 intel-mkl-gnu-rt-2020.0-166 intel-mkl-pgi-2020.0-166 intel-mkl-pgi-c-2020.0-166 intel-mkl-pgi-rt-2020.0-166 | |
intel-mkl-psxe-2020.0-088 intel-mkl-tbb-2020.0-166 intel-mkl-tbb-rt-2020.0-166 intel-openmp-19.1.0-166 intel-psxe-common-2020.0-088 | |
intel-psxe-common-doc-2020 intel-tbb-libs-2020.0-166 | |
0 upgraded, 43 newly installed, 0 to remove and 0 not upgraded. | |
Need to get 300 MB of archives. | |
After this operation, 0 B of additional disk space will be used. | |
Get:1 https://apt.repos.intel.com/mkl all/main amd64 intel-comp-l-all-vars-19.1.0-166 all 19.1.0-166 [9348 B] | |
Get:2 https://apt.repos.intel.com/mkl all/main amd64 intel-comp-nomcu-vars-19.1.0-166 all 19.1.0-166 [5754 B] | |
Get:3 https://apt.repos.intel.com/mkl all/main amd64 intel-conda-index-tool-19.1.0-166 amd64 19.1.0-166 [15.1 MB] | |
Get:4 https://apt.repos.intel.com/mkl all/main amd64 intel-conda-intel-openmp-linux-64-shadow-package-19.1.0-166 amd64 19.1.0-166 [8146 B] | |
Get:5 https://apt.repos.intel.com/mkl all/main amd64 intel-tbb-libs-2020.0-166 amd64 2020.0-166 [645 kB] | |
Get:6 https://apt.repos.intel.com/mkl all/main amd64 intel-conda-tbb-linux-64-shadow-package-2020.0-166 amd64 2020.0-166 [8238 B] | |
Get:7 https://apt.repos.intel.com/mkl all/main amd64 intel-openmp-19.1.0-166 amd64 19.1.0-166 [1810 kB] | |
Get:8 https://apt.repos.intel.com/mkl all/main amd64 intel-mkl-doc-2020 all 2020.4-304 [12.6 kB] | |
Get:9 https://apt.repos.intel.com/mkl all/main amd64 intel-mkl-common-2020.0-166 all 2020.0-166 [93.0 kB] | |
Get:10 https://apt.repos.intel.com/mkl all/main amd64 intel-mkl-core-rt-2020.0-166 amd64 2020.0-166 [126 MB] | |
Get:11 https://apt.repos.intel.com/mkl all/main amd64 intel-mkl-core-2020.0-166 amd64 2020.0-166 [106 MB] | |
Get:12 https://apt.repos.intel.com/mkl all/main amd64 intel-conda-mkl-linux-64-shadow-package-2020.0-166 amd64 2020.0-166 [8614 B] | |
Get:13 https://apt.repos.intel.com/mkl all/main amd64 intel-conda-mkl-include-linux-64-shadow-package-2020.0-166 amd64 2020.0-166 [9042 B] | |
Get:14 https://apt.repos.intel.com/mkl all/main amd64 intel-conda-mkl-devel-linux-64-shadow-package-2020.0-166 amd64 2020.0-166 [8108 B] | |
Get:15 https://apt.repos.intel.com/mkl all/main amd64 intel-conda-mkl-static-linux-64-shadow-package-2020.0-166 amd64 2020.0-166 [8510 B] | |
Get:16 https://apt.repos.intel.com/mkl all/main amd64 intel-mkl-cluster-rt-2020.0-166 amd64 2020.0-166 [4005 kB] | |
Get:17 https://apt.repos.intel.com/mkl all/main amd64 intel-mkl-cluster-2020.0-166 amd64 2020.0-166 [4009 kB] | |
Get:18 https://apt.repos.intel.com/mkl all/main amd64 intel-mkl-common-c-2020.0-166 all 2020.0-166 [1794 kB] | |
Get:19 https://apt.repos.intel.com/mkl all/main amd64 intel-mkl-cluster-c-2020.0-166 all 2020.0-166 [1640 B] | |
Get:20 https://apt.repos.intel.com/mkl all/main amd64 intel-mkl-common-f-2020.0-166 all 2020.0-166 [1630 kB] | |
Get:21 https://apt.repos.intel.com/mkl all/main amd64 intel-mkl-cluster-f-2020.0-166 all 2020.0-166 [1640 B] | |
Get:22 https://apt.repos.intel.com/mkl all/main amd64 intel-mkl-common-ps-2020.0-166 all 2020.0-166 [60.5 kB] | |
Get:23 https://apt.repos.intel.com/mkl all/main amd64 intel-mkl-doc-ps-2020 all 2020.4-304 [69.3 kB] | |
Get:24 https://apt.repos.intel.com/mkl all/main amd64 intel-mkl-common-c-ps-2020.0-166 all 2020.0-166 [26.9 kB] | |
Get:25 https://apt.repos.intel.com/mkl all/main amd64 intel-mkl-core-c-2020.0-166 amd64 2020.0-166 [1640 B] | |
Get:26 https://apt.repos.intel.com/mkl all/main amd64 intel-mkl-core-f-2020.0-166 amd64 2020.0-166 [1640 B] | |
Get:27 https://apt.repos.intel.com/mkl all/main amd64 intel-mkl-core-ps-2020.0-166 amd64 2020.0-166 [6353 kB] | |
Get:28 https://apt.repos.intel.com/mkl all/main amd64 intel-mkl-f95-common-2020.0-166 all 2020.0-166 [131 kB] | |
Get:29 https://apt.repos.intel.com/mkl all/main amd64 intel-mkl-f95-2020.0-166 amd64 2020.0-166 [1768 kB] | |
Get:30 https://apt.repos.intel.com/mkl all/main amd64 intel-mkl-gnu-rt-2020.0-166 amd64 2020.0-166 [3879 kB] | |
Get:31 https://apt.repos.intel.com/mkl all/main amd64 intel-mkl-gnu-2020.0-166 amd64 2020.0-166 [3446 kB] | |
Get:32 https://apt.repos.intel.com/mkl all/main amd64 intel-mkl-gnu-c-2020.0-166 amd64 2020.0-166 [1640 B] | |
Get:33 https://apt.repos.intel.com/mkl all/main amd64 intel-mkl-gnu-f-rt-2020.0-166 amd64 2020.0-166 [2838 kB] | |
Get:34 https://apt.repos.intel.com/mkl all/main amd64 intel-mkl-gnu-f-2020.0-166 amd64 2020.0-166 [1440 kB] | |
Get:35 https://apt.repos.intel.com/mkl all/main amd64 intel-mkl-pgi-rt-2020.0-166 amd64 2020.0-166 [5213 kB] | |
Get:36 https://apt.repos.intel.com/mkl all/main amd64 intel-mkl-pgi-2020.0-166 amd64 2020.0-166 [4914 kB] | |
Get:37 https://apt.repos.intel.com/mkl all/main amd64 intel-mkl-pgi-c-2020.0-166 amd64 2020.0-166 [1642 B] | |
Get:38 https://apt.repos.intel.com/mkl all/main amd64 intel-mkl-psxe-2020.0-088 all 2020.0-088 [2056 B] | |
Get:39 https://apt.repos.intel.com/mkl all/main amd64 intel-mkl-tbb-rt-2020.0-166 amd64 2020.0-166 [4638 kB] | |
Get:40 https://apt.repos.intel.com/mkl all/main amd64 intel-mkl-tbb-2020.0-166 amd64 2020.0-166 [4244 kB] | |
Get:41 https://apt.repos.intel.com/mkl all/main amd64 intel-psxe-common-doc-2020 all 2020.1-102 [5904 B] | |
Get:42 https://apt.repos.intel.com/mkl all/main amd64 intel-psxe-common-2020.0-088 all 2020.0-088 [4948 B] | |
Get:43 https://apt.repos.intel.com/mkl all/main amd64 intel-mkl-64bit-2020.0-088 amd64 2020.0-088 [2148 B] | |
Fetched 300 MB in 25s (11.9 MB/s) | |
Extracting templates from packages: 100% | |
Selecting previously unselected package intel-comp-l-all-vars-19.1.0-166. | |
(Reading database ... 117837 files and directories currently installed.) | |
Preparing to unpack .../00-intel-comp-l-all-vars-19.1.0-166_19.1.0-166_all.deb ... | |
Unpacking intel-comp-l-all-vars-19.1.0-166 (19.1.0-166) ... | |
Selecting previously unselected package intel-comp-nomcu-vars-19.1.0-166. | |
Preparing to unpack .../01-intel-comp-nomcu-vars-19.1.0-166_19.1.0-166_all.deb ... | |
Unpacking intel-comp-nomcu-vars-19.1.0-166 (19.1.0-166) ... | |
Selecting previously unselected package intel-conda-index-tool-19.1.0-166. | |
Preparing to unpack .../02-intel-conda-index-tool-19.1.0-166_19.1.0-166_amd64.deb ... | |
Unpacking intel-conda-index-tool-19.1.0-166 (19.1.0-166) ... | |
Selecting previously unselected package intel-conda-intel-openmp-linux-64-shadow-package-19.1.0-166. | |
Preparing to unpack .../03-intel-conda-intel-openmp-linux-64-shadow-package-19.1.0-166_19.1.0-166_amd64.deb ... | |
Unpacking intel-conda-intel-openmp-linux-64-shadow-package-19.1.0-166 (19.1.0-166) ... | |
Selecting previously unselected package intel-tbb-libs-2020.0-166. | |
Preparing to unpack .../04-intel-tbb-libs-2020.0-166_2020.0-166_amd64.deb ... | |
Unpacking intel-tbb-libs-2020.0-166 (2020.0-166) ... | |
Selecting previously unselected package intel-conda-tbb-linux-64-shadow-package-2020.0-166. | |
Preparing to unpack .../05-intel-conda-tbb-linux-64-shadow-package-2020.0-166_2020.0-166_amd64.deb ... | |
Unpacking intel-conda-tbb-linux-64-shadow-package-2020.0-166 (2020.0-166) ... | |
Selecting previously unselected package intel-openmp-19.1.0-166. | |
Preparing to unpack .../06-intel-openmp-19.1.0-166_19.1.0-166_amd64.deb ... | |
Unpacking intel-openmp-19.1.0-166 (19.1.0-166) ... | |
Selecting previously unselected package intel-mkl-doc-2020. | |
Preparing to unpack .../07-intel-mkl-doc-2020_2020.4-304_all.deb ... | |
Unpacking intel-mkl-doc-2020 (2020.4-304) ... | |
Selecting previously unselected package intel-mkl-common-2020.0-166. | |
Preparing to unpack .../08-intel-mkl-common-2020.0-166_2020.0-166_all.deb ... | |
Unpacking intel-mkl-common-2020.0-166 (2020.0-166) ... | |
Selecting previously unselected package intel-mkl-core-rt-2020.0-166. | |
Preparing to unpack .../09-intel-mkl-core-rt-2020.0-166_2020.0-166_amd64.deb ... | |
Unpacking intel-mkl-core-rt-2020.0-166 (2020.0-166) ... | |
Selecting previously unselected package intel-mkl-core-2020.0-166. | |
Preparing to unpack .../10-intel-mkl-core-2020.0-166_2020.0-166_amd64.deb ... | |
Unpacking intel-mkl-core-2020.0-166 (2020.0-166) ... | |
Selecting previously unselected package intel-conda-mkl-linux-64-shadow-package-2020.0-166. | |
Preparing to unpack .../11-intel-conda-mkl-linux-64-shadow-package-2020.0-166_2020.0-166_amd64.deb ... | |
Unpacking intel-conda-mkl-linux-64-shadow-package-2020.0-166 (2020.0-166) ... | |
Selecting previously unselected package intel-conda-mkl-include-linux-64-shadow-package-2020.0-166. | |
Preparing to unpack .../12-intel-conda-mkl-include-linux-64-shadow-package-2020.0-166_2020.0-166_amd64.deb ... | |
Unpacking intel-conda-mkl-include-linux-64-shadow-package-2020.0-166 (2020.0-166) ... | |
Selecting previously unselected package intel-conda-mkl-devel-linux-64-shadow-package-2020.0-166. | |
Preparing to unpack .../13-intel-conda-mkl-devel-linux-64-shadow-package-2020.0-166_2020.0-166_amd64.deb ... | |
Unpacking intel-conda-mkl-devel-linux-64-shadow-package-2020.0-166 (2020.0-166) ... | |
Selecting previously unselected package intel-conda-mkl-static-linux-64-shadow-package-2020.0-166. | |
Preparing to unpack .../14-intel-conda-mkl-static-linux-64-shadow-package-2020.0-166_2020.0-166_amd64.deb ... | |
Unpacking intel-conda-mkl-static-linux-64-shadow-package-2020.0-166 (2020.0-166) ... | |
Selecting previously unselected package intel-mkl-cluster-rt-2020.0-166. | |
Preparing to unpack .../15-intel-mkl-cluster-rt-2020.0-166_2020.0-166_amd64.deb ... | |
Unpacking intel-mkl-cluster-rt-2020.0-166 (2020.0-166) ... | |
Selecting previously unselected package intel-mkl-cluster-2020.0-166. | |
Preparing to unpack .../16-intel-mkl-cluster-2020.0-166_2020.0-166_amd64.deb ... | |
Unpacking intel-mkl-cluster-2020.0-166 (2020.0-166) ... | |
Selecting previously unselected package intel-mkl-common-c-2020.0-166. | |
Preparing to unpack .../17-intel-mkl-common-c-2020.0-166_2020.0-166_all.deb ... | |
Unpacking intel-mkl-common-c-2020.0-166 (2020.0-166) ... | |
Selecting previously unselected package intel-mkl-cluster-c-2020.0-166. | |
Preparing to unpack .../18-intel-mkl-cluster-c-2020.0-166_2020.0-166_all.deb ... | |
Unpacking intel-mkl-cluster-c-2020.0-166 (2020.0-166) ... | |
Selecting previously unselected package intel-mkl-common-f-2020.0-166. | |
Preparing to unpack .../19-intel-mkl-common-f-2020.0-166_2020.0-166_all.deb ... | |
Unpacking intel-mkl-common-f-2020.0-166 (2020.0-166) ... | |
Selecting previously unselected package intel-mkl-cluster-f-2020.0-166. | |
Preparing to unpack .../20-intel-mkl-cluster-f-2020.0-166_2020.0-166_all.deb ... | |
Unpacking intel-mkl-cluster-f-2020.0-166 (2020.0-166) ... | |
Selecting previously unselected package intel-mkl-common-ps-2020.0-166. | |
Preparing to unpack .../21-intel-mkl-common-ps-2020.0-166_2020.0-166_all.deb ... | |
Unpacking intel-mkl-common-ps-2020.0-166 (2020.0-166) ... | |
Selecting previously unselected package intel-mkl-doc-ps-2020. | |
Preparing to unpack .../22-intel-mkl-doc-ps-2020_2020.4-304_all.deb ... | |
Unpacking intel-mkl-doc-ps-2020 (2020.4-304) ... | |
Selecting previously unselected package intel-mkl-common-c-ps-2020.0-166. | |
Preparing to unpack .../23-intel-mkl-common-c-ps-2020.0-166_2020.0-166_all.deb ... | |
Unpacking intel-mkl-common-c-ps-2020.0-166 (2020.0-166) ... | |
Selecting previously unselected package intel-mkl-core-c-2020.0-166. | |
Preparing to unpack .../24-intel-mkl-core-c-2020.0-166_2020.0-166_amd64.deb ... | |
Unpacking intel-mkl-core-c-2020.0-166 (2020.0-166) ... | |
Selecting previously unselected package intel-mkl-core-f-2020.0-166. | |
Preparing to unpack .../25-intel-mkl-core-f-2020.0-166_2020.0-166_amd64.deb ... | |
Unpacking intel-mkl-core-f-2020.0-166 (2020.0-166) ... | |
Selecting previously unselected package intel-mkl-core-ps-2020.0-166. | |
Preparing to unpack .../26-intel-mkl-core-ps-2020.0-166_2020.0-166_amd64.deb ... | |
Unpacking intel-mkl-core-ps-2020.0-166 (2020.0-166) ... | |
Selecting previously unselected package intel-mkl-f95-common-2020.0-166. | |
Preparing to unpack .../27-intel-mkl-f95-common-2020.0-166_2020.0-166_all.deb ... | |
Unpacking intel-mkl-f95-common-2020.0-166 (2020.0-166) ... | |
Selecting previously unselected package intel-mkl-f95-2020.0-166. | |
Preparing to unpack .../28-intel-mkl-f95-2020.0-166_2020.0-166_amd64.deb ... | |
Unpacking intel-mkl-f95-2020.0-166 (2020.0-166) ... | |
Selecting previously unselected package intel-mkl-gnu-rt-2020.0-166. | |
Preparing to unpack .../29-intel-mkl-gnu-rt-2020.0-166_2020.0-166_amd64.deb ... | |
Unpacking intel-mkl-gnu-rt-2020.0-166 (2020.0-166) ... | |
Selecting previously unselected package intel-mkl-gnu-2020.0-166. | |
Preparing to unpack .../30-intel-mkl-gnu-2020.0-166_2020.0-166_amd64.deb ... | |
Unpacking intel-mkl-gnu-2020.0-166 (2020.0-166) ... | |
Selecting previously unselected package intel-mkl-gnu-c-2020.0-166. | |
Preparing to unpack .../31-intel-mkl-gnu-c-2020.0-166_2020.0-166_amd64.deb ... | |
Unpacking intel-mkl-gnu-c-2020.0-166 (2020.0-166) ... | |
Selecting previously unselected package intel-mkl-gnu-f-rt-2020.0-166. | |
Preparing to unpack .../32-intel-mkl-gnu-f-rt-2020.0-166_2020.0-166_amd64.deb ... | |
Unpacking intel-mkl-gnu-f-rt-2020.0-166 (2020.0-166) ... | |
Selecting previously unselected package intel-mkl-gnu-f-2020.0-166. | |
Preparing to unpack .../33-intel-mkl-gnu-f-2020.0-166_2020.0-166_amd64.deb ... | |
Unpacking intel-mkl-gnu-f-2020.0-166 (2020.0-166) ... | |
Selecting previously unselected package intel-mkl-pgi-rt-2020.0-166. | |
Preparing to unpack .../34-intel-mkl-pgi-rt-2020.0-166_2020.0-166_amd64.deb ... | |
Unpacking intel-mkl-pgi-rt-2020.0-166 (2020.0-166) ... | |
Selecting previously unselected package intel-mkl-pgi-2020.0-166. | |
Preparing to unpack .../35-intel-mkl-pgi-2020.0-166_2020.0-166_amd64.deb ... | |
Unpacking intel-mkl-pgi-2020.0-166 (2020.0-166) ... | |
Selecting previously unselected package intel-mkl-pgi-c-2020.0-166. | |
Preparing to unpack .../36-intel-mkl-pgi-c-2020.0-166_2020.0-166_amd64.deb ... | |
Unpacking intel-mkl-pgi-c-2020.0-166 (2020.0-166) ... | |
Selecting previously unselected package intel-mkl-psxe-2020.0-088. | |
Preparing to unpack .../37-intel-mkl-psxe-2020.0-088_2020.0-088_all.deb ... | |
Unpacking intel-mkl-psxe-2020.0-088 (2020.0-088) ... | |
Selecting previously unselected package intel-mkl-tbb-rt-2020.0-166. | |
Preparing to unpack .../38-intel-mkl-tbb-rt-2020.0-166_2020.0-166_amd64.deb ... | |
Unpacking intel-mkl-tbb-rt-2020.0-166 (2020.0-166) ... | |
Selecting previously unselected package intel-mkl-tbb-2020.0-166. | |
Preparing to unpack .../39-intel-mkl-tbb-2020.0-166_2020.0-166_amd64.deb ... | |
Unpacking intel-mkl-tbb-2020.0-166 (2020.0-166) ... | |
Selecting previously unselected package intel-psxe-common-doc-2020. | |
Preparing to unpack .../40-intel-psxe-common-doc-2020_2020.1-102_all.deb ... | |
Unpacking intel-psxe-common-doc-2020 (2020.1-102) ... | |
Selecting previously unselected package intel-psxe-common-2020.0-088. | |
Preparing to unpack .../41-intel-psxe-common-2020.0-088_2020.0-088_all.deb ... | |
Unpacking intel-psxe-common-2020.0-088 (2020.0-088) ... | |
Selecting previously unselected package intel-mkl-64bit-2020.0-088. | |
Preparing to unpack .../42-intel-mkl-64bit-2020.0-088_2020.0-088_amd64.deb ... | |
Unpacking intel-mkl-64bit-2020.0-088 (2020.0-088) ... | |
Setting up intel-psxe-common-doc-2020 (2020.1-102) ... | |
Setting up intel-openmp-19.1.0-166 (19.1.0-166) ... | |
Setting up intel-psxe-common-2020.0-088 (2020.0-088) ... | |
Setting up intel-conda-index-tool-19.1.0-166 (19.1.0-166) ... | |
Setting up intel-comp-l-all-vars-19.1.0-166 (19.1.0-166) ... | |
Setting up intel-mkl-doc-2020 (2020.4-304) ... | |
Setting up intel-tbb-libs-2020.0-166 (2020.0-166) ... | |
Setting up intel-conda-tbb-linux-64-shadow-package-2020.0-166 (2020.0-166) ... | |
Setting up intel-comp-nomcu-vars-19.1.0-166 (19.1.0-166) ... | |
Setting up intel-mkl-psxe-2020.0-088 (2020.0-088) ... | |
Setting up intel-mkl-doc-ps-2020 (2020.4-304) ... | |
Setting up intel-conda-intel-openmp-linux-64-shadow-package-19.1.0-166 (19.1.0-166) ... | |
Setting up intel-mkl-common-2020.0-166 (2020.0-166) ... | |
Setting up intel-mkl-core-rt-2020.0-166 (2020.0-166) ... | |
Setting up intel-mkl-pgi-rt-2020.0-166 (2020.0-166) ... | |
Setting up intel-mkl-common-ps-2020.0-166 (2020.0-166) ... | |
Setting up intel-mkl-common-c-2020.0-166 (2020.0-166) ... | |
Setting up intel-mkl-common-f-2020.0-166 (2020.0-166) ... | |
Setting up intel-mkl-cluster-rt-2020.0-166 (2020.0-166) ... | |
Setting up intel-mkl-gnu-rt-2020.0-166 (2020.0-166) ... | |
Setting up intel-mkl-core-2020.0-166 (2020.0-166) ... | |
Setting up intel-mkl-f95-common-2020.0-166 (2020.0-166) ... | |
Setting up intel-mkl-tbb-rt-2020.0-166 (2020.0-166) ... | |
Setting up intel-mkl-core-f-2020.0-166 (2020.0-166) ... | |
Setting up intel-mkl-core-c-2020.0-166 (2020.0-166) ... | |
Setting up intel-mkl-common-c-ps-2020.0-166 (2020.0-166) ... | |
Setting up intel-mkl-f95-2020.0-166 (2020.0-166) ... | |
Setting up intel-mkl-core-ps-2020.0-166 (2020.0-166) ... | |
Setting up intel-mkl-cluster-2020.0-166 (2020.0-166) ... | |
Setting up intel-mkl-gnu-2020.0-166 (2020.0-166) ... | |
Setting up intel-mkl-gnu-f-rt-2020.0-166 (2020.0-166) ... | |
Setting up intel-mkl-pgi-2020.0-166 (2020.0-166) ... | |
Setting up intel-mkl-gnu-f-2020.0-166 (2020.0-166) ... | |
Setting up intel-mkl-gnu-c-2020.0-166 (2020.0-166) ... | |
Setting up intel-mkl-cluster-f-2020.0-166 (2020.0-166) ... | |
Setting up intel-mkl-cluster-c-2020.0-166 (2020.0-166) ... | |
Setting up intel-conda-mkl-include-linux-64-shadow-package-2020.0-166 (2020.0-166) ... | |
Setting up intel-conda-mkl-linux-64-shadow-package-2020.0-166 (2020.0-166) ... | |
Setting up intel-mkl-tbb-2020.0-166 (2020.0-166) ... | |
Setting up intel-mkl-pgi-c-2020.0-166 (2020.0-166) ... | |
Setting up intel-conda-mkl-devel-linux-64-shadow-package-2020.0-166 (2020.0-166) ... | |
Setting up intel-conda-mkl-static-linux-64-shadow-package-2020.0-166 (2020.0-166) ... | |
Setting up intel-mkl-64bit-2020.0-088 (2020.0-088) ... | |
ubuntu@ip-172-31-38-139:~$ git clone https://github.com/marian-nmt/marian | |
Cloning into 'marian'... | |
remote: Enumerating objects: 60424, done. | |
remote: Counting objects: 100% (12127/12127), done. | |
remote: Compressing objects: 100% (2796/2796), done. | |
remote: Total 60424 (delta 9407), reused 11626 (delta 9181), pack-reused 48297 | |
Receiving objects: 100% (60424/60424), 40.65 MiB | 21.48 MiB/s, done. | |
Resolving deltas: 100% (46214/46214), done. | |
ubuntu@ip-172-31-38-139:~$ cd marian/ | |
ubuntu@ip-172-31-38-139:~/marian$ mkdir build | |
ubuntu@ip-172-31-38-139:~/marian$ CC=/usr/bin/gcc-11 CXX=/usr/bin/g++-11 CUDAHOSTCXX=/usr/bin/g++-11 cmake .. -DBoost_ARCHITECTURE=-x64 -DCMAKE_BUILD_TYPE=Slim -DCOMPILE_CPU=on -DCOMPILE_CUDA=true -DCOMPILE_KEPLER=true -DCOMPILE_MAXWELL=true -DCOMPILE_SERVER=on -DCUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda-12 -DUSE_FBGEMM=false -DUSE_SENTENCEPIECE=on -DUSE_STATIC_LIBS=on | |
CMake Error: The source directory "/home/ubuntu" does not appear to contain CMakeLists.txt. | |
Specify --help for usage, or press the help button on the CMake GUI. | |
ubuntu@ip-172-31-38-139:~/marian$ cd build/ | |
ubuntu@ip-172-31-38-139:~/marian/build$ CC=/usr/bin/gcc- CXX=/usr/bin/g++-11 CUDAHOSTCXX=/usr/bin/g++-11 cmake .. -DBoost_ARCHITECTURE=-x64 -DCMAKE_BUILD_TYPE=Slim -DCOMPILE_CPU=on -DCOMPILE_CUDA=true -DCOMPILE_KEPLER=true -DCOMPILE_MAXWELL=true -DCOMPILE_SERVER=on -DCUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda-12 -DUSE_FBGEMM=false -DUSE_SENTENCEPIECE=on -DUSE_STATIC_LIBS=on | |
gcc-9 gcc-ar gcc-ar-9 gcc-nm gcc-nm-9 gcc-ranlib gcc-ranlib-9 | |
ubuntu@ip-172-31-38-139:~/marian/build$ CC=/usr/bin/gcc-9 CXX=/usr/bin/g++-9 CUDAHOSTCXX=/usr/bin/g++-9 cmake .. -DBoost_ARCHITECTURE=-x64 -DCMAKE_BUILD_TYPE=Slim -DCOMPILE_CPU=on -DCOMPILE_CUDA=true -DCOMPILE_KEPLER=true -DCOMPILE_MAXWELL=true -DCOMPILE_SERVER=on -DCUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda-11 -DUSE_FBGEMM=false -DUSE_SENTENCEPIECE=on -DUSE_STATIC_LIBS=on | |
-- The CXX compiler identification is GNU 9.4.0 | |
-- The C compiler identification is GNU 9.4.0 | |
-- Check for working CXX compiler: /usr/bin/g++-9 | |
-- Check for working CXX compiler: /usr/bin/g++-9 -- works | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
-- Check for working C compiler: /usr/bin/gcc-9 | |
-- Check for working C compiler: /usr/bin/gcc-9 -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Project name: marian | |
-- Project version: v1.12.0+65bf82ff | |
Submodule 'examples' (https://github.com/marian-nmt/marian-examples) registered for path 'examples' | |
Submodule 'regression-tests' (https://github.com/marian-nmt/marian-regression-tests) registered for path 'regression-tests' | |
Submodule 'src/3rd_party/fbgemm' (https://github.com/marian-nmt/FBGEMM) registered for path 'src/3rd_party/fbgemm' | |
Submodule 'src/3rd_party/intgemm' (https://github.com/marian-nmt/intgemm/) registered for path 'src/3rd_party/intgemm' | |
Submodule 'src/3rd_party/nccl' (https://github.com/marian-nmt/nccl) registered for path 'src/3rd_party/nccl' | |
Submodule 'src/3rd_party/sentencepiece' (https://github.com/marian-nmt/sentencepiece) registered for path 'src/3rd_party/sentencepiece' | |
Submodule 'src/3rd_party/simple-websocket-server' (https://github.com/marian-nmt/Simple-WebSocket-Server) registered for path 'src/3rd_party/simple-websocket-server' | |
Cloning into '/home/ubuntu/marian/examples'... | |
Cloning into '/home/ubuntu/marian/regression-tests'... | |
Cloning into '/home/ubuntu/marian/src/3rd_party/fbgemm'... | |
Cloning into '/home/ubuntu/marian/src/3rd_party/intgemm'... | |
Cloning into '/home/ubuntu/marian/src/3rd_party/nccl'... | |
Cloning into '/home/ubuntu/marian/src/3rd_party/sentencepiece'... | |
Cloning into '/home/ubuntu/marian/src/3rd_party/simple-websocket-server'... | |
Submodule path 'examples': checked out '58f48a06756c623fe799613134810322e061863f' | |
Submodule path 'regression-tests': checked out '2a8bed3f0e937a9de2d6fa92dee3bcf482d3d47b' | |
Submodule path 'src/3rd_party/fbgemm': checked out '6f45243cb8ab7d7ab921af18d313ae97144618b8' | |
Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'src/3rd_party/fbgemm/third_party/asmjit' | |
Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'src/3rd_party/fbgemm/third_party/cpuinfo' | |
Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'src/3rd_party/fbgemm/third_party/googletest' | |
Cloning into '/home/ubuntu/marian/src/3rd_party/fbgemm/third_party/asmjit'... | |
Cloning into '/home/ubuntu/marian/src/3rd_party/fbgemm/third_party/cpuinfo'... | |
Cloning into '/home/ubuntu/marian/src/3rd_party/fbgemm/third_party/googletest'... | |
Submodule path 'src/3rd_party/fbgemm/third_party/asmjit': checked out '4da474ac9aa2689e88d5e40a2f37628f302d7e3c' | |
Submodule path 'src/3rd_party/fbgemm/third_party/cpuinfo': checked out 'd5e37adf1406cf899d7d9ec1d317c47506ccb970' | |
Submodule path 'src/3rd_party/fbgemm/third_party/googletest': checked out '0fc5466dbb9e623029b1ada539717d10bd45e99e' | |
Submodule path 'src/3rd_party/intgemm': checked out '0eda93a95a4472af0a50c78b5df58e7fc459ac7a' | |
Submodule path 'src/3rd_party/nccl': checked out '5dcf7751494f9d04057bfc6b4a2b64611bc12253' | |
Submodule path 'src/3rd_party/sentencepiece': checked out '8dc9172f88b1d4054ca38de0e5362b2935e9b53f' | |
Submodule path 'src/3rd_party/simple-websocket-server': checked out '8909c57b5473cb95e197fa7f034edabb474535ba' | |
-- Building with -march=native and intrinsics will be chosen automatically by the compiler to match the current machine. | |
-- Checking support for CPU intrinsics | |
-- Could not find hardware support for AVX512 on this machine. | |
-- Looking for pthread.h | |
-- Looking for pthread.h - found | |
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD | |
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed | |
-- Looking for pthread_create in pthreads | |
-- Looking for pthread_create in pthreads - not found | |
-- Looking for pthread_create in pthread | |
-- Looking for pthread_create in pthread - found | |
-- Found Threads: TRUE | |
-- Found CUDA: /usr/local/cuda-11 (found suitable version "11.8", minimum required is "9.0") | |
-- Compiling code for Kepler GPUs | |
-- Compiling code for Maxwell GPUs | |
-- Compiling code for Pascal GPUs | |
-- Compiling code for Volta GPUs | |
-- Compiling code for Turing GPUs | |
-- Compiling code for Ampere GPUs | |
-- Compiling code for Ampere RTX GPUs | |
-- Found CUDA libraries: /usr/local/cuda-11/lib64/libcurand_static.a;/usr/local/cuda-11/lib64/libcublas_static.a;/usr/local/cuda-11/lib64/libcusparse_static.a;/usr/local/cuda-11/lib64/libculibos.a;/usr/local/cuda-11/lib64/libcublasLt_static.a | |
-- Found TCMalloc: /usr/lib/x86_64-linux-gnu/libtcmalloc_minimal.a | |
-- Found MKL: -Wl,--start-group;/opt/intel/mkl/lib/intel64/libmkl_intel_ilp64.a;/opt/intel/mkl/lib/intel64/libmkl_sequential.a;/opt/intel/mkl/lib/intel64/libmkl_core.a;-Wl,--end-group | |
-- Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY OPENSSL_INCLUDE_DIR) | |
CMake Warning at CMakeLists.txt:570 (message): | |
Cannot find OpenSSL library. Not compiling server. | |
-- VERSION: 0.1.94 | |
-- Found TCMalloc: /usr/lib/x86_64-linux-gnu/libtcmalloc_minimal.a | |
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /home/ubuntu/marian/build | |
ubuntu@ip-172-31-38-139:~/marian/build$ make -j4 | |
Scanning dependencies of target nccl_install | |
Scanning dependencies of target sentencepiece_train-static | |
Scanning dependencies of target marian_version | |
Scanning dependencies of target libyaml-cpp | |
[ 0%] Creating directories for 'nccl_install' | |
[ 0%] Generating ../../src/common/git_revision.h | |
[ 0%] Built target marian_version | |
[ 0%] Building CXX object src/3rd_party/yaml-cpp/CMakeFiles/libyaml-cpp.dir/binary_renamed.cpp.o | |
Scanning dependencies of target SQLiteCpp | |
[ 1%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/sentencepiece_train-static.dir/builder.cc.o | |
[ 1%] Building CXX object src/3rd_party/SQLiteCpp/CMakeFiles/SQLiteCpp.dir/src/Backup.cpp.o | |
[ 2%] No download step for 'nccl_install' | |
[ 3%] No patch step for 'nccl_install' | |
[ 3%] No update step for 'nccl_install' | |
[ 3%] No configure step for 'nccl_install' | |
[ 3%] Performing build step for 'nccl_install' | |
Generating nccl.h.in > /home/ubuntu/marian/build/local/include/nccl.h | |
Grabbing include/nccl_net.h > /home/ubuntu/marian/build/local/include/nccl_net.h | |
Generating nccl.pc.in > /home/ubuntu/marian/build/local/lib/pkgconfig/nccl.pc | |
Compiling init.cc > /home/ubuntu/marian/build/local/obj/init.o | |
[ 3%] Building CXX object src/3rd_party/SQLiteCpp/CMakeFiles/SQLiteCpp.dir/src/Column.cpp.o | |
[ 4%] Building CXX object src/3rd_party/yaml-cpp/CMakeFiles/libyaml-cpp.dir/contrib/graphbuilder.cpp.o | |
[ 5%] Building CXX object src/3rd_party/SQLiteCpp/CMakeFiles/SQLiteCpp.dir/src/Database.cpp.o | |
[ 5%] Building CXX object src/3rd_party/yaml-cpp/CMakeFiles/libyaml-cpp.dir/contrib/graphbuilderadapter.cpp.o | |
[ 5%] Building CXX object src/3rd_party/SQLiteCpp/CMakeFiles/SQLiteCpp.dir/src/Exception.cpp.o | |
[ 6%] Building CXX object src/3rd_party/yaml-cpp/CMakeFiles/libyaml-cpp.dir/convert.cpp.o | |
[ 6%] Building CXX object src/3rd_party/SQLiteCpp/CMakeFiles/SQLiteCpp.dir/src/Statement.cpp.o | |
[ 7%] Building CXX object src/3rd_party/SQLiteCpp/CMakeFiles/SQLiteCpp.dir/src/Transaction.cpp.o | |
[ 7%] Building CXX object src/3rd_party/yaml-cpp/CMakeFiles/libyaml-cpp.dir/directives.cpp.o | |
[ 7%] Building C object src/3rd_party/SQLiteCpp/CMakeFiles/SQLiteCpp.dir/sqlite3/sqlite3.c.o | |
Compiling channel.cc > /home/ubuntu/marian/build/local/obj/channel.o | |
[ 7%] Building CXX object src/3rd_party/yaml-cpp/CMakeFiles/libyaml-cpp.dir/emit.cpp.o | |
[ 8%] Building CXX object src/3rd_party/yaml-cpp/CMakeFiles/libyaml-cpp.dir/emitfromevents.cpp.o | |
Compiling bootstrap.cc > /home/ubuntu/marian/build/local/obj/bootstrap.o | |
[ 8%] Building CXX object src/3rd_party/yaml-cpp/CMakeFiles/libyaml-cpp.dir/emitter.cpp.o | |
[ 9%] Building CXX object src/3rd_party/yaml-cpp/CMakeFiles/libyaml-cpp.dir/emitterstate.cpp.o | |
[ 9%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/sentencepiece_train-static.dir/unicode_script.cc.o | |
Compiling transport.cc > /home/ubuntu/marian/build/local/obj/transport.o | |
[ 9%] Building CXX object src/3rd_party/yaml-cpp/CMakeFiles/libyaml-cpp.dir/emitterutils.cpp.o | |
Compiling enqueue.cc > /home/ubuntu/marian/build/local/obj/enqueue.o | |
In file included from include/core.h:54, | |
from include/transport.h:13, | |
from include/comm.h:10, | |
from include/enqueue.h:10, | |
from enqueue.cc:7: | |
enqueue.cc: In function ‘ncclResult_t ncclLaunchCooperativeKernelMultiDevice(cudaLaunchParams*, int*, int, int)’: | |
enqueue.cc:75:97: warning: ‘cudaError_t cudaLaunchCooperativeKernelMultiDevice(cudaLaunchParams*, unsigned int, unsigned int)’ is deprecated [-Wdeprecated-declarations] | |
75 | cudaCooperativeLaunchMultiDeviceNoPreSync|cudaCooperativeLaunchMultiDeviceNoPostSync)); | |
| ^ | |
include/checks.h:14:23: note: in definition of macro ‘CUDACHECK’ | |
14 | cudaError_t err = cmd; \ | |
| ^~~ | |
In file included from /usr/local/cuda-11/include/channel_descriptor.h:61, | |
from /usr/local/cuda-11/include/cuda_runtime.h:95, | |
from /home/ubuntu/marian/build/local/include/nccl.h:10, | |
from include/devcomm.h:10, | |
from include/transport.h:10, | |
from include/comm.h:10, | |
from include/enqueue.h:10, | |
from enqueue.cc:7: | |
/usr/local/cuda-11/include/cuda_runtime_api.h:4257:57: note: declared here | |
4257 | extern __CUDA_DEPRECATED __host__ cudaError_t CUDARTAPI cudaLaunchCooperativeKernelMultiDevice(struct cudaLaunchParams *launchParamsList, unsigned int numDevices, unsigned int flags __dv(0)); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from include/core.h:54, | |
from include/transport.h:13, | |
from include/comm.h:10, | |
from include/enqueue.h:10, | |
from enqueue.cc:7: | |
enqueue.cc:75:97: warning: ‘cudaError_t cudaLaunchCooperativeKernelMultiDevice(cudaLaunchParams*, unsigned int, unsigned int)’ is deprecated [-Wdeprecated-declarations] | |
75 | cudaCooperativeLaunchMultiDeviceNoPreSync|cudaCooperativeLaunchMultiDeviceNoPostSync)); | |
| ^ | |
include/checks.h:14:23: note: in definition of macro ‘CUDACHECK’ | |
14 | cudaError_t err = cmd; \ | |
| ^~~ | |
In file included from /usr/local/cuda-11/include/channel_descriptor.h:61, | |
from /usr/local/cuda-11/include/cuda_runtime.h:95, | |
from /home/ubuntu/marian/build/local/include/nccl.h:10, | |
from include/devcomm.h:10, | |
from include/transport.h:10, | |
from include/comm.h:10, | |
from include/enqueue.h:10, | |
from enqueue.cc:7: | |
/usr/local/cuda-11/include/cuda_runtime_api.h:4257:57: note: declared here | |
4257 | extern __CUDA_DEPRECATED __host__ cudaError_t CUDARTAPI cudaLaunchCooperativeKernelMultiDevice(struct cudaLaunchParams *launchParamsList, unsigned int numDevices, unsigned int flags __dv(0)); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
Compiling group.cc > /home/ubuntu/marian/build/local/obj/group.o | |
[ 10%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/sentencepiece_train-static.dir/trainer_factory.cc.o | |
[ 10%] Building CXX object src/3rd_party/yaml-cpp/CMakeFiles/libyaml-cpp.dir/exceptions.cpp.o | |
[ 10%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/sentencepiece_train-static.dir/trainer_interface.cc.o | |
[ 11%] Building CXX object src/3rd_party/yaml-cpp/CMakeFiles/libyaml-cpp.dir/exp.cpp.o | |
Compiling debug.cc > /home/ubuntu/marian/build/local/obj/debug.o | |
[ 11%] Building CXX object src/3rd_party/yaml-cpp/CMakeFiles/libyaml-cpp.dir/memory.cpp.o | |
Compiling proxy.cc > /home/ubuntu/marian/build/local/obj/proxy.o | |
[ 12%] Building CXX object src/3rd_party/yaml-cpp/CMakeFiles/libyaml-cpp.dir/node_data.cpp.o | |
[ 12%] Building CXX object src/3rd_party/yaml-cpp/CMakeFiles/libyaml-cpp.dir/nodebuilder.cpp.o | |
Compiling misc/nvmlwrap.cc > /home/ubuntu/marian/build/local/obj/misc/nvmlwrap.o | |
[ 12%] Building CXX object src/3rd_party/yaml-cpp/CMakeFiles/libyaml-cpp.dir/nodeevents.cpp.o | |
Compiling misc/ibvwrap.cc > /home/ubuntu/marian/build/local/obj/misc/ibvwrap.o | |
[ 13%] Building CXX object src/3rd_party/yaml-cpp/CMakeFiles/libyaml-cpp.dir/null.cpp.o | |
[ 13%] Building CXX object src/3rd_party/yaml-cpp/CMakeFiles/libyaml-cpp.dir/ostream_wrapper.cpp.o | |
[ 13%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/sentencepiece_train-static.dir/unigram_model_trainer.cc.o | |
[ 13%] Building CXX object src/3rd_party/yaml-cpp/CMakeFiles/libyaml-cpp.dir/parse.cpp.o | |
Compiling misc/utils.cc > /home/ubuntu/marian/build/local/obj/misc/utils.o | |
[ 14%] Building CXX object src/3rd_party/yaml-cpp/CMakeFiles/libyaml-cpp.dir/parser.cpp.o | |
Compiling misc/argcheck.cc > /home/ubuntu/marian/build/local/obj/misc/argcheck.o | |
[ 14%] Building CXX object src/3rd_party/yaml-cpp/CMakeFiles/libyaml-cpp.dir/regex_yaml.cpp.o | |
[ 15%] Building CXX object src/3rd_party/yaml-cpp/CMakeFiles/libyaml-cpp.dir/scanner.cpp.o | |
Compiling transport/p2p.cc > /home/ubuntu/marian/build/local/obj/transport/p2p.o | |
[ 15%] Building CXX object src/3rd_party/yaml-cpp/CMakeFiles/libyaml-cpp.dir/scanscalar.cpp.o | |
Compiling transport/shm.cc > /home/ubuntu/marian/build/local/obj/transport/shm.o | |
[ 15%] Building CXX object src/3rd_party/yaml-cpp/CMakeFiles/libyaml-cpp.dir/scantag.cpp.o | |
Compiling transport/net.cc > /home/ubuntu/marian/build/local/obj/transport/net.o | |
[ 16%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/sentencepiece_train-static.dir/word_model_trainer.cc.o | |
[ 17%] Building CXX object src/3rd_party/yaml-cpp/CMakeFiles/libyaml-cpp.dir/scantoken.cpp.o | |
Compiling transport/net_socket.cc > /home/ubuntu/marian/build/local/obj/transport/net_socket.o | |
[ 17%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/sentencepiece_train-static.dir/char_model_trainer.cc.o | |
Compiling transport/net_ib.cc > /home/ubuntu/marian/build/local/obj/transport/net_ib.o | |
[ 17%] Building CXX object src/3rd_party/yaml-cpp/CMakeFiles/libyaml-cpp.dir/simplekey.cpp.o | |
[ 17%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/sentencepiece_train-static.dir/bpe_model_trainer.cc.o | |
[ 18%] Building CXX object src/3rd_party/yaml-cpp/CMakeFiles/libyaml-cpp.dir/singledocparser.cpp.o | |
Compiling transport/coll_net.cc > /home/ubuntu/marian/build/local/obj/transport/coll_net.o | |
[ 18%] Building CXX object src/3rd_party/yaml-cpp/CMakeFiles/libyaml-cpp.dir/stream.cpp.o | |
[ 18%] Building CXX object src/3rd_party/yaml-cpp/CMakeFiles/libyaml-cpp.dir/tag.cpp.o | |
Compiling collectives/sendrecv.cc > /home/ubuntu/marian/build/local/obj/collectives/sendrecv.o | |
[ 19%] Building CXX object src/3rd_party/yaml-cpp/CMakeFiles/libyaml-cpp.dir/yaml-node.cpp.o | |
[ 20%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/sentencepiece_train-static.dir/sentencepiece_trainer.cc.o | |
[ 20%] Built target libyaml-cpp | |
Scanning dependencies of target pathie-cpp | |
[ 21%] Building CXX object src/3rd_party/pathie-cpp/CMakeFiles/pathie-cpp.dir/src/entry_iterator.cpp.o | |
[ 21%] Building CXX object src/3rd_party/pathie-cpp/CMakeFiles/pathie-cpp.dir/src/errors.cpp.o | |
Compiling collectives/all_reduce.cc > /home/ubuntu/marian/build/local/obj/collectives/all_reduce.o | |
[ 22%] Building CXX object src/3rd_party/pathie-cpp/CMakeFiles/pathie-cpp.dir/src/path.cpp.o | |
Compiling collectives/all_gather.cc > /home/ubuntu/marian/build/local/obj/collectives/all_gather.o | |
[ 22%] Building CXX object src/3rd_party/pathie-cpp/CMakeFiles/pathie-cpp.dir/src/pathie.cpp.o | |
[ 22%] Building CXX object src/3rd_party/pathie-cpp/CMakeFiles/pathie-cpp.dir/src/pathie_ifstream.cpp.o | |
[ 22%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/sentencepiece_train-static.dir/pretokenizer_for_training.cc.o | |
Compiling collectives/broadcast.cc > /home/ubuntu/marian/build/local/obj/collectives/broadcast.o | |
[ 23%] Building CXX object src/3rd_party/pathie-cpp/CMakeFiles/pathie-cpp.dir/src/pathie_ofstream.cpp.o | |
[ 23%] Building CXX object src/3rd_party/pathie-cpp/CMakeFiles/pathie-cpp.dir/src/temp.cpp.o | |
[ 24%] Linking CXX static library libsentencepiece_train.a | |
[ 24%] Built target sentencepiece_train-static | |
Scanning dependencies of target zlib | |
[ 24%] Building C object src/3rd_party/zlib/CMakeFiles/zlib.dir/adler32.c.o | |
[ 24%] Building C object src/3rd_party/zlib/CMakeFiles/zlib.dir/compress.c.o | |
[ 25%] Building C object src/3rd_party/zlib/CMakeFiles/zlib.dir/crc32.c.o | |
[ 25%] Building C object src/3rd_party/zlib/CMakeFiles/zlib.dir/deflate.c.o | |
[ 25%] Built target pathie-cpp | |
Scanning dependencies of target faiss | |
[ 26%] Building CXX object src/3rd_party/faiss/CMakeFiles/faiss.dir/VectorTransform.cpp.o | |
Compiling collectives/reduce.cc > /home/ubuntu/marian/build/local/obj/collectives/reduce.o | |
[ 27%] Building C object src/3rd_party/zlib/CMakeFiles/zlib.dir/gzclose.c.o | |
[ 27%] Building C object src/3rd_party/zlib/CMakeFiles/zlib.dir/gzlib.c.o | |
[ 27%] Building C object src/3rd_party/zlib/CMakeFiles/zlib.dir/gzread.c.o | |
[ 28%] Building C object src/3rd_party/zlib/CMakeFiles/zlib.dir/gzwrite.c.o | |
[ 28%] Building C object src/3rd_party/zlib/CMakeFiles/zlib.dir/infback.c.o | |
[ 29%] Building C object src/3rd_party/zlib/CMakeFiles/zlib.dir/inffast.c.o | |
Compiling collectives/reduce_scatter.cc > /home/ubuntu/marian/build/local/obj/collectives/reduce_scatter.o | |
[ 29%] Building C object src/3rd_party/zlib/CMakeFiles/zlib.dir/inflate.c.o | |
[ 29%] Built target SQLiteCpp | |
Scanning dependencies of target intgemm | |
[ 30%] Building CXX object src/3rd_party/intgemm/CMakeFiles/intgemm.dir/intgemm/intgemm.cc.o | |
[ 30%] Building C object src/3rd_party/zlib/CMakeFiles/zlib.dir/inftrees.c.o | |
[ 31%] Building C object src/3rd_party/zlib/CMakeFiles/zlib.dir/trees.c.o | |
Compiling graph/topo.cc > /home/ubuntu/marian/build/local/obj/graph/topo.o | |
[ 31%] Building C object src/3rd_party/zlib/CMakeFiles/zlib.dir/uncompr.c.o | |
[ 32%] Building C object src/3rd_party/zlib/CMakeFiles/zlib.dir/zutil.c.o | |
[ 32%] Built target zlib | |
Scanning dependencies of target sentencepiece-static | |
[ 33%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/arena.cc.o | |
[ 33%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/arenastring.cc.o | |
[ 33%] Linking CXX static library libintgemm.a | |
[ 33%] Built target intgemm | |
[ 33%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/bytestream.cc.o | |
[ 34%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/coded_stream.cc.o | |
[ 34%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/common.cc.o | |
Compiling graph/paths.cc > /home/ubuntu/marian/build/local/obj/graph/paths.o | |
[ 35%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/extension_set.cc.o | |
[ 35%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/generated_message_table_driven_lite.cc.o | |
[ 35%] Building CXX object src/3rd_party/faiss/CMakeFiles/faiss.dir/utils/Heap.cpp.o | |
[ 35%] Building CXX object src/3rd_party/faiss/CMakeFiles/faiss.dir/utils/hamming.cpp.o | |
Compiling graph/search.cc > /home/ubuntu/marian/build/local/obj/graph/search.o | |
[ 35%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/generated_message_util.cc.o | |
[ 36%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/implicit_weak_message.cc.o | |
[ 36%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/int128.cc.o | |
Compiling graph/connect.cc > /home/ubuntu/marian/build/local/obj/graph/connect.o | |
[ 37%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/io_win32.cc.o | |
[ 37%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/message_lite.cc.o | |
[ 37%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/repeated_field.cc.o | |
[ 38%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/status.cc.o | |
[ 38%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/statusor.cc.o | |
Compiling graph/rings.cc > /home/ubuntu/marian/build/local/obj/graph/rings.o | |
[ 38%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/stringpiece.cc.o | |
[ 39%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/stringprintf.cc.o | |
[ 39%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/structurally_valid.cc.o | |
[ 40%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/strutil.cc.o | |
Compiling graph/trees.cc > /home/ubuntu/marian/build/local/obj/graph/trees.o | |
Compiling graph/tuning.cc > /home/ubuntu/marian/build/local/obj/graph/tuning.o | |
[ 40%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/time.cc.o | |
[ 41%] Building CXX object src/3rd_party/faiss/CMakeFiles/faiss.dir/utils/misc.cpp.o | |
[ 41%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/wire_format_lite.cc.o | |
[ 42%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/zero_copy_stream.cc.o | |
[ 42%] Building CXX object src/3rd_party/faiss/CMakeFiles/faiss.dir/utils/random.cpp.o | |
Compiling graph/xml.cc > /home/ubuntu/marian/build/local/obj/graph/xml.o | |
[ 42%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/zero_copy_stream_impl_lite.cc.o | |
[ 42%] Built target faiss | |
[ 43%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/builtin_pb/sentencepiece.pb.cc.o | |
[ 43%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/builtin_pb/sentencepiece_model.pb.cc.o | |
[ 43%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/bpe_model.cc.o | |
[ 44%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/char_model.cc.o | |
Generating rules > /home/ubuntu/marian/build/local/obj/collectives/device/Makefile.rules | |
[ 44%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/error.cc.o | |
[ 45%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/init.cc.o | |
[ 45%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/filesystem.cc.o | |
[ 45%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/model_factory.cc.o | |
[ 46%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/model_interface.cc.o | |
[ 46%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/normalizer.cc.o | |
[ 47%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/case_encoder.cc.o | |
[ 47%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/sentencepiece_processor.cc.o | |
[ 47%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/unigram_model.cc.o | |
[ 48%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/util.cc.o | |
[ 48%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/word_model.cc.o | |
[ 49%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/absl/strings/string_view.cc.o | |
Compiling sendrecv.cu > /home/ubuntu/marian/build/local/obj/collectives/device/sendrecv_sum_i8.o | |
[ 49%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/absl/flags/flag.cc.o | |
Compiling sendrecv.cu > /home/ubuntu/marian/build/local/obj/collectives/device/sendrecv_sum_u8.o | |
Compiling sendrecv.cu > /home/ubuntu/marian/build/local/obj/collectives/device/sendrecv_sum_i32.o | |
[ 49%] Linking CXX static library libsentencepiece.a | |
[ 49%] Built target sentencepiece-static | |
Scanning dependencies of target spm_encode | |
[ 50%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/spm_encode.dir/spm_encode_main.cc.o | |
Compiling sendrecv.cu > /home/ubuntu/marian/build/local/obj/collectives/device/sendrecv_sum_u32.o | |
Compiling sendrecv.cu > /home/ubuntu/marian/build/local/obj/collectives/device/sendrecv_sum_i64.o | |
[ 50%] Linking CXX executable ../../../../spm_encode | |
[ 50%] Built target spm_encode | |
Scanning dependencies of target spm_decode | |
[ 50%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/spm_decode.dir/spm_decode_main.cc.o | |
[ 50%] Linking CXX executable ../../../../spm_decode | |
[ 50%] Built target spm_decode | |
Scanning dependencies of target spm_train | |
[ 50%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/spm_train.dir/spm_train_main.cc.o | |
Compiling sendrecv.cu > /home/ubuntu/marian/build/local/obj/collectives/device/sendrecv_sum_u64.o | |
Compiling sendrecv.cu > /home/ubuntu/marian/build/local/obj/collectives/device/sendrecv_sum_f16.o | |
[ 51%] Linking CXX executable ../../../../spm_train | |
[ 51%] Built target spm_train | |
Scanning dependencies of target spm_normalize | |
[ 51%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/spm_normalize.dir/spm_normalize_main.cc.o | |
[ 52%] Linking CXX executable ../../../../spm_normalize | |
[ 52%] Built target spm_normalize | |
Scanning dependencies of target spm_export_vocab | |
[ 53%] Building CXX object src/3rd_party/sentencepiece/src/CMakeFiles/spm_export_vocab.dir/spm_export_vocab_main.cc.o | |
Compiling sendrecv.cu > /home/ubuntu/marian/build/local/obj/collectives/device/sendrecv_sum_f32.o | |
Compiling sendrecv.cu > /home/ubuntu/marian/build/local/obj/collectives/device/sendrecv_sum_f64.o | |
Compiling sendrecv.cu > /home/ubuntu/marian/build/local/obj/collectives/device/sendrecv_prod_i8.o | |
[ 53%] Linking CXX executable ../../../../spm_export_vocab | |
[ 53%] Built target spm_export_vocab | |
Compiling sendrecv.cu > /home/ubuntu/marian/build/local/obj/collectives/device/sendrecv_prod_u8.o | |
Compiling sendrecv.cu > /home/ubuntu/marian/build/local/obj/collectives/device/sendrecv_prod_i32.o | |
Compiling sendrecv.cu > /home/ubuntu/marian/build/local/obj/collectives/device/sendrecv_prod_u32.o | |
Compiling sendrecv.cu > /home/ubuntu/marian/build/local/obj/collectives/device/sendrecv_prod_i64.o | |
Compiling sendrecv.cu > /home/ubuntu/marian/build/local/obj/collectives/device/sendrecv_prod_u64.o | |
Compiling sendrecv.cu > /home/ubuntu/marian/build/local/obj/collectives/device/sendrecv_prod_f16.o | |
Compiling sendrecv.cu > /home/ubuntu/marian/build/local/obj/collectives/device/sendrecv_prod_f32.o | |
Compiling sendrecv.cu > /home/ubuntu/marian/build/local/obj/collectives/device/sendrecv_prod_f64.o | |
Compiling sendrecv.cu > /home/ubuntu/marian/build/local/obj/collectives/device/sendrecv_min_i8.o | |
Compiling sendrecv.cu > /home/ubuntu/marian/build/local/obj/collectives/device/sendrecv_min_u8.o | |
Compiling sendrecv.cu > /home/ubuntu/marian/build/local/obj/collectives/device/sendrecv_min_i32.o | |
Compiling sendrecv.cu > /home/ubuntu/marian/build/local/obj/collectives/device/sendrecv_min_u32.o | |
Compiling sendrecv.cu > /home/ubuntu/marian/build/local/obj/collectives/device/sendrecv_min_i64.o | |
Compiling sendrecv.cu > /home/ubuntu/marian/build/local/obj/collectives/device/sendrecv_min_u64.o | |
Compiling sendrecv.cu > /home/ubuntu/marian/build/local/obj/collectives/device/sendrecv_min_f16.o | |
Compiling sendrecv.cu > /home/ubuntu/marian/build/local/obj/collectives/device/sendrecv_min_f32.o | |
Compiling sendrecv.cu > /home/ubuntu/marian/build/local/obj/collectives/device/sendrecv_min_f64.o | |
Compiling sendrecv.cu > /home/ubuntu/marian/build/local/obj/collectives/device/sendrecv_max_i8.o | |
Compiling sendrecv.cu > /home/ubuntu/marian/build/local/obj/collectives/device/sendrecv_max_u8.o | |
Compiling sendrecv.cu > /home/ubuntu/marian/build/local/obj/collectives/device/sendrecv_max_i32.o | |
Compiling sendrecv.cu > /home/ubuntu/marian/build/local/obj/collectives/device/sendrecv_max_u32.o | |
Compiling sendrecv.cu > /home/ubuntu/marian/build/local/obj/collectives/device/sendrecv_max_i64.o | |
Compiling sendrecv.cu > /home/ubuntu/marian/build/local/obj/collectives/device/sendrecv_max_u64.o | |
Compiling sendrecv.cu > /home/ubuntu/marian/build/local/obj/collectives/device/sendrecv_max_f16.o | |
Compiling sendrecv.cu > /home/ubuntu/marian/build/local/obj/collectives/device/sendrecv_max_f32.o | |
Compiling sendrecv.cu > /home/ubuntu/marian/build/local/obj/collectives/device/sendrecv_max_f64.o | |
Compiling all_reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_reduce_sum_i8.o | |
Compiling all_reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_reduce_sum_u8.o | |
Compiling all_reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_reduce_sum_i32.o | |
Compiling all_reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_reduce_sum_u32.o | |
Compiling all_reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_reduce_sum_i64.o | |
Compiling all_reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_reduce_sum_u64.o | |
Compiling all_reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_reduce_sum_f16.o | |
Compiling all_reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_reduce_sum_f32.o | |
Compiling all_reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_reduce_sum_f64.o | |
Compiling all_reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_reduce_prod_i8.o | |
Compiling all_reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_reduce_prod_u8.o | |
Compiling all_reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_reduce_prod_i32.o | |
Compiling all_reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_reduce_prod_u32.o | |
Compiling all_reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_reduce_prod_i64.o | |
Compiling all_reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_reduce_prod_u64.o | |
Compiling all_reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_reduce_prod_f16.o | |
Compiling all_reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_reduce_prod_f32.o | |
Compiling all_reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_reduce_prod_f64.o | |
Compiling all_reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_reduce_min_i8.o | |
Compiling all_reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_reduce_min_u8.o | |
Compiling all_reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_reduce_min_i32.o | |
Compiling all_reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_reduce_min_u32.o | |
Compiling all_reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_reduce_min_i64.o | |
Compiling all_reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_reduce_min_u64.o | |
Compiling all_reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_reduce_min_f16.o | |
Compiling all_reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_reduce_min_f32.o | |
Compiling all_reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_reduce_min_f64.o | |
Compiling all_reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_reduce_max_i8.o | |
Compiling all_reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_reduce_max_u8.o | |
Compiling all_reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_reduce_max_i32.o | |
Compiling all_reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_reduce_max_u32.o | |
Compiling all_reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_reduce_max_i64.o | |
Compiling all_reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_reduce_max_u64.o | |
Compiling all_reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_reduce_max_f16.o | |
Compiling all_reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_reduce_max_f32.o | |
Compiling all_reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_reduce_max_f64.o | |
Compiling all_gather.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_gather_sum_i8.o | |
Compiling all_gather.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_gather_sum_u8.o | |
Compiling all_gather.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_gather_sum_i32.o | |
Compiling all_gather.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_gather_sum_u32.o | |
Compiling all_gather.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_gather_sum_i64.o | |
Compiling all_gather.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_gather_sum_u64.o | |
Compiling all_gather.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_gather_sum_f16.o | |
Compiling all_gather.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_gather_sum_f32.o | |
Compiling all_gather.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_gather_sum_f64.o | |
Compiling all_gather.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_gather_prod_i8.o | |
Compiling all_gather.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_gather_prod_u8.o | |
Compiling all_gather.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_gather_prod_i32.o | |
Compiling all_gather.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_gather_prod_u32.o | |
Compiling all_gather.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_gather_prod_i64.o | |
Compiling all_gather.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_gather_prod_u64.o | |
Compiling all_gather.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_gather_prod_f16.o | |
Compiling all_gather.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_gather_prod_f32.o | |
Compiling all_gather.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_gather_prod_f64.o | |
Compiling all_gather.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_gather_min_i8.o | |
Compiling all_gather.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_gather_min_u8.o | |
Compiling all_gather.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_gather_min_i32.o | |
Compiling all_gather.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_gather_min_u32.o | |
Compiling all_gather.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_gather_min_i64.o | |
Compiling all_gather.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_gather_min_u64.o | |
Compiling all_gather.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_gather_min_f16.o | |
Compiling all_gather.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_gather_min_f32.o | |
Compiling all_gather.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_gather_min_f64.o | |
Compiling all_gather.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_gather_max_i8.o | |
Compiling all_gather.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_gather_max_u8.o | |
Compiling all_gather.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_gather_max_i32.o | |
Compiling all_gather.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_gather_max_u32.o | |
Compiling all_gather.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_gather_max_i64.o | |
Compiling all_gather.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_gather_max_u64.o | |
Compiling all_gather.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_gather_max_f16.o | |
Compiling all_gather.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_gather_max_f32.o | |
Compiling all_gather.cu > /home/ubuntu/marian/build/local/obj/collectives/device/all_gather_max_f64.o | |
Compiling broadcast.cu > /home/ubuntu/marian/build/local/obj/collectives/device/broadcast_sum_i8.o | |
Compiling broadcast.cu > /home/ubuntu/marian/build/local/obj/collectives/device/broadcast_sum_u8.o | |
Compiling broadcast.cu > /home/ubuntu/marian/build/local/obj/collectives/device/broadcast_sum_i32.o | |
Compiling broadcast.cu > /home/ubuntu/marian/build/local/obj/collectives/device/broadcast_sum_u32.o | |
Compiling broadcast.cu > /home/ubuntu/marian/build/local/obj/collectives/device/broadcast_sum_i64.o | |
Compiling broadcast.cu > /home/ubuntu/marian/build/local/obj/collectives/device/broadcast_sum_u64.o | |
Compiling broadcast.cu > /home/ubuntu/marian/build/local/obj/collectives/device/broadcast_sum_f16.o | |
Compiling broadcast.cu > /home/ubuntu/marian/build/local/obj/collectives/device/broadcast_sum_f32.o | |
Compiling broadcast.cu > /home/ubuntu/marian/build/local/obj/collectives/device/broadcast_sum_f64.o | |
Compiling broadcast.cu > /home/ubuntu/marian/build/local/obj/collectives/device/broadcast_prod_i8.o | |
Compiling broadcast.cu > /home/ubuntu/marian/build/local/obj/collectives/device/broadcast_prod_u8.o | |
Compiling broadcast.cu > /home/ubuntu/marian/build/local/obj/collectives/device/broadcast_prod_i32.o | |
Compiling broadcast.cu > /home/ubuntu/marian/build/local/obj/collectives/device/broadcast_prod_u32.o | |
Compiling broadcast.cu > /home/ubuntu/marian/build/local/obj/collectives/device/broadcast_prod_i64.o | |
Compiling broadcast.cu > /home/ubuntu/marian/build/local/obj/collectives/device/broadcast_prod_u64.o | |
Compiling broadcast.cu > /home/ubuntu/marian/build/local/obj/collectives/device/broadcast_prod_f16.o | |
Compiling broadcast.cu > /home/ubuntu/marian/build/local/obj/collectives/device/broadcast_prod_f32.o | |
Compiling broadcast.cu > /home/ubuntu/marian/build/local/obj/collectives/device/broadcast_prod_f64.o | |
Compiling broadcast.cu > /home/ubuntu/marian/build/local/obj/collectives/device/broadcast_min_i8.o | |
Compiling broadcast.cu > /home/ubuntu/marian/build/local/obj/collectives/device/broadcast_min_u8.o | |
Compiling broadcast.cu > /home/ubuntu/marian/build/local/obj/collectives/device/broadcast_min_i32.o | |
Compiling broadcast.cu > /home/ubuntu/marian/build/local/obj/collectives/device/broadcast_min_u32.o | |
Compiling broadcast.cu > /home/ubuntu/marian/build/local/obj/collectives/device/broadcast_min_i64.o | |
Compiling broadcast.cu > /home/ubuntu/marian/build/local/obj/collectives/device/broadcast_min_u64.o | |
Compiling broadcast.cu > /home/ubuntu/marian/build/local/obj/collectives/device/broadcast_min_f16.o | |
Compiling broadcast.cu > /home/ubuntu/marian/build/local/obj/collectives/device/broadcast_min_f32.o | |
Compiling broadcast.cu > /home/ubuntu/marian/build/local/obj/collectives/device/broadcast_min_f64.o | |
Compiling broadcast.cu > /home/ubuntu/marian/build/local/obj/collectives/device/broadcast_max_i8.o | |
Compiling broadcast.cu > /home/ubuntu/marian/build/local/obj/collectives/device/broadcast_max_u8.o | |
Compiling broadcast.cu > /home/ubuntu/marian/build/local/obj/collectives/device/broadcast_max_i32.o | |
Compiling broadcast.cu > /home/ubuntu/marian/build/local/obj/collectives/device/broadcast_max_u32.o | |
Compiling broadcast.cu > /home/ubuntu/marian/build/local/obj/collectives/device/broadcast_max_i64.o | |
Compiling broadcast.cu > /home/ubuntu/marian/build/local/obj/collectives/device/broadcast_max_u64.o | |
Compiling broadcast.cu > /home/ubuntu/marian/build/local/obj/collectives/device/broadcast_max_f16.o | |
Compiling broadcast.cu > /home/ubuntu/marian/build/local/obj/collectives/device/broadcast_max_f32.o | |
Compiling broadcast.cu > /home/ubuntu/marian/build/local/obj/collectives/device/broadcast_max_f64.o | |
Compiling reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_sum_i8.o | |
Compiling reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_sum_u8.o | |
Compiling reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_sum_i32.o | |
Compiling reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_sum_u32.o | |
Compiling reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_sum_i64.o | |
Compiling reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_sum_u64.o | |
Compiling reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_sum_f16.o | |
Compiling reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_sum_f32.o | |
Compiling reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_sum_f64.o | |
Compiling reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_prod_i8.o | |
Compiling reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_prod_u8.o | |
Compiling reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_prod_i32.o | |
Compiling reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_prod_u32.o | |
Compiling reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_prod_i64.o | |
Compiling reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_prod_u64.o | |
Compiling reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_prod_f16.o | |
Compiling reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_prod_f32.o | |
Compiling reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_prod_f64.o | |
Compiling reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_min_i8.o | |
Compiling reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_min_u8.o | |
Compiling reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_min_i32.o | |
Compiling reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_min_u32.o | |
Compiling reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_min_i64.o | |
Compiling reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_min_u64.o | |
Compiling reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_min_f16.o | |
Compiling reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_min_f32.o | |
Compiling reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_min_f64.o | |
Compiling reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_max_i8.o | |
Compiling reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_max_u8.o | |
Compiling reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_max_i32.o | |
Compiling reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_max_u32.o | |
Compiling reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_max_i64.o | |
Compiling reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_max_u64.o | |
Compiling reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_max_f16.o | |
Compiling reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_max_f32.o | |
Compiling reduce.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_max_f64.o | |
Compiling reduce_scatter.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_scatter_sum_i8.o | |
Compiling reduce_scatter.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_scatter_sum_u8.o | |
Compiling reduce_scatter.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_scatter_sum_i32.o | |
Compiling reduce_scatter.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_scatter_sum_u32.o | |
Compiling reduce_scatter.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_scatter_sum_i64.o | |
Compiling reduce_scatter.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_scatter_sum_u64.o | |
Compiling reduce_scatter.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_scatter_sum_f16.o | |
Compiling reduce_scatter.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_scatter_sum_f32.o | |
Compiling reduce_scatter.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_scatter_sum_f64.o | |
Compiling reduce_scatter.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_scatter_prod_i8.o | |
Compiling reduce_scatter.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_scatter_prod_u8.o | |
Compiling reduce_scatter.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_scatter_prod_i32.o | |
Compiling reduce_scatter.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_scatter_prod_u32.o | |
Compiling reduce_scatter.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_scatter_prod_i64.o | |
Compiling reduce_scatter.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_scatter_prod_u64.o | |
Compiling reduce_scatter.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_scatter_prod_f16.o | |
Compiling reduce_scatter.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_scatter_prod_f32.o | |
Compiling reduce_scatter.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_scatter_prod_f64.o | |
Compiling reduce_scatter.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_scatter_min_i8.o | |
Compiling reduce_scatter.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_scatter_min_u8.o | |
Compiling reduce_scatter.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_scatter_min_i32.o | |
Compiling reduce_scatter.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_scatter_min_u32.o | |
Compiling reduce_scatter.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_scatter_min_i64.o | |
Compiling reduce_scatter.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_scatter_min_u64.o | |
Compiling reduce_scatter.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_scatter_min_f16.o | |
Compiling reduce_scatter.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_scatter_min_f32.o | |
Compiling reduce_scatter.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_scatter_min_f64.o | |
Compiling reduce_scatter.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_scatter_max_i8.o | |
Compiling reduce_scatter.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_scatter_max_u8.o | |
Compiling reduce_scatter.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_scatter_max_i32.o | |
Compiling reduce_scatter.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_scatter_max_u32.o | |
Compiling reduce_scatter.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_scatter_max_i64.o | |
Compiling reduce_scatter.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_scatter_max_u64.o | |
Compiling reduce_scatter.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_scatter_max_f16.o | |
Compiling reduce_scatter.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_scatter_max_f32.o | |
Compiling reduce_scatter.cu > /home/ubuntu/marian/build/local/obj/collectives/device/reduce_scatter_max_f64.o | |
Compiling functions.cu > /home/ubuntu/marian/build/local/obj/collectives/device/functions.o | |
Archiving objects > /home/ubuntu/marian/build/local/obj/collectives/device/colldevice.a | |
Linking libnccl.so.2.8.3 > /home/ubuntu/marian/build/local/lib/libnccl.so.2.8.3 | |
Archiving libnccl_static.a > /home/ubuntu/marian/build/local/lib/libnccl_static.a | |
/home/ubuntu/marian/src/3rd_party/nccl/src | |
[ 53%] No install step for 'nccl_install' | |
[ 54%] Completed 'nccl_install' | |
[ 54%] Built target nccl_install | |
Scanning dependencies of target 3rd_party_installs | |
[ 54%] Built target 3rd_party_installs | |
[ 56%] Building NVCC (Device) object src/CMakeFiles/marian_cuda.dir/translator/marian_cuda_generated_helpers.cu.o | |
[ 56%] Building NVCC (Device) object src/CMakeFiles/marian_cuda.dir/tensors/gpu/marian_cuda_generated_hash.cu.o | |
[ 56%] Building NVCC (Device) object src/CMakeFiles/marian_cuda.dir/tensors/gpu/marian_cuda_generated_device.cu.o | |
[ 56%] Building NVCC (Device) object src/CMakeFiles/marian_cuda.dir/tensors/gpu/marian_cuda_generated_algorithm.cu.o | |
[ 57%] Building NVCC (Device) object src/CMakeFiles/marian_cuda.dir/tensors/gpu/marian_cuda_generated_prod.cu.o | |
[ 57%] Building NVCC (Device) object src/CMakeFiles/marian_cuda.dir/tensors/gpu/marian_cuda_generated_topk.cu.o | |
[ 57%] Building NVCC (Device) object src/CMakeFiles/marian_cuda.dir/tensors/gpu/marian_cuda_generated_element.cu.o | |
[ 58%] Building NVCC (Device) object src/CMakeFiles/marian_cuda.dir/tensors/gpu/marian_cuda_generated_add.cu.o | |
[ 58%] Building NVCC (Device) object src/CMakeFiles/marian_cuda.dir/tensors/gpu/marian_cuda_generated_add_all.cu.o | |
[ 59%] Building NVCC (Device) object src/CMakeFiles/marian_cuda.dir/tensors/gpu/marian_cuda_generated_tensor_operators.cu.o | |
[ 59%] Building NVCC (Device) object src/CMakeFiles/marian_cuda.dir/tensors/gpu/marian_cuda_generated_cudnn_wrappers.cu.o | |
[ 59%] Building NVCC (Device) object src/CMakeFiles/marian_cuda.dir/translator/marian_cuda_generated_nth_element.cu.o | |
Scanning dependencies of target marian_cuda | |
[ 60%] Building CXX object src/CMakeFiles/marian_cuda.dir/tensors/gpu/prod.cpp.o | |
[ 60%] Building CXX object src/CMakeFiles/marian_cuda.dir/tensors/gpu/prod_sparse.cpp.o | |
[ 60%] Linking CXX static library libmarian_cuda.a | |
[ 60%] Built target marian_cuda | |
Scanning dependencies of target marian | |
[ 61%] Building CXX object src/CMakeFiles/marian.dir/common/version.cpp.o | |
[ 61%] Building CXX object src/CMakeFiles/marian.dir/common/aliases.cpp.o | |
[ 61%] Building CXX object src/CMakeFiles/marian.dir/common/utils.cpp.o | |
[ 61%] Building CXX object src/CMakeFiles/marian.dir/common/fastopt.cpp.o | |
[ 62%] Building CXX object src/CMakeFiles/marian.dir/common/logging.cpp.o | |
[ 62%] Building CXX object src/CMakeFiles/marian.dir/common/cli_helper.cpp.o | |
[ 63%] Building CXX object src/CMakeFiles/marian.dir/common/cli_wrapper.cpp.o | |
[ 63%] Building CXX object src/CMakeFiles/marian.dir/common/config.cpp.o | |
[ 63%] Building CXX object src/CMakeFiles/marian.dir/common/config_parser.cpp.o | |
[ 64%] Building CXX object src/CMakeFiles/marian.dir/common/config_validator.cpp.o | |
[ 64%] Building CXX object src/CMakeFiles/marian.dir/common/options.cpp.o | |
[ 65%] Building CXX object src/CMakeFiles/marian.dir/common/binary.cpp.o | |
[ 65%] Building CXX object src/CMakeFiles/marian.dir/common/build_info.cpp.o | |
[ 65%] Building CXX object src/CMakeFiles/marian.dir/common/io.cpp.o | |
[ 66%] Building CXX object src/CMakeFiles/marian.dir/common/filesystem.cpp.o | |
[ 66%] Building CXX object src/CMakeFiles/marian.dir/common/file_stream.cpp.o | |
[ 67%] Building CXX object src/CMakeFiles/marian.dir/common/file_utils.cpp.o | |
[ 67%] Building CXX object src/CMakeFiles/marian.dir/common/signal_handling.cpp.o | |
[ 67%] Building CXX object src/CMakeFiles/marian.dir/common/types.cpp.o | |
[ 68%] Building CXX object src/CMakeFiles/marian.dir/data/alignment.cpp.o | |
[ 68%] Building CXX object src/CMakeFiles/marian.dir/data/vocab.cpp.o | |
[ 68%] Building CXX object src/CMakeFiles/marian.dir/data/default_vocab.cpp.o | |
[ 69%] Building CXX object src/CMakeFiles/marian.dir/data/sentencepiece_vocab.cpp.o | |
[ 69%] Building CXX object src/CMakeFiles/marian.dir/data/factored_vocab.cpp.o | |
[ 70%] Building CXX object src/CMakeFiles/marian.dir/data/corpus_base.cpp.o | |
[ 70%] Building CXX object src/CMakeFiles/marian.dir/data/corpus.cpp.o | |
[ 70%] Building CXX object src/CMakeFiles/marian.dir/data/corpus_sqlite.cpp.o | |
[ 71%] Building CXX object src/CMakeFiles/marian.dir/data/corpus_nbest.cpp.o | |
[ 71%] Building CXX object src/CMakeFiles/marian.dir/data/text_input.cpp.o | |
[ 72%] Building CXX object src/CMakeFiles/marian.dir/data/shortlist.cpp.o | |
[ 72%] Building CXX object src/CMakeFiles/marian.dir/3rd_party/cnpy/cnpy.cpp.o | |
[ 72%] Building CXX object src/CMakeFiles/marian.dir/3rd_party/ExceptionWithCallStack.cpp.o | |
[ 73%] Building CXX object src/CMakeFiles/marian.dir/3rd_party/onnx/protobuf/onnx-ml.pb-wrapper.cpp.o | |
[ 73%] Building CXX object src/CMakeFiles/marian.dir/3rd_party/phf/phf.cc.o | |
[ 74%] Building CXX object src/CMakeFiles/marian.dir/tensors/backend.cpp.o | |
[ 74%] Building CXX object src/CMakeFiles/marian.dir/tensors/rand.cpp.o | |
[ 74%] Building CXX object src/CMakeFiles/marian.dir/tensors/tensor.cpp.o | |
[ 75%] Building CXX object src/CMakeFiles/marian.dir/tensors/cpu/device.cpp.o | |
[ 75%] Building CXX object src/CMakeFiles/marian.dir/tensors/cpu/prod.cpp.o | |
[ 76%] Building CXX object src/CMakeFiles/marian.dir/tensors/cpu/topk.cpp.o | |
[ 76%] Building CXX object src/CMakeFiles/marian.dir/tensors/cpu/tensor_operators.cpp.o | |
[ 76%] Building CXX object src/CMakeFiles/marian.dir/tensors/cpu/integer_common.cpp.o | |
[ 77%] Building CXX object src/CMakeFiles/marian.dir/tensors/cpu/fbgemm/packed_gemm.cpp.o | |
[ 77%] Building CXX object src/CMakeFiles/marian.dir/graph/expression_graph.cpp.o | |
[ 78%] Building CXX object src/CMakeFiles/marian.dir/graph/expression_operators.cpp.o | |
[ 78%] Building CXX object src/CMakeFiles/marian.dir/graph/node.cpp.o | |
[ 78%] Building CXX object src/CMakeFiles/marian.dir/graph/node_operators.cpp.o | |
[ 79%] Building CXX object src/CMakeFiles/marian.dir/graph/node_initializers.cpp.o | |
[ 79%] Building CXX object src/CMakeFiles/marian.dir/onnx/expression_graph_onnx_exporter.cpp.o | |
[ 80%] Building CXX object src/CMakeFiles/marian.dir/onnx/expression_graph_onnx_serialization.cpp.o | |
[ 80%] Building CXX object src/CMakeFiles/marian.dir/layers/convolution.cpp.o | |
[ 80%] Building CXX object src/CMakeFiles/marian.dir/layers/generic.cpp.o | |
[ 81%] Building CXX object src/CMakeFiles/marian.dir/layers/loss.cpp.o | |
[ 81%] Building CXX object src/CMakeFiles/marian.dir/layers/weight.cpp.o | |
[ 81%] Building CXX object src/CMakeFiles/marian.dir/layers/embedding.cpp.o | |
[ 82%] Building CXX object src/CMakeFiles/marian.dir/layers/output.cpp.o | |
[ 82%] Building CXX object src/CMakeFiles/marian.dir/layers/logits.cpp.o | |
[ 83%] Building CXX object src/CMakeFiles/marian.dir/layers/lsh.cpp.o | |
[ 83%] Building CXX object src/CMakeFiles/marian.dir/rnn/cells.cpp.o | |
[ 83%] Building CXX object src/CMakeFiles/marian.dir/rnn/attention.cpp.o | |
[ 84%] Building CXX object src/CMakeFiles/marian.dir/optimizers/quantizer.cpp.o | |
[ 84%] Building CXX object src/CMakeFiles/marian.dir/optimizers/clippers.cpp.o | |
[ 85%] Building CXX object src/CMakeFiles/marian.dir/optimizers/optimizers.cpp.o | |
[ 85%] Building CXX object src/CMakeFiles/marian.dir/optimizers/exponential_smoothing.cpp.o | |
[ 85%] Building CXX object src/CMakeFiles/marian.dir/models/model_factory.cpp.o | |
[ 86%] Building CXX object src/CMakeFiles/marian.dir/models/encoder_decoder.cpp.o | |
[ 86%] Building CXX object src/CMakeFiles/marian.dir/models/transformer_stub.cpp.o | |
[ 87%] Building CXX object src/CMakeFiles/marian.dir/models/costs.cpp.o | |
[ 87%] Building CXX object src/CMakeFiles/marian.dir/rescorer/score_collector.cpp.o | |
[ 87%] Building CXX object src/CMakeFiles/marian.dir/embedder/vector_collector.cpp.o | |
[ 88%] Building CXX object src/CMakeFiles/marian.dir/translator/beam_search.cpp.o | |
[ 88%] Building CXX object src/CMakeFiles/marian.dir/translator/history.cpp.o | |
[ 89%] Building CXX object src/CMakeFiles/marian.dir/translator/output_collector.cpp.o | |
[ 89%] Building CXX object src/CMakeFiles/marian.dir/translator/output_printer.cpp.o | |
[ 89%] Building CXX object src/CMakeFiles/marian.dir/translator/nth_element.cpp.o | |
[ 90%] Building CXX object src/CMakeFiles/marian.dir/translator/helpers.cpp.o | |
[ 90%] Building CXX object src/CMakeFiles/marian.dir/translator/scorers.cpp.o | |
[ 91%] Building CXX object src/CMakeFiles/marian.dir/training/graph_group_async.cpp.o | |
[ 91%] Building CXX object src/CMakeFiles/marian.dir/training/graph_group_sync.cpp.o | |
[ 91%] Building CXX object src/CMakeFiles/marian.dir/training/graph_group.cpp.o | |
[ 92%] Building CXX object src/CMakeFiles/marian.dir/training/graph_group_singleton.cpp.o | |
[ 92%] Building CXX object src/CMakeFiles/marian.dir/training/validator.cpp.o | |
[ 93%] Building CXX object src/CMakeFiles/marian.dir/training/communicator.cpp.o | |
[ 93%] Building CXX object src/CMakeFiles/marian.dir/microsoft/quicksand.cpp.o | |
[ 93%] Building CXX object src/CMakeFiles/marian.dir/microsoft/sentencepiece.cpp.o | |
[ 94%] Building CXX object src/CMakeFiles/marian.dir/microsoft/cosmos.cpp.o | |
[ 94%] Building CXX object src/CMakeFiles/marian.dir/microsoft/shortlist/utils/Converter.cpp.o | |
[ 94%] Building CXX object src/CMakeFiles/marian.dir/microsoft/shortlist/utils/StringUtils.cpp.o | |
[ 95%] Building CXX object src/CMakeFiles/marian.dir/microsoft/shortlist/utils/ParameterTree.cpp.o | |
[ 95%] Linking CXX static library ../libmarian.a | |
[ 95%] Built target marian | |
Scanning dependencies of target marian_vocab | |
Scanning dependencies of target marian_conv | |
Scanning dependencies of target marian_decoder | |
Scanning dependencies of target marian_scorer | |
[ 95%] Building CXX object src/CMakeFiles/marian_vocab.dir/command/marian_vocab.cpp.o | |
[ 95%] Building CXX object src/CMakeFiles/marian_decoder.dir/command/marian_decoder.cpp.o | |
[ 96%] Building CXX object src/CMakeFiles/marian_conv.dir/command/marian_conv.cpp.o | |
[ 96%] Building CXX object src/CMakeFiles/marian_scorer.dir/command/marian_scorer.cpp.o | |
[ 97%] Linking CXX executable ../marian-vocab | |
[ 97%] Built target marian_vocab | |
Scanning dependencies of target marian_train | |
[ 97%] Building CXX object src/CMakeFiles/marian_train.dir/command/marian_main.cpp.o | |
[ 98%] Linking CXX executable ../marian-decoder | |
[ 98%] Linking CXX executable ../marian-conv | |
[ 99%] Linking CXX executable ../marian-scorer | |
[ 99%] Built target marian_decoder | |
[ 99%] Built target marian_conv | |
[ 99%] Built target marian_scorer | |
[100%] Linking CXX executable ../marian | |
[100%] Built target marian_train | |
ubuntu@ip-172-31-38-139:~/marian/build$ | |
ubuntu@ip-172-31-38-139:~/marian/build$ | |
ubuntu@ip-172-31-38-139:~/marian/build$ | |
ubuntu@ip-172-31-38-139:~/marian/build$ | |
ubuntu@ip-172-31-38-139:~/marian/build$ | |
ubuntu@ip-172-31-38-139:~/marian/build$ | |
ubuntu@ip-172-31-38-139:~/marian/build$ | |
ubuntu@ip-172-31-38-139:~/marian/build$ | |
ubuntu@ip-172-31-38-139:~/marian/build$ | |
ubuntu@ip-172-31-38-139:~/marian/build$ | |
ubuntu@ip-172-31-38-139:~/marian/build$ | |
ubuntu@ip-172-31-38-139:~/marian/build$ | |
ubuntu@ip-172-31-38-139:~/marian/build$ df -h . | |
Filesystem Size Used Avail Use% Mounted on | |
/dev/root 24G 23G 892M 97% / | |
ubuntu@ip-172-31-38-139:~/marian/build$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment