20250614让NanoPi NEO core开发板在Ubuntu core16.04系统下使用耳机播音测试
root@NanoPi-NEO-Core:/# aplay 我和我的祖国.wav
root@NanoPi-NEO-Core:/# apt install mpg123
root@NanoPi-NEO-Core:/# mpg123 张学友\ 吻别.mp3
root@NanoPi-NEO-Core:/# mplayer 张学友\ 吻别.mp3
root@NanoPi-NEO-Core:/# mplayer 张学友\ 吻别.mp3
20250614让NanoPi NEO core开发板在Ubuntu core16.04系统下使用耳机播音测试
2025/6/14 11:04
缘起:公司项目需要从耳机孔接到高音喇叭播放外音。
于是开始测试常见的音频文件。wav/mp3。
你需要有:
1、NanoPi NEO core开发板 的底板。
2、耳机/喇叭
3、网线接交换机。【使用U盘或者TF卡传输mp3/wav文件也可以。】
【但是默认的播放器aplay只能播放wav,播mp3需要联网,当然,4G模块也是可以的!^_】
https://yr7ywq.smartapps.baidu.com/?content_id=2411274&word=ubuntu%E6%92%AD%E6%94%BEmp3&_chatQuery=ubuntu%E6%92%AD%E6%94%BEmp3&searchid=13738274566496969169&_chatParams=%7B%22agent_id%22%3A%22c816%22%2C%22content_build_id%22%3A%222411274%22%2C%22from%22%3A%22q2c%22%2C%22token%22%3A%22%2BD7kWg0ViK098b0wj6iJNSuOhzQ0lPrq5TSF6rpIynYUEPfRvTwtrYnsrpmM%2B7zllHGAQYLvg7R%2BCDlEKlYaz1%2FwzCREgWGSr5Ftgw5r1BZzCnk%3D%22%2C%22chat_no_login%22%3Atrue%7D&_swebScene=3711000610000000
ubuntu播放mp3
在Ubuntu系统中播放MP3文件,你可以使用多种命令行工具。以下是一些常用的方法:
?确认系统已安装音频播放软件?:
在Ubuntu中,默认情况下可能并未预装音频播放软件。你可以通过包管理器安装一个,例如mpg123或mplayer。
?查找Ubuntu播放MP3的命令行工具?:
mpg123:一个轻量级的MP3播放器,专注于命令行界面。
mplayer:一个功能强大的多媒体播放器,支持多种音频和视频格式,也支持命令行操作。
?确定播放MP3的命令格式?:
使用mpg123播放MP3文件的命令格式如下:
bash
Copy Code
mpg123 /path/to/your/file.mp3
使用mplayer播放MP3文件的命令格式如下:
bash
Copy Code
mplayer /path/to/your/file.mp3
?在终端中输入并执行播放MP3的命令?:
打开终端,输入上述命令之一,并按回车键执行。例如,如果你的MP3文件位于/home/user/music/song.mp3,你可以使用以下命令播放它:
bash
Copy Code
mpg123 /home/user/music/song.mp3
或者
bash
Copy Code
mplayer /home/user/music/song.mp3
在安装这些工具之前,你可能需要使用apt包管理器来安装它们。例如,安装mpg123的命令如下:
bash
Copy Code
sudo apt-get update
sudo apt-get install mpg123
安装mplayer的命令如下:
bash
Copy Code
sudo apt-get update
sudo apt-get install mplayer
完成安装后,你就可以使用上述命令来播放MP3文件了。
ubuntu怎么关机?
ubuntu怎么更新系统?
ubuntu有哪些基础命令?
root@NanoPi-NEO-Core:/#
root@NanoPi-NEO-Core:/# ifconfig
eth0 Link encap:Ethernet HWaddr 02:81:a0:36:0b:88
inet addr:192.168.3.75 Bcast:192.168.3.255 Mask:255.255.255.0
inet6 addr: fe80::d910:6924:210a:6777/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:429 errors:0 dropped:0 overruns:0 frame:0
TX packets:120 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:71676 (71.6 KB) TX bytes:11066 (11.0 KB)
Interrupt:41
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:106 errors:0 dropped:0 overruns:0 frame:0
TX packets:106 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:11317 (11.3 KB) TX bytes:11317 (11.3 KB)
root@NanoPi-NEO-Core:/#
root@NanoPi-NEO-Core:/# ll
total 44704
drwxr-xr-x 1 root root 4096 Jun 14 03:06 ./
drwxr-xr-x 1 root root 4096 Jun 14 03:06 ../
drwxr-xr-x 2 root root 4096 Jun 18 2021 bin/
drwxr-xr-x 4 root root 16384 Jan 1 1970 boot/
drwxr-xr-x 14 root root 3800 Feb 11 2016 dev/
-rwxrwxrwx 1 root root 65756 May 20 06:48 ec20_quectel-CM*
drwxr-xr-x 1 root root 4096 Feb 11 2016 etc/
-rw-r--r-- 1 root root 1588949 Jun 12 09:43 friendlycore-jammy-images.tgz
-rw-r--r-- 1 root root 1534817 Jun 12 10:17 friendlycore-jammy-images.tgz.1
drwxr-xr-x 1 root root 4096 Mar 27 2017 home/
drwxr-xr-x 15 root root 4096 Jul 17 2019 lib/
drwx------ 2 root root 16384 Apr 2 07:23 lost+found/
drwxr-xr-x 2 root root 4096 Oct 21 2015 media/
drwxr-xr-x 1 root root 4096 Jun 12 09:20 mnt/
drwxr-xr-x 3 root root 4096 Jun 18 2021 opt/
dr-xr-xr-x 117 root root 0 Jan 1 1970 proc/
-rwxrwxrwx 1 root root 183564 Mar 30 2024 quectel-CM*
drwx------ 1 root root 4096 Jun 12 09:35 root/
drwxr-xr-x 17 root root 520 Jun 14 03:04 run/
drwxr-xr-x 2 root root 4096 Jun 18 2021 sbin/
drwxr-xr-x 2 root root 4096 Oct 21 2015 srv/
dr-xr-xr-x 12 root root 0 Feb 11 2016 sys/
drwxrwxrwt 1 root root 4096 Jun 14 03:05 tmp/
-rw-r--r-- 1 root root 21 Jun 12 09:37 ttyUSB2
drwxr-xr-x 1 root root 4096 Jun 29 2022 usr/
drwxr-xr-x 1 root root 4096 Jan 1 2016 var/
-rw-r--r-- 1 root root 42279016 May 19 06:06 我和我的祖国.wav
root@NanoPi-NEO-Core:/#
root@NanoPi-NEO-Core:/# aplay 我和我的祖国.wav
Playing WAVE '我和我的祖国.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Stereo
root@NanoPi-NEO-Core:/#
root@NanoPi-NEO-Core:/# ll
total 44704
drwxr-xr-x 1 root root 4096 Jun 14 03:06 ./
drwxr-xr-x 1 root root 4096 Jun 14 03:06 ../
drwxr-xr-x 2 root root 4096 Jun 18 2021 bin/
drwxr-xr-x 4 root root 16384 Jan 1 1970 boot/
drwxr-xr-x 14 root root 3800 Feb 11 2016 dev/
-rwxrwxrwx 1 root root 65756 May 20 06:48 ec20_quectel-CM*
drwxr-xr-x 1 root root 4096 Feb 11 2016 etc/
-rw-r--r-- 1 root root 1588949 Jun 12 09:43 friendlycore-jammy-images.tgz
-rw-r--r-- 1 root root 1534817 Jun 12 10:17 friendlycore-jammy-images.tgz.1
drwxr-xr-x 1 root root 4096 Mar 27 2017 home/
drwxr-xr-x 15 root root 4096 Jul 17 2019 lib/
drwx------ 2 root root 16384 Apr 2 07:23 lost+found/
drwxr-xr-x 2 root root 4096 Oct 21 2015 media/
drwxr-xr-x 1 root root 4096 Jun 12 09:20 mnt/
drwxr-xr-x 3 root root 4096 Jun 18 2021 opt/
dr-xr-xr-x 115 root root 0 Jan 1 1970 proc/
-rwxrwxrwx 1 root root 183564 Mar 30 2024 quectel-CM*
drwx------ 1 root root 4096 Jun 12 09:35 root/
drwxr-xr-x 17 root root 520 Jun 14 03:04 run/
drwxr-xr-x 2 root root 4096 Jun 18 2021 sbin/
drwxr-xr-x 2 root root 4096 Oct 21 2015 srv/
dr-xr-xr-x 12 root root 0 Feb 11 2016 sys/
drwxrwxrwt 1 root root 4096 Jun 14 03:10 tmp/
-rw-r--r-- 1 root root 21 Jun 12 09:37 ttyUSB2
drwxr-xr-x 1 root root 4096 Jun 29 2022 usr/
drwxr-xr-x 1 root root 4096 Jan 1 2016 var/
-rw-r--r-- 1 root root 42279016 May 19 06:06 我和我的祖国.wav
root@NanoPi-NEO-Core:/#
root@NanoPi-NEO-Core:/# ll
total 49428
drwxr-xr-x 1 root root 4096 Jun 14 03:12 ./
drwxr-xr-x 1 root root 4096 Jun 14 03:12 ../
drwxr-xr-x 2 root root 4096 Jun 18 2021 bin/
drwxr-xr-x 4 root root 16384 Jan 1 1970 boot/
drwxr-xr-x 14 root root 3800 Feb 11 2016 dev/
-rwxrwxrwx 1 root root 65756 May 20 06:48 ec20_quectel-CM*
drwxr-xr-x 1 root root 4096 Feb 11 2016 etc/
-rw-r--r-- 1 root root 1588949 Jun 12 09:43 friendlycore-jammy-images.tgz
-rw-r--r-- 1 root root 1534817 Jun 12 10:17 friendlycore-jammy-images.tgz.1
drwxr-xr-x 1 root root 4096 Mar 27 2017 home/
drwxr-xr-x 15 root root 4096 Jul 17 2019 lib/
drwx------ 2 root root 16384 Apr 2 07:23 lost+found/
drwxr-xr-x 2 root root 4096 Oct 21 2015 media/
drwxr-xr-x 1 root root 4096 Jun 12 09:20 mnt/
drwxr-xr-x 3 root root 4096 Jun 18 2021 opt/
dr-xr-xr-x 115 root root 0 Jan 1 1970 proc/
-rwxrwxrwx 1 root root 183564 Mar 30 2024 quectel-CM*
drwx------ 1 root root 4096 Jun 12 09:35 root/
drwxr-xr-x 17 root root 520 Jun 14 03:04 run/
drwxr-xr-x 2 root root 4096 Jun 18 2021 sbin/
drwxr-xr-x 2 root root 4096 Oct 21 2015 srv/
dr-xr-xr-x 12 root root 0 Feb 11 2016 sys/
drwxrwxrwt 1 root root 4096 Jun 14 03:10 tmp/
-rw-r--r-- 1 root root 21 Jun 12 09:37 ttyUSB2
drwxr-xr-x 1 root root 4096 Jun 29 2022 usr/
drwxr-xr-x 1 root root 4096 Jan 1 2016 var/
-rw-r--r-- 1 root root 4835832 Jun 14 03:09 张学友 吻别.mp3
-rw-r--r-- 1 root root 42279016 May 19 06:06 我和我的祖国.wav
root@NanoPi-NEO-Core:/#
root@NanoPi-NEO-Core:/#
root@NanoPi-NEO-Core:/# aplay 张学友\ 吻别.mp3
Playing raw data '张学友 吻别.mp3' : Unsigned 8 bit, Rate 8000 Hz, Mono
aplay: set_params:1233: Sample format non available
Available formats:
- S16_LE
- S32_LE
root@NanoPi-NEO-Core:/#
root@NanoPi-NEO-Core:/# apt install mpg123
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
libasyncns0 libaudio2 libflac8 libice6 libjack-jackd2-0 libmpg123-0 libogg0
libopenal-data libopenal1 libportaudio2 libpulse0 libsm6 libsndfile1
libvorbis0a libvorbisenc2 libxt6
Suggested packages:
Progress: [ 98%] [##########################################################]
The following NEW packages will be installed:
libasyncns0 libaudio2 libflac8 libice6 libjack-jackd2-0 libmpg123-0 libogg0
libopenal-data libopenal1 libportaudio2 libpulse0 libsm6 libsndfile1
libvorbis0a libvorbisenc2 libxt6 mpg123
0 upgraded, 17 newly installed, 0 to remove and 250 not upgraded.
Need to get 1,519 kB of archives.
After this operation, 4,383 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://ports.ubuntu.com xenial/main armhf libasyncns0 armhf 0.8-5build1 [11.0 kB]
Get:2 http://ports.ubuntu.com xenial/main armhf libice6 armhf 2:1.0.9-1 [32.7 kB]
Get:3 http://ports.ubuntu.com xenial/main armhf libsm6 armhf 2:1.2.2-1 [13.9 kB]
Get:4 http://ports.ubuntu.com xenial/main armhf libxt6 armhf 1:1.1.5-0ubuntu1 [130 kB]
Get:5 http://ports.ubuntu.com xenial/main armhf libaudio2 armhf 1.9.4-4 [44.1 kB]
Get:6 http://ports.ubuntu.com xenial/main armhf libogg0 armhf 1.3.2-1 [14.6 kB]
Get:7 http://ports.ubuntu.com xenial/universe armhf libopenal-data all 1:1.16.0-3 [101 kB]
Get:8 http://ports.ubuntu.com xenial/universe armhf libopenal1 armhf 1:1.16.0-3 [142 kB]
Get:9 http://ports.ubuntu.com xenial/main armhf libflac8 armhf 1.3.1-4 [143 kB]
Get:10 http://ports.ubuntu.com xenial/main armhf libjack-jackd2-0 armhf 1.9.10+20150825git1ed50c92~dfsg-1ubuntu1 [120 kB]
Get:11 http://ports.ubuntu.com xenial-security/universe armhf libmpg123-0 armhf 1.22.4-1ubuntu0.1 [110 kB]
Get:12 http://ports.ubuntu.com xenial/main armhf libportaudio2 armhf 19+svn20140130-1build1 [54.9 kB]
Get:13 http://ports.ubuntu.com xenial-security/main armhf libvorbis0a armhf 1.3.5-3ubuntu0.2 [76.2 kB]
Get:14 http://ports.ubuntu.com xenial-security/main armhf libvorbisenc2 armhf 1.3.5-3ubuntu0.2 [64.5 kB]
Get:15 http://ports.ubuntu.com xenial-security/main armhf libsndfile1 armhf 1.0.25-10ubuntu0.16.04.3 [131 kB]
Get:16 http://ports.ubuntu.com xenial-security/main armhf libpulse0 armhf 1:8.0-0ubuntu3.15 [218 kB]
Get:17 http://ports.ubuntu.com xenial-security/universe armhf mpg123 armhf 1.22.4-1ubuntu0.1 [112 kB]
Fetched 1,519 kB in 23s (65.5 kB/s)
root@NanoPi-NEO-Core:/#
root@NanoPi-NEO-Core:/#
root@NanoPi-NEO-Core:/# ll
total 49428
drwxr-xr-x 1 root root 4096 Jun 14 03:12 ./
drwxr-xr-x 1 root root 4096 Jun 14 03:12 ../
drwxr-xr-x 2 root root 4096 Jun 18 2021 bin/
drwxr-xr-x 4 root root 16384 Jan 1 1970 boot/
drwxr-xr-x 14 root root 3800 Feb 11 2016 dev/
-rwxrwxrwx 1 root root 65756 May 20 06:48 ec20_quectel-CM*
drwxr-xr-x 1 root root 4096 Jun 14 03:15 etc/
-rw-r--r-- 1 root root 1588949 Jun 12 09:43 friendlycore-jammy-images.tgz
-rw-r--r-- 1 root root 1534817 Jun 12 10:17 friendlycore-jammy-images.tgz.1
drwxr-xr-x 1 root root 4096 Mar 27 2017 home/
drwxr-xr-x 15 root root 4096 Jul 17 2019 lib/
drwx------ 2 root root 16384 Apr 2 07:23 lost+found/
drwxr-xr-x 2 root root 4096 Oct 21 2015 media/
drwxr-xr-x 1 root root 4096 Jun 12 09:20 mnt/
drwxr-xr-x 3 root root 4096 Jun 18 2021 opt/
dr-xr-xr-x 116 root root 0 Jan 1 1970 proc/
-rwxrwxrwx 1 root root 183564 Mar 30 2024 quectel-CM*
drwx------ 1 root root 4096 Jun 12 09:35 root/
drwxr-xr-x 17 root root 520 Jun 14 03:04 run/
drwxr-xr-x 2 root root 4096 Jun 18 2021 sbin/
drwxr-xr-x 2 root root 4096 Oct 21 2015 srv/
dr-xr-xr-x 12 root root 0 Feb 11 2016 sys/
drwxrwxrwt 1 root root 4096 Jun 14 03:15 tmp/
-rw-r--r-- 1 root root 21 Jun 12 09:37 ttyUSB2
drwxr-xr-x 1 root root 4096 Jun 29 2022 usr/
drwxr-xr-x 1 root root 4096 Jan 1 2016 var/
-rw-r--r-- 1 root root 4835832 Jun 14 03:09 张学友 吻别.mp3
-rw-r--r-- 1 root root 42279016 May 19 06:06 我和我的祖国.wav
root@NanoPi-NEO-Core:/#
root@NanoPi-NEO-Core:/# mp
mp3-decoder mpg123.bin mpg123-nas mpg123-portaudio
mpg123 mpg123-id3dump mpg123-openal mpg123-pulse
mpg123-alsa mpg123-jack mpg123-oss mpg123-strip
root@NanoPi-NEO-Core:/# mpg123 张学友\ 吻别.mp3
High Performance MPEG 1.0/2.0/2.5 Audio Player for Layers 1, 2 and 3
version 1.22.4; written and copyright by Michael Hipp and others
free software (LGPL) without any warranty but with best wishes
Playing MPEG stream 1 of 1: 张学友 吻别.mp3 ...
MPEG 1.0 layer III, 128 kbit/s, 44100 Hz joint-stereo
Title: ??±? Artist: ???§??
Comment: Album:
Year: Genre: Unknown
[5:01] Decoding of 张学友 吻别.mp3 finished.
root@NanoPi-NEO-Core:/#
root@NanoPi-NEO-Core:/#
root@NanoPi-NEO-Core:/#
root@NanoPi-NEO-Core:/# apt install mplayer
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
esound-common liba52-0.7.4 libaa1 libaacs0 libass5 libaudiofile1
libavcodec-ffmpeg56 libavformat-ffmpeg56 libavutil-ffmpeg54 libbdplus0
libbluray1 libbs2b0 libcdio-cdda1 libcdio-paranoia1 libcdio13 libdca0
libdirectfb-1.2-9 libdrm-amdgpu1 libdrm-common libdrm2 libdv4 libdvdnav4
libdvdread4 libenca0 libesd0 libfaad2 libgif7 libgl1-mesa-glx libglapi-mesa
libgme0 libgsm1 libldb1 liblircclient0 libllvm6.0 libmad0 libmodplug1
libmp3lame0 libmpeg2-4 libopenjpeg5 libopus0 liborc-0.4-0
libpostproc-ffmpeg53 libschroedinger-1.0-0 libsdl1.2debian libsensors4
libshine3 libsmbclient libsnappy1v5 libsoxr0 libspeex1 libssh-gcrypt-4
libswresample-ffmpeg1 libswscale-ffmpeg3 libtalloc2 libtdb1 libtevent0
libtheora0 libtwolame0 libva1 libvdpau1 libvorbisidec1 libwavpack1
libwbclient0 libwebp5 libx264-148 libx265-79 libxcb-glx0 libxss1 libxv1
libxvidcore4 libxvmc1 libxxf86dga1 libxxf86vm1 libzvbi-common libzvbi0
mesa-va-drivers mesa-vdpau-drivers python-talloc samba-libs va-driver-all
vdpau-driver-all
Suggested packages:
libbluray-bdj libdv-bin oss-compat libdvdcss2 pulseaudio-esound-compat lirc
opus-tools lm-sensors speex fonts-freefont-ttf mplayer-doc netselect | fping
libvdpau-va-gl1
The following NEW packages will be installed:
esound-common liba52-0.7.4 libaa1 libaacs0 libass5 libaudiofile1
libavcodec-ffmpeg56 libavformat-ffmpeg56 libavutil-ffmpeg54 libbdplus0
libbluray1 libbs2b0 libcdio-cdda1 libcdio-paranoia1 libcdio13 libdca0
libdirectfb-1.2-9 libdrm-common libdv4 libdvdnav4 libdvdread4 libenca0
libesd0 libfaad2 libgif7 libgl1-mesa-glx libglapi-mesa libgme0 libgsm1
libldb1 liblircclient0 libllvm6.0 libmad0 libmodplug1 libmp3lame0 libmpeg2-4
libopenjpeg5 libopus0 liborc-0.4-0 libpostproc-ffmpeg53
libschroedinger-1.0-0 libsdl1.2debian libsensors4 libshine3 libsmbclient
libsnappy1v5 libsoxr0 libspeex1 libssh-gcrypt-4 libswresample-ffmpeg1
libswscale-ffmpeg3 libtalloc2 libtdb1 libtevent0 libtheora0 libtwolame0
libva1 libvdpau1 libvorbisidec1 libwavpack1 libwbclient0 libwebp5
libx264-148 libx265-79 libxcb-glx0 libxss1 libxv1 libxvidcore4 libxvmc1
libxxf86dga1 libxxf86vm1 libzvbi-common libzvbi0 mesa-va-drivers
mesa-vdpau-drivers mplayer python-talloc samba-libs va-driver-all
vdpau-driver-all
The following packages will be upgraded:
libdrm-amdgpu1 libdrm2
2 upgraded, 80 newly installed, 0 to remove and 248 not upgraded.
Need to get 33.6 MB of archives.
After this operation, 116 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://ports.ubuntu.com xenial/universe armhf libdirectfb-1.2-9 armhf 1.2.10.0-5.1 [514 kB]
Get:2 http://ports.ubuntu.com xenial-security/universe armhf libaudiofile1 armhf 0.3.6-2ubuntu0.16.04.1 [77.6 kB]
Get:3 http://ports.ubuntu.com xenial/universe armhf esound-common all 0.2.41-11 [9,558 B]
Get:4 http://ports.ubuntu.com xenial/universe armhf libesd0 armhf 0.2.41-11 [14.6 kB]
Get:5 http://ports.ubuntu.com xenial/universe armhf libgsm1 armhf 1.0.13-4 [25.0 kB]
Get:6 http://ports.ubuntu.com xenial/universe armhf libmpeg2-4 armhf 0.5.1-7 [52.3 kB]
Get:7 http://ports.ubuntu.com xenial/main armhf liborc-0.4-0 armhf 1:0.4.25-1 [119 kB]
Get:8 http://ports.ubuntu.com xenial/universe armhf libschroedinger-1.0-0 armhf 1.0.11-2.1build1 [231 kB]
Get:9 http://ports.ubuntu.com xenial-security/main armhf libwbclient0 armhf 2:4.3.11+dfsg-0ubuntu0.16.04.34 [26.9 kB]
Get:10 http://ports.ubuntu.com xenial/main armhf libxss1 armhf 1:1.2.2-1 [7,652 B]
Get:11 http://ports.ubuntu.com xenial/main armhf libxv1 armhf 2:1.0.10-1 [9,052 B]
Get:12 http://ports.ubuntu.com xenial/main armhf libxxf86dga1 armhf 2:1.1.4-1 [11.9 kB]
Get:13 http://ports.ubuntu.com xenial/main armhf libxxf86vm1 armhf 1:1.1.4-1 [9,770 B]
Get:14 http://ports.ubuntu.com xenial/universe armhf libdca0 armhf 0.0.5-7build1 [88.0 kB]
Get:15 http://ports.ubuntu.com xenial/main armhf libtalloc2 armhf 2.1.5-2 [31.7 kB]
Get:16 http://ports.ubuntu.com xenial-security/main armhf libtevent0 armhf 0.9.28-0ubuntu0.16.04.1 [22.1 kB]
Get:17 http://ports.ubuntu.com xenial/main armhf libtdb1 armhf 1.3.8-2 [33.0 kB]
Get:18 http://ports.ubuntu.com xenial-security/main armhf libldb1 armhf 2:1.1.24-1ubuntu3.2 [89.5 kB]
Get:19 http://ports.ubuntu.com xenial/main armhf python-talloc armhf 2.1.5-2 [6,958 B]
Get:20 http://ports.ubuntu.com xenial-security/main armhf samba-libs armhf 2:4.3.11+dfsg-0ubuntu0.16.04.34 [4,425 kB]
Get:21 http://ports.ubuntu.com xenial-security/main armhf libsmbclient armhf 2:4.3.11+dfsg-0ubuntu0.16.04.34 [47.4 kB]
Get:22 http://ports.ubuntu.com xenial-updates/main armhf libdrm-common all 2.4.91-2~16.04.1 [4,764 B]
Get:23 http://ports.ubuntu.com xenial-updates/main armhf libdrm2 armhf 2.4.91-2~16.04.1 [27.2 kB]
Get:24 http://ports.ubuntu.com xenial/universe armhf liba52-0.7.4 armhf 0.7.4-18 [27.1 kB]
Get:25 http://ports.ubuntu.com xenial/main armhf libaa1 armhf 1.4p5-44build1 [42.2 kB]
Get:26 http://ports.ubuntu.com xenial/universe armhf libaacs0 armhf 0.8.1-1 [43.3 kB]
Get:27 http://ports.ubuntu.com xenial-security/universe armhf libavutil-ffmpeg54 armhf 7:2.8.17-0ubuntu0.1 [190 kB]
Get:28 http://ports.ubuntu.com xenial/universe armhf libmp3lame0 armhf 3.99.5+repack1-9build1 [113 kB]
Get:29 http://ports.ubuntu.com xenial/universe armhf libopenjpeg5 armhf 1:1.5.2-3.1 [89.4 kB]
Get:30 http://ports.ubuntu.com xenial/main armhf libopus0 armhf 1.1.2-1ubuntu1 [143 kB]
Get:31 http://ports.ubuntu.com xenial/universe armhf libshine3 armhf 3.1.0-4 [23.4 kB]
Get:32 http://ports.ubuntu.com xenial/main armhf libsnappy1v5 armhf 1.1.3-2 [14.5 kB]
Get:33 http://ports.ubuntu.com xenial/main armhf libspeex1 armhf 1.2~rc1.2-1ubuntu1 [43.6 kB]
Get:34 http://ports.ubuntu.com xenial/universe armhf libsoxr0 armhf 0.1.2-1 [53.4 kB]
Get:35 http://ports.ubuntu.com xenial-security/universe armhf libswresample-ffmpeg1 armhf 7:2.8.17-0ubuntu0.1 [45.4 kB]
Get:36 http://ports.ubuntu.com xenial/main armhf libtheora0 armhf 1.1.1+dfsg.1-8 [140 kB]
Get:37 http://ports.ubuntu.com xenial/universe armhf libtwolame0 armhf 0.3.13-1.2 [45.5 kB]
Get:38 http://ports.ubuntu.com xenial-updates/universe armhf libva1 armhf 1.7.0-1ubuntu0.1 [40.6 kB]
Get:39 http://ports.ubuntu.com xenial-security/main armhf libwavpack1 armhf 4.75.2-2ubuntu0.2 [61.8 kB]
Get:40 http://ports.ubuntu.com xenial/main armhf libwebp5 armhf 0.4.4-1 [131 kB]
Get:41 http://ports.ubuntu.com xenial/universe armhf libx264-148 armhf 2:0.148.2643+git5c65704-1 [563 kB]
Get:42 http://ports.ubuntu.com xenial/universe armhf libx265-79 armhf 1.9-3 [446 kB]
Get:43 http://ports.ubuntu.com xenial/universe armhf libxvidcore4 armhf 2:1.3.4-1 [171 kB]
Get:44 http://ports.ubuntu.com xenial/universe armhf libzvbi-common all 0.2.35-10 [32.5 kB]
Get:45 http://ports.ubuntu.com xenial/universe armhf libzvbi0 armhf 0.2.35-10 [208 kB]
Get:46 http://ports.ubuntu.com xenial-security/universe armhf libavcodec-ffmpeg56 armhf 7:2.8.17-0ubuntu0.1 [3,953 kB]
Get:47 http://ports.ubuntu.com xenial/universe armhf libbluray1 armhf 1:0.9.2-2 [115 kB]
Get:48 http://ports.ubuntu.com xenial-security/universe armhf libgme0 armhf 0.6.0-3ubuntu0.16.04.1 [108 kB]
Get:49 http://ports.ubuntu.com xenial/universe armhf libmodplug1 armhf 1:0.8.8.5-2 [138 kB]
Get:50 http://ports.ubuntu.com xenial-security/main armhf libssh-gcrypt-4 armhf 0.6.3-4.3ubuntu0.6 [97.9 kB]
Get:51 http://ports.ubuntu.com xenial-security/universe armhf libavformat-ffmpeg56 armhf 7:2.8.17-0ubuntu0.1 [762 kB]
Get:52 http://ports.ubuntu.com xenial/universe armhf libbdplus0 armhf 0.1.2-1 [44.6 kB]
Get:53 http://ports.ubuntu.com xenial/main armhf libcdio13 armhf 0.83-4.2ubuntu1 [47.2 kB]
Get:54 http://ports.ubuntu.com xenial/main armhf libcdio-cdda1 armhf 0.83-4.2ubuntu1 [13.3 kB]
Get:55 http://ports.ubuntu.com xenial/main armhf libcdio-paranoia1 armhf 0.83-4.2ubuntu1 [13.5 kB]
Get:56 http://ports.ubuntu.com xenial-updates/main armhf libdrm-amdgpu1 armhf 2.4.91-2~16.04.1 [17.6 kB]
Get:57 http://ports.ubuntu.com xenial/main armhf libdv4 armhf 1.0.0-7 [49.7 kB]
Get:58 http://ports.ubuntu.com xenial/universe armhf libdvdread4 armhf 5.0.3-1 [46.4 kB]
Get:59 http://ports.ubuntu.com xenial/universe armhf libdvdnav4 armhf 5.0.3-1 [33.1 kB]
Get:60 http://ports.ubuntu.com xenial/universe armhf libenca0 armhf 1.18-1 [46.8 kB]
Get:61 http://ports.ubuntu.com xenial-security/universe armhf libfaad2 armhf 2.8.0~cvs20150510-1ubuntu0.1 [150 kB]
Get:62 http://ports.ubuntu.com xenial-security/main armhf libgif7 armhf 5.1.4-0.3~16.04.1 [28.2 kB]
Get:63 http://ports.ubuntu.com xenial-updates/main armhf libglapi-mesa armhf 18.0.5-0ubuntu0~16.04.1 [28.4 kB]
Get:64 http://ports.ubuntu.com xenial/main armhf libxcb-glx0 armhf 1.11.1-1ubuntu1 [19.2 kB]
Get:65 http://ports.ubuntu.com xenial-updates/main armhf libgl1-mesa-glx armhf 18.0.5-0ubuntu0~16.04.1 [118 kB]
Get:66 http://ports.ubuntu.com xenial-updates/main armhf libllvm6.0 armhf 1:6.0-1ubuntu2~16.04.1 [13.3 MB]
Get:67 http://ports.ubuntu.com xenial-security/universe armhf libmad0 armhf 0.15.1b-9ubuntu16.04.1 [60.9 kB]
Get:68 http://ports.ubuntu.com xenial-security/universe armhf libpostproc-ffmpeg53 armhf 7:2.8.17-0ubuntu0.1 [32.2 kB]
Get:69 http://ports.ubuntu.com xenial-security/main armhf libsdl1.2debian armhf 1.2.15+dfsg1-3ubuntu0.1 [144 kB]
Get:70 http://ports.ubuntu.com xenial/main armhf libsensors4 armhf 1:3.4.0-2 [25.6 kB]
Get:71 http://ports.ubuntu.com xenial-security/universe armhf libswscale-ffmpeg3 armhf 7:2.8.17-0ubuntu0.1 [123 kB]
Get:72 http://ports.ubuntu.com xenial/main armhf libvdpau1 armhf 1.1.1-3ubuntu1 [23.3 kB]
Get:73 http://ports.ubuntu.com xenial/main armhf libxvmc1 armhf 2:1.0.9-1ubuntu1 [12.3 kB]
Get:74 http://ports.ubuntu.com xenial-updates/universe armhf mesa-va-drivers armhf 18.0.5-0ubuntu0~16.04.1 [1,611 kB]
Get:75 http://ports.ubuntu.com xenial-updates/main armhf mesa-vdpau-drivers armhf 18.0.5-0ubuntu0~16.04.1 [1,740 kB]
Get:76 http://ports.ubuntu.com xenial/universe armhf libass5 armhf 0.13.1-1 [67.1 kB]
Get:77 http://ports.ubuntu.com xenial/universe armhf libbs2b0 armhf 3.1.0+dfsg-2.2 [9,544 B]
Get:78 http://ports.ubuntu.com xenial/main armhf liblircclient0 armhf 0.9.0-0ubuntu6 [14.1 kB]
Get:79 http://ports.ubuntu.com xenial-security/universe armhf libvorbisidec1 armhf 1.0.2+svn18153-0.2+deb7u1build0.16.04.1 [69.2 kB]
Get:80 http://ports.ubuntu.com xenial-security/universe armhf mplayer armhf 2:1.2.1-1ubuntu1.1 [1,941 kB]
Get:81 http://ports.ubuntu.com xenial-updates/universe armhf va-driver-all armhf 1.7.0-1ubuntu0.1 [4,498 B]
Get:82 http://ports.ubuntu.com xenial/main armhf vdpau-driver-all armhf 1.1.1-3ubuntu1 [4,662 B]
Fetched 33.6 MB in 35s (953 kB/s)
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package libdirectfb-1.2-9:armhf.
(Reading database ... 43196 files and directories currently installed.)
Preparing to unpack .../libdirectfb-1.2-9_1.2.10.0-5.1_armhf.deb ...d.)
Unpacking libdirectfb-1.2-9:armhf (1.2.10.0-5.1) ....1_armhf.deb ...d.)
Selecting previously unselected package libaudiofile1:armhf..deb ...d.)
Preparing to unpack .../libaudiofile1_0.3.6-2ubuntu0.16.04.1_armhf.deb ...
Unpacking libaudiofile1:armhf (0.3.6-2ubuntu0.16.04.1) ....1_armhf.deb ...
Selecting previously unselected package esound-common. ....1_armhf.deb ...
Preparing to unpack .../esound-common_0.2.41-11_all.deb ...1_armhf.deb ...
Unpacking esound-common (0.2.41-11) ....2.41-11_all.deb ...1_armhf.deb ...
Selecting previously unselected package libesd0:armhf.b ...1_armhf.deb ...
Preparing to unpack .../libesd0_0.2.41-11_armhf.deb ... ...1_armhf.deb ...
Unpacking libesd0:armhf (0.2.41-11) ...11_armhf.deb ... ...1_armhf.deb ...
Selecting previously unselected package libgsm1:armhf.. ...1_armhf.deb ...
Preparing to unpack .../libgsm1_1.0.13-4_armhf.deb .... ...1_armhf.deb ...
Unpacking libgsm1:armhf (1.0.13-4) ...-4_armhf.deb .... ...1_armhf.deb ...
Selecting previously unselected package libmpeg2-4:armhf...1_armhf.deb ...
Preparing to unpack .../libmpeg2-4_0.5.1-7_armhf.deb ......1_armhf.deb ...
Unpacking libmpeg2-4:armhf (0.5.1-7) ...-7_armhf.deb ......1_armhf.deb ...
Selecting previously unselected package liborc-0.4-0:armhf.1_armhf.deb ...
Preparing to unpack .../liborc-0.4-0_1%3a0.4.25-1_armhf.deb ...mhf.deb ...
Unpacking liborc-0.4-0:armhf (1:0.4.25-1) ...25-1_armhf.deb ...mhf.deb ...
Selecting previously unselected package libschroedinger-1.0-0:armhf.eb ...
Preparing to unpack .../libschroedinger-1.0-0_1.0.11-2.1build1_armhf.deb ...
Unpacking libschroedinger-1.0-0:armhf (1.0.11-2.1build1) ...d1_armhf.deb ...
Selecting previously unselected package libwbclient0:armhf..d1_armhf.deb ...
Preparing to unpack .../libwbclient0_2%3a4.3.11+dfsg-0ubuntu0.16.04.34_armhf.deb ...
Unpacking libwbclient0:armhf (2:4.3.11+dfsg-0ubuntu0.16.04.34) ...4.34_armhf.deb ...
Selecting previously unselected package libxss1:armhf.6.04.34) ...4.34_armhf.deb ...
Preparing to unpack .../libxss1_1%3a1.2.2-1_armhf.deb ...4.34) ...4.34_armhf.deb ...
Unpacking libxss1:armhf (1:1.2.2-1) ....2-1_armhf.deb ...4.34) ...4.34_armhf.deb ...
Selecting previously unselected package libxv1:armhf. ...4.34) ...4.34_armhf.deb ...
Preparing to unpack .../libxv1_2%3a1.0.10-1_armhf.deb ...4.34) ...4.34_armhf.deb ...
Unpacking libxv1:armhf (2:1.0.10-1) ...10-1_armhf.deb ...4.34) ...4.34_armhf.deb ...
Selecting previously unselected package libxxf86dga1:armhf.34) ...4.34_armhf.deb ...
Preparing to unpack .../libxxf86dga1_2%3a1.1.4-1_armhf.deb ... ...4.34_armhf.deb ...
Unpacking libxxf86dga1:armhf (2:1.1.4-1) ....4-1_armhf.deb ... ...4.34_armhf.deb ...
Selecting previously unselected package libxxf86vm1:armhf. ... ...4.34_armhf.deb ...
Preparing to unpack .../libxxf86vm1_1%3a1.1.4-1_armhf.deb .... ...4.34_armhf.deb ...
Unpacking libxxf86vm1:armhf (1:1.1.4-1) ....4-1_armhf.deb .... ...4.34_armhf.deb ...
Selecting previously unselected package libdca0:armhf.deb .... ...4.34_armhf.deb ...
Preparing to unpack .../libdca0_0.0.5-7build1_armhf.deb ...... ...4.34_armhf.deb ...
Unpacking libdca0:armhf (0.0.5-7build1) ...d1_armhf.deb ...... ...4.34_armhf.deb ...
Selecting previously unselected package libtalloc2:armhf...... ...4.34_armhf.deb ...
Preparing to unpack .../libtalloc2_2.1.5-2_armhf.deb ......... ...4.34_armhf.deb ...
Unpacking libtalloc2:armhf (2.1.5-2) ...-2_armhf.deb ......... ...4.34_armhf.deb ...
Selecting previously unselected package libtevent0:armhf...... ...4.34_armhf.deb ...
Preparing to unpack .../libtevent0_0.9.28-0ubuntu0.16.04.1_armhf.deb ...rmhf.deb ...
Unpacking libtevent0:armhf (0.9.28-0ubuntu0.16.04.1) ....1_armhf.deb ...rmhf.deb ...
Selecting previously unselected package libtdb1:armhf....1_armhf.deb ...rmhf.deb ...
Preparing to unpack .../libtdb1_1.3.8-2_armhf.deb .......1_armhf.deb ...rmhf.deb ...
Unpacking libtdb1:armhf (1.3.8-2) ...-2_armhf.deb .......1_armhf.deb ...rmhf.deb ...
Selecting previously unselected package libldb1:armhf....1_armhf.deb ...rmhf.deb ...
Preparing to unpack .../libldb1_2%3a1.1.24-1ubuntu3.2_armhf.deb ...b ...rmhf.deb ...
Unpacking libldb1:armhf (2:1.1.24-1ubuntu3.2) ...u3.2_armhf.deb ...b ...rmhf.deb ...
Selecting previously unselected package python-talloc.armhf.deb ...b ...rmhf.deb ...
Preparing to unpack .../python-talloc_2.1.5-2_armhf.deb ....deb ...b ...rmhf.deb ...
Unpacking python-talloc (2.1.5-2) ..._2.1.5-2_armhf.deb ....deb ...b ...rmhf.deb ...
Selecting previously unselected package samba-libs:armhf....deb ...b ...rmhf.deb ...
Preparing to unpack .../samba-libs_2%3a4.3.11+dfsg-0ubuntu0.16.04.34_armhf.deb .....
Unpacking samba-libs:armhf (2:4.3.11+dfsg-0ubuntu0.16.04.34) ...4.34_armhf.deb .....
Selecting previously unselected package libsmbclient:armhf.) ...4.34_armhf.deb .....
Preparing to unpack .../libsmbclient_2%3a4.3.11+dfsg-0ubuntu0.16.04.34_armhf.deb ...
Unpacking libsmbclient:armhf (2:4.3.11+dfsg-0ubuntu0.16.04.34) ...4.34_armhf.deb ...
Selecting previously unselected package libdrm-common.6.04.34) ...4.34_armhf.deb ...
Preparing to unpack .../libdrm-common_2.4.91-2~16.04.1_all.deb ...4.34_armhf.deb ...
Unpacking libdrm-common (2.4.91-2~16.04.1) ...~16.04.1_all.deb ...4.34_armhf.deb ...
Preparing to unpack .../libdrm2_2.4.91-2~16.04.1_armhf.deb ... ...4.34_armhf.deb ...
Unpacking libdrm2:armhf (2.4.91-2~16.04.1) over (2.4.70-1~ubuntu16.04.1) ....deb ...
Selecting previously unselected package liba52-0.7.4:armhf.buntu16.04.1) ....deb ...
Preparing to unpack .../liba52-0.7.4_0.7.4-18_armhf.deb ...buntu16.04.1) ....deb ...
Unpacking liba52-0.7.4:armhf (0.7.4-18) ...18_armhf.deb ...buntu16.04.1) ....deb ...
Selecting previously unselected package libaa1:armhf.eb ...buntu16.04.1) ....deb ...
Preparing to unpack .../libaa1_1.4p5-44build1_armhf.deb ...buntu16.04.1) ....deb ...
Unpacking libaa1:armhf (1.4p5-44build1) ...d1_armhf.deb ...buntu16.04.1) ....deb ...
Selecting previously unselected package libaacs0:armhf. ...buntu16.04.1) ....deb ...
Preparing to unpack .../libaacs0_0.8.1-1_armhf.deb .... ...buntu16.04.1) ....deb ...
Unpacking libaacs0:armhf (0.8.1-1) ...-1_armhf.deb .... ...buntu16.04.1) ....deb ...
Selecting previously unselected package libavutil-ffmpeg54:armhf.6.04.1) ....deb ...
Preparing to unpack .../libavutil-ffmpeg54_7%3a2.8.17-0ubuntu0.1_armhf.deb ...eb ...
Unpacking libavutil-ffmpeg54:armhf (7:2.8.17-0ubuntu0.1) ...u0.1_armhf.deb ...eb ...
Selecting previously unselected package libmp3lame0:armhf...u0.1_armhf.deb ...eb ...
Preparing to unpack .../libmp3lame0_3.99.5+repack1-9build1_armhf.deb ...eb ...eb ...
Unpacking libmp3lame0:armhf (3.99.5+repack1-9build1) ...d1_armhf.deb ...eb ...eb ...
Selecting previously unselected package libopenjpeg5:armhf.armhf.deb ...eb ...eb ...
Preparing to unpack .../libopenjpeg5_1%3a1.5.2-3.1_armhf.deb ....deb ...eb ...eb ...
Unpacking libopenjpeg5:armhf (1:1.5.2-3.1) ...-3.1_armhf.deb ....deb ...eb ...eb ...
Selecting previously unselected package libopus0:armhf.f.deb ....deb ...eb ...eb ...
Preparing to unpack .../libopus0_1.1.2-1ubuntu1_armhf.deb .......deb ...eb ...eb ...
Unpacking libopus0:armhf (1.1.2-1ubuntu1) ...u1_armhf.deb .......deb ...eb ...eb ...
Selecting previously unselected package libshine3:armhf.b .......deb ...eb ...eb ...
Preparing to unpack .../libshine3_3.1.0-4_armhf.deb ....b .......deb ...eb ...eb ...
Unpacking libshine3:armhf (3.1.0-4) ...-4_armhf.deb ....b .......deb ...eb ...eb ...
Selecting previously unselected package libsnappy1v5:armhf.......deb ...eb ...eb ...
Preparing to unpack .../libsnappy1v5_1.1.3-2_armhf.deb ..........deb ...eb ...eb ...
Unpacking libsnappy1v5:armhf (1.1.3-2) ...-2_armhf.deb ..........deb ...eb ...eb ...
Selecting previously unselected package libspeex1:armhf..........deb ...eb ...eb ...
Preparing to unpack .../libspeex1_1.2~rc1.2-1ubuntu1_armhf.deb ...eb ...eb ...eb ...
Unpacking libspeex1:armhf (1.2~rc1.2-1ubuntu1) ...u1_armhf.deb ...eb ...eb ...eb ...
Selecting previously unselected package libsoxr0:armhf.mhf.deb ...eb ...eb ...eb ...
Preparing to unpack .../libsoxr0_0.1.2-1_armhf.deb ....mhf.deb ...eb ...eb ...eb ...
Unpacking libsoxr0:armhf (0.1.2-1) ...-1_armhf.deb ....mhf.deb ...eb ...eb ...eb ...
Selecting previously unselected package libswresample-ffmpeg1:armhf. ...eb ...eb ...
Preparing to unpack .../libswresample-ffmpeg1_7%3a2.8.17-0ubuntu0.1_armhf.deb ......
Unpacking libswresample-ffmpeg1:armhf (7:2.8.17-0ubuntu0.1) ...u0.1_armhf.deb ......
Selecting previously unselected package libtheora0:armhf.1) ...u0.1_armhf.deb ......
Preparing to unpack .../libtheora0_1.1.1+dfsg.1-8_armhf.deb ...u0.1_armhf.deb ......
Unpacking libtheora0:armhf (1.1.1+dfsg.1-8) ...-8_armhf.deb ...u0.1_armhf.deb ......
Selecting previously unselected package libtwolame0:armhf.b ...u0.1_armhf.deb ......
Preparing to unpack .../libtwolame0_0.3.13-1.2_armhf.deb ......u0.1_armhf.deb ......
Unpacking libtwolame0:armhf (0.3.13-1.2) ....2_armhf.deb ......u0.1_armhf.deb ......
Selecting previously unselected package libva1:armhf.deb ......u0.1_armhf.deb ......
Preparing to unpack .../libva1_1.7.0-1ubuntu0.1_armhf.deb .....u0.1_armhf.deb ......
Unpacking libva1:armhf (1.7.0-1ubuntu0.1) ....1_armhf.deb .....u0.1_armhf.deb ......
Selecting previously unselected package libwavpack1:armhf......u0.1_armhf.deb ......
Preparing to unpack .../libwavpack1_4.75.2-2ubuntu0.2_armhf.deb ..._armhf.deb ......
Unpacking libwavpack1:armhf (4.75.2-2ubuntu0.2) ....2_armhf.deb ..._armhf.deb ......
Selecting previously unselected package libwebp5:armhf.rmhf.deb ..._armhf.deb ......
Preparing to unpack .../libwebp5_0.4.4-1_armhf.deb ....rmhf.deb ..._armhf.deb ......
Unpacking libwebp5:armhf (0.4.4-1) ...-1_armhf.deb ....rmhf.deb ..._armhf.deb ......
Selecting previously unselected package libx264-148:armhf.f.deb ..._armhf.deb ......
Preparing to unpack .../libx264-148_2%3a0.148.2643+git5c65704-1_armhf.deb ... ......
Unpacking libx264-148:armhf (2:0.148.2643+git5c65704-1) ...04-1_armhf.deb ... ......
Selecting previously unselected package libx265-79:armhf...04-1_armhf.deb ... ......
Preparing to unpack .../libx265-79_1.9-3_armhf.deb ...hf...04-1_armhf.deb ... ......
Unpacking libx265-79:armhf (1.9-3) ...-3_armhf.deb ...hf...04-1_armhf.deb ... ......
Selecting previously unselected package libxvidcore4:armhf.04-1_armhf.deb ... ......
Preparing to unpack .../libxvidcore4_2%3a1.3.4-1_armhf.deb ...1_armhf.deb ... ......
Unpacking libxvidcore4:armhf (2:1.3.4-1) ....4-1_armhf.deb ...1_armhf.deb ... ......
Selecting previously unselected package libzvbi-common.deb ...1_armhf.deb ... ......
Preparing to unpack .../libzvbi-common_0.2.35-10_all.deb .....1_armhf.deb ... ......
Unpacking libzvbi-common (0.2.35-10) ....2.35-10_all.deb .....1_armhf.deb ... ......
Selecting previously unselected package libzvbi0:armhf.b .....1_armhf.deb ... ......
Preparing to unpack .../libzvbi0_0.2.35-10_armhf.deb ... .....1_armhf.deb ... ......
Unpacking libzvbi0:armhf (0.2.35-10) ...10_armhf.deb ... .....1_armhf.deb ... ......
Selecting previously unselected package libavcodec-ffmpeg56:armhf.mhf.deb ... ......
Preparing to unpack .../libavcodec-ffmpeg56_7%3a2.8.17-0ubuntu0.1_armhf.deb ........
Unpacking libavcodec-ffmpeg56:armhf (7:2.8.17-0ubuntu0.1) ...u0.1_armhf.deb ........
Selecting previously unselected package libbluray1:armhf. ...u0.1_armhf.deb ........
Preparing to unpack .../libbluray1_1%3a0.9.2-2_armhf.deb ....u0.1_armhf.deb ........
Unpacking libbluray1:armhf (1:0.9.2-2) ....2-2_armhf.deb ....u0.1_armhf.deb ........
Selecting previously unselected package libgme0:armhf.eb ....u0.1_armhf.deb ........
Preparing to unpack .../libgme0_0.6.0-3ubuntu0.16.04.1_armhf.deb ...mhf.deb ........
Unpacking libgme0:armhf (0.6.0-3ubuntu0.16.04.1) ....1_armhf.deb ...mhf.deb ........
Selecting previously unselected package libmodplug1:armhf.hf.deb ...mhf.deb ........
Preparing to unpack .../libmodplug1_1%3a0.8.8.5-2_armhf.deb ...b ...mhf.deb ........
Unpacking libmodplug1:armhf (1:0.8.8.5-2) ....5-2_armhf.deb ...b ...mhf.deb ........
Selecting previously unselected package libssh-gcrypt-4:armhf..b ...mhf.deb ........
Preparing to unpack .../libssh-gcrypt-4_0.6.3-4.3ubuntu0.6_armhf.deb ...deb ........
Unpacking libssh-gcrypt-4:armhf (0.6.3-4.3ubuntu0.6) ....6_armhf.deb ...deb ........
Selecting previously unselected package libavformat-ffmpeg56:armhf.b ...deb ........
Preparing to unpack .../libavformat-ffmpeg56_7%3a2.8.17-0ubuntu0.1_armhf.deb .......
Unpacking libavformat-ffmpeg56:armhf (7:2.8.17-0ubuntu0.1) ...u0.1_armhf.deb .......
Selecting previously unselected package libbdplus0:armhf.) ...u0.1_armhf.deb .......
Preparing to unpack .../libbdplus0_0.1.2-1_armhf.deb ....) ...u0.1_armhf.deb .......
Unpacking libbdplus0:armhf (0.1.2-1) ...-1_armhf.deb ....) ...u0.1_armhf.deb .......
Selecting previously unselected package libcdio13:armhf..) ...u0.1_armhf.deb .......
Preparing to unpack .../libcdio13_0.83-4.2ubuntu1_armhf.deb ...0.1_armhf.deb .......
Unpacking libcdio13:armhf (0.83-4.2ubuntu1) ...u1_armhf.deb ...0.1_armhf.deb .......
Selecting previously unselected package libcdio-cdda1:armhf....0.1_armhf.deb .......
Preparing to unpack .../libcdio-cdda1_0.83-4.2ubuntu1_armhf.deb ...armhf.deb .......
Unpacking libcdio-cdda1:armhf (0.83-4.2ubuntu1) ...u1_armhf.deb ...armhf.deb .......
Selecting previously unselected package libcdio-paranoia1:armhf....armhf.deb .......
Preparing to unpack .../libcdio-paranoia1_0.83-4.2ubuntu1_armhf.deb ...f.deb .......
Unpacking libcdio-paranoia1:armhf (0.83-4.2ubuntu1) ...u1_armhf.deb ...f.deb .......
Preparing to unpack .../libdrm-amdgpu1_2.4.91-2~16.04.1_armhf.deb .....f.deb .......
Unpacking libdrm-amdgpu1:armhf (2.4.91-2~16.04.1) over (2.4.70-1~ubuntu16.04.1) ....
Selecting previously unselected package libdv4:armhf.r (2.4.70-1~ubuntu16.04.1) ....
Preparing to unpack .../libdv4_1.0.0-7_armhf.deb ....r (2.4.70-1~ubuntu16.04.1) ....
Unpacking libdv4:armhf (1.0.0-7) ...-7_armhf.deb ....r (2.4.70-1~ubuntu16.04.1) ....
Selecting previously unselected package libdvdread4:armhf.4.70-1~ubuntu16.04.1) ....
Preparing to unpack .../libdvdread4_5.0.3-1_armhf.deb ....4.70-1~ubuntu16.04.1) ....
Unpacking libdvdread4:armhf (5.0.3-1) ...-1_armhf.deb ....4.70-1~ubuntu16.04.1) ....
Selecting previously unselected package libdvdnav4:armhf..4.70-1~ubuntu16.04.1) ....
Preparing to unpack .../libdvdnav4_5.0.3-1_armhf.deb .....4.70-1~ubuntu16.04.1) ....
Unpacking libdvdnav4:armhf (5.0.3-1) ...-1_armhf.deb .....4.70-1~ubuntu16.04.1) ....
Selecting previously unselected package libenca0:armhf....4.70-1~ubuntu16.04.1) ....
Preparing to unpack .../libenca0_1.18-1_armhf.deb ...f....4.70-1~ubuntu16.04.1) ....
Unpacking libenca0:armhf (1.18-1) ...-1_armhf.deb ...f....4.70-1~ubuntu16.04.1) ....
Selecting previously unselected package libfaad2:armhf....4.70-1~ubuntu16.04.1) ....
Preparing to unpack .../libfaad2_2.8.0~cvs20150510-1ubuntu0.1_armhf.deb ...4.1) ....
Unpacking libfaad2:armhf (2.8.0~cvs20150510-1ubuntu0.1) ....1_armhf.deb ...4.1) ....
Selecting previously unselected package libgif7:armhf.) ....1_armhf.deb ...4.1) ....
Preparing to unpack .../libgif7_5.1.4-0.3~16.04.1_armhf.deb ...rmhf.deb ...4.1) ....
Unpacking libgif7:armhf (5.1.4-0.3~16.04.1) ....1_armhf.deb ...rmhf.deb ...4.1) ....
Selecting previously unselected package libglapi-mesa:armhf....rmhf.deb ...4.1) ....
Preparing to unpack .../libglapi-mesa_18.0.5-0ubuntu0~16.04.1_armhf.deb ...4.1) ....
Unpacking libglapi-mesa:armhf (18.0.5-0ubuntu0~16.04.1) ....1_armhf.deb ...4.1) ....
Selecting previously unselected package libxcb-glx0:armhf...1_armhf.deb ...4.1) ....
Preparing to unpack .../libxcb-glx0_1.11.1-1ubuntu1_armhf.deb ...hf.deb ...4.1) ....
Unpacking libxcb-glx0:armhf (1.11.1-1ubuntu1) ...u1_armhf.deb ...hf.deb ...4.1) ....
Selecting previously unselected package libgl1-mesa-glx:armhf....hf.deb ...4.1) ....
Preparing to unpack .../libgl1-mesa-glx_18.0.5-0ubuntu0~16.04.1_armhf.deb ...1) ....
Unpacking libgl1-mesa-glx:armhf (18.0.5-0ubuntu0~16.04.1) ....1_armhf.deb ...1) ....
Selecting previously unselected package libllvm6.0:armhf. ....1_armhf.deb ...1) ....
Preparing to unpack .../libllvm6.0_1%3a6.0-1ubuntu2~16.04.1_armhf.deb ... ...1) ....
Unpacking libllvm6.0:armhf (1:6.0-1ubuntu2~16.04.1) ...04.1_armhf.deb ... ...1) ....
Selecting previously unselected package libmad0:armhf..04.1_armhf.deb ... ...1) ....
Preparing to unpack .../libmad0_0.15.1b-9ubuntu16.04.1_armhf.deb ...b ... ...1) ....
Unpacking libmad0:armhf (0.15.1b-9ubuntu16.04.1) ....1_armhf.deb ...b ... ...1) ....
Selecting previously unselected package libpostproc-ffmpeg53:armhf..b ... ...1) ....
Preparing to unpack .../libpostproc-ffmpeg53_7%3a2.8.17-0ubuntu0.1_armhf.deb .......
Unpacking libpostproc-ffmpeg53:armhf (7:2.8.17-0ubuntu0.1) ...u0.1_armhf.deb .......
Selecting previously unselected package libsdl1.2debian:armhf.u0.1_armhf.deb .......
Preparing to unpack .../libsdl1.2debian_1.2.15+dfsg1-3ubuntu0.1_armhf.deb ..........
Unpacking libsdl1.2debian:armhf (1.2.15+dfsg1-3ubuntu0.1) ....1_armhf.deb ..........
Selecting previously unselected package libsensors4:armhf.....1_armhf.deb ..........
Preparing to unpack .../libsensors4_1%3a3.4.0-2_armhf.deb ....1_armhf.deb ..........
Unpacking libsensors4:armhf (1:3.4.0-2) ....0-2_armhf.deb ....1_armhf.deb ..........
Selecting previously unselected package libswscale-ffmpeg3:armhf.rmhf.deb ..........
Preparing to unpack .../libswscale-ffmpeg3_7%3a2.8.17-0ubuntu0.1_armhf.deb .........
Unpacking libswscale-ffmpeg3:armhf (7:2.8.17-0ubuntu0.1) ...u0.1_armhf.deb .........
Selecting previously unselected package libvdpau1:armhf. ...u0.1_armhf.deb .........
Preparing to unpack .../libvdpau1_1.1.1-3ubuntu1_armhf.deb ....1_armhf.deb .........
Unpacking libvdpau1:armhf (1.1.1-3ubuntu1) ...u1_armhf.deb ....1_armhf.deb .........
Selecting previously unselected package libxvmc1:armhf.deb ....1_armhf.deb .........
Preparing to unpack .../libxvmc1_2%3a1.0.9-1ubuntu1_armhf.deb ...armhf.deb .........
Unpacking libxvmc1:armhf (2:1.0.9-1ubuntu1) ...ntu1_armhf.deb ...armhf.deb .........
Selecting previously unselected package mesa-va-drivers:armhf....armhf.deb .........
Preparing to unpack .../mesa-va-drivers_18.0.5-0ubuntu0~16.04.1_armhf.deb ..........
Unpacking mesa-va-drivers:armhf (18.0.5-0ubuntu0~16.04.1) ....1_armhf.deb ..........
Selecting previously unselected package mesa-vdpau-drivers:armhf.rmhf.deb ..........
Preparing to unpack .../mesa-vdpau-drivers_18.0.5-0ubuntu0~16.04.1_armhf.deb .......
Unpacking mesa-vdpau-drivers:armhf (18.0.5-0ubuntu0~16.04.1) ....1_armhf.deb .......
Selecting previously unselected package libass5:armhf..04.1) ....1_armhf.deb .......
Preparing to unpack .../libass5_0.13.1-1_armhf.deb ....04.1) ....1_armhf.deb .......
Unpacking libass5:armhf (0.13.1-1) ...-1_armhf.deb ....04.1) ....1_armhf.deb .......
Selecting previously unselected package libbs2b0:armhf.04.1) ....1_armhf.deb .......
Preparing to unpack .../libbs2b0_3.1.0+dfsg-2.2_armhf.deb .......1_armhf.deb .......
Unpacking libbs2b0:armhf (3.1.0+dfsg-2.2) ....2_armhf.deb .......1_armhf.deb .......
Selecting previously unselected package liblircclient0:armhf.....1_armhf.deb .......
Preparing to unpack .../liblircclient0_0.9.0-0ubuntu6_armhf.deb ...armhf.deb .......
Unpacking liblircclient0:armhf (0.9.0-0ubuntu6) ...u6_armhf.deb ...armhf.deb .......
Selecting previously unselected package libvorbisidec1.rmhf.deb ...armhf.deb .......
Preparing to unpack .../libvorbisidec1_1.0.2+svn18153-0.2+deb7u1build0.16.04.1_armhf.deb ...
Unpacking libvorbisidec1 (1.0.2+svn18153-0.2+deb7u1build0.16.04.1) ....16.04.1_armhf.deb ...
Selecting previously unselected package mplayer.7u1build0.16.04.1) ....16.04.1_armhf.deb ...
Preparing to unpack .../mplayer_2%3a1.2.1-1ubuntu1.1_armhf.deb ... ....16.04.1_armhf.deb ...
Unpacking mplayer (2:1.2.1-1ubuntu1.1) ...1ubuntu1.1_armhf.deb ... ....16.04.1_armhf.deb ...
Selecting previously unselected package va-driver-all:armhf.eb ... ....16.04.1_armhf.deb ...
Preparing to unpack .../va-driver-all_1.7.0-1ubuntu0.1_armhf.deb ......16.04.1_armhf.deb ...
Unpacking va-driver-all:armhf (1.7.0-1ubuntu0.1) ....1_armhf.deb ......16.04.1_armhf.deb ...
Selecting previously unselected package vdpau-driver-all:armhf.b ......16.04.1_armhf.deb ...
Preparing to unpack .../vdpau-driver-all_1.1.1-3ubuntu1_armhf.deb .....16.04.1_armhf.deb ...
Unpacking vdpau-driver-all:armhf (1.1.1-3ubuntu1) ...u1_armhf.deb .....16.04.1_armhf.deb ...
Processing triggers for libc-bin (2.23-0ubuntu7) ....u1_armhf.deb .....16.04.1_armhf.deb ...
Processing triggers for mime-support (3.59ubuntu1) ...1_armhf.deb .....16.04.1_armhf.deb ...
Setting up libdirectfb-1.2-9:armhf (1.2.10.0-5.1) ....1_armhf.deb .....16.04.1_armhf.deb ...
Setting up libaudiofile1:armhf (0.3.6-2ubuntu0.16.04.1) ...hf.deb .....16.04.1_armhf.deb ...
Setting up esound-common (0.2.41-11) ...buntu0.16.04.1) ...hf.deb .....16.04.1_armhf.deb ...
Setting up libesd0:armhf (0.2.41-11) ...buntu0.16.04.1) ...hf.deb .....16.04.1_armhf.deb ...
Setting up libgsm1:armhf (1.0.13-4) ....buntu0.16.04.1) ...hf.deb .....16.04.1_armhf.deb ...
Setting up libmpeg2-4:armhf (0.5.1-7) ...untu0.16.04.1) ...hf.deb .....16.04.1_armhf.deb ...
Setting up liborc-0.4-0:armhf (1:0.4.25-1) ....16.04.1) ...hf.deb .....16.04.1_armhf.deb ...
Setting up libschroedinger-1.0-0:armhf (1.0.11-2.1build1) ....deb .....16.04.1_armhf.deb ...
Setting up libwbclient0:armhf (2:4.3.11+dfsg-0ubuntu0.16.04.34) .......16.04.1_armhf.deb ...
Setting up libxss1:armhf (1:1.2.2-1) ...dfsg-0ubuntu0.16.04.34) .......16.04.1_armhf.deb ...
Setting up libxv1:armhf (2:1.0.10-1) ...dfsg-0ubuntu0.16.04.34) .......16.04.1_armhf.deb ...
Setting up libxxf86dga1:armhf (2:1.1.4-1) ...0ubuntu0.16.04.34) .......16.04.1_armhf.deb ...
Setting up libxxf86vm1:armhf (1:1.1.4-1) ....0ubuntu0.16.04.34) .......16.04.1_armhf.deb ...
Setting up libdca0:armhf (0.0.5-7build1) ....0ubuntu0.16.04.34) .......16.04.1_armhf.deb ...
Setting up libtalloc2:armhf (2.1.5-2) .......0ubuntu0.16.04.34) .......16.04.1_armhf.deb ...
Setting up libtevent0:armhf (0.9.28-0ubuntu0.16.04.1) ...04.34) .......16.04.1_armhf.deb ...
Setting up libtdb1:armhf (1.3.8-2) ...buntu0.16.04.1) ...04.34) .......16.04.1_armhf.deb ...
Setting up libldb1:armhf (2:1.1.24-1ubuntu3.2) ....1) ...04.34) .......16.04.1_armhf.deb ...
Setting up python-talloc (2.1.5-2) ...untu3.2) ....1) ...04.34) .......16.04.1_armhf.deb ...
Setting up samba-libs:armhf (2:4.3.11+dfsg-0ubuntu0.16.04.34) .........16.04.1_armhf.deb ...
Setting up libsmbclient:armhf (2:4.3.11+dfsg-0ubuntu0.16.04.34) .......16.04.1_armhf.deb ...
Setting up libdrm-common (2.4.91-2~16.04.1) ...buntu0.16.04.34) .......16.04.1_armhf.deb ...
Setting up libdrm2:armhf (2.4.91-2~16.04.1) ...buntu0.16.04.34) .......16.04.1_armhf.deb ...
Setting up liba52-0.7.4:armhf (0.7.4-18) ......buntu0.16.04.34) .......16.04.1_armhf.deb ...
Setting up libaa1:armhf (1.4p5-44build1) ......buntu0.16.04.34) .......16.04.1_armhf.deb ...
Setting up libaacs0:armhf (0.8.1-1) ...) ......buntu0.16.04.34) .......16.04.1_armhf.deb ...
Setting up libavutil-ffmpeg54:armhf (7:2.8.17-0ubuntu0.1) ...4) .......16.04.1_armhf.deb ...
Setting up libmp3lame0:armhf (3.99.5+repack1-9build1) ... ...4) .......16.04.1_armhf.deb ...
Setting up libopenjpeg5:armhf (1:1.5.2-3.1) ...uild1) ... ...4) .......16.04.1_armhf.deb ...
Setting up libopus0:armhf (1.1.2-1ubuntu1) ....uild1) ... ...4) .......16.04.1_armhf.deb ...
Setting up libshine3:armhf (3.1.0-4) ...1) ....uild1) ... ...4) .......16.04.1_armhf.deb ...
Setting up libsnappy1v5:armhf (1.1.3-2) .......uild1) ... ...4) .......16.04.1_armhf.deb ...
Setting up libspeex1:armhf (1.2~rc1.2-1ubuntu1) ...1) ... ...4) .......16.04.1_armhf.deb ...
Setting up libsoxr0:armhf (0.1.2-1) ...ubuntu1) ...1) ... ...4) .......16.04.1_armhf.deb ...
Setting up libswresample-ffmpeg1:armhf (7:2.8.17-0ubuntu0.1) ..........16.04.1_armhf.deb ...
Setting up libtheora0:armhf (1.1.1+dfsg.1-8) ...-0ubuntu0.1) ..........16.04.1_armhf.deb ...
Setting up libtwolame0:armhf (0.3.13-1.2) ......-0ubuntu0.1) ..........16.04.1_armhf.deb ...
Setting up libva1:armhf (1.7.0-1ubuntu0.1) .....-0ubuntu0.1) ..........16.04.1_armhf.deb ...
Setting up libwavpack1:armhf (4.75.2-2ubuntu0.2) ...untu0.1) ..........16.04.1_armhf.deb ...
Setting up libwebp5:armhf (0.4.4-1) ...buntu0.2) ...untu0.1) ..........16.04.1_armhf.deb ...
Setting up libx264-148:armhf (2:0.148.2643+git5c65704-1) ... ..........16.04.1_armhf.deb ...
Setting up libx265-79:armhf (1.9-3) ...643+git5c65704-1) ... ..........16.04.1_armhf.deb ...
Setting up libxvidcore4:armhf (2:1.3.4-1) ...t5c65704-1) ... ..........16.04.1_armhf.deb ...
Setting up libzvbi-common (0.2.35-10) ... ...t5c65704-1) ... ..........16.04.1_armhf.deb ...
Setting up libzvbi0:armhf (0.2.35-10) ... ...t5c65704-1) ... ..........16.04.1_armhf.deb ...
Setting up libavcodec-ffmpeg56:armhf (7:2.8.17-0ubuntu0.1) ............16.04.1_armhf.deb ...
Setting up libbluray1:armhf (1:0.9.2-2) ....17-0ubuntu0.1) ............16.04.1_armhf.deb ...
Setting up libgme0:armhf (0.6.0-3ubuntu0.16.04.1) ...u0.1) ............16.04.1_armhf.deb ...
Setting up libmodplug1:armhf (1:0.8.8.5-2) ....1) ...u0.1) ............16.04.1_armhf.deb ...
Setting up libssh-gcrypt-4:armhf (0.6.3-4.3ubuntu0.6) ...) ............16.04.1_armhf.deb ...
Setting up libavformat-ffmpeg56:armhf (7:2.8.17-0ubuntu0.1) ...........16.04.1_armhf.deb ...
Setting up libbdplus0:armhf (0.1.2-1) ...2.8.17-0ubuntu0.1) ...........16.04.1_armhf.deb ...
Setting up libcdio13:armhf (0.83-4.2ubuntu1) ...0ubuntu0.1) ...........16.04.1_armhf.deb ...
Setting up libcdio-cdda1:armhf (0.83-4.2ubuntu1) ...ntu0.1) ...........16.04.1_armhf.deb ...
Setting up libcdio-paranoia1:armhf (0.83-4.2ubuntu1) ....1) ...........16.04.1_armhf.deb ...
Setting up libdrm-amdgpu1:armhf (2.4.91-2~16.04.1) ......1) ...........16.04.1_armhf.deb ...
Setting up libdv4:armhf (1.0.0-7) ...91-2~16.04.1) ......1) ...........16.04.1_armhf.deb ...
Setting up libdvdread4:armhf (5.0.3-1) ...16.04.1) ......1) ...........16.04.1_armhf.deb ...
Setting up libdvdnav4:armhf (5.0.3-1) ....16.04.1) ......1) ...........16.04.1_armhf.deb ...
Setting up libenca0:armhf (1.18-1) .......16.04.1) ......1) ...........16.04.1_armhf.deb ...
Setting up libfaad2:armhf (2.8.0~cvs20150510-1ubuntu0.1) ..............16.04.1_armhf.deb ...
Setting up libgif7:armhf (5.1.4-0.3~16.04.1) ...untu0.1) ..............16.04.1_armhf.deb ...
Setting up libglapi-mesa:armhf (18.0.5-0ubuntu0~16.04.1) ..............16.04.1_armhf.deb ...
Setting up libxcb-glx0:armhf (1.11.1-1ubuntu1) ....04.1) ..............16.04.1_armhf.deb ...
Setting up libgl1-mesa-glx:armhf (18.0.5-0ubuntu0~16.04.1) ............16.04.1_armhf.deb ...
update-alternatives: using /usr/lib/arm-linux-gnueabihf/mesa/ld.so.conf to provide /etc/ld.so.conf.d/arm-linux-gnueabihf_GL.conf (arm-linux-gnueabihf_gl_conf) in auto mode
Setting up libllvm6.0:armhf (1:6.0-1ubuntu2~16.04.1) ...mesa/ld.so.conf to provide /etc/ld.so.conf.d/arm-linux-gnueabihf_GL.conf (arm-linux-gnueabihf_gl_conf) in auto mode
Setting up libmad0:armhf (0.15.1b-9ubuntu16.04.1) ......mesa/ld.so.conf to provide /etc/ld.so.conf.d/arm-linux-gnueabihf_GL.conf (arm-linux-gnueabihf_gl_conf) in auto mode
Setting up libpostproc-ffmpeg53:armhf (7:2.8.17-0ubuntu0.1) ....so.conf to provide /etc/ld.so.conf.d/arm-linux-gnueabihf_GL.conf (arm-linux-gnueabihf_gl_conf) in auto mode
Setting up libsdl1.2debian:armhf (1.2.15+dfsg1-3ubuntu0.1) .....so.conf to provide /etc/ld.so.conf.d/arm-linux-gnueabihf_GL.conf (arm-linux-gnueabihf_gl_conf) in auto mode
Setting up libsensors4:armhf (1:3.4.0-2) ...g1-3ubuntu0.1) .....so.conf to provide /etc/ld.so.conf.d/arm-linux-gnueabihf_GL.conf (arm-linux-gnueabihf_gl_conf) in auto mode
Setting up libswscale-ffmpeg3:armhf (7:2.8.17-0ubuntu0.1) ......so.conf to provide /etc/ld.so.conf.d/arm-linux-gnueabihf_GL.conf (arm-linux-gnueabihf_gl_conf) in auto mode
Setting up libvdpau1:armhf (1.1.1-3ubuntu1) ...ubuntu0.1) ......so.conf to provide /etc/ld.so.conf.d/arm-linux-gnueabihf_GL.conf (arm-linux-gnueabihf_gl_conf) in auto mode
Setting up libxvmc1:armhf (2:1.0.9-1ubuntu1) ...buntu0.1) ......so.conf to provide /etc/ld.so.conf.d/arm-linux-gnueabihf_GL.conf (arm-linux-gnueabihf_gl_conf) in auto mode
Setting up mesa-va-drivers:armhf (18.0.5-0ubuntu0~16.04.1) .....so.conf to provide /etc/ld.so.conf.d/arm-linux-gnueabihf_GL.conf (arm-linux-gnueabihf_gl_conf) in auto mode
Setting up mesa-vdpau-drivers:armhf (18.0.5-0ubuntu0~16.04.1) ...o.conf to provide /etc/ld.so.conf.d/arm-linux-gnueabihf_GL.conf (arm-linux-gnueabihf_gl_conf) in auto mode
Setting up libass5:armhf (0.13.1-1) ....0.5-0ubuntu0~16.04.1) ...o.conf to provide /etc/ld.so.conf.d/arm-linux-gnueabihf_GL.conf (arm-linux-gnueabihf_gl_conf) in auto mode
Setting up libbs2b0:armhf (3.1.0+dfsg-2.2) ...buntu0~16.04.1) ...o.conf to provide /etc/ld.so.conf.d/arm-linux-gnueabihf_GL.conf (arm-linux-gnueabihf_gl_conf) in auto mode
Setting up liblircclient0:armhf (0.9.0-0ubuntu6) ...~16.04.1) ...o.conf to provide /etc/ld.so.conf.d/arm-linux-gnueabihf_GL.conf (arm-linux-gnueabihf_gl_conf) in auto mode
Setting up libvorbisidec1 (1.0.2+svn18153-0.2+deb7u1build0.16.04.1) ... to provide /etc/ld.so.conf.d/arm-linux-gnueabihf_GL.conf (arm-linux-gnueabihf_gl_conf) in auto mode
Setting up mplayer (2:1.2.1-1ubuntu1.1) ....2+deb7u1build0.16.04.1) ... to provide /etc/ld.so.conf.d/arm-linux-gnueabihf_GL.conf (arm-linux-gnueabihf_gl_conf) in auto mode
Setting up va-driver-all:armhf (1.7.0-1ubuntu0.1) ...uild0.16.04.1) ... to provide /etc/ld.so.conf.d/arm-linux-gnueabihf_GL.conf (arm-linux-gnueabihf_gl_conf) in auto mode
Setting up vdpau-driver-all:armhf (1.1.1-3ubuntu1) ...ild0.16.04.1) ... to provide /etc/ld.so.conf.d/arm-linux-gnueabihf_GL.conf (arm-linux-gnueabihf_gl_conf) in auto mode
Processing triggers for libc-bin (2.23-0ubuntu7) .....ild0.16.04.1) ... to provide /etc/ld.so.conf.d/arm-linux-gnueabihf_GL.conf (arm-linux-gnueabihf_gl_conf) in auto mode
Processing triggers for libc-bin (2.23-0ubuntu7) .....ild0.16.04.1) ... to provide /etc/ld.so.conf.d/arm-linux-gnueabihf_GL.conf (arm-linux-gnueabihf_gl_conf) in auto mode
root@NanoPi-NEO-Core:/#
root@NanoPi-NEO-Core:/# ll
total 49428
drwxr-xr-x 1 root root 4096 Jun 14 03:12 ./
drwxr-xr-x 1 root root 4096 Jun 14 03:12 ../
drwxr-xr-x 2 root root 4096 Jun 18 2021 bin/
drwxr-xr-x 4 root root 16384 Jan 1 1970 boot/
drwxr-xr-x 14 root root 3800 Feb 11 2016 dev/
-rwxrwxrwx 1 root root 65756 May 20 06:48 ec20_quectel-CM*
drwxr-xr-x 1 root root 4096 Jun 14 03:28 etc/
-rw-r--r-- 1 root root 1588949 Jun 12 09:43 friendlycore-jammy-images.tgz
-rw-r--r-- 1 root root 1534817 Jun 12 10:17 friendlycore-jammy-images.tgz.1
drwxr-xr-x 1 root root 4096 Mar 27 2017 home/
drwxr-xr-x 15 root root 4096 Jul 17 2019 lib/
drwx------ 2 root root 16384 Apr 2 07:23 lost+found/
drwxr-xr-x 2 root root 4096 Oct 21 2015 media/
drwxr-xr-x 1 root root 4096 Jun 12 09:20 mnt/
drwxr-xr-x 3 root root 4096 Jun 18 2021 opt/
dr-xr-xr-x 116 root root 0 Jan 1 1970 proc/
-rwxrwxrwx 1 root root 183564 Mar 30 2024 quectel-CM*
drwx------ 1 root root 4096 Jun 12 09:35 root/
drwxr-xr-x 17 root root 520 Jun 14 03:04 run/
drwxr-xr-x 2 root root 4096 Jun 18 2021 sbin/
drwxr-xr-x 2 root root 4096 Oct 21 2015 srv/
dr-xr-xr-x 12 root root 0 Feb 11 2016 sys/
drwxrwxrwt 1 root root 4096 Jun 14 03:25 tmp/
-rw-r--r-- 1 root root 21 Jun 12 09:37 ttyUSB2
drwxr-xr-x 1 root root 4096 Jun 29 2022 usr/
drwxr-xr-x 1 root root 4096 Jan 1 2016 var/
-rw-r--r-- 1 root root 4835832 Jun 14 03:09 张学友 吻别.mp3
-rw-r--r-- 1 root root 42279016 May 19 06:06 我和我的祖国.wav
root@NanoPi-NEO-Core:/#
root@NanoPi-NEO-Core:/# mplayer 张学友\ 吻别.mp3
Creating config file: /root/.mplayer/config
MPlayer 1.2.1 (Debian), built with gcc-5.4.0 (C) 2000-2016 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.
Playing 张学友 吻别.mp3.
libavformat version 56.40.101 (external)
Audio only file format detected.
Clip info:
Title: χ±
Artist: ???
Album:
Year:
Comment:
Genre: Unknown
Load subtitles in ./
==========================================================================
Opening audio decoder: [mpg123] MPEG 1.0/2.0/2.5 layers I, II, III
AUDIO: 44100 Hz, 2 ch, s16le, 128.0 kbit/9.07% (ratio: 16000->176400)
Selected audio codec: [mpg123] afm: mpg123 (MPEG 1.0/2.0/2.5 layers I, II, III)
==========================================================================
XDG_RUNTIME_DIR (/run/user/1000) is not owned by us (uid 0), but by uid 1000! (This could e g happen if you try to connect to a non-root PulseAudio as a root user, over the native protocol. Don't do that.)
AO: [pulse] Init failed: Connection refused
Failed to initialize audio driver 'pulse'
AO: [alsa] 44100Hz 2ch s16le (2 bytes per sample)
Video: no video
Starting playback...
A: 301.9 (05:01.9) of 301.0 (05:01.0) 4.1%
Exiting... (End of file)
root@NanoPi-NEO-Core:/#
root@NanoPi-NEO-Core:/#