在有关调整 LV 大小的一些问题中阅读了对 KVPM 的参考。尝试了典型sudo apt install kvpm但它给了我一条消息unable to locate package。我已选中“软件和更新”中每个可用来源的复选框。然后我从http://archive.ubuntu.com/ubuntu/pool/universe/k/kvpm/kvpm_0.9.10-1.1_amd64.deb下载了一个 deb 包并得到以下错误:
The following packages have unmet dependencies:
kvpm : Depends: liblvm2app2.2 (>= 2.02.176) but it is not installable
E: Unable to correct problems, you have held broken packages.
Run Code Online (Sandbox Code Playgroud) 我使用的是 Ubuntu 20.04。在(尝试)清除系统上与 Deepin 相关的所有内容之后,每次我尝试从终端安装某些内容时,它都会尝试让我删除名为“ deepin-anything-server”的内容。
例子:
The following additional packages will be installed:
clamav-base clamav-freshclam libclamav9 libtfm1
Suggested packages:
clamav-docs libclamunrar9
The following packages will be REMOVED:
deepin-anything-server
The following NEW packages will be installed:
clamav clamav-base clamav-freshclam libclamav9 libtfm1
0 upgraded, 5 newly installed, 1 to remove and 0 not upgraded.
2 not fully installed or removed.
Need to get 0 B/1,135 kB of archives.
After this operation, 3,450 kB of additional disk space will be used. …Run Code Online (Sandbox Code Playgroud) 我发现只有内核版本 5.4 可通过名为 的 HWE 软件包用于 Ubuntu 18.04 LTS linux-image-generic-hwe-18.04。
众所周知,Mainline 内核无法与 Ubuntu 存储库中的 Nvidia 驱动程序配合使用。
如何获取更新的内核版本?
无法构建 poppler 0.62.0,出现以下错误
源代码:https : //poppler.freedesktop.org/poppler-0.62.0.tar.xz
-- Package Qt5Core or Qt5Gui or Qt5Xml or Qt5Widgets or Qt5Test not found
-- Checking for module 'gobject-introspection-1.0'
-- No package 'gobject-introspection-1.0' found
-- Checking for modules 'gtk+-3.0>=3.8;gdk-pixbuf-2.0'
--
-- Could NOT find GTK (missing: GTK3_LIBRARIES GTK3_CFLAGS)
-- Checking for module 'libopenjp2'
-- No package 'libopenjp2' found CMake Error at CMakeLists.txt:199 (message): Install libopenjpeg2 before trying to build poppler. You
can also decide to use the internal unmaintained JPX decoder or none
at …Run Code Online (Sandbox Code Playgroud) 我在大约 5 台不同的机器上运行 Ubuntu MATE 16.04.6 LTS。
我需要同步 Google Drive 文件夹才能与同事合作。
直到最近,我才能够grive2用于同步我的 Google Drive。但目前存在与 OAuth2 安全相关的问题grive2(有关详细信息,请参阅github 上的问题)。对于 2 个以上的同时安装,由最终用户修复它们有点困难且浪费时间。
我们有什么替代方法可以让 Google Drive 在 Ubuntu MATE 16.04 LTS 上工作吗?
我刚刚使用以太网/电缆从mini.iso安装了 Ubuntu 18.04 LTS 。
\n然后我通过 向其安装了 MATE 桌面sudo apt-get install ubuntu-mate-desktop^。
但网络管理器托盘图标/ nm-applet表示Ehernet Network \xe2\x80\x94设备未受管理:
\n设置系统以重新使用 NetworkManager 的最简单方法是什么?
\n注意:请不要将其作为重复项关闭 - 我需要在一个地方提供完整的可重现解决方案。
\n我有一台带有故障 LCD 面板电缆的笔记本电脑。此电缆连接到 LCD 面板和带麦克风的网络摄像头。LCD 面板工作正常,但网络摄像头和麦克风出现故障。我不打算访问修复,所以我希望得到基于软件的解决方案。我真的不使用这个网络摄像头,并且有蓝牙手机来更换麦克风。
目前我知道网络摄像头在/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5.
我想将此端口列入黑名单。
如果重要,请lsusb说明当前有关此设备的以下内容:
Bus 002 Device 053: ID 04f2:b330 Chicony Electronics Co., Ltd Asus 720p CMOS webcam
Run Code Online (Sandbox Code Playgroud)
并且设备 053有一个增量。
它用类似的消息淹没系统日志
如果没有将uvcvideo驱动程序列入黑名单,它会淹没uvcdynctrl-udev.log文件:
$ ls -alh /var/log/uvcdynctrl-udev.log
-rw-r--r-- 1 root root 8,1G Apr 17 18:20 /var/log/uvcdynctrl-udev.log
Run Code Online (Sandbox Code Playgroud)
所以我已经uvcvideo通过放置blacklist uvcvideo到/etc/modprobe.d/blacklist-uvc.conf. 但这一单一措施于事无补。
我应该如何将连接网络摄像头的有故障的内部 USB 端口完全列入黑名单?
? 正在升级我的发行版。但是在升级时,我遇到了这样的包失败错误。我尝试了一切,但找不到任何解决方案。你有什么建议吗?
$ sudo apt dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
blueman : Depends: python3 (>= 3.9~) but 3.8.2-0ubuntu2 is installed
Depends: gir1.2-ayatanaappindicator3-0.1 but it is not installed
dbus-user-session : Depends: dbus (>= 1.12.20-1ubuntu3)
dbus-x11 : Depends: libdbus-1-3 (= 1.12.20-1ubuntu3) but 1.12.16-2ubuntu2.1 is installed
gir1.2-gtk-3.0 : Depends: libgtk-3-0 (>= 3.24.24) but 3.24.20-0ubuntu1 is installed
gnupg : Depends: …Run Code Online (Sandbox Code Playgroud) 我刚刚注意到,/usr/share/keyrings/我的 Ubuntu MATE 21.04 安装目录中有很多 Debian 密钥环 GPG 文件(已定期从以前的版本升级)。
$ ls -lsh /usr/share/keyrings/
total 32M
12K -rw-r--r-- 1 root root 8.5K Mar 26 16:41 debian-archive-bullseye-automatic.gpg
12K -rw-r--r-- 1 root root 8.6K Mar 26 16:41 debian-archive-bullseye-security-automatic.gpg
4.0K -rw-r--r-- 1 root root 2.4K Mar 26 16:41 debian-archive-bullseye-stable.gpg
8.0K -rw-r--r-- 1 root root 8.0K Mar 26 16:41 debian-archive-buster-automatic.gpg
8.0K -rw-r--r-- 1 root root 8.0K Mar 26 16:41 debian-archive-buster-security-automatic.gpg
4.0K -rw-r--r-- 1 root root 2.3K Mar 26 16:41 debian-archive-buster-stable.gpg
56K -rw-r--r-- 1 …Run Code Online (Sandbox Code Playgroud) 我不知道如何安装 Linux Mint 20.2 即将推出的新功能。批量重命名器 Bulky ( https://github.com/linuxmint/bulky )。
因为它是一个新事物,我无法在网上找到教程......而且我不太理解 makefile 之类的概念。有人安装/测试过吗?我想停止仅仅为了批量重命名而安装 Thunar!
这是相关的,首先是什么让我感兴趣: 什么是一个好的 GUI 文件重命名器,可以从命令行 URI 获取文件?
18.04 ×3
16.04 ×2
20.04 ×2
kernel ×2
21.04 ×1
batch-rename ×1
dpkg ×1
drivers ×1
gnupg ×1
google ×1
google-drive ×1
gpu-driver ×1
keyrings ×1
lvm ×1
mate ×1
microphone ×1
mint ×1
nemo ×1
netplan ×1
networking ×1
nvidia ×1
poppler ×1
ubuntu-mate ×1
usb ×1
webcam ×1
wireless ×1