ECS安装debian操作系统版本11.3

本文涉及的产品
云服务器 ECS,每月免费额度200元 3个月
云数据库 Redis 版,社区版 2GB
推荐场景:
搭建游戏排行榜
云服务器ECS,u1 2核4GB 1个月
简介: ECS安装debian操作系统版本11.3

介绍

Debian 是一个自由的操作系统,由 Debian 计划开发和维护。Debian 是一个自由的 Linux 发行版,添加了数以千计的应用程序以满足用户的需要。
Debian 是由自由和开放源代码的软件组成的,并将始终保持 100% 自由。每个人都能自由使用、修改,以及分发。这是我们对我们的用户的主要承诺。它也是免费的。
许多非常受欢迎的 Linux 发行版,例如 Ubuntu、Knoppix、PureOS 以及 Tails,都基于 Debian。我们提供了所需的所有工具,使得每个人在有需要的时候都可以制作自己的软件包,以补充 Debian 档案库里没有的软件包。

ECS实例切换操作系统

在已有实例停止运行后,操作一列找到更换操作系统菜单
2022-06-29-08-59-43.png

选择要更换的操作系统镜像,设置密码
同意协议,然后确认订单
2022-06-29-09-23-03.png

系统信息查看

查看操作系统

root@iZ2zee2m456rb6bde98jpkZ:~# cat /etc/os-release 
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
NAME="Debian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

查看内核信息

root@iZ2zee2m456rb6bde98jpkZ:~# uname -a
Linux iZ2zee2m456rb6bde98jpkZ 5.10.0-14-amd64 #1 SMP Debian 5.10.113-1 (2022-04-29) x86_64 GNU/Linux

软件仓库配置

root@iZ2zee2m456rb6bde98jpkZ:~# cat /etc/apt/sources.list
## Note, this file is written by cloud-init on first boot of an instance
## modifications made here will not survive a re-bundle.
## if you wish to make changes you can:
## a.) add 'apt_preserve_sources_list: true' to /etc/cloud/cloud.cfg
##     or do the same in user-data
## b.) add sources in /etc/apt/sources.list.d
## c.) make changes to template file /etc/cloud/templates/sources.list.debian.tmpl
###

# See http://www.debian.org/releases/stable/i386/release-notes/ch-upgrading.html
# for how to upgrade to newer versions of the distribution.
deb http://mirrors.cloud.aliyuncs.com/debian/ bullseye main contrib non-free
deb http://mirrors.cloud.aliyuncs.com/debian/ bullseye-updates main contrib non-free
deb http://mirrors.cloud.aliyuncs.com/debian/ bullseye-proposed-updates main non-free contrib
deb http://mirrors.cloud.aliyuncs.com/debian/ bullseye-backports main non-free contrib
## Major bug fix updates produced after the final release of the
## distribution.
deb-src http://mirrors.cloud.aliyuncs.com/debian/ bullseye-updates main contrib non-free
deb-src http://mirrors.cloud.aliyuncs.com/debian/ bullseye main contrib non-free
deb-src http://mirrors.cloud.aliyuncs.com/debian/ bullseye-proposed-updates main contrib non-free
deb-src http://mirrors.cloud.aliyuncs.com/debian/ bullseye-backports main contrib non-free

deb http://mirrors.cloud.aliyuncs.com/debian-security/ bullseye-security main non-free contrib
deb-src http://mirrors.cloud.aliyuncs.com/debian-security/ bullseye-security main non-free contrib
## Uncomment the following two lines to add software from the 'backports'
## repository.
## 
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.

deb软件包列表

root@iZ2zee2m456rb6bde98jpkZ:~# dpkg -l | sort 
+++-==============================-==============================-============-===============================================================================
Desired=Unknown/Install/Remove/Purge/Hold
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
ii  adduser                        3.118                          all          add and remove users and groups
ii  aliyun-assist                  2.2.3.282                      all          aliyun assist client
ii  apparmor                       2.13.6-10                      amd64        user-space parser utility for AppArmor
ii  apt                            2.2.4                          amd64        commandline package manager
ii  apt-listchanges                3.24                           all          package change history notification tool
ii  apt-utils                      2.2.4                          amd64        package management related utility programs
ii  base-files                     11.1+deb11u3                   amd64        Debian base system miscellaneous files
ii  base-passwd                    3.5.51                         amd64        Debian base system master password and group files
ii  bash                           5.1-2+deb11u1                  amd64        GNU Bourne Again SHell
ii  bash-completion                1:2.11-2                       all          programmable completion for the bash shell
ii  bind9-dnsutils                 1:9.16.27-1~deb11u1            amd64        Clients provided with BIND 9
ii  bind9-host                     1:9.16.27-1~deb11u1            amd64        DNS Lookup Utility
ii  bind9-libs:amd64               1:9.16.27-1~deb11u1            amd64        Shared Libraries used by BIND 9
ii  binutils                       2.35.2-2                       amd64        GNU assembler, linker and binary utilities
ii  binutils-common:amd64          2.35.2-2                       amd64        Common files for the GNU assembler, linker and binary utilities
ii  binutils-x86-64-linux-gnu      2.35.2-2                       amd64        GNU binary utilities, for x86-64-linux-gnu target
ii  bsdextrautils                  2.36.1-8+deb11u1               amd64        extra utilities from 4.4BSD-Lite
ii  bsdutils                       1:2.36.1-8+deb11u1             amd64        basic utilities from 4.4BSD-Lite
ii  build-essential                12.9                           amd64        Informational list of build-essential packages
ii  busybox-static                 1:1.30.1-6+b3                  amd64        Standalone rescue shell with tons of builtin utilities
ii  bzip2                          1.0.8-4                        amd64        high-quality block-sorting file compressor - utilities
ii  ca-certificates                20210119                       all          Common CA certificates
ii  chrony                         4.0-8+deb11u2                  amd64        Versatile implementation of the Network Time Protocol
ii  cloud-guest-utils              0.31-2                         all          cloud guest utilities
ii  console-setup                  1.205                          all          console font and keymap setup program
ii  console-setup-linux            1.205                          all          Linux specific part of console-setup
ii  coreutils                      8.32-4+b1                      amd64        GNU core utilities
ii  cpio                           2.13+dfsg-4                    amd64        GNU cpio -- a program to manage archives of files
ii  cpp-10                         10.2.1-6                       amd64        GNU C preprocessor
ii  cpp                            4:10.2.1-1                     amd64        GNU C preprocessor (cpp)
ii  cpufrequtils                   008-2                          amd64        utilities to deal with the cpufreq Linux kernel feature
ii  crash                          7.2.9-2                        amd64        kernel debugging utility, allowing gdb like syntax
ii  cron                           3.0pl1-137                     amd64        process scheduling daemon
ii  curl                           7.74.0-1.3+deb11u1             amd64        command line tool for transferring data with URL syntax
ii  dash                           0.5.11+git20200708+dd9ef66-5   amd64        POSIX-compliant shell
ii  dbus                           1.12.20-2                      amd64        simple interprocess messaging system (daemon and utilities)
ii  debconf                        1.5.77                         all          Debian configuration management system
ii  debconf-i18n                   1.5.77                         all          full internationalization support for debconf
ii  debian-archive-keyring         2021.1.1                       all          GnuPG archive keys of the Debian archive
ii  debian-faq                     10.1                           all          Debian Frequently Asked Questions
ii  debianutils                    4.11.2                         amd64        Miscellaneous utilities specific to Debian
ii  dictionaries-common            1.28.4                         all          spelling dictionaries - common utilities
ii  diffutils                      1:3.7-5                        amd64        File comparison utilities
ii  dirmngr                        2.2.27-2+deb11u1               amd64        GNU privacy guard - network certificate management service
ii  discover                       2.1.2-8                        amd64        hardware identification system
ii  discover-data                  2.2013.01.11+nmu1              all          Data lists for Discover hardware detection system
ii  distro-info-data               0.51+deb11u2                   all          information about the distributions' releases (data files)
ii  dmidecode                      3.3-2                          amd64        SMBIOS/DMI table decoder
ii  dmsetup                        2:1.02.175-2.1                 amd64        Linux Kernel Device Mapper userspace library
ii  doc-debian                     6.5                            all          Debian Project documentation and other documents
ii  dpkg                           1.20.10                        amd64        Debian package management system
ii  dpkg-dev                       1.20.10                        all          Debian package development tools
ii  dstat                          0.7.4-6.1                      all          versatile resource statistics tool
ii  e2fsprogs                      1.46.2-2                       amd64        ext2/ext3/ext4 file system utilities
ii  eject                          2.36.1-8+deb11u1               amd64        ejects CDs and operates CD-Changers under Linux
ii  emacsen-common                 3.0.4                          all          Common facilities for all emacsen
ii  ethtool                        1:5.9-1                        amd64        display or change Ethernet device settings
ii  fakeroot                       1.25.3-1.1                     amd64        tool for simulating superuser privileges
ii  fdisk                          2.36.1-8+deb11u1               amd64        collection of partitioning utilities
ii  file                           1:5.39-3                       amd64        Recognize the type of data in a file using "magic" numbers
ii  findutils                      4.8.0-1                        amd64        utilities for finding files--find, xargs
ii  fio                            3.25-2                         amd64        flexible I/O tester
ii  firmware-linux-free            20200122-1                     all          Binary firmware for various drivers in the Linux kernel
ii  fontconfig-config              2.13.1-4.2                     all          generic font configuration library - configuration
ii  fonts-dejavu-core              2.37-2                         all          Vera font family derivate with additional characters
ii  g++-10                         10.2.1-6                       amd64        GNU C++ compiler
ii  g++                            4:10.2.1-1                     amd64        GNU C++ compiler
ii  gcc-10                         10.2.1-6                       amd64        GNU C compiler
ii  gcc-10-base:amd64              10.2.1-6                       amd64        GCC, the GNU Compiler Collection (base package)
ii  gcc                            4:10.2.1-1                     amd64        GNU C compiler
ii  gcc-9-base:amd64               9.3.0-22                       amd64        GCC, the GNU Compiler Collection (base package)
ii  gdisk                          1.0.6-1.1                      amd64        GPT fdisk text-mode partitioning tool
ii  gettext-base                   0.21-4                         amd64        GNU Internationalization utilities for the base system
ii  gnupg                          2.2.27-2+deb11u1               all          GNU privacy guard - a free PGP replacement
ii  gnupg-l10n                     2.2.27-2+deb11u1               all          GNU privacy guard - localization files
ii  gnupg-utils                    2.2.27-2+deb11u1               amd64        GNU privacy guard - utility programs
ii  gpg                            2.2.27-2+deb11u1               amd64        GNU Privacy Guard -- minimalist public key operations
ii  gpg-agent                      2.2.27-2+deb11u1               amd64        GNU privacy guard - cryptographic agent
ii  gpgconf                        2.2.27-2+deb11u1               amd64        GNU privacy guard - core configuration utilities
ii  gpgsm                          2.2.27-2+deb11u1               amd64        GNU privacy guard - S/MIME version
ii  gpgv                           2.2.27-2+deb11u1               amd64        GNU privacy guard - signature verification tool
ii  gpg-wks-client                 2.2.27-2+deb11u1               amd64        GNU privacy guard - Web Key Service client
ii  gpg-wks-server                 2.2.27-2+deb11u1               amd64        GNU privacy guard - Web Key Service server
ii  grep                           3.6-1                          amd64        GNU grep, egrep and fgrep
ii  groff-base                     1.22.4-6                       amd64        GNU troff text-formatting system (base system components)
ii  grub2-common                   2.04-20                        amd64        GRand Unified Bootloader (common files for version 2)
ii  grub-common                    2.04-20                        amd64        GRand Unified Bootloader (common files)
ii  grub-pc                        2.04-20                        amd64        GRand Unified Bootloader, version 2 (PC/BIOS version)
ii  grub-pc-bin                    2.04-20                        amd64        GRand Unified Bootloader, version 2 (PC/BIOS modules)
ii  gzip                           1.10-4+deb11u1                 amd64        GNU compression utilities
ii  hostname                       3.23                           amd64        utility to set/show the host name or domain name
ii  iamerican                      3.4.02-2                       all          American English dictionary for ispell (standard version)
ii  ibritish                       3.4.02-2                       all          British English dictionary for ispell (standard version)
ii  ibverbs-providers:amd64        33.2-1                         amd64        User space provider drivers for libibverbs
ii  ienglish-common                3.4.02-2                       all          Common files for British and American ispell dictionaries
ii  ifupdown                       0.8.36                         amd64        high level tools to configure network interfaces
ii  init                           1.60                           amd64        metapackage ensuring an init system is installed
ii  initramfs-tools                0.140                          all          generic modular initramfs generator (automation)
ii  initramfs-tools-core           0.140                          all          generic modular initramfs generator (core tools)
ii  init-system-helpers            1.60                           all          helper tools for all init systems
ii  installation-report            2.78                           all          system installation report
ii  iperf                          2.0.14a+dfsg1-1                amd64        Internet Protocol bandwidth measuring tool
ii  iproute2                       5.10.0-4                       amd64        networking and traffic control tools
ii  iputils-ping                   3:20210202-1                   amd64        Tools to test the reachability of network hosts
ii  isc-dhcp-client                4.4.1-2.3                      amd64        DHCP client for automatically obtaining an IP address
ii  isc-dhcp-common                4.4.1-2.3                      amd64        common manpages relevant to all of the isc-dhcp packages
ii  iso-codes                      4.6.0-1                        all          ISO language, territory, currency, script codes and their translations
ii  ispell                         3.4.02-2                       amd64        International Ispell (an interactive spelling corrector)
ii  javascript-common              11+nmu1                        all          Base support for JavaScript library packages
ii  kbd                            2.3.0-3                        amd64        Linux console font and keytable utilities
ii  kdump-tools                    1:1.6.8.4                      amd64        scripts and tools for automating kdump (Linux crash dumps)
ii  kexec-tools                    1:2.0.20-2.1                   amd64        tools to support fast kexec reboots
ii  keyboard-configuration         1.205                          all          system-wide keyboard preferences
ii  klibc-utils                    2.0.8-6.1                      amd64        small utilities built with klibc for early boot
ii  kmod                           28-1                           amd64        tools for managing Linux kernel modules
ii  krb5-locales                   1.18.3-6+deb11u1               all          internationalization support for MIT Kerberos
ii  laptop-detect                  0.16                           all          system chassis type checker
ii  less                           551-2                          amd64        pager program similar to more
ii  libacl1:amd64                  2.2.53-10                      amd64        access control list - shared library
ii  libaio1:amd64                  0.3.112-9                      amd64        Linux kernel AIO access library - shared library
ii  libalgorithm-diff-perl         1.201-1                        all          module to find differences between files
ii  libalgorithm-diff-xs-perl      0.04-6+b1                      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.6-10                      amd64        changehat AppArmor library
ii  libapt-pkg6.0:amd64            2.2.4                          amd64        package management runtime library
ii  libargon2-1:amd64              0~20171227-0.2                 amd64        memory-hard hashing function - runtime library
ii  libasan6:amd64                 10.2.1-6                       amd64        AddressSanitizer -- a fast memory error detector
ii  libassuan0:amd64               2.5.3-7.1                      amd64        IPC library for the GnuPG components
ii  libatomic1:amd64               10.2.1-6                       amd64        support library providing __atomic built-in functions
ii  libattr1:amd64                 1:2.4.48-6                     amd64        extended attribute handling - shared library
ii  libaudit1:amd64                1:3.0-2                        amd64        Dynamic library for security auditing
ii  libaudit-common                1:3.0-2                        all          Dynamic library for security auditing - common files
ii  libavahi-client3:amd64         0.8-5                          amd64        Avahi client library
ii  libavahi-common3:amd64         0.8-5                          amd64        Avahi common library
ii  libavahi-common-data:amd64     0.8-5                          amd64        Avahi common data files
ii  libbinutils:amd64              2.35.2-2                       amd64        GNU binary utilities (private shared library)
ii  libblkid1:amd64                2.36.1-8+deb11u1               amd64        block device ID library
ii  libboost-iostreams1.74.0:amd64 1.74.0-9                       amd64        Boost.Iostreams Library
ii  libboost-thread1.74.0:amd64    1.74.0-9                       amd64        portable C++ multi-threading
ii  libbpf0:amd64                  1:0.3-2                        amd64        eBPF helper library (shared library)
ii  libbrotli1:amd64               1.0.9-2+b2                     amd64        library implementing brotli encoder and decoder (shared libraries)
ii  libbsd0:amd64                  0.11.3-1                       amd64        utility functions from BSD systems - shared library
ii  libbz2-1.0:amd64               1.0.8-4                        amd64        high-quality block-sorting file compressor library - runtime
ii  libc6:amd64                    2.31-13+deb11u3                amd64        GNU C Library: Shared libraries
ii  libc6-dev:amd64                2.31-13+deb11u3                amd64        GNU C Library: Development Libraries and Header Files
ii  libcap2:amd64                  1:2.44-1                       amd64        POSIX 1003.1e capabilities (library)
ii  libcap2-bin                    1:2.44-1                       amd64        POSIX 1003.1e capabilities (utilities)
ii  libcap-ng0:amd64               0.7.9-2.2+b1                   amd64        An alternate POSIX capabilities library
ii  libc-bin                       2.31-13+deb11u3                amd64        GNU C Library: Binaries
ii  libcbor0:amd64                 0.5.0+dfsg-2                   amd64        library for parsing and generating CBOR (RFC 7049)
ii  libcc1-0:amd64                 10.2.1-6                       amd64        GCC cc1 plugin for GDB
ii  libc-dev-bin                   2.31-13+deb11u3                amd64        GNU C Library: Development binaries
ii  libc-devtools                  2.31-13+deb11u3                amd64        GNU C Library: Development tools
ii  libc-l10n                      2.31-13+deb11u3                all          GNU C Library: localization files
ii  libcom-err2:amd64              1.46.2-2                       amd64        common error description library
ii  libcpufreq0                    008-2                          amd64        shared library to deal with the cpufreq Linux kernel feature
ii  libcrypt1:amd64                1:4.4.18-4                     amd64        libcrypt shared library
ii  libcrypt-dev:amd64             1:4.4.18-4                     amd64        libcrypt development files
ii  libcryptsetup12:amd64          2:2.3.7-1+deb11u1              amd64        disk encryption support - shared library
ii  libctf0:amd64                  2.35.2-2                       amd64        Compact C Type Format library (runtime, BFD dependency)
ii  libctf-nobfd0:amd64            2.35.2-2                       amd64        Compact C Type Format library (runtime, no BFD dependency)
ii  libcurl3-gnutls:amd64          7.74.0-1.3+deb11u1             amd64        easy-to-use client-side URL transfer library (GnuTLS flavour)
ii  libcurl4:amd64                 7.74.0-1.3+deb11u1             amd64        easy-to-use client-side URL transfer library (OpenSSL flavour)
ii  libdaxctl1:amd64               71.1-1                         amd64        Utility library for managing the device DAX subsystem
ii  libdb5.3:amd64                 5.3.28+dfsg1-0.8               amd64        Berkeley v5.3 Database Libraries [runtime]
ii  libdbus-1-3:amd64              1.12.20-2                      amd64        simple interprocess messaging system (library)
ii  libdebconfclient0:amd64        0.260                          amd64        Debian Configuration Management System (C-implementation library)
ii  libdeflate0:amd64              1.7-1                          amd64        fast, whole-buffer DEFLATE-based compression and decompression
ii  libdevmapper1.02.1:amd64       2:1.02.175-2.1                 amd64        Linux Kernel Device Mapper userspace library
ii  libdiscover2                   2.1.2-8                        amd64        hardware identification library
ii  libdns-export1110              1:9.11.19+dfsg-2.1             amd64        Exported DNS Shared Library
ii  libdpkg-perl                   1.20.10                        all          Dpkg perl modules
ii  libdw1:amd64                   0.183-1                        amd64        library that provides access to the DWARF debug information
ii  libedit2:amd64                 3.1-20191231-2+b1              amd64        BSD editline and history libraries
ii  libefiboot1:amd64              37-6                           amd64        Library to manage UEFI variables
ii  libefivar1:amd64               37-6                           amd64        Library to manage UEFI variables
ii  libelf1:amd64                  0.183-1                        amd64        library to read and write ELF files
ii  libestr0:amd64                 0.1.10-2.1+b1                  amd64        Helper functions for handling strings (lib)
ii  libexpat1:amd64                2.2.10-2+deb11u3               amd64        XML parsing C library - runtime library
ii  libexpat1-dev:amd64            2.2.10-2+deb11u3               amd64        XML parsing C library - development kit
ii  libext2fs2:amd64               1.46.2-2                       amd64        ext2/ext3/ext4 file system libraries
ii  libfakeroot:amd64              1.25.3-1.1                     amd64        tool for simulating superuser privileges - shared libraries
ii  libfastjson4:amd64             0.99.9-1                       amd64        fast json library for C
ii  libfdisk1:amd64                2.36.1-8+deb11u1               amd64        fdisk partitioning library
ii  libffi7:amd64                  3.3-6                          amd64        Foreign Function Interface library runtime
ii  libfido2-1:amd64               1.6.0-2                        amd64        library for generating and verifying FIDO 2.0 objects
ii  libfile-fcntllock-perl         0.22-3+b7                      amd64        Perl module for file locking with fcntl(2)
ii  libfontconfig1:amd64           2.13.1-4.2                     amd64        generic font configuration library - runtime
ii  libfreetype6:amd64             2.10.4+dfsg-1                  amd64        FreeType 2 font engine, shared library files
ii  libfstrm0:amd64                0.6.0-1+b1                     amd64        Frame Streams (fstrm) library
ii  libfuse2:amd64                 2.9.9-5                        amd64        Filesystem in Userspace (library)
ii  libgcc-10-dev:amd64            10.2.1-6                       amd64        GCC support library (development files)
ii  libgcc-s1:amd64                10.2.1-6                       amd64        GCC support library
ii  libgcrypt20:amd64              1.8.7-6                        amd64        LGPL Crypto library - runtime library
ii  libgd3:amd64                   2.3.0-2                        amd64        GD Graphics Library
ii  libgdbm6:amd64                 1.19-2                         amd64        GNU dbm database routines (runtime version) 
ii  libgdbm-compat4:amd64          1.19-2                         amd64        GNU dbm database routines (legacy support runtime version) 
ii  libgfapi0:amd64                9.2-1                          amd64        GlusterFS gfapi shared library
ii  libgfrpc0:amd64                9.2-1                          amd64        GlusterFS libgfrpc shared library
ii  libgfxdr0:amd64                9.2-1                          amd64        GlusterFS libgfxdr shared library
ii  libglusterfs0:amd64            9.2-1                          amd64        GlusterFS shared library
ii  libgmp10:amd64                 2:6.2.1+dfsg-1+deb11u1         amd64        Multiprecision arithmetic library
ii  libgnutls30:amd64              3.7.1-5                        amd64        GNU TLS library - main runtime library
ii  libgomp1:amd64                 10.2.1-6                       amd64        GCC OpenMP (GOMP) support library
ii  libgpg-error0:amd64            1.38-2                         amd64        GnuPG development runtime library
ii  libgpm2:amd64                  1.20.7-8                       amd64        General Purpose Mouse - shared library
ii  libgssapi-krb5-2:amd64         1.18.3-6+deb11u1               amd64        MIT Kerberos runtime libraries - krb5 GSS-API Mechanism
ii  libhogweed6:amd64              3.7.3-1                        amd64        low level cryptographic library (public-key cryptos)
ii  libibverbs1:amd64              33.2-1                         amd64        Library for direct userspace use of RDMA (InfiniBand/iWARP)
ii  libicu67:amd64                 67.1-7                         amd64        International Components for Unicode
ii  libidn2-0:amd64                2.3.0-5                        amd64        Internationalized domain names (IDNA2008/TR46) library
ii  libip4tc2:amd64                1.8.7-1                        amd64        netfilter libip4tc library
ii  libisc-export1105:amd64        1:9.11.19+dfsg-2.1             amd64        Exported ISC Shared Library
ii  libisl23:amd64                 0.23-1                         amd64        manipulating sets and relations of integer points bounded by linear constraints
ii  libitm1:amd64                  10.2.1-6                       amd64        GNU Transactional Memory Library
ii  libjansson4:amd64              2.13.1-1.1                     amd64        C library for encoding, decoding and manipulating JSON data
ii  libjbig0:amd64                 2.1-3.1+b2                     amd64        JBIGkit libraries
ii  libjpeg62-turbo:amd64          1:2.0.6-4                      amd64        libjpeg-turbo JPEG runtime library
ii  libjs-jquery                   3.5.1+dfsg+~3.5.5-7            all          JavaScript library for dynamic web applications
ii  libjson-c5:amd64               0.15-2                         amd64        JSON manipulation library - shared library
ii  libjs-sphinxdoc                3.4.3-2                        all          JavaScript support for Sphinx documentation
ii  libjs-underscore               1.9.1~dfsg-3                   all          JavaScript's functional programming helper library
ii  libk5crypto3:amd64             1.18.3-6+deb11u1               amd64        MIT Kerberos runtime libraries - Crypto Library
ii  libkeyutils1:amd64             1.6.1-2                        amd64        Linux Key Management Utilities (library)
ii  libklibc:amd64                 2.0.8-6.1                      amd64        minimal libc subset for use with initramfs
ii  libkmod2:amd64                 28-1                           amd64        libkmod shared library
ii  libkrb5-3:amd64                1.18.3-6+deb11u1               amd64        MIT Kerberos runtime libraries
ii  libkrb5support0:amd64          1.18.3-6+deb11u1               amd64        MIT Kerberos runtime libraries - Support library
ii  libksba8:amd64                 1.5.0-3                        amd64        X.509 and CMS support library
ii  libldap-2.4-2:amd64            2.4.57+dfsg-3+deb11u1          amd64        OpenLDAP libraries
ii  libldap-common                 2.4.57+dfsg-3+deb11u1          all          OpenLDAP common files for libraries
ii  liblmdb0:amd64                 0.9.24-1                       amd64        Lightning Memory-Mapped Database shared library
ii  liblocale-gettext-perl         1.07-4+b1                      amd64        module using libc functions for internationalization in Perl
ii  liblockfile-bin                1.17-1+b1                      amd64        support binaries for and cli utilities based on liblockfile
ii  liblognorm5:amd64              2.0.5-1.1                      amd64        log normalizing library
ii  liblsan0:amd64                 10.2.1-6                       amd64        LeakSanitizer -- a memory leak detector (runtime)
ii  liblz4-1:amd64                 1.9.3-2                        amd64        Fast LZ compression algorithm library - runtime
ii  liblzma5:amd64                 5.2.5-2.1~deb11u1              amd64        XZ-format compression library
ii  liblzo2-2:amd64                2.10-2                         amd64        data compression library
ii  libmagic1:amd64                1:5.39-3                       amd64        Recognize the type of data in a file using "magic" numbers - library
ii  libmagic-mgc                   1:5.39-3                       amd64        File type determination library using "magic" numbers (compiled magic file)
ii  libmaxminddb0:amd64            1.5.2-1                        amd64        IP geolocation database library
ii  libmd0:amd64                   1.0.3-3                        amd64        message digest functions from BSD systems - shared library
ii  libmnl0:amd64                  1.0.4-3                        amd64        minimalistic Netlink communication library
ii  libmount1:amd64                2.36.1-8+deb11u1               amd64        device mounting library
ii  libmpc3:amd64                  1.2.0-1                        amd64        multiple precision complex floating-point library
ii  libmpdec3:amd64                2.5.1-1                        amd64        library for decimal floating point arithmetic (runtime library)
ii  libmpfr6:amd64                 4.1.0-3                        amd64        multiple precision floating-point computation
ii  libncurses6:amd64              6.2+20201114-2                 amd64        shared libraries for terminal handling
ii  libncursesw6:amd64             6.2+20201114-2                 amd64        shared libraries for terminal handling (wide character support)
ii  libndctl6:amd64                71.1-1                         amd64        Utility library for managing the libnvdimm subsystem
ii  libnettle8:amd64               3.7.3-1                        amd64        low level cryptographic library (symmetric and one-way cryptos)
ii  libnewt0.52:amd64              0.52.21-4+b3                   amd64        Not Erik's Windowing Toolkit - text mode windowing with slang
ii  libnftables1:amd64             0.9.8-3.1                      amd64        Netfilter nftables high level userspace API library
ii  libnftnl11:amd64               1.1.9-1                        amd64        Netfilter nftables userspace API library
ii  libnghttp2-14:amd64            1.43.0-1                       amd64        library implementing HTTP/2 protocol (shared library)
ii  libnl-3-200:amd64              3.4.0-1+b1                     amd64        library for dealing with netlink sockets
ii  libnl-route-3-200:amd64        3.4.0-1+b1                     amd64        library for dealing with netlink sockets - route interface
ii  libnpth0:amd64                 1.6-3                          amd64        replacement for GNU Pth using system threads
ii  libnsl2:amd64                  1.3.0-2                        amd64        Public client interface for NIS(YP) and NIS+
ii  libnsl-dev:amd64               1.3.0-2                        amd64        libnsl development files
ii  libnspr4:amd64                 2:4.29-1                       amd64        NetScape Portable Runtime Library
ii  libnss3:amd64                  2:3.61-1+deb11u2               amd64        Network Security Service libraries
ii  libnss-systemd:amd64           247.3-7                        amd64        nss module providing dynamic user and group name resolution
ii  libnuma1:amd64                 2.0.12-1+b1                    amd64        Libraries for controlling NUMA policy
ii  libp11-kit0:amd64              0.23.22-1                      amd64        library for loading and coordinating access to PKCS#11 modules - runtime
ii  libpam0g:amd64                 1.4.0-9+deb11u1                amd64        Pluggable Authentication Modules library
ii  libpam-modules:amd64           1.4.0-9+deb11u1                amd64        Pluggable Authentication Modules for PAM
ii  libpam-modules-bin             1.4.0-9+deb11u1                amd64        Pluggable Authentication Modules for PAM - helper binaries
ii  libpam-runtime                 1.4.0-9+deb11u1                all          Runtime support for the PAM library
ii  libpam-systemd:amd64           247.3-7                        amd64        system and service manager - PAM module
ii  libpci3:amd64                  1:3.7.0-5                      amd64        PCI utilities (shared library)
ii  libpcre2-8-0:amd64             10.36-2                        amd64        New Perl Compatible Regular Expression Library- 8 bit runtime files
ii  libpcre3:amd64                 2:8.39-13                      amd64        Old Perl 5 Compatible Regular Expression Library - runtime files
ii  libperl5.32:amd64              5.32.1-4+deb11u2               amd64        shared Perl library
ii  libpipeline1:amd64             1.5.3-1                        amd64        Unix process pipeline manipulation library
ii  libpmem1:amd64                 1.10-2+deb11u1                 amd64        Persistent Memory low level support library, v1 runtime
ii  libpmemblk1:amd64              1.10-2+deb11u1                 amd64        Persistent Memory block array support library
ii  libpng16-16:amd64              1.6.37-3                       amd64        PNG library - runtime (version 1.6)
ii  libpopt0:amd64                 1.18-2                         amd64        lib for parsing cmdline parameters
ii  libprocps8:amd64               2:3.3.17-5                     amd64        library for accessing process information from /proc
ii  libprotobuf-c1:amd64           1.3.3-1+b2                     amd64        Protocol Buffers C shared library (protobuf-c)
ii  libpsl5:amd64                  0.21.0-1.2                     amd64        Library for Public Suffix List (shared libraries)
ii  libpython3.9:amd64             3.9.2-1                        amd64        Shared Python runtime library (version 3.9)
ii  libpython3.9-dev:amd64         3.9.2-1                        amd64        Header files and a static library for Python (v3.9)
ii  libpython3.9-minimal:amd64     3.9.2-1                        amd64        Minimal subset of the Python language (version 3.9)
ii  libpython3.9-stdlib:amd64      3.9.2-1                        amd64        Interactive high-level object-oriented language (standard library, version 3.9)
ii  libpython3-dev:amd64           3.9.2-3                        amd64        header files and a static library for Python (default)
ii  libpython3-stdlib:amd64        3.9.2-3                        amd64        interactive high-level object-oriented language (default python3 version)
ii  libquadmath0:amd64             10.2.1-6                       amd64        GCC Quad-Precision Math Library
ii  librados2                      14.2.21-1                      amd64        RADOS distributed object store client library
ii  librbd1                        14.2.21-1                      amd64        RADOS block device client library
ii  librdmacm1:amd64               33.2-1                         amd64        Library for managing RDMA connections
ii  libreadline8:amd64             8.1-1                          amd64        GNU readline and history libraries, run-time libraries
ii  librtmp1:amd64                 2.4+20151223.gitfa8646d.1-2+b2 amd64        toolkit for RTMP streams (shared library)
ii  libsasl2-2:amd64               2.1.27+dfsg-2.1+deb11u1        amd64        Cyrus SASL - authentication abstraction library
ii  libsasl2-modules:amd64         2.1.27+dfsg-2.1+deb11u1        amd64        Cyrus SASL - pluggable authentication modules
ii  libsasl2-modules-db:amd64      2.1.27+dfsg-2.1+deb11u1        amd64        Cyrus SASL - pluggable authentication modules (DB)
ii  libseccomp2:amd64              2.5.1-1+deb11u1                amd64        high level interface to Linux seccomp filter
ii  libselinux1:amd64              3.1-3                          amd64        SELinux runtime shared libraries
ii  libsemanage1:amd64             3.1-1+b2                       amd64        SELinux policy management library
ii  libsemanage-common             3.1-1                          all          Common files for SELinux policy management libraries
ii  libsensors5:amd64              1:3.6.0-7                      amd64        library to read temperature/voltage/fan sensors
ii  libsensors-config              1:3.6.0-7                      all          lm-sensors configuration files
ii  libsepol1:amd64                3.1-1                          amd64        SELinux library for manipulating binary security policies
ii  libslang2:amd64                2.3.2-5                        amd64        S-Lang programming library - runtime version
ii  libsmartcols1:amd64            2.36.1-8+deb11u1               amd64        smart column output alignment library
ii  libsnappy1v5:amd64             1.1.8-1                        amd64        fast compression/decompression library
ii  libsqlite3-0:amd64             3.34.1-3                       amd64        SQLite 3 shared library
ii  libss2:amd64                   1.46.2-2                       amd64        command-line interface parsing library
ii  libssh2-1:amd64                1.9.0-2                        amd64        SSH2 client-side library
ii  libssl1.1:amd64                1.1.1n-0+deb11u2               amd64        Secure Sockets Layer toolkit - shared libraries
ii  libstdc++-10-dev:amd64         10.2.1-6                       amd64        GNU Standard C++ Library v3 (development files)
ii  libstdc++6:amd64               10.2.1-6                       amd64        GNU Standard C++ Library v3
ii  libsystemd0:amd64              247.3-7                        amd64        systemd utility library
ii  libtasn1-6:amd64               4.16.0-2                       amd64        Manage ASN.1 structures (runtime)
ii  libtext-charwidth-perl         0.04-10+b1                     amd64        get display widths of characters on the terminal
ii  libtext-iconv-perl             1.7-7+b1                       amd64        module to convert between character sets in Perl
ii  libtext-wrapi18n-perl          0.06-9                         all          internationalized substitute of Text::Wrap
ii  libtiff5:amd64                 4.2.0-1+deb11u1                amd64        Tag Image File Format (TIFF) library
ii  libtinfo6:amd64                6.2+20201114-2                 amd64        shared low-level terminfo library for terminal handling
ii  libtirpc3:amd64                1.3.1-1                        amd64        transport-independent RPC library
ii  libtirpc-common                1.3.1-1                        all          transport-independent RPC library - common files
ii  libtirpc-dev:amd64             1.3.1-1                        amd64        transport-independent RPC library - development files
ii  libtsan0:amd64                 10.2.1-6                       amd64        ThreadSanitizer -- a Valgrind-based detector of data races (runtime)
ii  libubsan1:amd64                10.2.1-6                       amd64        UBSan -- undefined behaviour sanitizer (runtime)
ii  libuchardet0:amd64             0.0.7-1                        amd64        universal charset detection library - shared library
ii  libudev1:amd64                 247.3-7                        amd64        libudev shared library
ii  libunistring2:amd64            0.9.10-4                       amd64        Unicode string library for C
ii  libunwind8:amd64               1.3.2-2                        amd64        library to determine the call-chain of a program - runtime
ii  libusb-0.1-4:amd64             2:0.1.12-32                    amd64        userspace USB programming library
ii  libusb-1.0-0:amd64             2:1.0.24-3                     amd64        userspace USB programming library
ii  libuuid1:amd64                 2.36.1-8+deb11u1               amd64        Universally Unique ID library
ii  libuv1:amd64                   1.40.0-2                       amd64        asynchronous event notification library - runtime library
ii  libwebp6:amd64                 0.6.1-2.1                      amd64        Lossy compression of digital photographic images.
ii  libwrap0:amd64                 7.6.q-31                       amd64        Wietse Venema's TCP wrappers library
ii  libx11-6:amd64                 2:1.7.2-1                      amd64        X11 client-side library
ii  libx11-data                    2:1.7.2-1                      all          X11 client-side library
ii  libxau6:amd64                  1:1.0.9-1                      amd64        X11 authorisation library
ii  libxcb1:amd64                  1.14-3                         amd64        X C Binding
ii  libxdmcp6:amd64                1:1.1.2-3                      amd64        X11 Display Manager Control Protocol library
ii  libxext6:amd64                 2:1.3.3-1.1                    amd64        X11 miscellaneous extension library
ii  libxml2:amd64                  2.9.10+dfsg-6.7+deb11u2        amd64        GNOME XML library
ii  libxmuu1:amd64                 2:1.1.2-2+b3                   amd64        X11 miscellaneous micro-utility library
ii  libxpm4:amd64                  1:3.5.12-1                     amd64        X11 pixmap library
ii  libxtables12:amd64             1.8.7-1                        amd64        netfilter xtables library
ii  libxxhash0:amd64               0.8.0-2                        amd64        shared library for xxhash
ii  libzstd1:amd64                 1.4.8+dfsg-2.1                 amd64        fast lossless compression algorithm
ii  linux-base                     4.6                            all          Linux image base package
ii  linux-image-5.10.0-13-amd64    5.10.106-1                     amd64        Linux 5.10 for 64-bit PCs (signed)
ii  linux-image-5.10.0-14-amd64    5.10.113-1                     amd64        Linux 5.10 for 64-bit PCs (signed)
ii  linux-image-amd64              5.10.113-1                     amd64        Linux for 64-bit PCs (meta-package)
ii  linux-libc-dev:amd64           5.10.113-1                     amd64        Linux support headers for userspace development
ii  locales                        2.31-13+deb11u3                all          GNU C Library: National Language (locale) data [support]
ii  login                          1:4.8.1-1                      amd64        system login tools
ii  logrotate                      3.18.0-2                       amd64        Log rotation utility
ii  logsave                        1.46.2-2                       amd64        save the output of a command in a log file
ii  lsb-base                       11.1.0                         all          Linux Standard Base init script functionality
ii  lsb-release                    11.1.0                         all          Linux Standard Base version reporting utility
ii  lsof                           4.93.2+dfsg-1.1                amd64        utility to list open files
ii  mailcap                        3.69                           all          Debian's mailcap system, and support programs
ii  make                           4.3-4.1                        amd64        utility for directing compilation
ii  makedumpfile                   1:1.6.8-4                      amd64        VMcore extraction tool
ii  man-db                         2.9.4-2                        amd64        tools for reading manual pages
ii  manpages                       5.10-1                         all          Manual pages about using a GNU/Linux system
ii  manpages-dev                   5.10-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  media-types                    4.0.0                          all          List of standard media types and their usual file extension
ii  mime-support                   3.66                           all          transitional package
ii  mount                          2.36.1-8+deb11u1               amd64        tools for mounting and manipulating filesystems
ii  nano                           5.4-2+deb11u1                  amd64        small, friendly text editor inspired by Pico
ii  ncurses-base                   6.2+20201114-2                 all          basic terminal type definitions
ii  ncurses-bin                    6.2+20201114-2                 amd64        terminal-related programs and man pages
ii  ncurses-term                   6.2+20201114-2                 all          additional terminal type definitions
ii  netbase                        6.3                            all          Basic TCP/IP networking system
ii  netcat-traditional             1.10-46                        amd64        TCP/IP swiss army knife
ii  net-tools                      1.60+git20181103.0eebece-1     amd64        NET-3 networking toolkit
ii  nftables                       0.9.8-3.1                      amd64        Program to control packet filtering rules by Netfilter project
ii  openssh-client                 1:8.4p1-5                      amd64        secure shell (SSH) client, for secure access to remote machines
ii  openssh-server                 1:8.4p1-5                      amd64        secure shell (SSH) server, for secure access from remote machines
ii  openssh-sftp-server            1:8.4p1-5                      amd64        secure shell (SSH) sftp server module, for SFTP access from remote machines
ii  openssl                        1.1.1n-0+deb11u2               amd64        Secure Sockets Layer toolkit - cryptographic utility
ii  os-prober                      1.79                           amd64        utility to detect other OSes on a set of drives
ii  passwd                         1:4.8.1-1                      amd64        change and administer password and group data
ii  patch                          2.7.6-7                        amd64        Apply a diff file to an original
ii  pci.ids                        0.0~2021.02.08-1               all          PCI ID Repository
ii  pciutils                       1:3.7.0-5                      amd64        PCI utilities
ii  perl                           5.32.1-4+deb11u2               amd64        Larry Wall's Practical Extraction and Report Language
ii  perl-base                      5.32.1-4+deb11u2               amd64        minimal Perl system
ii  perl-modules-5.32              5.32.1-4+deb11u2               all          Core Perl modules
ii  pinentry-curses                1.1.0-4                        amd64        curses-based PIN or pass-phrase entry dialog for GnuPG
ii  procps                         2:3.3.17-5                     amd64        /proc file system utilities
ii  publicsuffix                   20211207.1025-0+deb11u1        all          accurate, machine-readable list of domain name suffixes
ii  python3                        3.9.2-3                        amd64        interactive high-level object-oriented language (default python3 version)
ii  python3.9                      3.9.2-1                        amd64        Interactive high-level object-oriented language (version 3.9)
ii  python3.9-dev                  3.9.2-1                        amd64        Header files and a static library for Python (v3.9)
ii  python3.9-minimal              3.9.2-1                        amd64        Minimal subset of the Python language (version 3.9)
ii  python3-apt                    2.2.1                          amd64        Python 3 interface to libapt-pkg
ii  python3-certifi                2020.6.20-1                    all          root certificates for validating SSL certs and verifying TLS hosts (python3)
ii  python3-chardet                4.0.0-1                        all          universal character encoding detector for Python3
ii  python3-debconf                1.5.77                         all          interact with debconf from Python 3
ii  python3-debian                 0.1.39                         all          Python 3 modules to work with Debian-related data formats
ii  python3-debianbts              3.1.0                          all          Python interface to Debian's Bug Tracking System
ii  python3-dev                    3.9.2-3                        amd64        header files and a static library for Python (default)
ii  python3-distutils              3.9.2-1                        all          distutils package for Python 3.x
ii  python3-httplib2               0.18.1-3                       all          comprehensive HTTP client library written for Python3
ii  python3-idna                   2.10-1                         all          Python IDNA2008 (RFC 5891) handling (Python 3)
ii  python3-lib2to3                3.9.2-1                        all          Interactive high-level object-oriented language (lib2to3)
ii  python3-minimal                3.9.2-3                        amd64        minimal subset of the Python language (default python3 version)
ii  python3-pip                    20.3.4-4+deb11u1               all          Python package installer
ii  python3-pkg-resources          52.0.0-4                       all          Package Discovery and Resource Access using pkg_resources
ii  python3-pycurl                 7.43.0.6-5                     amd64        Python bindings to libcurl (Python 3)
ii  python3-pysimplesoap           1.16.2-3                       all          simple and lightweight SOAP Library (Python 3)
ii  python3-reportbug              7.10.3+deb11u1                 all          Python modules for interacting with bug tracking systems
ii  python3-requests               2.25.1+dfsg-2                  all          elegant and simple HTTP library for Python3, built for human beings
ii  python3-setuptools             52.0.0-4                       all          Python3 Distutils Enhancements
ii  python3-six                    1.16.0-2                       all          Python 2 and 3 compatibility library (Python 3 interface)
ii  python3-urllib3                1.26.5-1~exp1                  all          HTTP library with thread-safe connection pooling for Python3
ii  python3-wheel                  0.34.2-1                       all          built-package format for Python
ii  python-apt-common              2.2.1                          all          Python interface to libapt-pkg (locales)
ii  python-pip-whl                 20.3.4-4+deb11u1               all          Python package installer (pip wheels)
ii  readline-common                8.1-1                          all          GNU readline and history libraries, common files
ii  reportbug                      7.10.3+deb11u1                 all          reports bugs in the Debian distribution
ii  resolvconf                     1.87                           all          name server information handler
ii  rsyslog                        8.2102.0-2+deb11u1             amd64        reliable system and kernel logging daemon
ii  runit-helper                   2.10.3                         all          dh-runit implementation detail
ii  sed                            4.7-1                          amd64        GNU stream editor for filtering/transforming text
ii  sensible-utils                 0.0.14                         all          Utilities for sensible alternative selection
ii  ssh                            1:8.4p1-5                      all          secure shell client and server (metapackage)
ii  strace                         5.10-1                         amd64        System call tracer
ii  sudo                           1.9.5p2-3                      amd64        Provide limited super user privileges to specific users
ii  sysstat                        12.5.2-2                       amd64        system performance tools for Linux
ii  systemd                        247.3-7                        amd64        system and service manager
ii  systemd-sysv                   247.3-7                        amd64        system and service manager - SysV links
ii  systemtap                      4.4-2                          amd64        instrumentation system for Linux
ii  systemtap-common               4.4-2                          amd64        instrumentation system for Linux (common component)
ii  systemtap-runtime              4.4-2                          amd64        instrumentation system for Linux (runtime component)
ii  sysvinit-utils                 2.96-7+deb11u1                 amd64        System-V-like utilities
ii  tar                            1.34+dfsg-1                    amd64        GNU version of the tar archiving utility
ii  task-english                   3.68+deb11u1                   all          General English environment
ii  tasksel                        3.68+deb11u1                   all          tool for selecting tasks for installation on Debian systems
ii  tasksel-data                   3.68+deb11u1                   all          official tasks used for installation of Debian systems
ii  task-ssh-server                3.68+deb11u1                   all          SSH server
ii  telnet                         0.17-42                        amd64        basic telnet client
ii  traceroute                     1:2.1.0-2+b1                   amd64        Traces the route taken by packets over an IPv4/IPv6 network
ii  tzdata                         2021a-1+deb11u3                all          time zone and daylight-saving time data
ii  ucf                            3.0043                         all          Update Configuration File(s): preserve user changes to config files
ii  udev                           247.3-7                        amd64        /dev/ and hotplug management daemon
ii  usbutils                       1:013-3                        amd64        Linux USB utilities
ii  util-linux                     2.36.1-8+deb11u1               amd64        miscellaneous system utilities
ii  util-linux-locales             2.36.1-8+deb11u1               all          locales files for util-linux
ii  vim                            2:8.2.2434-3+deb11u1           amd64        Vi IMproved - enhanced vi editor
ii  vim-common                     2:8.2.2434-3+deb11u1           all          Vi IMproved - Common files
ii  vim-runtime                    2:8.2.2434-3+deb11u1           all          Vi IMproved - Runtime files
ii  vim-tiny                       2:8.2.2434-3+deb11u1           amd64        Vi IMproved - enhanced vi editor - compact version
ii  wamerican                      2019.10.06-1                   all          American English dictionary words for /usr/share/dict
ii  wget                           1.21-1+deb11u1                 amd64        retrieves files from the web
ii  whiptail                       0.52.21-4+b3                   amd64        Displays user-friendly dialog boxes from shell scripts
ii  xauth                          1:1.1-1                        amd64        X authentication utility
ii  xkb-data                       2.29-2                         all          X Keyboard Extension (XKB) configuration data
ii  xxd                            2:8.2.2434-3+deb11u1           amd64        tool to make (or reverse) a hex dump
ii  xz-utils                       5.2.5-2.1~deb11u1              amd64        XZ-format compression utilities
ii  zlib1g:amd64                   1:1.2.11.dfsg-2+deb11u1        amd64        compression library - runtime
ii  zlib1g-dev:amd64               1:1.2.11.dfsg-2+deb11u1        amd64        compression library - development
||/ Name                           Version                        Architecture Description
rc  libglib2.0-0:amd64             2.66.8-1                       amd64        GLib library of C routines
rc  ntp                            1:4.2.8p15+dfsg-1              amd64        Network Time Protocol daemon and utility programs
rc  shared-mime-info               2.0-1                          amd64        FreeDesktop.org shared MIME database and spec
rc  systemd-timesyncd              247.3-7                        amd64        minimalistic service to synchronize local time with NTP servers
rc  xdg-user-dirs                  0.17-2                         amd64        tool to manage well known user directories
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend

apt信息更新

root@iZ2zee2m456rb6bde98jpkZ:~# apt update

redis信息

root@iZ2zee2m456rb6bde98jpkZ:~# apt info redis-server
Package: redis-server
Version: 5:6.0.16-1+deb11u2
Priority: optional
Section: database
Source: redis
Maintainer: Chris Lamb <lamby@debian.org>
Installed-Size: 196 kB
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: lsb-base (>= 3.2-14), redis-tools (= 5:6.0.16-1+deb11u2)
Homepage: https://redis.io/
Tag: implemented-in::c, role::program
Download-Size: 98.2 kB
APT-Sources: http://mirrors.cloud.aliyuncs.com/debian bullseye/main amd64 Packages
Description: Persistent key-value database with network interface
 Redis is a key-value database in a similar vein to memcache but the dataset
 is non-volatile. Redis additionally provides native support for atomically
 manipulating and querying data structures such as lists and sets.
 .
 The dataset is stored entirely in memory and periodically flushed to disk.

mariadb-server版本为10.5.15

root@iZ2zee2m456rb6bde98jpkZ:~# apt info mariadb-server
Package: mariadb-server
Version: 1:10.5.15-0+deb11u1
Priority: optional
Section: database
Source: mariadb-10.5
Maintainer: Debian MySQL Maintainers <pkg-mysql-maint@lists.alioth.debian.org>
Installed-Size: 72.7 kB
Depends: mariadb-server-10.5 (>= 1:10.5.15-0+deb11u1)
Homepage: https://mariadb.org/
Tag: devel::lang:c++, devel::lang:sql, devel::library, implemented-in::c++,
 interface::commandline, interface::daemon, network::server,
 protocol::db:mysql, role::devel-lib, role::metapackage, role::program,
 works-with::db
Download-Size: 35.3 kB
APT-Sources: http://mirrors.cloud.aliyuncs.com/debian bullseye/main amd64 Packages
Description: MariaDB database server (metapackage depending on the latest version)
 This is an empty package that depends on the current "best" version of
 mariadb-server (currently mariadb-server-10.5), as determined by the MariaDB
 maintainers. Install this package if in doubt about which MariaDB
 version you need. That will install the version recommended by the
 package maintainers.
 .
 MariaDB is a fast, stable and true multi-user, multi-threaded SQL database
 server. SQL (Structured Query Language) is the most popular database query
 language in the world. The main goals of MariaDB are speed, robustness and
 ease of use.

golang版本为1.15

root@iZ2zee2m456rb6bde98jpkZ:~# apt info golang
Package: golang
Version: 2:1.15~1
Priority: optional
Section: golang
Source: golang-defaults
Maintainer: Go Compiler Team <team+go-compiler@tracker.debian.org>
Installed-Size: 11.3 kB
Depends: golang-1.15, golang-doc (>= 2:1.15~1), golang-go (>= 2:1.15~1), golang-src (>= 2:1.15~1)
Homepage: https://golang.org
Download-Size: 4,844 B
APT-Sources: http://mirrors.cloud.aliyuncs.com/debian bullseye/main amd64 Packages
Description: Go programming language compiler - metapackage
 The Go programming language is an open source project to make
 programmers more productive. Go is expressive, concise, clean, and
 efficient. Its concurrency mechanisms make it easy to write programs
 that get the most out of multicore and networked machines, while its
 novel type system enables flexible and modular program construction.
 Go compiles quickly to machine code yet has the convenience of
 garbage collection and the power of run-time reflection. It's a
 fast, statically typed, compiled language that feels like a
 dynamically typed, interpreted language.
 .
 This package is a metapackage that, when installed, guarantees
 that (most of) a full Go development environment is installed.

php版本7.4

root@iZ2zee2m456rb6bde98jpkZ:~# apt info php
Package: php
Version: 2:7.4+76
Priority: optional
Section: php
Source: php-defaults (76)
Maintainer: Debian PHP Maintainers <team+pkg-php@tracker.debian.org>
Installed-Size: 13.3 kB
Depends: php7.4
Download-Size: 6,340 B
APT-Sources: http://mirrors.cloud.aliyuncs.com/debian bullseye/main amd64 Packages
Description: server-side, HTML-embedded scripting language (default)
 PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used
 open source general-purpose scripting language that is especially suited
 for web development and can be embedded into HTML.
 .
 This package is a dependency package, which depends on latest stable
 PHP version (currently 7.4).

nodejs版本12.22.12

root@iZ2zee2m456rb6bde98jpkZ:~# apt info nodejs
Package: nodejs
Version: 12.22.12~dfsg-1~deb11u1
Priority: optional
Section: web
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@alioth-lists.debian.net>
Installed-Size: 938 kB
Provides: node-types-node (= 12.20.55~12.22.12~dfsg-1~deb11u1)
Depends: libc6 (>= 2.2.5), libnode72 (= 12.22.12~dfsg-1~deb11u1)
Recommends: ca-certificates, nodejs-doc
Suggests: npm
Conflicts: nodejs-legacy
Breaks: node-babel-runtime (<< 7), node-typescript-types (<< 20210110~)
Replaces: nodejs-legacy
Homepage: https://nodejs.org/
Download-Size: 147 kB
APT-Sources: http://mirrors.cloud.aliyuncs.com/debian-security bullseye-security/main amd64 Packages
Description: evented I/O for V8 javascript - runtime executable
 Node.js is a platform built on Chrome's JavaScript runtime for easily
 building fast, scalable network applications. Node.js uses an
 event-driven, non-blocking I/O model that makes it lightweight and
 efficient, perfect for data-intensive real-time applications that run
 across distributed devices.
 .
 Node.js is bundled with several useful libraries to handle server
 tasks:
 .
 System, Events, Standard I/O, Modules, Timers, Child Processes, POSIX,
 HTTP, Multipart Parsing, TCP, DNS, Assert, Path, URL, Query Strings.

git版本2.30.2

root@iZ2zee2m456rb6bde98jpkZ:~# apt info git
Package: git
Version: 1:2.30.2-1
Priority: optional
Section: vcs
Maintainer: Jonathan Nieder <jrnieder@gmail.com>
Installed-Size: 35.9 MB
Provides: git-completion, git-core
Depends: libc6 (>= 2.28), libcurl3-gnutls (>= 7.56.1), libexpat1 (>= 2.0.1), libpcre2-8-0 (>= 10.22), zlib1g (>= 1:1.2.0), perl, liberror-perl, git-man (>> 1:2.30.2), git-man (<< 1:2.30.2-.)
Recommends: ca-certificates, patch, less, ssh-client
Suggests: gettext-base, git-daemon-run | git-daemon-sysvinit, git-doc, git-el, git-email, git-gui, gitk, gitweb, git-cvs, git-mediawiki, git-svn
Breaks: bash-completion (<< 1:1.90-1), cogito (<= 0.18.2+), dgit (<< 5.1~), git-buildpackage (<< 0.6.5), git-core (<< 1:1.7.0.4-1.), gitosis (<< 0.2+20090917-7), gitpkg (<< 0.15), gitweb (<< 1:1.7.4~rc1), guilt (<< 0.33), openssh-client (<< 1:6.8), stgit (<< 0.15), stgit-contrib (<< 0.15)
Replaces: git-core (<< 1:1.7.0.4-1.), gitweb (<< 1:1.7.4~rc1)
Homepage: https://git-scm.com/
Tag: devel::lang:perl, devel::library, devel::rcs, implemented-in::c,
 implemented-in::perl, implemented-in::shell, interface::text-mode,
 network::client, network::server, protocol::ssh, protocol::tcp,
 role::devel-lib, role::program, works-with::file,
 works-with::software:source, works-with::vcs
Download-Size: 5,527 kB
APT-Sources: http://mirrors.cloud.aliyuncs.com/debian bullseye/main amd64 Packages
Description: fast, scalable, distributed revision control system
 Git is popular version control system designed to handle very large
 projects with speed and efficiency; it is used for many high profile
 open source projects, most notably the Linux kernel.
 .
 Git falls in the category of distributed source code management tools.
 Every Git working directory is a full-fledged repository with full
 revision tracking capabilities, not dependent on network access or a
 central server.
 .
 This package provides the git main components with minimal dependencies.
 Additional functionality, e.g. a graphical user interface and revision
 tree visualizer, tools for interoperating with other VCS's, or a web
 interface, is provided as separate git* packages.
相关实践学习
一小时快速掌握 SQL 语法
本实验带您学习SQL的基础语法,快速入门SQL。
7天玩转云服务器
云服务器ECS(Elastic Compute Service)是一种弹性可伸缩的计算服务,可降低 IT 成本,提升运维效率。本课程手把手带你了解ECS、掌握基本操作、动手实操快照管理、镜像管理等。了解产品详情:&nbsp;https://www.aliyun.com/product/ecs
目录
相关文章
|
15天前
|
网络安全 Apache
Apache服务器安装SSL证书
Apache服务器安装SSL证书
19 0
|
1月前
|
Linux 数据安全/隐私保护 虚拟化
Linux技术基础(1)——操作系统的安装
本文是龙蜥操作系统(Anolis OS) 8.4 的安装指南,用户可以从[龙蜥社区下载页面](https://openanolis.cn/download)获取ISO镜像。安装方法包括物理机的光驱和USB闪存方式,以及虚拟机中的VMware Workstation Pro设置。安装过程涉及选择语言、配置安装目标、选择软件集合和内核,设置Root密码及创建新用户。安装完成后,可通过文本模式或图形化界面验证系统版本,如Anolis OS 8.4,标志着安装成功。
|
1天前
|
监控 安全 Linux
Linux系统之安装ServerBee服务器监控工具
【4月更文挑战第22天】Linux系统之安装ServerBee服务器监控工具
39 2
|
2天前
|
存储 分布式计算 NoSQL
MongoDB的简介和安装(在服务器上)
MongoDB的简介和安装(在服务器上)
11 0
|
15天前
|
Linux
centos 查看服务器信息 版本cpu
centos 查看服务器信息 版本cpu
12 0
|
17天前
|
弹性计算 前端开发 Java
使用阿里云 mqtt serverless 版本超低成本快速实现 webscoket 长链接服务器
使用阿里云 MQTT Serverless 可轻松实现弹性伸缩的 WebSocket 服务,每日成本低至几元。适用于小程序消息推送的 MQTT P2P 模式。前端需注意安全,避免 AK 泄露,采用一机一密方案。后端通过调用 `RegisterDeviceCredential` API 发送消息。示例代码包括 JavaScript 前端连接和 Java 后端发送。
166 0
|
23天前
|
Ubuntu Linux 虚拟化
【Linux】ubuntu安装samba服务器
【Linux】ubuntu安装samba服务器
|
24天前
|
Linux
Linux安装bind9搭建自己的域名服务器
Linux安装bind9搭建自己的域名服务器
12 0
|
24天前
|
存储 缓存 PHP
阿里云服务器实例、CPU内存、带宽、操作系统选择参考
对于使用阿里云服务器的用户来说,云服务器的选择和使用非常重要,如果实例、内存、CPU、带宽等配置选择错误,可能会影响到自己业务在云服务器上的计算性能及后期运营状况,本文为大家介绍一下阿里云服务器实例、CPU内存、带宽、操作系统的选择注意事项,以供参考。
阿里云服务器实例、CPU内存、带宽、操作系统选择参考
|
28天前
|
弹性计算 Serverless 数据库
ECS安装问题之docker安装如何解决
ECS(Elastic Compute Service,弹性计算服务)是云计算服务提供商提供的一种基础云服务,允许用户在云端获取和配置虚拟服务器。以下是ECS服务使用中的一些常见问题及其解答的合集: