Advertisement
Guest User

Untitled

a guest
Oct 31st, 2021
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.44 KB | None | 0 0
  1. root@host: ~# uname -a
  2. Linux host 5.10.0-8-cloud-amd64 #1 SMP Debian 5.10.46-4 (2021-08-03) x86_64 GNU/Linux
  3.  
  4. root@host:~# cat /etc/apt/preferences
  5. Package: *
  6. Pin: release a=experimental
  7. Pin-Priority: 800
  8.  
  9. root@host:~# cat /etc/debian_version
  10. bookworm/sid
  11.  
  12. root@host:~# id
  13. uid=0(root) gid=0(root) groups=0(root)
  14.  
  15. root@ircd:~# apt-get update
  16. Hit:1 http://security.debian.org buster/updates InRelease
  17. Hit:2 http://deb.debian.org/debian buster InRelease
  18. Hit:3 http://deb.debian.org/debian buster-updates InRelease
  19. Hit:4 http://deb.debian.org/debian experimental InRelease
  20. Hit:5 http://ftp.us.debian.org/debian sid InRelease
  21. Reading package lists... Done
  22.  
  23. root@host:~# apt-get dist-upgrade
  24. Reading package lists... Done
  25. Building dependency tree... Done
  26. Reading state information... Done
  27. Calculating upgrade... Done
  28. The following packages have been kept back:
  29. libsemanage-common
  30. 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
  31.  
  32. root@host:~# apt-get purge libsemanage-common
  33. Reading package lists... Done
  34. Building dependency tree... Done
  35. Reading state information... Done
  36. The following additional packages will be installed:
  37. anacron
  38. Suggested packages:
  39. default-mta | mail-transport-agent powermgmt-base
  40. Recommended packages:
  41. cron | cron-daemon
  42. The following packages will be REMOVED:
  43. adduser* apt* apt-utils* bind9* cron* dbus* dbus-system-bus-common* dovecot-core* dovecot-pop3d* fuse* ifupdown* init* initramfs-tools* initramfs-tools-core* libsemanage-common* libsemanage1*
  44. linux-image-5.10.0-8-cloud-amd64* opendkim* openssh-client* openssh-server* openssh-sftp-server* passwd* postfix* postfix-pcre* postfix-sqlite* ssl-cert* systemd* systemd-sysv* udev*
  45. The following NEW packages will be installed:
  46. anacron
  47. WARNING: The following essential packages will be removed.
  48. This should NOT be done unless you know exactly what you are doing!
  49. apt adduser (due to apt) init systemd-sysv (due to init)
  50. 0 upgraded, 1 newly installed, 29 to remove and 0 not upgraded.
  51. Need to get 35.4 kB of archives.
  52. After this operation, 143 MB disk space will be freed.
  53. You are about to do something potentially harmful.
  54. To continue type in the phrase 'Yes, do as I say!'
  55. ?] ^C
  56.  
  57. root@host:~# apt-get install libsemanage-common
  58. Reading package lists... Done
  59. Building dependency tree... Done
  60. Reading state information... Done
  61. The following additional packages will be installed:
  62. anacron
  63. Suggested packages:
  64. default-mta | mail-transport-agent powermgmt-base
  65. Recommended packages:
  66. cron | cron-daemon
  67. The following packages will be REMOVED:
  68. adduser apt apt-utils bind9 cron dbus dbus-system-bus-common dovecot-core dovecot-pop3d fuse ifupdown init initramfs-tools initramfs-tools-core libsemanage1 linux-image-5.10.0-8-cloud-amd64
  69. opendkim openssh-client openssh-server openssh-sftp-server passwd postfix postfix-pcre postfix-sqlite ssl-cert systemd systemd-sysv udev
  70. The following NEW packages will be installed:
  71. anacron
  72. The following packages will be upgraded:
  73. libsemanage-common
  74. WARNING: The following essential packages will be removed.
  75. This should NOT be done unless you know exactly what you are doing!
  76. apt adduser (due to apt) init systemd-sysv (due to init)
  77. 1 upgraded, 1 newly installed, 28 to remove and 0 not upgraded.
  78. Need to get 56.8 kB of archives.
  79. After this operation, 143 MB disk space will be freed.
  80. You are about to do something potentially harmful.
  81. To continue type in the phrase 'Yes, do as I say!'
  82. ?] ^C
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement