rost@DEBIAN999:~$ wget http://ftp.br.debian.org/debian/pool/contrib/p/pepperflashpl...
--2021-01-05 19:45:41-- http://ftp.br.debian.org/debian/pool/contrib/p/pepperflashpl...
Resolving ftp.br.debian.org (ftp.br.debian.org)... 200.236.31.3, 2801:82:80ff:8000::4
Connecting to ftp.br.debian.org (ftp.br.debian.org)|200.236.31.3|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 6324 (6.2K) [application/x-debian-package]
Saving to: ‘pepperflashplugin-nonfree_1.8.7_amd64.deb’pepperflashplugin-n 100%[===================>] 6.18K --.-KB/s in 0s
2021-01-05 19:45:42 (347 MB/s) - ‘pepperflashplugin-nonfree_1.8.7_amd64.deb’ saved [6324/6324]
rost@DEBIAN999:~$ sudo dpkg -i pepperflashplugin-nonfree_1.8.7_amd64.deb
[sudo] password for rost:
Selecting previously unselected package pepperflashplugin-nonfree.
(Reading database ... 146921 files and directories currently installed.)
Preparing to unpack pepperflashplugin-nonfree_1.8.7_amd64.deb ...
Unpacking pepperflashplugin-nonfree (1.8.7) ...
dpkg: dependency problems prevent configuration of pepperflashplugin-nonfree:
pepperflashplugin-nonfree depends on libgcc-s1; however:
Package libgcc-s1 is not installed.
dpkg: error processing package pepperflashplugin-nonfree (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
pepperflashplugin-nonfree
rost@DEBIAN999:~$ sudo apt-get install libgcc-s1;
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libgcc-s1 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'libgcc-s1' has no installation candidate
rost@DEBIAN999:~$ libgcc
bash: libgcc: command not found
rost@DEBIAN999:~$ sudo apt-get install libgcc
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libgcc
rost@DEBIAN999:~$ sudo apt-get install gcc-10
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package gcc-10
rost@DEBIAN999:~$ wget http://ftp.br.debian.org/debian/pool/main/g/gcc-10/libgcc-s1...
--2021-01-05 19:48:28-- http://ftp.br.debian.org/debian/pool/main/g/gcc-10/libgcc-s1...
Resolving ftp.br.debian.org (ftp.br.debian.org)... 200.236.31.3, 2801:82:80ff:8000::4
Connecting to ftp.br.debian.org (ftp.br.debian.org)|200.236.31.3|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 41344 (40K) [application/x-debian-package]
Saving to: ‘libgcc-s1_10.2.1-3_amd64.deb’
libgcc-s1_10.2.1-3_ 100%[===================>] 40.38K 157KB/s in 0.3s
2021-01-05 19:48:28 (157 KB/s) - ‘libgcc-s1_10.2.1-3_amd64.deb’ saved [41344/41344]
rost@DEBIAN999:~$ sudo dpkg -i libgcc-s1_10.2.1-3_amd64.deb
Selecting previously unselected package libgcc-s1:amd64.
(Reading database ... 146928 files and directories currently installed.)
Preparing to unpack libgcc-s1_10.2.1-3_amd64.deb ...
Unpacking libgcc-s1:amd64 (10.2.1-3) ...
Replacing files in old package libgcc1:amd64 (1:8.3.0-6) ...
dpkg: dependency problems prevent configuration of libgcc-s1:amd64:
libgcc-s1:amd64 depends on gcc-10-base (= 10.2.1-3); however:
Package gcc-10-base is not installed.
dpkg: error processing package libgcc-s1:amd64 (--install):
dependency problems - leaving unconfigured
Processing triggers for libc-bin (2.28-10) ...
Errors were encountered while processing:
libgcc-s1:amd64
rost@DEBIAN999:~$ sudo apt-get install gcc-10-base
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package gcc-10-base is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'gcc-10-base' has no installation candidate
rost@DEBIAN999:~$ wget http://ftp.br.debian.org/debian/pool/main/g/gcc-10/gcc-10-ba...
--2021-01-05 19:50:02-- http://ftp.br.debian.org/debian/pool/main/g/gcc-10/gcc-10-ba...
Resolving ftp.br.debian.org (ftp.br.debian.org)... 200.236.31.3, 2801:82:80ff:8000::4
Connecting to ftp.br.debian.org (ftp.br.debian.org)|200.236.31.3|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 200684 (196K) [application/x-debian-package]
Saving to: ‘gcc-10-base_10.2.1-3_amd64.deb’
gcc-10-base_10.2.1- 100%[===================>] 195.98K 251KB/s in 0.8s
2021-01-05 19:50:03 (251 KB/s) - ‘gcc-10-base_10.2.1-3_amd64.deb’ saved [200684/200684]
rost@DEBIAN999:~$ sudo dpkg -i gcc-10-base_10.2.1-3_amd64.deb
Selecting previously unselected package gcc-10-base:amd64.
(Reading database ... 146930 files and directories currently installed.)
Preparing to unpack gcc-10-base_10.2.1-3_amd64.deb ...
Unpacking gcc-10-base:amd64 (10.2.1-3) ...
Setting up gcc-10-base:amd64 (10.2.1-3) ...
rost@DEBIAN999:~$
Я попробовал вручную поставить последний рабочий pepperflsh-nonfree, gcc-10 и еще одну библитеку
Посмотрим что из этого выйдет