Debian StretchにTuxOnIceをインストールするには? [閉鎖]

Debian StretchにTuxOnIceをインストールするには? [閉鎖]

私のDebian / WindowsデュアルブートノートブックにTuxOnIceをインストールしようとしています。動作できないからですpm-hibernate。一部に注意を払う地図時間、私は次のことをしました:

TuxOnIce ppaを追加しましたsudo apt-add-repository ppa:tuxonice/ppa。動作しているようですが、入力を確認した後、次のエラーが発生します。

gpg: keybox '/tmp/tmp2dbcfl9z/pubring.gpg' created
gpg: /tmp/tmp2dbcfl9z/trustdb.gpg: trustdb created
gpg: key DAC45EC9DEC8FAAC: public key "Launchpad PPA for TuxOnIce" imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg: no valid OpenPGP data found.
Exception in thread Thread-1:
Traceback (most recent call last):
  File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.5/threading.py", line 862, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 688, in addkey_func
    func(**kwargs)
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 386, in add_key
    return apsk.add_ppa_signing_key()
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 273, in add_ppa_signing_key
    cleanup(tmp_keyring_dir)
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 234, in cleanup
    shutil.rmtree(tmp_keyring_dir)
  File "/usr/lib/python3.5/shutil.py", line 480, in rmtree
    _rmtree_safe_fd(fd, path, onerror)
  File "/usr/lib/python3.5/shutil.py", line 438, in _rmtree_safe_fd
    onerror(os.unlink, fullname, sys.exc_info())
  File "/usr/lib/python3.5/shutil.py", line 436, in _rmtree_safe_fd
    os.unlink(name, dir_fd=topfd)
FileNotFoundError: [Errno 2] No such file or directory: 'S.gpg-agent.ssh'

これで、更新はsudo apt-get update以前よりも長い項目のリストを表示します。ほとんどはこれで始まりますが、http://ppa.launchpad.net/tuxonice/ppa/ubuntu bionic/main私はUbuntuを持っておらず、UbuntuパッケージがDebianと実際に互換性がないことを読んだので奇妙です。一部のリンクでは404エラーが発生しますが、ほとんどは機能します。今回も、出力はいくつかのエラーで終わります。

Reading package lists... Done
W: The repository 'http://ppa.launchpad.net/tuxonice/ppa/ubuntu bionic Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch http://ppa.launchpad.net/tuxonice/ppa/ubuntu/dists/bionic/main/binary-i386/Packages  404  Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.

アプリケーションのインストールに使用されますsudo apt-get install tuxonice-userui linux-generic-tuxonice linux-headers-generic-tuxonice。パッケージがtuxonice-useruiインストールされましたが、他のパッケージが見つかりません。

E: Unable to locate package linux-generic-tuxonice
E: Unable to locate package linux-headers-generic-tuxonice

ベストアンサー1

おすすめ記事