Blackmagic Design 的 Resolve 视频编辑器 V14.0.1 需要 libpng1 2。不幸的是,新的 17.10 版本只提供了libpng1 6。
有没有办法在 17.10 下恢复到 libpng12?如果是这样,我如何获得 libpng12 - 当我搜索它时,突触没有列出它。
正如我们所知,Arduino 有非官方的 Snap,它只有在安装为经典时才能访问串行端口(但未在snap find输出中指明):
$ snap find arduino
Name Version Developer Notes Summary
arduino-mhall119 1.8.5 mhall119 - Arduino IDE
Run Code Online (Sandbox Code Playgroud)
封装 arduino
Run Code Online (Sandbox Code Playgroud)trusty (14.04LTS) (electronics): AVR development board IDE and built-in libraries [universe] 1:1.0.5+dfsg2-2: all xenial (16.04LTS) (electronics): AVR development board IDE and built-in libraries [universe] 2:1.0.5+dfsg2-4: all artful (electronics): AVR development board IDE and built-in libraries [universe] 2:1.0.5+dfsg2-4.1: all bionic (electronics): AVR development board IDE and built-in libraries [universe] …
让我们假设一个人有一些现代 HP 打印机和/或扫描仪,它由官方存储库中的 HPLIP 包支持。或由较新版本的 HPLIP 软件包支持(请参阅有关安装的此答案)。
从官方文档(HP 开发人员门户 | 所有支持的打印机型号)可知,设备需要专有/二进制驱动程序或插件。
应该如何安装这样的插件?
我刚刚启动了干净的 Ubuntu 18.04 LTS VM 并尝试使用sudo apt install.
但收到错误信息:
E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable)
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it?
什么进程在 Ubuntu 中创建了 /var/lib/dpkg/lock-frontend 文件?
如何在APT上轻轻停止并手动控制?
我在启动第三方科学软件(例如 coot、pymol 或 chimera)时遇到一些问题(请参阅下面的消息)。
我使用 coot 二进制文件(0.9.5)。Chimera 是 1.14 build 42018。Ubuntu 20.04.2 LTS Gnome。我使用来自 Github 的 pymol-open-source
Graphic card: VGA compatible controller: Intel Corporation UHD Graphics 620 (Whiskey Lake)
Model: Intel(R) Core(TM) i7-8565U CPU @ 1.80GHz
Run Code Online (Sandbox Code Playgroud)
看来iris和swrast有一些问题(请参考下面的消息)。
我总是收到这样的关于嵌合体的消息:
libGL error: MESA-LOADER: failed to open iris: /usr/lib/dri/iris_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/x86_64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri)
libGL error: failed to load driver: iris
libGL error: MESA-LOADER: failed to open iris: /usr/lib/dri/iris_dri.so: cannot open shared object file: No …Run Code Online (Sandbox Code Playgroud) 我可以成功连接我的 android 设备作为音频源,并在我的笔记本电脑上听音乐、youtube 视频等(在 android 手机上播放)。但是当我打电话时,音频不会通过笔记本电脑,但它可以在我的蓝牙耳机上工作。如果我在我的安卓手机上选择一个选项通过蓝牙转接电话(就像我在耳机上一样),我的电脑上没有声音......
我试过的:
如何使用已连接的手机拨打普通电话?- 似乎过时了,无法安装
我注意到 18.04 桌面的一些重要功能在 20.04 中并不明显。它们是: 能够将文件拖入和拖出桌面。从其他目录复制并粘贴到桌面。桌面图标对齐固定在网格中,而我喜欢自己定位它们。我喜欢在“属性”下编辑桌面图标,即我喜欢用我自己的图标替换桌面图标。是我遗漏了什么,还是 20.04 中没有这些功能?
当我使用 GNOME Shell 在 Ubuntu 18.04 LTS 上使用搜索时,我看到以下图标:
我怎样才能隐藏它们?它们是否在某处进行了硬编码?
注意:此问题与“如何从此处删除、注销、重新启动和关闭?”不重复。今天问,因为图标是黑色的(不是灰色)。它是它的逻辑延续,但不是重复的。
我正在尝试在 Ubuntu 20.04 上安装 odbcinst1debian2,但似乎缺少依赖项“multiarch-support”:
$ sudo apt-get install odbcinst1debian2
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
odbcinst1debian2 : PreDepends: multiarch-support but …Run Code Online (Sandbox Code Playgroud)