Difference between revisions of "Turtlebot3 Waffle NUC Humble NUC 20240422"
From wikidb
(→Install Ubuntu on NUC) |
(→Install Ubuntu on NUC) |
||
Line 2: | Line 2: | ||
* New NUC11PAHi5 | * New NUC11PAHi5 | ||
+ | |||
+ | * Linux 22.04 | ||
+ | |||
* [https://ubuntu.com/core/docs/install-nuc Installing Ubuntu Core on a NUC] | * [https://ubuntu.com/core/docs/install-nuc Installing Ubuntu Core on a NUC] | ||
+ | * On Hood - NUC | ||
+ | |||
+ | ERROR | ||
eepp@sisters:~$ sudo apt-get install MultiWriter | eepp@sisters:~$ sudo apt-get install MultiWriter | ||
Reading package lists... Done | Reading package lists... Done | ||
Line 10: | Line 16: | ||
E: Unable to locate package MultiWriter | E: Unable to locate package MultiWriter | ||
eepp@sisters:~$ | eepp@sisters:~$ | ||
+ | |||
+ | <pre> | ||
+ | eepp@hood:~$ sudo apt install gnome-multi-writer | ||
+ | Reading package lists... Done | ||
+ | Building dependency tree | ||
+ | Reading state information... Done | ||
+ | The following NEW packages will be installed: | ||
+ | gnome-multi-writer | ||
+ | 0 upgraded, 1 newly installed, 0 to remove and 594 not upgraded. | ||
+ | Need to get 135 kB of archives. | ||
+ | After this operation, 572 kB of additional disk space will be used. | ||
+ | Get:1 http://us.archive.ubuntu.com/ubuntu focal/universe amd64 gnome-multi-writer amd64 3.32.1-1 [135 kB] | ||
+ | Fetched 135 kB in 1s (255 kB/s) | ||
+ | Selecting previously unselected package gnome-multi-writer. | ||
+ | (Reading database ... 291963 files and directories currently installed.) | ||
+ | Preparing to unpack .../gnome-multi-writer_3.32.1-1_amd64.deb ... | ||
+ | Unpacking gnome-multi-writer (3.32.1-1) ... | ||
+ | Setting up gnome-multi-writer (3.32.1-1) ... | ||
+ | Processing triggers for mime-support (3.64ubuntu1) ... | ||
+ | Processing triggers for hicolor-icon-theme (0.17-2) ... | ||
+ | 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 man-db (2.9.1-1) ... | ||
+ | Processing triggers for desktop-file-utils (0.24-1ubuntu3) ... | ||
+ | eepp@hood:~$ | ||
+ | </pre> |
Revision as of 09:46, 16 April 2024
Install Ubuntu on NUC
- New NUC11PAHi5
- Linux 22.04
- On Hood - NUC
ERROR
eepp@sisters:~$ sudo apt-get install MultiWriter Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package MultiWriter eepp@sisters:~$
eepp@hood:~$ sudo apt install gnome-multi-writer Reading package lists... Done Building dependency tree Reading state information... Done The following NEW packages will be installed: gnome-multi-writer 0 upgraded, 1 newly installed, 0 to remove and 594 not upgraded. Need to get 135 kB of archives. After this operation, 572 kB of additional disk space will be used. Get:1 http://us.archive.ubuntu.com/ubuntu focal/universe amd64 gnome-multi-writer amd64 3.32.1-1 [135 kB] Fetched 135 kB in 1s (255 kB/s) Selecting previously unselected package gnome-multi-writer. (Reading database ... 291963 files and directories currently installed.) Preparing to unpack .../gnome-multi-writer_3.32.1-1_amd64.deb ... Unpacking gnome-multi-writer (3.32.1-1) ... Setting up gnome-multi-writer (3.32.1-1) ... Processing triggers for mime-support (3.64ubuntu1) ... Processing triggers for hicolor-icon-theme (0.17-2) ... 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 man-db (2.9.1-1) ... Processing triggers for desktop-file-utils (0.24-1ubuntu3) ... eepp@hood:~$