내 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