我刚刚安装了 Ubuntu 22.04 LTS。它工作正常,但在我暂停会话后,重新启动会话后屏幕仍然黑屏。
我该如何解决?
谢谢
我正在尝试将 HPLIP 3.14.3 更新到 3.15,但无法通过软件中心获得,因此我从这里安装它。
但是,由于python,我在自动安装时遇到了困难。特别是在选择 ubuntu 14.04 后,出现错误:
warning: Missing REQUIRED dependency: python3-dbus (Python DBus - Python bindings for DBus)
warning: This installer cannot install 'python3-dbus' for your distro/OS and/or version.
Run Code Online (Sandbox Code Playgroud)
但我已经安装了以下内容:
python
IDLE python 3.4
python 3.4
python3-dbus 1.2.0-2build2 (but not D-bus support & debug)
Run Code Online (Sandbox Code Playgroud)
当我尝试更新这些选项时,我得到了:
Requires installation of untrusted packages
Run Code Online (Sandbox Code Playgroud)
我怎样才能克服这个问题?谢谢
此致
吉久
我有 Ubuntu 22.04 LTS 并按照这篇文章安装了 Atom 。从图标启动后,窗口会打开,但保持空白,然后在几秒钟内崩溃。在终端上我得到:
\n$ atom\n/usr/bin/atom: line 195: 30027 Illegal instruction (core dumped) nohup "$ATOM_PATH" --executed-from="$(pwd)" --pid=$$ "$@" > "$ATOM_HOME/nohup.out" 2>&1\n[30027:0429/141844.105294:FATAL:gpu_data_manager_impl_private.cc(439)] GPU process isn\'t usable. Goodbye.\n--2022-04-29 14:18:44-- https://atom.io/crash_reports\nResolving atom.io (atom.io)... 20.119.16.4\nConnecting to atom.io (atom.io)|20.119.16.4|:443... connected.\nHTTP request sent, awaiting response... 204 No Content\n2022-04-29 14:18:45 (0.00 B/s) - \xe2\x80\x98/dev/fd/4\xe2\x80\x99 saved [0]\n\n\nUnexpected crash report id length\nFailed to get crash dump id.\nReport Id: \n--2022-04-29 14:18:45-- https://atom.io/crash_reports\nResolving atom.io (atom.io)... 20.119.16.4\nConnecting to atom.io (atom.io)|20.119.16.4|:443... connected.\nHTTP request sent, awaiting response... 204 No …Run Code Online (Sandbox Code Playgroud)