Я торопился, стараясь в systemback сделать systemback_live_... .swbilive, потому особо досконально не разбирался в приведенном ниже материале, хотя и так по сути понятно, что нет ключа - нет полноценно установленной программы, не взирая на то, что в наших регионах от нее току - что "с козла молока", если только постоянно находиться на "подменных американских серверах" от "hola" - подобных...
Выручили от данной ошибки следующие действия, хотя я их применял не в приведенной последовательности, а по собственному принципу:
Ошибка GPG:
http://repository.spotify.com stable InRelease: Следующие подписи не могут быть проверены, так как недоступен открытый ключ: NO_PUBKEY EFDC8610341D9410 Репозиторий «
http://repository.spotify.com stable InRelease» не подписан.
РЕШЕНИЕ:
Spotify for Linux
Here you can find different ways of installing Spotify for Linux. Spotify for Linux is a labor of love from our engineers that wanted to listen to Spotify on their Linux development machines. They work on it in their spare time and it is currently not a platform that we actively support. The experience may differ from our other Spotify Desktop clients, such as Windows and Mac. You can tell us what you think and ask other users for help at the Desktop (Linux) board in The Spotify Community forum.
Install on Ubuntu
Go to Spotify in Ubuntu Software and click install. If the link doesn’t work, open Ubuntu Software and search for Spotify.
Install via command line
Snap
If you don’t have access or don’t want to use Ubuntu Software, it is possible to install Spotify from the command line with snap. Run the following command in your terminal:
snap install spotify
If you run another Linux distribution than Ubuntu, first see
https://snapcraft.io/ for how to install snap, then run the command above.
Debian package
Spotify for Linux is also released as a Debian package. Our aim is that it should work with the latest Long Term Support release of Ubuntu, but we will try to make it work for other releases of Ubuntu and Debian as well.
# 1. Add the Spotify repository signing keys to be able to verify downloaded packages
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0DF731E45CE24F27EEEB1450EFDC8610341D9410 - этот ключ прошел - "Ок", после чего вместо него я подставил ключ - отсюда: (недоступен открытый ключ: NO_PUBKEY EFDC8610341D9410) и тоже терминал выдал - "Ок"
# 2. Add the Spotify repository
echo deb
http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list
# 3. Update list of available packages
sudo apt-get update
# 4. Install Spotify
sudo apt-get install spotify-client