Changes

Jump to: navigation, search

DESK-MX8M-AN-0001: Package Management with apt-get

952 bytes removed, 12:57, 11 August 2023
cleanup
We assume that network interface has been already configured for Internet access. In any case, a simple network configuration can be done according to the [[DESK-MX8M-L/Deployment/How_to_configure_the_network_interfaces#Static_IP_address | How to configure the network interfaces]] wiki page.
=== Install package on SBC-ORCA ===
The target is finally ready to install new packages. The following example shows for instance the installation of <code>graphviz</code>:
 
<pre class="board-terminal">
root@desk-mx8mp:~# apt-get install graphviz
Selecting previously unselected package graphviz.
(Reading database ... 81414 files and directories currently installed.)
Preparing to unpack .../graphviz_2.50.0-r0_arm64.deb ...
Unpacking graphviz (2.50.0-r0) ...
Setting up graphviz (2.50.0-r0) ...
</pre>
 
=== Install package on SBCX-Mito8MMini===
 
The target is finally ready to install new packages. The following example shows for instance the installation of <code>graphviz</code>:
<pre class="board-terminal">
root@desk-mx8mm:~# apt-get install graphviz
Reading package lists... Done
Building dependency tree... Done
The following NEW packages will be installed:
graphviz
0 upgraded, 1 newly installed, 0 to remove and 13 not upgraded.
Need to get 2094 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://yocto.dave.eu/desk-mx8m-l-4.0.0 armv8a-mx8mm/ graphviz 2.50.0-r0 [2094 kB]
Fetched 2094 kB in 1s (2020 kB/s)
Selecting previously unselected package graphviz.
(Reading database ... 59125 files and directories currently installed.)
Preparing to unpack .../graphviz_2.50.0-r0_arm64.deb ...
Unpacking graphviz (2.50.0-r0) ...
743
edits

Navigation menu