Created
October 31, 2022 00:33
-
-
Save adriasir123/004ec6396a998c4edd9d57d3a2fdd8af to your computer and use it in GitHub Desktop.
sudo apt update && sudo apt upgrade -y
This file contains hidden or 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
vagrant@paqueteria:~$ sudo apt update && sudo apt upgrade -y | |
Get:1 https://security.debian.org/debian-security bullseye-security InRelease [48.4 kB] | |
Get:2 https://deb.debian.org/debian bullseye InRelease [116 kB] | |
Get:3 https://deb.debian.org/debian bullseye-updates InRelease [44.1 kB] | |
Get:4 https://deb.debian.org/debian bullseye-backports InRelease [49.0 kB] | |
Get:5 https://security.debian.org/debian-security bullseye-security/main Sources [167 kB] | |
Get:6 https://security.debian.org/debian-security bullseye-security/main amd64 Packages [193 kB] | |
Get:7 https://deb.debian.org/debian bullseye/main Sources [8633 kB] | |
Get:8 https://security.debian.org/debian-security bullseye-security/main Translation-en [122 kB] | |
Get:9 https://deb.debian.org/debian bullseye/main amd64 Packages [8184 kB] | |
Get:10 https://deb.debian.org/debian bullseye/main Translation-en [6239 kB] | |
Get:11 https://deb.debian.org/debian bullseye-updates/main Sources [4812 B] | |
Get:12 https://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB] | |
Get:13 https://deb.debian.org/debian bullseye-updates/main Translation-en [7929 B] | |
Get:14 https://deb.debian.org/debian bullseye-backports/main Sources [345 kB] | |
Get:15 https://deb.debian.org/debian bullseye-backports/main amd64 Packages [356 kB] | |
Get:16 https://deb.debian.org/debian bullseye-backports/main Translation-en [292 kB] | |
Fetched 24.8 MB in 5s (5002 kB/s) | |
Reading package lists... Done | |
Building dependency tree... Done | |
Reading state information... Done | |
18 packages can be upgraded. Run 'apt list --upgradable' to see them. | |
Reading package lists... Done | |
Building dependency tree... Done | |
Reading state information... Done | |
Calculating upgrade... Done | |
dbus.socket is a disabled or a static unit, not starting it. | |
Setting up linux-image-5.10.0-19-amd64 (5.10.149-2) ... | |
/etc/kernel/postinst.d/initramfs-tools: | |
update-initramfs: Generating /boot/initrd.img-5.10.0-19-amd64 | |
/etc/kernel/postinst.d/zz-update-grub: | |
Generating grub configuration file ... | |
Found linux image: /boot/vmlinuz-5.10.0-19-amd64 | |
Found initrd image: /boot/initrd.img-5.10.0-19-amd64 | |
Found linux image: /boot/vmlinuz-5.10.0-18-amd64 | |
Found initrd image: /boot/initrd.img-5.10.0-18-amd64 | |
done | |
Setting up isc-dhcp-common (4.4.1-2.3+deb11u1) ... | |
Setting up bind9-host (1:9.16.33-1~deb11u1) ... | |
Setting up grub2-common (2.06-3~deb11u2) ... | |
Setting up linux-image-amd64 (5.10.149-2) ... | |
Setting up grub-pc-bin (2.06-3~deb11u2) ... | |
Setting up grub-pc (2.06-3~deb11u2) ... | |
Installing for i386-pc platform. | |
Installation finished. No error reported. | |
Generating grub configuration file ... | |
Found linux image: /boot/vmlinuz-5.10.0-19-amd64 | |
Found initrd image: /boot/initrd.img-5.10.0-19-amd64 | |
Found linux image: /boot/vmlinuz-5.10.0-18-amd64 | |
Found initrd image: /boot/initrd.img-5.10.0-18-amd64 | |
done | |
Setting up bind9-dnsutils (1:9.16.33-1~deb11u1) ... | |
Processing triggers for man-db (2.9.4-2) ... | |
Processing triggers for libc-bin (2.31-13+deb11u5) ... | |
Processing triggers for initramfs-tools (0.140) ... | |
update-initramfs: Generating /boot/initrd.img-5.10.0-19-amd64 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment