Notes24.sbc20240128.txt Rough log

From wikidb
Jump to: navigation, search


ssh ubuntu@10.0.0.214


-------------------- Set locals ------------------------

ubuntu@ubuntu:~$ 
ubuntu@ubuntu:~$ local
-bash: local: can only be used in a function
ubuntu@ubuntu:~$ locale
LANG=C.UTF-8
LANGUAGE=
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=en_US.UTF-8
ubuntu@ubuntu:~$ 
ubuntu@ubuntu:~$ 
ubuntu@ubuntu:~$ 
ubuntu@ubuntu:~$ sudo apt update && sudo apt install locales
Hit:1 http://ports.ubuntu.com/ubuntu-ports jammy InRelease
Get:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease [119 kB]
Get:3 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease [109 kB]
Get:4 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease [110 kB]
Get:5 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 Packages [1,150 kB]
Get:6 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main Translation-en [267 kB]
Get:7 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 c-n-f Metadata [15.7 kB]
Get:8 http://ports.ubuntu.com/ubuntu-ports jammy-updates/restricted arm64 Packages [913 kB]
Get:9 http://ports.ubuntu.com/ubuntu-ports jammy-updates/restricted Translation-en [218 kB]
Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/restricted arm64 c-n-f Metadata [376 B]
Get:11 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe arm64 Packages [966 kB]
Get:12 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe Translation-en [232 kB]
Get:13 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe arm64 c-n-f Metadata [19.4 kB]
Get:14 http://ports.ubuntu.com/ubuntu-ports jammy-updates/multiverse arm64 Packages [24.0 kB]
Get:15 http://ports.ubuntu.com/ubuntu-ports jammy-updates/multiverse Translation-en [10.1 kB]
Get:16 http://ports.ubuntu.com/ubuntu-ports jammy-updates/multiverse arm64 c-n-f Metadata [260 B]
Get:17 http://ports.ubuntu.com/ubuntu-ports jammy-backports/main arm64 Packages [41.3 kB]
Get:18 http://ports.ubuntu.com/ubuntu-ports jammy-backports/main Translation-en [10.5 kB]
Get:19 http://ports.ubuntu.com/ubuntu-ports jammy-backports/main arm64 c-n-f Metadata [388 B]
Get:20 http://ports.ubuntu.com/ubuntu-ports jammy-backports/restricted arm64 c-n-f Metadata [116 B]
Get:21 http://ports.ubuntu.com/ubuntu-ports jammy-backports/universe arm64 Packages [22.6 kB]
Get:22 http://ports.ubuntu.com/ubuntu-ports jammy-backports/universe Translation-en [16.5 kB]
Get:23 http://ports.ubuntu.com/ubuntu-ports jammy-backports/universe arm64 c-n-f Metadata [572 B]
Get:24 http://ports.ubuntu.com/ubuntu-ports jammy-backports/multiverse arm64 c-n-f Metadata [116 B]
Get:25 http://ports.ubuntu.com/ubuntu-ports jammy-security/main arm64 Packages [939 kB]
Get:26 http://ports.ubuntu.com/ubuntu-ports jammy-security/main Translation-en [207 kB]
Get:27 http://ports.ubuntu.com/ubuntu-ports jammy-security/main arm64 c-n-f Metadata [11.1 kB]
Get:28 http://ports.ubuntu.com/ubuntu-ports jammy-security/restricted arm64 Packages [897 kB]
Get:29 http://ports.ubuntu.com/ubuntu-ports jammy-security/restricted Translation-en [213 kB]
Get:30 http://ports.ubuntu.com/ubuntu-ports jammy-security/restricted arm64 c-n-f Metadata [380 B]
Get:31 http://ports.ubuntu.com/ubuntu-ports jammy-security/universe arm64 Packages [769 kB]
Get:32 http://ports.ubuntu.com/ubuntu-ports jammy-security/universe Translation-en [159 kB]
Get:33 http://ports.ubuntu.com/ubuntu-ports jammy-security/universe arm64 c-n-f Metadata [14.2 kB]
Get:34 http://ports.ubuntu.com/ubuntu-ports jammy-security/multiverse arm64 Packages [20.2 kB]
Get:35 http://ports.ubuntu.com/ubuntu-ports jammy-security/multiverse Translation-en [7,476 B]
Get:36 http://ports.ubuntu.com/ubuntu-ports jammy-security/multiverse arm64 c-n-f Metadata [236 B]
Fetched 7,485 kB in 7s (1,085 kB/s)                                            
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
118 packages can be upgraded. Run 'apt list --upgradable' to see them.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages will be upgraded:
  locales
1 upgraded, 0 newly installed, 0 to remove and 117 not upgraded.
Need to get 4,249 kB of archives.
After this operation, 4,096 B of additional disk space will be used.
Get:1 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 locales all 2.35-0ubuntu3.6 [4,249 kB]
Fetched 4,249 kB in 2s (2,157 kB/s)  
Preconfiguring packages ...
(Reading database ... 69699 files and directories currently installed.)
Preparing to unpack .../locales_2.35-0ubuntu3.6_all.deb ...
Unpacking locales (2.35-0ubuntu3.6) over (2.35-0ubuntu3.1) ...
Setting up locales (2.35-0ubuntu3.6) ...
Generating locales (this might take a while)...
  en_US.UTF-8... done
Generation complete.
Processing triggers for man-db (2.10.2-1) ...
Scanning processes...                                                           
Scanning processor microcode...                                                 
Scanning linux images...                                                        

Running kernel seems to be up-to-date.

Failed to check for processor microcode upgrades.

No services need to be restarted.

No containers need to be restarted.

No user sessions are running outdated binaries.

No VM guests are running outdated hypervisor (qemu) binaries on this host.
ubuntu@ubuntu:~$ 










ubuntu@ubuntu:~$ sudo locale-gen en_US en_US.UTF-8
Generating locales (this might take a while)...
  en_US.ISO-8859-1... done
  en_US.UTF-8... done
Generation complete.




tu:~$ 
ubuntu@ubuntu:~$ sudo update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8
ubuntu@ubuntu:~$ 




buntu@ubuntu:~$ 
ubuntu@ubuntu:~$ 
ubuntu@ubuntu:~$ export LANG=en_US.UTF-8
ubuntu@ubuntu:~$ 
ubuntu@ubuntu:~$ 
ubuntu@ubuntu:~$ 



ubuntu@ubuntu:~$ 
ubuntu@ubuntu:~$ locale
LANG=en_US.UTF-8
LANGUAGE=
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=en_US.UTF-8
ubuntu@ubuntu:~$ 















----------- Setup Sources -------------------------------


buntu@ubuntu:~$ sudo apt install software-properties-common
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
  python3-software-properties
The following packages will be upgraded:
  python3-software-properties software-properties-common
2 upgraded, 0 newly installed, 0 to remove and 115 not upgraded.
Need to get 42.9 kB of archives.
After this operation, 5,120 B of additional disk space will be used.
Do you want to continue? [Y/n] Y
Get:1 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 software-properties-common all 0.99.22.9 [14.1 kB]
Get:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3-software-properties all 0.99.22.9 [28.8 kB]
Fetched 42.9 kB in 1s (44.6 kB/s)                     
(Reading database ... 69699 files and directories currently installed.)
Preparing to unpack .../software-properties-common_0.99.22.9_all.deb ...
Unpacking software-properties-common (0.99.22.9) over (0.99.22.7) ...
Preparing to unpack .../python3-software-properties_0.99.22.9_all.deb ...
Unpacking python3-software-properties (0.99.22.9) over (0.99.22.7) ...
Setting up python3-software-properties (0.99.22.9) ...
Setting up software-properties-common (0.99.22.9) ...
Processing triggers for man-db (2.10.2-1) ...
Processing triggers for dbus (1.12.20-2ubuntu4.1) ...
Scanning processes...                                                           
Scanning processor microcode...                                                 
Scanning linux images...                                                        

Running kernel seems to be up-to-date.

Failed to check for processor microcode upgrades.

No services need to be restarted.

No containers need to be restarted.

No user sessions are running outdated binaries.

No VM guests are running outdated hypervisor (qemu) binaries on this host.
ubuntu@ubuntu:~$ 







ubuntu@ubuntu:~$ 
ubuntu@ubuntu:~$ sudo add-apt-repository universe
Adding component(s) 'universe' to all repositories.
Press [ENTER] to continue or Ctrl-c to cancel.
Hit:1 http://ports.ubuntu.com/ubuntu-ports jammy InRelease
Get:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease [119 kB]
Hit:3 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease
Get:4 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease [110 kB]
Get:5 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 Packages [1,152 kB]
Get:6 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main Translation-en [267 kB]
Get:7 http://ports.ubuntu.com/ubuntu-ports jammy-updates/restricted arm64 Packages [916 kB]
Get:8 http://ports.ubuntu.com/ubuntu-ports jammy-updates/restricted Translation-en [220 kB]
Get:9 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe arm64 Packages [967 kB]
Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-security/main arm64 Packages [940 kB]
Get:11 http://ports.ubuntu.com/ubuntu-ports jammy-security/main Translation-en [207 kB]
Get:12 http://ports.ubuntu.com/ubuntu-ports jammy-security/universe arm64 Packages [770 kB]
Fetched 5,668 kB in 4s (1,369 kB/s)                              
Reading package lists... Done
ubuntu@ubuntu:~$ 
ubuntu@ubuntu:~$ 
ubuntu@ubuntu:~$ 










ubuntu@ubuntu:~$ 
ubuntu@ubuntu:~$ sudo apt update && sudo apt install curl -y
Hit:1 http://ports.ubuntu.com/ubuntu-ports jammy InRelease
Hit:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease
Hit:3 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease
Hit:4 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
115 packages can be upgraded. Run 'apt list --upgradable' to see them.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
  libcurl4
The following packages will be upgraded:
  curl libcurl4
2 upgraded, 0 newly installed, 0 to remove and 113 not upgraded.
Need to get 475 kB of archives.
After this operation, 8,192 B of additional disk space will be used.
Get:1 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 curl arm64 7.81.0-1ubuntu1.15 [190 kB]
Get:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libcurl4 arm64 7.81.0-1ubuntu1.15 [285 kB]
Fetched 475 kB in 1s (359 kB/s)   
(Reading database ... 69699 files and directories currently installed.)
Preparing to unpack .../curl_7.81.0-1ubuntu1.15_arm64.deb ...
Unpacking curl (7.81.0-1ubuntu1.15) over (7.81.0-1ubuntu1.13) ...
Preparing to unpack .../libcurl4_7.81.0-1ubuntu1.15_arm64.deb ...
Unpacking libcurl4:arm64 (7.81.0-1ubuntu1.15) over (7.81.0-1ubuntu1.13) ...
Setting up libcurl4:arm64 (7.81.0-1ubuntu1.15) ...
Setting up curl (7.81.0-1ubuntu1.15) ...
Processing triggers for man-db (2.10.2-1) ...
Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
Scanning processes...                                                           
Scanning processor microcode...                                                 
Scanning linux images...                                                        

Running kernel seems to be up-to-date.

Failed to check for processor microcode upgrades.

No services need to be restarted.

No containers need to be restarted.

No user sessions are running outdated binaries.

No VM guests are running outdated hypervisor (qemu) binaries on this host.


ubuntu@ubuntu:~$















ubuntu@ubuntu:~$ 
ubuntu@ubuntu:~$ sudo curl -sSL https://raw.githubusercontent.com/ros/rosdistro/master/ros.key -o /usr/share/keyrings/ros-archive-keyring.gpg
ubuntu@ubuntu:~$






buntu@ubuntu:~$ 
ubuntu@ubuntu:~$ 
ubuntu@ubuntu:~$ 
ubuntu@ubuntu:~$ echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/ros-archive-keyring.gpg] http://packages.ros.org/ros2/ubuntu $(. /etc/os-release && echo $UBUNTU_CODENAME) main" | sudo tee /etc/apt/sources.list.d/ros2.list > /dev/null
ubuntu@ubuntu:~$ 







ubuntu@ubuntu:~$ 
ubuntu@ubuntu:~$ 
ubuntu@ubuntu:~$ df
Filesystem     1K-blocks    Used Available Use% Mounted on
tmpfs             799548    3148    796400   1% /run
/dev/mmcblk0p2  14971660 3022244  11283692  22% /
tmpfs            3997736       0   3997736   0% /dev/shm
tmpfs               5120       0      5120   0% /run/lock
/dev/mmcblk0p1    258095   75121    182975  30% /boot/firmware
tmpfs             799544       4    799540   1% /run/user/1000
ubuntu@ubuntu:~$ 





---------------- Install ROS 2 packages -----------------


eepp@sisters:~$ 
eepp@sisters:~$ sudo apt update
[sudo] password for eepp: 
Hit:1 http://packages.osrfoundation.org/gazebo/ubuntu-stable focal InRelease
Get:2 http://packages.ros.org/ros2/ubuntu focal InRelease [4,685 B]            
Hit:3 http://mirrors.accretive-networks.net/ubuntu focal InRelease             
Err:2 http://packages.ros.org/ros2/ubuntu focal InRelease
  The following signatures were invalid: EXPKEYSIG F42ED6FBAB17C654 Open Robotics <info@osrfoundation.org>
Hit:4 http://mirrors.accretive-networks.net/ubuntu focal-updates InRelease
Hit:5 http://mirrors.accretive-networks.net/ubuntu focal-backports InRelease
Hit:6 http://mirrors.accretive-networks.net/ubuntu focal-security InRelease
Fetched 4,685 B in 1s (5,236 B/s)
Reading package lists... Done
Building dependency tree       
Reading state information... Done
78 packages can be upgraded. Run 'apt list --upgradable' to see them.
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://packages.ros.org/ros2/ubuntu focal InRelease: The following signatures were invalid: EXPKEYSIG F42ED6FBAB17C654 Open Robotics <info@osrfoundation.org>
W: Failed to fetch http://packages.ros.org/ros2/ubuntu/dists/focal/InRelease  The following signatures were invalid: EXPKEYSIG F42ED6FBAB17C654 Open Robotics <info@osrfoundation.org>
W: Some index files failed to download. They have been ignored, or old ones used instead.









eepp@sisters:~$ 
eepp@sisters:~$ 
eepp@sisters:~$ sudo apt upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
The following package was automatically installed and is no longer required:
  libxmlb1
Use 'sudo apt autoremove' to remove it.
Get more security updates through Ubuntu Pro with 'esm-apps' enabled:
  libavresample-dev libavformat58 librpmsign8 libpostproc-dev libavfilter7
  rpm2cpio libxdot4 liburiparser-dev liburiparser1 libmagickcore-6.q16-6-extra
  imagemagick libswresample3 libopenexr-dev libgegl-0.4-0 librpmbuild8 libzmq5
  libavdevice-dev python2.7-minimal libhdf5-103 libmagickwand-6.q16-6
  libgegl-common libcgraph6 libpython2.7 debugedit python2.7 libavformat-dev
  libgvc6-plugins-gtk libhdf5-dev libsdl2-dev libswresample-dev libzmq3-dev
  libpostproc55 liblab-gamut1 libavutil-dev librpmio8 libavcodec-dev ntpdate
  hdf5-helpers libpmix2 imagemagick-6.q16 rpm-common rpm librpm8
  libhdf5-cpp-103 libavcodec58 libcdt5 libavutil56 libpathplan4 libavdevice58
  libavfilter-dev libswscale5 libgvpr2 libopenexr24 libsdl2-2.0-0 libmysofa1
  libmagickcore-6.q16-6 libpython2.7-minimal libgraphviz-dev
  imagemagick-common libhdf5-openmpi-103 libswscale-dev libgvc6
  libpython2.7-stdlib python3-scipy graphviz libavresample4
  libhdf5-openmpi-dev libhdf5-mpi-dev imagemagick-6-common
Learn more about Ubuntu Pro at https://ubuntu.com/pro
The following NEW packages will be installed:
  ubuntu-advantage-desktop-daemon ubuntu-pro-client-l10n
The following packages will be upgraded:
  apparmor apt apt-transport-https apt-utils base-files distro-info
  distro-info-data firefox firefox-locale-en gazebo11 gazebo11-common
  gazebo11-plugin-base gnome-shell gnome-shell-common gnome-software
  gnome-software-common gnome-software-plugin-snap iputils-arping iputils-ping
  iputils-tracepath libapparmor-perl libapparmor1 libapt-pkg6.0 libgazebo11
  libgazebo11-dev libgpgme11 libgpgmepp6 libignition-cmake2-dev
  libignition-common3 libignition-common3-av libignition-common3-av-dev
  libignition-common3-core-dev libignition-common3-dev
  libignition-common3-events libignition-common3-events-dev
  libignition-common3-graphics libignition-common3-graphics-dev
  libignition-common3-profiler libignition-common3-profiler-dev
  libignition-fuel-tools4 libignition-fuel-tools4-dev libignition-math6
  libignition-math6-dev libignition-transport8 libignition-transport8-core-dev
  libignition-transport8-dev libignition-transport8-log
  libignition-transport8-log-dev libnetplan0 libnss-systemd libpam-systemd
  libsdformat9 libsdformat9-dev libsnmp-base libsnmp35 libsystemd0 libudev-dev
  libudev1 lintian netplan.io openvpn python3-debian python3-distro-info
  python3-software-properties python3-update-manager rsync sdformat9-sdf
  software-properties-common software-properties-gtk systemd systemd-sysv
  tzdata ubuntu-advantage-tools ubuntu-software udev ufw update-manager
  update-manager-core
78 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
2 standard LTS security updates
Need to get 144 MB of archives.
After this operation, 1,656 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Get:1 http://packages.osrfoundation.org/gazebo/ubuntu-stable focal/main amd64 libignition-cmake2-dev amd64 2.17.1-1~focal [187 kB]
Get:2 http://mirrors.accretive-networks.net/ubuntu focal-updates/main amd64 base-files amd64 11ubuntu5.8 [60.3 kB]
Get:3 http://packages.osrfoundation.org/gazebo/ubuntu-stable focal/main amd64 libignition-common3-graphics-dev amd64 3.17.0-1~focal [8,540 B]
Get:4 http://packages.osrfoundation.org/gazebo/ubuntu-stable focal/main amd64 libignition-common3-events-dev amd64 3.17.0-1~focal [8,300 B]
Get:5 http://packages.osrfoundation.org/gazebo/ubuntu-stable focal/main amd64 libignition-common3-av-dev amd64 3.17.0-1~focal [8,364 B]
Get:6 http://packages.osrfoundation.org/gazebo/ubuntu-stable focal/main amd64 libignition-common3-core-dev amd64 3.17.0-1~focal [109 kB]
Get:7 http://packages.osrfoundation.org/gazebo/ubuntu-stable focal/main amd64 libignition-common3-dev amd64 3.17.0-1~focal [5,196 B]
Get:8 http://packages.osrfoundation.org/gazebo/ubuntu-stable focal/main amd64 libignition-common3-profiler-dev amd64 3.17.0-1~focal [40.4 kB]
Get:9 http://packages.osrfoundation.org/gazebo/ubuntu-stable focal/main amd64 libignition-common3-profiler amd64 3.17.0-1~focal [24.2 kB]
Get:10 http://packages.osrfoundation.org/gazebo/ubuntu-stable focal/main amd64 libignition-math6-dev amd64 6.15.1-1~focal [147 kB]
Get:11 http://packages.osrfoundation.org/gazebo/ubuntu-stable focal/main amd64 libignition-math6 amd64 6.15.1-1~focal [111 kB]
Get:12 http://packages.osrfoundation.org/gazebo/ubuntu-stable focal/main amd64 libignition-common3-graphics amd64 3.17.0-1~focal [263 kB]
Get:13 http://packages.osrfoundation.org/gazebo/ubuntu-stable focal/main amd64 libignition-common3-events amd64 3.17.0-1~focal [44.0 kB]
Get:14 http://packages.osrfoundation.org/gazebo/ubuntu-stable focal/main amd64 libignition-common3-av amd64 3.17.0-1~focal [34.5 kB]
Get:15 http://packages.osrfoundation.org/gazebo/ubuntu-stable focal/main amd64 libignition-common3 amd64 3.17.0-1~focal [133 kB]
Get:16 http://packages.osrfoundation.org/gazebo/ubuntu-stable focal/main amd64 libignition-fuel-tools4-dev amd64 4.9.1-1~focal [28.6 kB]
Get:17 http://packages.osrfoundation.org/gazebo/ubuntu-stable focal/main amd64 libignition-fuel-tools4 amd64 4.9.1-1~focal [199 kB]
Get:18 http://packages.osrfoundation.org/gazebo/ubuntu-stable focal/main amd64 libsdformat9-dev amd64 9.10.1-1~focal [52.8 kB]
Get:19 http://packages.osrfoundation.org/gazebo/ubuntu-stable focal/main amd64 sdformat9-sdf all 9.10.1-1~focal [55.9 kB]
Get:20 http://packages.osrfoundation.org/gazebo/ubuntu-stable focal/main amd64 libsdformat9 amd64 9.10.1-1~focal [487 kB]
Get:21 http://packages.osrfoundation.org/gazebo/ubuntu-stable focal/main amd64 libignition-transport8-dev amd64 8.5.0-1~focal [5,656 B]
Get:22 http://packages.osrfoundation.org/gazebo/ubuntu-stable focal/main amd64 libignition-transport8-log-dev amd64 8.5.0-1~focal [19.8 kB]
Get:23 http://packages.osrfoundation.org/gazebo/ubuntu-stable focal/main amd64 libignition-transport8-core-dev amd64 8.5.0-1~focal [74.6 kB]
Get:24 http://packages.osrfoundation.org/gazebo/ubuntu-stable focal/main amd64 libignition-transport8 amd64 8.5.0-1~focal [206 kB]
Get:25 http://packages.osrfoundation.org/gazebo/ubuntu-stable focal/main amd64 libignition-transport8-log amd64 8.5.0-1~focal [125 kB]
Get:26 http://packages.osrfoundation.org/gazebo/ubuntu-stable focal/main amd64 libgazebo11-dev amd64 11.14.0-1~focal [708 kB]
Get:27 http://packages.osrfoundation.org/gazebo/ubuntu-stable focal/main amd64 gazebo11-plugin-base amd64 11.14.0-1~focal [2,032 kB]
Get:28 http://packages.osrfoundation.org/gazebo/ubuntu-stable focal/main amd64 gazebo11 amd64 11.14.0-1~focal [3,973 kB]
Get:29 http://packages.osrfoundation.org/gazebo/ubuntu-stable focal/main amd64 libgazebo11 amd64 11.14.0-1~focal [8,884 kB]
Get:30 http://mirrors.accretive-networks.net/ubuntu focal-updates/main amd64 libnss-systemd amd64 245.4-4ubuntu3.23 [96.2 kB]
Get:31 http://packages.osrfoundation.org/gazebo/ubuntu-stable focal/main amd64 gazebo11-common all 11.14.0-1~focal [40.9 MB]
Get:32 http://mirrors.accretive-networks.net/ubuntu focal-updates/main amd64 libudev-dev amd64 245.4-4ubuntu3.23 [19.7 kB]
Get:33 http://mirrors.accretive-networks.net/ubuntu focal-updates/main amd64 udev amd64 245.4-4ubuntu3.23 [1,366 kB]
Get:34 http://mirrors.accretive-networks.net/ubuntu focal-updates/main amd64 libudev1 amd64 245.4-4ubuntu3.23 [75.6 kB]
Get:35 http://mirrors.accretive-networks.net/ubuntu focal-updates/main amd64 systemd-sysv amd64 245.4-4ubuntu3.23 [10.3 kB]
Get:36 http://mirrors.accretive-networks.net/ubuntu focal-updates/main amd64 libpam-systemd amd64 245.4-4ubuntu3.23 [186 kB]
Get:37 http://mirrors.accretive-networks.net/ubuntu focal-updates/main amd64 libapparmor1 amd64 2.13.3-7ubuntu5.3 [35.4 kB]
Get:38 http://mirrors.accretive-networks.net/ubuntu focal-updates/main amd64 systemd amd64 245.4-4ubuntu3.23 [3,811 kB]
Get:39 http://mirrors.accretive-networks.net/ubuntu focal-updates/main amd64 libsystemd0 amd64 245.4-4ubuntu3.23 [268 kB]
Get:40 http://mirrors.accretive-networks.net/ubuntu focal-updates/main amd64 libapt-pkg6.0 amd64 2.0.10 [843 kB]
Get:41 http://mirrors.accretive-networks.net/ubuntu focal-updates/main amd64 apt amd64 2.0.10 [1,280 kB]
Get:42 http://mirrors.accretive-networks.net/ubuntu focal-updates/main amd64 apt-utils amd64 2.0.10 [213 kB]
Get:43 http://mirrors.accretive-networks.net/ubuntu focal-updates/main amd64 rsync amd64 3.1.3-8ubuntu0.7 [322 kB]
Get:44 http://mirrors.accretive-networks.net/ubuntu focal-updates/main amd64 distro-info-data all 0.43ubuntu1.15 [4,956 B]
Get:45 http://mirrors.accretive-networks.net/ubuntu focal-updates/main amd64 iputils-ping amd64 3:20190709-3ubuntu1 [40.0 kB]
Get:46 http://mirrors.accretive-networks.net/ubuntu focal-updates/main amd64 netplan.io amd64 0.104-0ubuntu2~20.04.4 [88.2 kB]
Get:47 http://mirrors.accretive-networks.net/ubuntu focal-updates/main amd64 libnetplan0 amd64 0.104-0ubuntu2~20.04.4 [82.2 kB]
Get:48 http://mirrors.accretive-networks.net/ubuntu focal-updates/main amd64 tzdata all 2023d-0ubuntu0.20.04 [303 kB]
Get:49 http://mirrors.accretive-networks.net/ubuntu focal-updates/main amd64 distro-info amd64 0.23ubuntu1.1 [17.1 kB]
Get:50 http://mirrors.accretive-networks.net/ubuntu focal-updates/main amd64 ubuntu-advantage-tools amd64 30~20.04 [203 kB]
Get:51 http://mirrors.accretive-networks.net/ubuntu focal-updates/main amd64 ubuntu-pro-client-l10n amd64 30~20.04 [18.4 kB]
Get:52 http://mirrors.accretive-networks.net/ubuntu focal-updates/main amd64 apparmor amd64 2.13.3-7ubuntu5.3 [502 kB]
Get:53 http://mirrors.accretive-networks.net/ubuntu focal-updates/main amd64 iputils-tracepath amd64 3:20190709-3ubuntu1 [20.1 kB]
Get:54 http://mirrors.accretive-networks.net/ubuntu focal-updates/main amd64 python3-distro-info all 0.23ubuntu1.1 [5,944 B]
Get:55 http://mirrors.accretive-networks.net/ubuntu focal-updates/main amd64 gnome-shell amd64 3.36.9-0ubuntu0.20.04.3 [783 kB]
Get:56 http://mirrors.accretive-networks.net/ubuntu focal-updates/main amd64 gnome-shell-common all 3.36.9-0ubuntu0.20.04.3 [152 kB]
Get:57 http://mirrors.accretive-networks.net/ubuntu focal-updates/main amd64 python3-update-manager all 1:20.04.10.18 [38.3 kB]
Get:58 http://mirrors.accretive-networks.net/ubuntu focal-updates/main amd64 update-manager-core all 1:20.04.10.18 [11.6 kB]
Get:59 http://mirrors.accretive-networks.net/ubuntu focal-updates/main amd64 update-manager all 1:20.04.10.18 [552 kB]
Get:60 http://mirrors.accretive-networks.net/ubuntu focal-updates/main amd64 ufw all 0.36-6ubuntu1.1 [148 kB]
Get:61 http://mirrors.accretive-networks.net/ubuntu focal-updates/universe amd64 apt-transport-https all 2.0.10 [1,704 B]
Get:62 http://mirrors.accretive-networks.net/ubuntu focal-updates/main amd64 firefox amd64 122.0+build2-0ubuntu0.20.04.1 [63.6 MB]
Get:63 http://mirrors.accretive-networks.net/ubuntu focal-updates/main amd64 firefox-locale-en amd64 122.0+build2-0ubuntu0.20.04.1 [769 kB]
Get:64 http://mirrors.accretive-networks.net/ubuntu focal-updates/main amd64 gnome-software-plugin-snap amd64 3.36.1-0ubuntu0.20.04.1 [73.0 kB]
Get:65 http://mirrors.accretive-networks.net/ubuntu focal-updates/main amd64 gnome-software amd64 3.36.1-0ubuntu0.20.04.1 [893 kB]
Get:66 http://mirrors.accretive-networks.net/ubuntu focal-updates/main amd64 gnome-software-common all 3.36.1-0ubuntu0.20.04.1 [5,559 kB]
Get:67 http://mirrors.accretive-networks.net/ubuntu focal-updates/main amd64 ubuntu-advantage-desktop-daemon amd64 1.10~20.04.1 [23.5 kB]
Get:68 http://mirrors.accretive-networks.net/ubuntu focal-updates/main amd64 software-properties-common all 0.99.9.12 [10.4 kB]
Get:69 http://mirrors.accretive-networks.net/ubuntu focal-updates/main amd64 software-properties-gtk all 0.99.9.12 [69.1 kB]
Get:70 http://mirrors.accretive-networks.net/ubuntu focal-updates/main amd64 python3-software-properties all 0.99.9.12 [21.7 kB]
Get:71 http://mirrors.accretive-networks.net/ubuntu focal-updates/main amd64 iputils-arping amd64 3:20190709-3ubuntu1 [15.8 kB]
Get:72 http://mirrors.accretive-networks.net/ubuntu focal-updates/main amd64 libapparmor-perl amd64 2.13.3-7ubuntu5.3 [33.5 kB]
Get:73 http://mirrors.accretive-networks.net/ubuntu focal-updates/main amd64 libgpgme11 amd64 1.13.1-7ubuntu2.1 [121 kB]
Get:74 http://mirrors.accretive-networks.net/ubuntu focal-updates/main amd64 libgpgmepp6 amd64 1.13.1-7ubuntu2.1 [101 kB]
Get:75 http://mirrors.accretive-networks.net/ubuntu focal-updates/main amd64 libsnmp-base all 5.8+dfsg-2ubuntu2.9 [205 kB]
Get:76 http://mirrors.accretive-networks.net/ubuntu focal-updates/main amd64 libsnmp35 amd64 5.8+dfsg-2ubuntu2.9 [978 kB]
Get:77 http://mirrors.accretive-networks.net/ubuntu focal-updates/main amd64 lintian all 2.62.0ubuntu2.3 [981 kB]
Get:78 http://mirrors.accretive-networks.net/ubuntu focal-updates/main amd64 openvpn amd64 2.4.12-0ubuntu0.20.04.1 [483 kB]
Get:79 http://mirrors.accretive-networks.net/ubuntu focal-updates/main amd64 python3-debian all 0.1.36ubuntu1.1 [64.9 kB]
Get:80 http://mirrors.accretive-networks.net/ubuntu focal-updates/universe amd64 ubuntu-software all 3.36.1-0ubuntu0.20.04.1 [10.7 kB]
Fetched 144 MB in 59s (2,468 kB/s)                                             
Extracting templates from packages: 100%
Preconfiguring packages ...
(Reading database ... 332205 files and directories currently installed.)
Preparing to unpack .../base-files_11ubuntu5.8_amd64.deb ...
Warning: Stopping motd-news.service, but it can still be activated by:
  motd-news.timer
Unpacking base-files (11ubuntu5.8) over (11ubuntu5.7) ...
Setting up base-files (11ubuntu5.8) ...
Installing new version of config file /etc/update-motd.d/10-help-text ...
motd-news.service is a disabled or a static unit, not starting it.
(Reading database ... 332205 files and directories currently installed.)
Preparing to unpack .../libnss-systemd_245.4-4ubuntu3.23_amd64.deb ...
Unpacking libnss-systemd:amd64 (245.4-4ubuntu3.23) over (245.4-4ubuntu3.22) ...
Preparing to unpack .../libudev-dev_245.4-4ubuntu3.23_amd64.deb ...
Unpacking libudev-dev:amd64 (245.4-4ubuntu3.23) over (245.4-4ubuntu3.22) ...
Preparing to unpack .../udev_245.4-4ubuntu3.23_amd64.deb ...
Unpacking udev (245.4-4ubuntu3.23) over (245.4-4ubuntu3.22) ...
Preparing to unpack .../libudev1_245.4-4ubuntu3.23_amd64.deb ...
Unpacking libudev1:amd64 (245.4-4ubuntu3.23) over (245.4-4ubuntu3.22) ...
Setting up libudev1:amd64 (245.4-4ubuntu3.23) ...
(Reading database ... 332205 files and directories currently installed.)
Preparing to unpack .../systemd-sysv_245.4-4ubuntu3.23_amd64.deb ...
Unpacking systemd-sysv (245.4-4ubuntu3.23) over (245.4-4ubuntu3.22) ...
Preparing to unpack .../libpam-systemd_245.4-4ubuntu3.23_amd64.deb ...
Unpacking libpam-systemd:amd64 (245.4-4ubuntu3.23) over (245.4-4ubuntu3.22) ...
Preparing to unpack .../libapparmor1_2.13.3-7ubuntu5.3_amd64.deb ...
Unpacking libapparmor1:amd64 (2.13.3-7ubuntu5.3) over (2.13.3-7ubuntu5.2) ...
Preparing to unpack .../systemd_245.4-4ubuntu3.23_amd64.deb ...
Unpacking systemd (245.4-4ubuntu3.23) over (245.4-4ubuntu3.22) ...
Preparing to unpack .../libsystemd0_245.4-4ubuntu3.23_amd64.deb ...
Unpacking libsystemd0:amd64 (245.4-4ubuntu3.23) over (245.4-4ubuntu3.22) ...
Setting up libsystemd0:amd64 (245.4-4ubuntu3.23) ...
(Reading database ... 332205 files and directories currently installed.)
Preparing to unpack .../libapt-pkg6.0_2.0.10_amd64.deb ...
Unpacking libapt-pkg6.0:amd64 (2.0.10) over (2.0.9) ...
Setting up libapt-pkg6.0:amd64 (2.0.10) ...
(Reading database ... 332205 files and directories currently installed.)
Preparing to unpack .../archives/apt_2.0.10_amd64.deb ...
Unpacking apt (2.0.10) over (2.0.9) ...
Setting up apt (2.0.10) ...
(Reading database ... 332203 files and directories currently installed.)
Preparing to unpack .../00-apt-utils_2.0.10_amd64.deb ...
Unpacking apt-utils (2.0.10) over (2.0.9) ...
Preparing to unpack .../01-rsync_3.1.3-8ubuntu0.7_amd64.deb ...
Unpacking rsync (3.1.3-8ubuntu0.7) over (3.1.3-8ubuntu0.5) ...
Preparing to unpack .../02-distro-info-data_0.43ubuntu1.15_all.deb ...
Unpacking distro-info-data (0.43ubuntu1.15) over (0.43ubuntu1.13) ...
Preparing to unpack .../03-iputils-ping_3%3a20190709-3ubuntu1_amd64.deb ...
Unpacking iputils-ping (3:20190709-3ubuntu1) over (3:20190709-3) ...
Preparing to unpack .../04-netplan.io_0.104-0ubuntu2~20.04.4_amd64.deb ...
Unpacking netplan.io (0.104-0ubuntu2~20.04.4) over (0.104-0ubuntu2~20.04.2) ...
Preparing to unpack .../05-libnetplan0_0.104-0ubuntu2~20.04.4_amd64.deb ...
Unpacking libnetplan0:amd64 (0.104-0ubuntu2~20.04.4) over (0.104-0ubuntu2~20.04.
2) ...
Preparing to unpack .../06-tzdata_2023d-0ubuntu0.20.04_all.deb ...
Unpacking tzdata (2023d-0ubuntu0.20.04) over (2023c-0ubuntu0.20.04.2) ...
Preparing to unpack .../07-distro-info_0.23ubuntu1.1_amd64.deb ...
Unpacking distro-info (0.23ubuntu1.1) over (0.23ubuntu1) ...
Preparing to unpack .../08-ubuntu-advantage-tools_30~20.04_amd64.deb ...
Unpacking ubuntu-advantage-tools (30~20.04) over (27.14.4~20.04) ...
Selecting previously unselected package ubuntu-pro-client-l10n.
Preparing to unpack .../09-ubuntu-pro-client-l10n_30~20.04_amd64.deb ...
Unpacking ubuntu-pro-client-l10n (30~20.04) ...
Preparing to unpack .../10-apparmor_2.13.3-7ubuntu5.3_amd64.deb ...
Unpacking apparmor (2.13.3-7ubuntu5.3) over (2.13.3-7ubuntu5.2) ...
Preparing to unpack .../11-iputils-tracepath_3%3a20190709-3ubuntu1_amd64.deb ...
Unpacking iputils-tracepath (3:20190709-3ubuntu1) over (3:20190709-3) ...
Preparing to unpack .../12-python3-distro-info_0.23ubuntu1.1_all.deb ...
Unpacking python3-distro-info (0.23ubuntu1.1) over (0.23ubuntu1) ...
Preparing to unpack .../13-gnome-shell_3.36.9-0ubuntu0.20.04.3_amd64.deb ...
Unpacking gnome-shell (3.36.9-0ubuntu0.20.04.3) over (3.36.9-0ubuntu0.20.04.2) .
..
Preparing to unpack .../14-gnome-shell-common_3.36.9-0ubuntu0.20.04.3_all.deb ..
.
Unpacking gnome-shell-common (3.36.9-0ubuntu0.20.04.3) over (3.36.9-0ubuntu0.20.
04.2) ...
Preparing to unpack .../15-python3-update-manager_1%3a20.04.10.18_all.deb ...
Unpacking python3-update-manager (1:20.04.10.18) over (1:20.04.10.11) ...
Preparing to unpack .../16-update-manager-core_1%3a20.04.10.18_all.deb ...
Unpacking update-manager-core (1:20.04.10.18) over (1:20.04.10.11) ...
Preparing to unpack .../17-update-manager_1%3a20.04.10.18_all.deb ...
Unpacking update-manager (1:20.04.10.18) over (1:20.04.10.11) ...
Preparing to unpack .../18-ufw_0.36-6ubuntu1.1_all.deb ...
Unpacking ufw (0.36-6ubuntu1.1) over (0.36-6ubuntu1) ...
Preparing to unpack .../19-apt-transport-https_2.0.10_all.deb ...
Unpacking apt-transport-https (2.0.10) over (2.0.9) ...
Preparing to unpack .../20-firefox_122.0+build2-0ubuntu0.20.04.1_amd64.deb ...
Unpacking firefox (122.0+build2-0ubuntu0.20.04.1) over (121.0.1+build1-0ubuntu0.
20.04.1) ...
Preparing to unpack .../21-firefox-locale-en_122.0+build2-0ubuntu0.20.04.1_amd64
.deb ...
Unpacking firefox-locale-en (122.0+build2-0ubuntu0.20.04.1) over (121.0.1+build1
-0ubuntu0.20.04.1) ...
Preparing to unpack .../22-gnome-software-plugin-snap_3.36.1-0ubuntu0.20.04.1_am
d64.deb ...
Unpacking gnome-software-plugin-snap (3.36.1-0ubuntu0.20.04.1) over (3.36.1-0ubu
ntu0.20.04.0) ...
Preparing to unpack .../23-gnome-software_3.36.1-0ubuntu0.20.04.1_amd64.deb ...
Unpacking gnome-software (3.36.1-0ubuntu0.20.04.1) over (3.36.1-0ubuntu0.20.04.0
) ...
Preparing to unpack .../24-gnome-software-common_3.36.1-0ubuntu0.20.04.1_all.deb
 ...
Unpacking gnome-software-common (3.36.1-0ubuntu0.20.04.1) over (3.36.1-0ubuntu0.
20.04.0) ...
Selecting previously unselected package ubuntu-advantage-desktop-daemon.
Preparing to unpack .../25-ubuntu-advantage-desktop-daemon_1.10~20.04.1_amd64.de
b ...
Unpacking ubuntu-advantage-desktop-daemon (1.10~20.04.1) ...
Preparing to unpack .../26-software-properties-common_0.99.9.12_all.deb ...
Unpacking software-properties-common (0.99.9.12) over (0.98.9.4) ...
Preparing to unpack .../27-software-properties-gtk_0.99.9.12_all.deb ...
Unpacking software-properties-gtk (0.99.9.12) over (0.98.9.4) ...
Preparing to unpack .../28-python3-software-properties_0.99.9.12_all.deb ...
Unpacking python3-software-properties (0.99.9.12) over (0.98.9.4) ...
Preparing to unpack .../29-iputils-arping_3%3a20190709-3ubuntu1_amd64.deb ...
Unpacking iputils-arping (3:20190709-3ubuntu1) over (3:20190709-3) ...
Preparing to unpack .../30-libapparmor-perl_2.13.3-7ubuntu5.3_amd64.deb ...
Unpacking libapparmor-perl:amd64 (2.13.3-7ubuntu5.3) over (2.13.3-7ubuntu5.2) ..
.
Preparing to unpack .../31-libgpgme11_1.13.1-7ubuntu2.1_amd64.deb ...
Unpacking libgpgme11:amd64 (1.13.1-7ubuntu2.1) over (1.13.1-7ubuntu2) ...
Preparing to unpack .../32-libgpgmepp6_1.13.1-7ubuntu2.1_amd64.deb ...
Unpacking libgpgmepp6:amd64 (1.13.1-7ubuntu2.1) over (1.13.1-7ubuntu2) ...
Preparing to unpack .../33-libignition-cmake2-dev_2.17.1-1~focal_amd64.deb ...
Unpacking libignition-cmake2-dev:amd64 (2.17.1-1~focal) over (2.16.0-1~focal) ..
.
Preparing to unpack .../34-libignition-common3-graphics-dev_3.17.0-1~focal_amd64
.deb ...
Unpacking libignition-common3-graphics-dev:amd64 (3.17.0-1~focal) over (3.16.0-1
~focal) ...
Preparing to unpack .../35-libignition-common3-events-dev_3.17.0-1~focal_amd64.d
eb ...
Unpacking libignition-common3-events-dev:amd64 (3.17.0-1~focal) over (3.16.0-1~f
ocal) ...
Preparing to unpack .../36-libignition-common3-av-dev_3.17.0-1~focal_amd64.deb .
..
Unpacking libignition-common3-av-dev:amd64 (3.17.0-1~focal) over (3.16.0-1~focal
) ...
Preparing to unpack .../37-libignition-common3-core-dev_3.17.0-1~focal_amd64.deb
 ...
Unpacking libignition-common3-core-dev:amd64 (3.17.0-1~focal) over (3.16.0-1~foc
al) ...
Preparing to unpack .../38-libignition-common3-dev_3.17.0-1~focal_amd64.deb ...
Unpacking libignition-common3-dev:amd64 (3.17.0-1~focal) over (3.16.0-1~focal) .
..
Preparing to unpack .../39-libignition-common3-profiler-dev_3.17.0-1~focal_amd64
.deb ...
Unpacking libignition-common3-profiler-dev:amd64 (3.17.0-1~focal) over (3.16.0-1
~focal) ...
Preparing to unpack .../40-libignition-common3-profiler_3.17.0-1~focal_amd64.deb
 ...
Unpacking libignition-common3-profiler:amd64 (3.17.0-1~focal) over (3.16.0-1~foc
al) ...
Preparing to unpack .../41-libignition-math6-dev_6.15.1-1~focal_amd64.deb ...
Unpacking libignition-math6-dev:amd64 (6.15.1-1~focal) over (6.14.0-1~focal) ...
Preparing to unpack .../42-libignition-math6_6.15.1-1~focal_amd64.deb ...
Unpacking libignition-math6:amd64 (6.15.1-1~focal) over (6.14.0-1~focal) ...
Preparing to unpack .../43-libignition-common3-graphics_3.17.0-1~focal_amd64.deb
 ...
Unpacking libignition-common3-graphics:amd64 (3.17.0-1~focal) over (3.16.0-1~foc
al) ...
Preparing to unpack .../44-libignition-common3-events_3.17.0-1~focal_amd64.deb .
..
Unpacking libignition-common3-events:amd64 (3.17.0-1~focal) over (3.16.0-1~focal
) ...
Preparing to unpack .../45-libignition-common3-av_3.17.0-1~focal_amd64.deb ...
Unpacking libignition-common3-av:amd64 (3.17.0-1~focal) over (3.16.0-1~focal) ..
.
Preparing to unpack .../46-libignition-common3_3.17.0-1~focal_amd64.deb ...
Unpacking libignition-common3:amd64 (3.17.0-1~focal) over (3.16.0-1~focal) ...
Preparing to unpack .../47-libignition-fuel-tools4-dev_4.9.1-1~focal_amd64.deb .
..
Unpacking libignition-fuel-tools4-dev:amd64 (4.9.1-1~focal) over (4.9.0-1~focal)
 ...
Preparing to unpack .../48-libignition-fuel-tools4_4.9.1-1~focal_amd64.deb ...
Unpacking libignition-fuel-tools4:amd64 (4.9.1-1~focal) over (4.9.0-1~focal) ...
Preparing to unpack .../49-libsdformat9-dev_9.10.1-1~focal_amd64.deb ...
Unpacking libsdformat9-dev:amd64 (9.10.1-1~focal) over (9.10.0-1~focal) ...
Preparing to unpack .../50-sdformat9-sdf_9.10.1-1~focal_all.deb ...
Unpacking sdformat9-sdf (9.10.1-1~focal) over (9.10.0-1~focal) ...
Preparing to unpack .../51-libsdformat9_9.10.1-1~focal_amd64.deb ...
Unpacking libsdformat9:amd64 (9.10.1-1~focal) over (9.10.0-1~focal) ...
Preparing to unpack .../52-libsnmp-base_5.8+dfsg-2ubuntu2.9_all.deb ...
Unpacking libsnmp-base (5.8+dfsg-2ubuntu2.9) over (5.8+dfsg-2ubuntu2.7) ...
Preparing to unpack .../53-libsnmp35_5.8+dfsg-2ubuntu2.9_amd64.deb ...
Unpacking libsnmp35:amd64 (5.8+dfsg-2ubuntu2.9) over (5.8+dfsg-2ubuntu2.7) ...
Preparing to unpack .../54-lintian_2.62.0ubuntu2.3_all.deb ...
Unpacking lintian (2.62.0ubuntu2.3) over (2.62.0ubuntu2.2) ...
Preparing to unpack .../55-openvpn_2.4.12-0ubuntu0.20.04.1_amd64.deb ...
Unpacking openvpn (2.4.12-0ubuntu0.20.04.1) over (2.4.7-1ubuntu2.20.04.4) ...
Preparing to unpack .../56-python3-debian_0.1.36ubuntu1.1_all.deb ...
Unpacking python3-debian (0.1.36ubuntu1.1) over (0.1.36ubuntu1) ...
Preparing to unpack .../57-ubuntu-software_3.36.1-0ubuntu0.20.04.1_all.deb ...
Unpacking ubuntu-software (3.36.1-0ubuntu0.20.04.1) over (3.36.1-0ubuntu0.20.04.
0) ...
Preparing to unpack .../58-libignition-transport8-dev_8.5.0-1~focal_amd64.deb ..
.
Unpacking libignition-transport8-dev:amd64 (8.5.0-1~focal) over (8.4.0-3~focal) 
...
Preparing to unpack .../59-libignition-transport8-log-dev_8.5.0-1~focal_amd64.de
b ...
Unpacking libignition-transport8-log-dev:amd64 (8.5.0-1~focal) over (8.4.0-3~foc
al) ...
Preparing to unpack .../60-libignition-transport8-core-dev_8.5.0-1~focal_amd64.d
eb ...
Unpacking libignition-transport8-core-dev:amd64 (8.5.0-1~focal) over (8.4.0-3~fo
cal) ...
Preparing to unpack .../61-libignition-transport8_8.5.0-1~focal_amd64.deb ...
Unpacking libignition-transport8:amd64 (8.5.0-1~focal) over (8.4.0-3~focal) ...
Preparing to unpack .../62-libignition-transport8-log_8.5.0-1~focal_amd64.deb ..
.
Unpacking libignition-transport8-log:amd64 (8.5.0-1~focal) over (8.4.0-3~focal) 
...
Preparing to unpack .../63-libgazebo11-dev_11.14.0-1~focal_amd64.deb ...
Unpacking libgazebo11-dev:amd64 (11.14.0-1~focal) over (11.13.0-1~focal) ...
Preparing to unpack .../64-gazebo11-plugin-base_11.14.0-1~focal_amd64.deb ...
Unpacking gazebo11-plugin-base (11.14.0-1~focal) over (11.13.0-1~focal) ...
Preparing to unpack .../65-gazebo11_11.14.0-1~focal_amd64.deb ...
Unpacking gazebo11 (11.14.0-1~focal) over (11.13.0-1~focal) ...
Preparing to unpack .../66-libgazebo11_11.14.0-1~focal_amd64.deb ...
Unpacking libgazebo11:amd64 (11.14.0-1~focal) over (11.13.0-1~focal) ...
Preparing to unpack .../67-gazebo11-common_11.14.0-1~focal_all.deb ...
Unpacking gazebo11-common (11.14.0-1~focal) over (11.13.0-1~focal) ...
Setting up libapparmor1:amd64 (2.13.3-7ubuntu5.3) ...
Setting up apt-utils (2.0.10) ...
Setting up openvpn (2.4.12-0ubuntu0.20.04.1) ...
 * Restarting virtual private network daemon.                            [ OK ] 
Setting up apt-transport-https (2.0.10) ...
Setting up firefox (122.0+build2-0ubuntu0.20.04.1) ...
Please restart all running instances of firefox, or you will experience problems
.
Setting up libignition-math6:amd64 (6.15.1-1~focal) ...
Setting up distro-info-data (0.43ubuntu1.15) ...
Setting up libsnmp-base (5.8+dfsg-2ubuntu2.9) ...
Setting up libnetplan0:amd64 (0.104-0ubuntu2~20.04.4) ...
Setting up gnome-shell-common (3.36.9-0ubuntu0.20.04.3) ...
Setting up lintian (2.62.0ubuntu2.3) ...
Setting up ufw (0.36-6ubuntu1.1) ...
Setting up systemd (245.4-4ubuntu3.23) ...
Setting up iputils-arping (3:20190709-3ubuntu1) ...
Setting up libgpgme11:amd64 (1.13.1-7ubuntu2.1) ...
Setting up gnome-software-common (3.36.1-0ubuntu0.20.04.1) ...
Setting up netplan.io (0.104-0ubuntu2~20.04.4) ...
Setting up tzdata (2023d-0ubuntu0.20.04) ...

Current default time zone: 'America/Los_Angeles'
Local time is now:      Mon Jan 29 10:21:55 PST 2024.
Universal Time is now:  Mon Jan 29 18:21:55 UTC 2024.
Run 'dpkg-reconfigure tzdata' if you wish to change it.

Setting up apparmor (2.13.3-7ubuntu5.3) ...
Reloading AppArmor profiles 
Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd
Skipping profile in /etc/apparmor.d/disable: usr.bin.firefox
Warning: found usr.sbin.chronyd in /etc/apparmor.d/force-complain, forcing compl
ain mode
Warning from /etc/apparmor.d (/etc/apparmor.d/usr.sbin.chronyd line 60): Warning
 failed to create cache: usr.sbin.chronyd
Setting up libignition-cmake2-dev:amd64 (2.17.1-1~focal) ...
Setting up python3-software-properties (0.99.9.12) ...
Setting up firefox-locale-en (122.0+build2-0ubuntu0.20.04.1) ...
Setting up gazebo11-common (11.14.0-1~focal) ...
Setting up python3-debian (0.1.36ubuntu1.1) ...
Setting up udev (245.4-4ubuntu3.23) ...
update-initramfs: deferring update (trigger activated)
Setting up libudev-dev:amd64 (245.4-4ubuntu3.23) ...
Setting up libignition-transport8:amd64 (8.5.0-1~focal) ...
Setting up sdformat9-sdf (9.10.1-1~focal) ...
Setting up python3-distro-info (0.23ubuntu1.1) ...
Setting up iputils-ping (3:20190709-3ubuntu1) ...
Setting up libignition-common3:amd64 (3.17.0-1~focal) ...
Setting up iputils-tracepath (3:20190709-3ubuntu1) ...
Setting up rsync (3.1.3-8ubuntu0.7) ...
Setting up libignition-common3-events:amd64 (3.17.0-1~focal) ...
Setting up distro-info (0.23ubuntu1.1) ...
Setting up libapparmor-perl:amd64 (2.13.3-7ubuntu5.3) ...
Setting up systemd-sysv (245.4-4ubuntu3.23) ...
Setting up libsnmp35:amd64 (5.8+dfsg-2ubuntu2.9) ...
Setting up libignition-fuel-tools4:amd64 (4.9.1-1~focal) ...
Setting up libgpgmepp6:amd64 (1.13.1-7ubuntu2.1) ...
Setting up libignition-common3-profiler:amd64 (3.17.0-1~focal) ...
Setting up libignition-common3-core-dev:amd64 (3.17.0-1~focal) ...
Setting up libignition-common3-av:amd64 (3.17.0-1~focal) ...
Setting up libnss-systemd:amd64 (245.4-4ubuntu3.23) ...
Setting up libsdformat9:amd64 (9.10.1-1~focal) ...
Setting up libignition-math6-dev:amd64 (6.15.1-1~focal) ...
Setting up libignition-common3-profiler-dev:amd64 (3.17.0-1~focal) ...
Setting up libignition-transport8-core-dev:amd64 (8.5.0-1~focal) ...
Setting up software-properties-common (0.99.9.12) ...
Setting up libignition-common3-av-dev:amd64 (3.17.0-1~focal) ...
Setting up libignition-transport8-log:amd64 (8.5.0-1~focal) ...
Setting up libignition-common3-graphics:amd64 (3.17.0-1~focal) ...
Setting up python3-update-manager (1:20.04.10.18) ...
Setting up libpam-systemd:amd64 (245.4-4ubuntu3.23) ...
Setting up ubuntu-advantage-tools (30~20.04) ...
Removing obsolete conffile /etc/ubuntu-advantage/help_data.yaml ...
Setting up libignition-common3-events-dev:amd64 (3.17.0-1~focal) ...
Setting up ubuntu-advantage-desktop-daemon (1.10~20.04.1) ...
ubuntu-advantage-desktop-daemon.service is a disabled or a static unit not runni
ng, not starting it.
Setting up libignition-fuel-tools4-dev:amd64 (4.9.1-1~focal) ...
Setting up ubuntu-pro-client-l10n (30~20.04) ...
Setting up libignition-common3-graphics-dev:amd64 (3.17.0-1~focal) ...
Setting up libgazebo11:amd64 (11.14.0-1~focal) ...
Setting up software-properties-gtk (0.99.9.12) ...
Setting up libsdformat9-dev:amd64 (9.10.1-1~focal) ...
Setting up libignition-transport8-log-dev:amd64 (8.5.0-1~focal) ...
Setting up libignition-common3-dev:amd64 (3.17.0-1~focal) ...
Setting up libignition-transport8-dev:amd64 (8.5.0-1~focal) ...
Setting up update-manager-core (1:20.04.10.18) ...
Setting up gazebo11 (11.14.0-1~focal) ...
Setting up gazebo11-plugin-base (11.14.0-1~focal) ...
Setting up update-manager (1:20.04.10.18) ...
Setting up libgazebo11-dev:amd64 (11.14.0-1~focal) ...
Processing triggers for install-info (6.7.0.dfsg.2-5) ...
Processing triggers for bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu2) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for desktop-file-utils (0.24-1ubuntu3) ...
Processing triggers for mime-support (3.64ubuntu1) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Processing triggers for doc-base (0.10.9) ...
Processing 1 changed doc-base file...
Processing triggers for gnome-menus (3.36.0-1ubuntu1) ...
Processing triggers for libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.6) ...
Processing triggers for libc-bin (2.31-0ubuntu9.14) ...
Processing triggers for rsyslog (8.2001.0-1ubuntu1.3) ...
Processing triggers for gconf2 (3.2.6-6ubuntu1) ...
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for ureadahead (0.100.0-21) ...
ureadahead will be reprofiled on next reboot
Processing triggers for cracklib-runtime (2.9.6-3.2) ...
Processing triggers for plymouth-theme-ubuntu-text (0.9.4git20200323-0ubuntu6.2)
 ...
update-initramfs: deferring update (trigger activated)
Processing triggers for dbus (1.12.16-2ubuntu2.3) ...
Processing triggers for shared-mime-info (1.15-1) ...
Setting up gnome-software (3.36.1-0ubuntu0.20.04.1) ...
Setting up ubuntu-software (3.36.1-0ubuntu0.20.04.1) ...
Setting up gnome-shell (3.36.9-0ubuntu0.20.04.3) ...
Setting up gnome-software-plugin-snap (3.36.1-0ubuntu0.20.04.1) ...
Processing triggers for initramfs-tools (0.136ubuntu6.7) ...
update-initramfs: Generating /boot/initrd.img-5.4.0-170-generic
eepp@sisters:~$ 










------------- Problem -----------------------

eepp@sisters:~$ 
eepp@sisters:~$ 
eepp@sisters:~$ 
eepp@sisters:~$ 
eepp@sisters:~$ 
eepp@sisters:~$ 
eepp@sisters:~$ sudo apt install ros-humble-desktop
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package ros-humble-desktop
eepp@sisters:~$ 

-- web search --

https://robotics.stackexchange.com/questions/103537/unable-to-locate-package-ros-humble-desktop-ubuntu-22-04

So it turns out since I have an older version of the ras pi 4, armhf, I will need to re flash the sd card for ubuntu 20.04 and try ros noetic. I appreciate you looking into this though – 
Vincent_Matthew
 Aug 18, 2023 at 17:53

unable to locate package ros-humble-desktop ubuntu 22.04

The screenshot shows you're running 22.04 on an ARMhf platform.

Only Ubuntu on ARMv8 gets .deb packages (ie: packages you can install using apt). ARMhf (or arm32) users need to build ROS 2 from source.

See also REP 2000: ROS 2 Releases and Target Platforms: Humble Hawksbill (May 2022 - May 2027) (ARMv8 is called arm64 in that document).

-------------------------------------------


reviewing ros.org