Open main menu

DAVE Developer's Wiki β

Changes

no edit summary
<pre>
root@desk-mx93:~# cat /etc/apt/apt.conf
APT::Architecture "armhfarm64";
APT::Get::AllowUnauthenticated "true";
Acquire::Languages "none";
Get:14 http://yocto.dave.eu/desk-mx9-l-5.1.0 armv8a-mx93/ Packages [105 kB]
Get:15 http://yocto.dave.eu/desk-mx9-l-5.1.0 armv8a/ Packages [4319 kB]
Get:16 http://yocto.dave.eu/desk-mx9-l-5.1.0 desk_mx93_rev1/ Packages [278 kB] Fetched 4889 kB in 2s 7s (2083 732 kB/s)
Reading package lists... Done
W: Conflicting distribution: http://yocto.dave.eu/desk-mx9-l-5.1.0 all/ Release (expected all/ but got )
sed -i 's/\.\//desk%5fmx93%5frev1\//g' /var/lib/apt/lists/yocto.dave.eu_desk-mx9-l-5.1.0_desk%5fmx93%5frev1_Packages
</pre>
 
=== Fix dependencies ===
Before to install fix the dependencies with follow command <syntaxhighlight>
apt --fix-broken install
</syntaxhighlight>The command could be fail if are present some changes on package modified, for example if the file <code>/etc/resolv.conf</code> are changed try to remove it and repeat the command.
=== Installing packages on target ===
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following NEW packages will be installed:
autoconf-archive
After this operation, 0 B of additional disk space will be used.
Get:1 http://yocto.dave.eu/desk-mx9-l-5.1.0 all/ autoconf-archive 2023.02.20-r0 [316 kB]
Fetched 316 kB in 0s (764 803 kB/s)
Selecting previously unselected package autoconf-archive.
(Reading database ... 58727 61836 files and directories currently installed.)
Preparing to unpack .../autoconf-archive_2023.02.20-r0_all.deb ...
Unpacking autoconf-archive (2023.02.20-r0) ...
Setting up autoconf-archive (2023.02.20-r0) ...
root@desk-mx93-rev1:~#
</pre>
<pre class="board-terminal">
root@desk-mx93-rev1:~# apt-cache search vim
vim-common - Vi IMproved - enhanced vi editor
vim-dev - Vi IMproved - enhanced vi editor - Development files
vim-doc - Vi IMproved - enhanced vi editor - Documentation files
vim-help - Vi IMproved - enhanced vi editor
vim-src - Vi IMproved - enhanced vi editor - Source files
vim-syntax - Vi IMproved - enhanced vi editor
vim-tiny-dev - Vi IMproved - enhanced vi editor (with tiny features) - Development files
vim-tiny-src - Vi IMproved - enhanced vi editor (with tiny features) - Source files
vim-tiny - Vi IMproved - enhanced vi editor (with tiny features)
vim-tools - Vi IMproved - enhanced vi editor
vim-xxd - Vi IMproved - enhanced vi editor
vim - Vi IMproved - enhanced vi editor
root@desk-mx93-rev1:~#
</pre>
dave_user
220
edits