Le voici :
login as: linaro
linaro@192.168.1.29's password:
Linux tinkerboard 4.4.132+ #1 SMP Wed May 15 19:37:54 CST 2019 armv7l
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Mon Apr 13 12:16:07 2020 from 192.168.1.25
linaro@tinkerboard:~$ sudo apt-get update
Get:1
http://security.debian.org buster/updates InRelease [65.4 kB]
Hit:2
http://repo.linaro.org/ubuntu/linaro-overlay stretch InRelease
Get:3
http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
Get:4
http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 kB]
Get:5
http://tprd.asus.com:8000 stretch InRelease [5233 B]
Reading package lists... Done
N: Repository '
http://security.debian.org buster/updates InRelease' changed its 'Version' value from '' to '10'
E: Repository '
http://security.debian.org buster/updates InRelease' changed its 'Suite' value from 'testing' to 'stable'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
N: Repository '
http://cdn-fastly.deb.debian.org/debian buster InRelease' changed its 'Version' value from '' to '10.3'
E: Repository '
http://cdn-fastly.deb.debian.org/debian buster InRelease' changed its 'Suite' value from 'testing' to 'stable'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
E: Repository '
http://cdn-fastly.deb.debian.org/debian buster-updates InRelease' changed its 'Suite' value from 'testing-updates' to 'stable-updates'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
linaro@tinkerboard:~$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
linaro@tinkerboard:~$ sudo apt-get install libusb-0.1-4
Reading package lists... Done
Building dependency tree
Reading state information... Done
libusb-0.1-4 is already the newest version (2:0.1.12-32).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
linaro@tinkerboard:~$ wget "
http://ftp.debian.org/debian/pool/main/ ... _armhf.deb"
--2020-04-13 13:24:14--
http://ftp.debian.org/debian/pool/main/ ... _armhf.deb
Resolving ftp.debian.org (ftp.debian.org)... 130.89.148.12, 2001:67c

a119::148:12
Connecting to ftp.debian.org (ftp.debian.org)|130.89.148.12|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 108686 (106K) [application/x-debian-package]
Saving to: ‘libudev-dev_241-5~bpo9+1_armhf.deb.1’
libudev-dev_241-5~b 100%[===================>] 106.14K 285KB/s in 0.4s
2020-04-13 13:24:15 (285 KB/s) - ‘libudev-dev_241-5~bpo9+1_armhf.deb.1’ saved [108686/108686]
linaro@tinkerboard:~$ dpkg -i libudev-dev_241-5_bpo9+1_armhf.deb/etc/apt/sources.list
dpkg: error: requested operation requires superuser privilege
linaro@tinkerboard:~$ sudo apt install libudev-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
libudev-dev
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 108 kB of archives.
After this operation, 200 kB of additional disk space will be used.
Err:1
http://cdn-fastly.deb.debian.org/debian buster/main armhf libudev-dev armhf 241-5
404 Not Found [IP: 151.101.120.204 80]
E: Failed to fetch
http://cdn-fastly.deb.debian.org/debian ... _armhf.deb 404 Not Found [IP: 151.101.120.204 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
linaro@tinkerboard:~$ /etc/apt/sources.list
-bash: /etc/apt/sources.list: Permission denied
linaro@tinkerboard:~$