AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / user-66509

N0rbert's questions

Martin Hope
N0rbert
Asked: 2022-02-01 10:51:36 +0800 CST

在 Ubuntu 20.04 LTS 的 netboot mini.iso 中是否可以有 linux kernel >5.4?

  • 3

我看到最新的 Ubuntu 20.04 LTS (Focal Fossa) 的netboot mini.iso仍然有内核版本 5.4.0-42,它很老。

是否可以使用较新的内核(例如 HWE 5.13)具有相同的 netboot mini.iso?

boot
  • 1 个回答
  • 488 Views
Martin Hope
N0rbert
Asked: 2022-01-24 12:48:08 +0800 CST

在 Nvidia 驱动程序处于活动状态的 Ubuntu 18.04 LTS 上是否可以拥有比 5.4 更新的内核?

  • 4

我看到 HWE 包名为linux-image-generic-hwe-18.04.

众所周知,主线内核无法与 Ubuntu 存储库中的 Nvidia 驱动程序一起使用。

如何获取更新的内核版本?

drivers
  • 1 个回答
  • 1088 Views
Martin Hope
N0rbert
Asked: 2022-01-22 12:10:41 +0800 CST

是否可以在 Ubuntu 18.04 LTS 上安装 intel-mkl?

  • 5

我知道这个包只能通过官方存储库从 Ubuntu 20.04 LTS 和更新版本中获得。

18.04
  • 1 个回答
  • 2978 Views
Martin Hope
N0rbert
Asked: 2022-01-09 08:19:50 +0800 CST

是否可以从 deb-package 在 Ubuntu 上安装 LinuxMint 名为 Hypnotix 的 IPTV 应用程序?

  • 5

LinuxMint 发布了名为 Hypnotix 的 IPTV 应用程序 2.6 版本。

Hypnotix 是一款支持直播电视、电影和连续剧的 IPTV 流媒体应用程序。
阴影

资料来源:https ://github.com/linuxmint/hypnotix

20.04
  • 1 个回答
  • 3682 Views
Martin Hope
N0rbert
Asked: 2022-01-08 02:58:34 +0800 CST

我应该如何在 RPi 4 (armhf) 上的 Ubuntu MATE 21.10 上运行的 Chromium 网络浏览器中启用硬件图形加速?

  • 2

我刚刚在具有 4 Gb RAM 的 Raspberry Pi 4 上安装了 Ubuntu MATE 21.10(32 位,armhf)。注意:我需要 32 位版本才能使用Modelica 编译器。所有设置均为默认设置。有关视频驱动程序的信息如下:

$ lsmod | grep drm
drm_kms_helper        282624  3 vc4
cec                    65536  2 vc4,drm_kms_helper
fb_sys_fops            16384  1 drm_kms_helper
syscopyarea            16384  1 drm_kms_helper
sysfillrect            16384  1 drm_kms_helper
sysimgblt              16384  1 drm_kms_helper
drm                   540672  12 v3d,vc4,gpu_sched,drm_kms_helper

$ grep -E "^dtoverlay|^max_framebuffers|^gpu_mem|^hdmi" /boot/firmware/config.txt 
max_framebuffers=2
dtoverlay=vc4-fkms-v3d
gpu_mem=128

$ cat /proc/device-tree/soc/firmwarekms@7e600000/status
okay

$ cat /proc/device-tree/v3dbus/v3d@7ec04000/status
okay

$ glxinfo | grep -i opengl
OpenGL vendor string: Broadcom
OpenGL renderer string: V3D 4.2
OpenGL version string: 2.1 Mesa 21.2.2
OpenGL shading language version string: 1.20
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.1 Mesa 21.2.2
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10
OpenGL ES profile extensions:

然后我安装了 Chromium 浏览器sudo apt-get install chromium-browser,第一次启动它以启用以下选项chrome://flags:

  • 覆盖软件渲染列表又名#ignore-gpu-blocklist;
  • GPU光栅化又名#enable-gpu-rasterization;
  • 零拷贝光栅化器又名#enable-zero-copy;
  • 使显示合成器能够使用新的 gpu 线程。又名#enable-drdc;
  • 进程外 2D 画布光栅化。又名#canvas-oop-rasterization。

然后使用chromium --enable-features=VaapiVideoDecoder命令重新启动它。

完成所有这些步骤后,chrome://gpuChromium 上表示未启用 GPU 加速:

图形功能状态

  • 帆布:仅限软件。禁用硬件加速
  • 画布进程外光栅化:已禁用
  • 合成:仅限软件。禁用硬件加速
  • 多个光栅线程:禁用
  • 进程外光栅化:禁用
  • OpenGL:已禁用
  • 光栅化:仅限软件。禁用硬件加速
  • 原始绘图:已禁用
  • Skia 渲染器:已启用
  • 视频解码:仅限软件。禁用硬件加速
  • Vulkan:已禁用
  • WebGL:已禁用
  • WebGL2:已禁用

所以问题就在标题中。

chromium
  • 1 个回答
  • 4472 Views
Martin Hope
N0rbert
Asked: 2021-11-17 13:35:42 +0800 CST

是否可以在不破坏系统的情况下完全删除带有 Glib 库的 Snapd?

  • 10

我刚刚安装了 Ubuntu MATE 21.10 并发现了两个有趣snapd的包,其中包含名称 - gir1.2-snapd-1和libsnapd-glib1:

$ dpkg -l | grep snapd
ii  gir1.2-snapd-1:amd64                     1.58-0ubuntu2                       amd64        Typelib file for libsnapd-glib1
ii  libsnapd-glib1:amd64                     1.58-0ubuntu2                       amd64        GLib snapd library

两者都来自snapd-glib包。

删除它们将破坏系统,如下所示:

$ sudo apt autopurge gir1.2-snapd-1:amd64 libsnapd-glib1:amd64
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages will be REMOVED:
  apturl* apturl-common* ayatana-indicator-sound* bluez-cups* cups* cups-browsed* cups-core-drivers* cups-daemon* cups-server-common*
  gir1.2-goa-1.0* gir1.2-snapd-1* hplip* hplip-data* libcanberra-pulse* libcupsimage2* libgutenprint-common* libgutenprint9* libhpmud0*
  libimagequant0* libpulsedsp* libsane-hpaio* libsbc1* libsnapd-glib1* libspeexdsp1* printer-driver-gutenprint* printer-driver-hpcups*
  printer-driver-postscript-hp* printer-driver-splix* pulseaudio* pulseaudio-module-bluetooth* pulseaudio-utils* python3-dateutil* python3-debconf*
  python3-olefile* python3-pil* python3-renderpm* python3-reportlab* python3-reportlab-accel* python3-software-properties* rtkit*
  software-properties-common* software-properties-gtk* ssl-cert* ubuntu-mate-core* ubuntu-mate-desktop* ubuntu-release-upgrader-gtk* update-manager*
  update-notifier* update-notifier-common*
0 upgraded, 0 newly installed, 49 to remove and 0 not upgraded.
After this operation, 49,3 MB disk space will be freed.
Do you want to continue? [Y/n] n
Abort.

是否可以在不破坏系统的情况下删除gir1.2-snapd-1和libsnapd-glib1软件包?

apt
  • 2 个回答
  • 277 Views
Martin Hope
N0rbert
Asked: 2021-11-03 00:36:02 +0800 CST

是否可以在 Ubuntu 20.04 LTS 上安装 lanmessenger?

  • 2

在以前的 Ubuntu 版本(如 18.04 LTS)上,我能够安装LAN Messenger。

但在现代 Ubuntu 20.04 LTS 上,无法安装它并显示以下消息:

cd ~/Downloads
wget -c https://github.com/lanmessenger/lanmessenger/releases/download/v1.2.37/lmc_1.2.37_x86_64_min.deb
sudo apt-get install ./lmc_1.2.37_x86_64_min.deb

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Note, selecting 'lmc' instead of './lmc_1.2.37_x86_64_min.deb'
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:
 lmc : Depends: libssl1.0.0 but it is not installable
E: Unable to correct problems, you have held broken packages.
apt
  • 2 个回答
  • 475 Views
Martin Hope
N0rbert
Asked: 2021-11-03 00:12:03 +0800 CST

是否可以在现代 Ubuntu 20.04 LTS 上运行 wine-launcher-creator?

  • 0

在以前的 Ubuntu 版本(如 18.04 LTS)上,我能够安装WINE Launcher Creator。

但在现代 Ubuntu 20.04 LTS 上,无法安装它并显示以下消息:

cd ~/Downloads
wget -c https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/wine-launcher-creator/wine-launcher-creator_1.0.8-1_all.deb
sudo apt-get install ./wine-launcher-creator_1.0.8-1_all.deb

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Note, selecting 'wine-launcher-creator' instead of './wine-launcher-creator_1.0.8-1_all.deb'
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:
 wine-launcher-creator : Depends: python-qt4 but it is not installable
E: Unable to correct problems, you have held broken packages.
20.04
  • 1 个回答
  • 164 Views
Martin Hope
N0rbert
Asked: 2021-10-31 02:42:20 +0800 CST

是否可以获得适用于 Ubuntu 20.04 LTS 版本的最新版本的 medit(又名 mooedit)?

  • 0

有时我使用medit。它仅适用于旧 1.2.0-3 版本的官方存储库中的 Ubuntu 18.04 LTS。

是否有可能获得适用于 Ubuntu 20.04 LTS 的最新 Medit?

18.04
  • 1 个回答
  • 205 Views
Martin Hope
N0rbert
Asked: 2021-10-30 13:56:44 +0800 CST

Meld 的现代版本无法将本地文件夹与远程文件夹(在 /run/user/1000/gvfs/ 中)进行比较 - 我们可以修复它吗?

  • 0

当我在 Ubuntu MATE 21.10 上使用 Meld 3.20.4-1 时,我无法使用以下步骤比较本地和远程文件夹:

  1. 使用 Caja 连接到某个共享 - 按Ctrl+ L,sftp://[email protected]在地址栏中输入以获取安装到的文件夹/run/user/1000/gvfs/sftp:host=hostname.local,user=user/

  2. 打开终端并从中运行 Meld 以比较文件夹对:

    meld /run/user/1000/gvfs/sftp:host=hostname.local,user=user/home/user/Desktop ~/Desktop
    

结果我得到

$ meld /run/user/1000/gvfs/sftp:host=hostname.local,user=user/home/user/Desktop ~/Desktop
Usage:
 meld Start with an empty window
 meld <file|folder> Start a version control comparison
 meld <file> <file> [<file>] Start a 2- or 3-way file comparison
 meld <folder> <folder> [<folder>] Start a 2- or 3-way folder comparison

Error: remote folder “/run/user/1000/gvfs/sftp:host=hostname.local,user=user/home/user/Desktop” not supported

我们可以在用户级别上解决这个问题吗?

mount
  • 2 个回答
  • 400 Views
Martin Hope
N0rbert
Asked: 2021-10-29 06:38:59 +0800 CST

如何在 Ubuntu 18.04 LTS 上运行 Fritzing?

  • 3

我最近安装了 Ubuntu 18.04.6 LTS,然后使用以下命令使用来自官方存储库的软件包安装了Fritzing

sudo apt-get install fritzing

然后在第一次启动时,它显示了三个错误的窗口

哎呀!
抱歉,我们的交换机制有问题。
Fritzing 仍然有效,但您将无法更改零件属性。

Fritzing
无法读取文件 /home/username/bins/core.fzb:
没有这样的文件或目录。

Fritzing
Fritzing 无法加载零件箱

结果零件清单为空。我需要为我的爱好项目运行 Fritzing。

18.04
  • 2 个回答
  • 585 Views
Martin Hope
N0rbert
Asked: 2021-10-18 03:51:05 +0800 CST

是否可以避免 Firefox 作为 Snap 安装并在 Ubuntu 21.10 风格上保留 deb 版本?

  • 14

我刚刚安装了新的 Ubuntu MATE 21.10 系统。

然后我update-manager手动运行以检查并获取一些新的更新。

它让我感到惊讶 - 它将删除 Firefox deb-package,如下面的屏幕截图所示,用 Snap 替换它:

更新详情

  • 安装或移除
    • 要删除的重复包
      • 火狐浏览器

update-manager 将删除 Firefox 的 deb-package

这对我来说是不可接受的,我想使用普通的 Firefox 的 deb 包。


注意:实际上结果不依赖于在线或离线安装,第一次启动update-manager会尝试删除 Firefox deb-package。

firefox
  • 4 个回答
  • 3275 Views
Martin Hope
N0rbert
Asked: 2021-10-06 11:49:58 +0800 CST

在将带有 R 的 Ubuntu 16.04 LTS 从 CRAN 升级到 Ubuntu 18.04 LTS 时,是否可以防止 R 包冲突?

  • 1

我已经完全更新了为 RMarkdown/bookdown 配置的 Ubuntu 16.04.7 LTS amd64,使用以下命令进行 LaTeX 发布:

sudo apt-get install apt-transport-https

cat <<EOF | sudo tee /etc/apt/sources.list.d/r-cran.list
deb https://cloud.r-project.org/bin/linux/ubuntu xenial/
EOF
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9

sudo apt-get update

sudo apt-get install -y r-base-dev libssl-dev libjpeg62 libgstreamer0.10-0 libgstreamer-plugins-base0.10-0 calibre
sudo apt-get install -y biber texlive-lang-cyrillic fonts-cmu texlive-xetex texlive-fonts-extra texlive-math-extra font-manager ttf-mscorefonts-installer lmodern
sudo apt-get install -y build-essential libcurl4-openssl-dev libxml2-dev libcairo2-dev git

wget https://github.com/jgm/pandoc/releases/download/2.11.4/pandoc-2.11.4-1-amd64.deb -O /tmp/pandoc.deb
sudo apt-get install -y /tmp/pandoc.deb

wget -c https://download1.rstudio.org/desktop/xenial/amd64/rstudio-1.4.1106-amd64.deb -O /tmp/rstudio.deb
sudo apt-get install -y /tmp/rstudio.deb

mkdir -p ~/R/x86_64-pc-linux-gnu-library/3.4
R -e "install.packages(c('bookdown','tikzDevice','xaringan'), repos='http://cran.rstudio.com/', lib='/home/$USER/R/x86_64-pc-linux-gnu-library/3.4')"

这意味着它/etc/apt/sources.list /etc/apt/sources.list.d/*.list包含以下几行:

$ grep ^deb -r /etc/apt/ --include=*.list
/etc/apt/sources.list.d/r-cran.list:deb https://cloud.r-project.org/bin/linux/ubuntu xenial/
/etc/apt/sources.list:deb http://archive.ubuntu.com/ubuntu/ xenial main restricted
/etc/apt/sources.list:deb http://archive.ubuntu.com/ubuntu/ xenial-updates main restricted
/etc/apt/sources.list:deb http://archive.ubuntu.com/ubuntu/ xenial universe
/etc/apt/sources.list:deb http://archive.ubuntu.com/ubuntu/ xenial-updates universe
/etc/apt/sources.list:deb http://archive.ubuntu.com/ubuntu/ xenial multiverse
/etc/apt/sources.list:deb http://archive.ubuntu.com/ubuntu/ xenial-updates multiverse
/etc/apt/sources.list:deb http://archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
/etc/apt/sources.list:deb http://security.ubuntu.com/ubuntu xenial-security main restricted
/etc/apt/sources.list:deb http://security.ubuntu.com/ubuntu xenial-security universe
/etc/apt/sources.list:deb http://security.ubuntu.com/ubuntu xenial-security multiverse

该系统具有以下一组 R 包:

$ dpkg -l | grep "^ii  r-"
ii  r-base                                3.4.4-1xenial0                                  all          GNU R statistical computation and graphics system
ii  r-base-core                           3.4.4-1xenial0                                  amd64        GNU R core of statistical computation and graphics system
ii  r-base-dev                            3.4.4-1xenial0                                  all          GNU R installation of auxiliary GNU R packages
ii  r-base-html                           3.4.4-1xenial0                                  all          GNU R html docs for statistical computing system functions
ii  r-cran-boot                           1.3-20-1xenial0                                 all          GNU R package for bootstrapping functions from Davison and Hinkley
ii  r-cran-class                          7.3-14-2xenial0                                 amd64        GNU R package for classification
ii  r-cran-cluster                        2.0.7-1-1xenial0                                amd64        GNU R package for cluster analysis by Rousseeuw et al
ii  r-cran-codetools                      0.2-15-1cran1xenial0                            all          GNU R package "Code Analysis Tools for R"
ii  r-cran-foreign                        0.8.70-1xenial0                                 amd64        GNU R package to read/write data from other stat. systems
ii  r-cran-kernsmooth                     2.23-15-3xenial0                                amd64        GNU R package for kernel smoothing and density estimation
ii  r-cran-lattice                        0.20-38-1cran1xenial0                           amd64        GNU R package "Trellis Graphics for R"
ii  r-cran-mass                           7.3-50-1xenial0                                 amd64        GNU R package of Venables and Ripley's MASS
ii  r-cran-matrix                         1.2-14-1xenial0                                 amd64        GNU R package of classes for dense and sparse matrices
ii  r-cran-mgcv                           1.8-28-1cran1xenial0                            amd64        GNU R package "Mixed GAM Computation Vehicle with
ii  r-cran-nlme                           3.1.137-1xenial0                                amd64        GNU R package for (non-)linear mixed effects models
ii  r-cran-nnet                           7.3-12-2xenial0                                 amd64        GNU R package for feed-forward neural networks
ii  r-cran-rpart                          4.1-15-1cran1xenial0                            amd64        GNU R package "Recursive Partitioning and Regression
ii  r-cran-spatial                        7.3-11-1xenial0                                 amd64        GNU R package for spatial statistics
ii  r-cran-survival                       2.44-1.1-1cran1xenial0                          amd64        GNU R package "Survival Analysis"
ii  r-doc-html                            3.4.4-1xenial0                                  all          GNU R html manuals for statistical computing system
ii  r-recommended                         3.4.4-1xenial0                                  all          GNU R collection of recommended packages [metapackage]

根据以前的经验,我知道一些 R 包比 Ubuntu 18.04.6 LTS 官方存储库中的版本更新。

在这种情况下,我应该如何将此 Ubuntu 16.04.7 LTS 正确升级到 Ubuntu 18.04.6 LTS?

16.04
  • 1 个回答
  • 194 Views
Martin Hope
N0rbert
Asked: 2021-09-11 07:52:15 +0800 CST

应该如何重新启动 multipassd 以使 multipass 命令再次起作用?

  • 1

目前我无法运行 multipass shell,它在终端中显示以下内容:

$ multipass shell ubuntu-test
shell failed: cannot connect to the multipass socket
Please ensure multipassd is running and '/var/snap/multipass/common/multipass_socket' is accessible

看来我需要重新启动multipassd,但我该怎么做呢?

18.04
  • 1 个回答
  • 1987 Views
Martin Hope
N0rbert
Asked: 2021-09-10 07:15:23 +0800 CST

如何为应该在其目录中使用wine启动的.exe应用程序创建桌面启动器?

  • 1

我有一个需要新版本 Wine 的 MS Windows 应用程序。我已使用 PlayOnLinux 将其本地安装到主文件夹。

我坚持创建简单的 bash/dash/sh 脚本以在其文件夹中启动 .exe 应用程序。我尝试了 standard pushd/popd, cd && exec,(cd && exec)方法,但失败了。

我需要的:

  • 桌面文件作为脚本的启动器

  • 一个脚本:

    1. 将目录更改为 .exe 应用程序的目录
    2. wine .exe在应用程序目录中执行

目前,我对以下用于包装脚本的 Python 代码(放置在/usr/local/bin/wine32-wrapper 中)感到满意:

#!/usr/bin/python3
import os
import sys
import subprocess

if len(sys.argv) >= 2:
    path = sys.argv[1]
    wd = os.path.dirname(path)
    exec_path = ["/home/{}/.PlayOnLinux/wine/linux-x86/6.15/bin/wine".format(os.getenv('USER'), path), "{}".format(path)]
    p = subprocess.run(exec_path, cwd=wd)
else:
    print("\nUsage {} with one argument - full file path.".format(sys.argv[0]));

和 .desktop-file (放置在~/.local/share/applications/wine32.desktop),为它:

#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Icon=mate-panel-launcher
Exec=wine32-wrapper %f
Name=Local Wine32-6.15

然后我使用 Caja 将我的 exe 文件与这个 wine 脚本相关联。

是否可以用具有完全相同功能的 bash/dash/sh 脚本替换上面的 python 脚本?

command-line
  • 2 个回答
  • 751 Views
Martin Hope
N0rbert
Asked: 2021-08-21 12:14:42 +0800 CST

是否可以在 Ubuntu 18.04 LTS 上编译 SDRPlusPlus?

  • 0

目前,名为SDRPlusPlus的新 SDR 相关软件仅作为deb 包提供,适用于 Ubuntu 20.04 LTS 和更新版本。

是否可以在 Ubuntu 18.04 LTS 上编译 SDRPlusPlus?

18.04
  • 1 个回答
  • 616 Views
Martin Hope
N0rbert
Asked: 2021-08-19 11:16:30 +0800 CST

是否可以阻止在从 18.04 LTS 升级的系统上安装 usrmerge 包?

  • 1

我有 Ubuntu 18.04.5 LTS 系统。我计划将其升级到 20.04.2 LTS,然后升级到 21.04 以进行测试。

我看到使用usrmerge安装了软件包的系统对我来说不舒服。因为faileddpkg -S $(which grep)和failedldd之类的问题。

如何usrmerge在升级期间防止安装软件包?

18.04
  • 1 个回答
  • 300 Views
Martin Hope
N0rbert
Asked: 2021-08-09 13:26:00 +0800 CST

是否可以在 Ubuntu MATE 上安装 MATE 1.26?

  • 1

在访问https://github.com/mate-desktop上的存储库时,我看到许多 MATE 组件在 1.26 版中发布。ArchLinux AUR 也是这么说的。

是否可以在我的 Ubuntu MATE 21.04 系统上获得这个(或更新的)版本?

20.04
  • 1 个回答
  • 632 Views
Martin Hope
N0rbert
Asked: 2021-08-02 06:28:58 +0800 CST

如何正确处理“没有为...文件安装应用程序。您要搜索应用程序来打开此文件吗?” 在伴侣上?

  • 1

我安装了 Ubuntu MATE 20.04 LTS。我下载了我的操作系统不知道的 DXF 文件。

我打开 Caja,导航到这个文件,尝试打开它。然后得到以下消息:

无法显示“/home/user/file.dxf”

没有为 DXF 矢量图像文件安装应用程序。是否要搜索应用程序来打开此文件?

我在这个窗口中点击了“是”。但是什么也没发生。

我记得在我之前的 Ubuntu MATE 18.04 LTS 中,它应该打开较小的软件安装窗口,然后问我一个密码,最后安装软件。

怎么了?

20.04
  • 1 个回答
  • 147 Views
Martin Hope
N0rbert
Asked: 2021-07-17 00:45:00 +0800 CST

无法通过 libappimage 在系统中注册 AppImage - 如何修复?

  • 2

我刚刚使用这个官方的 deb-package在我的 Ubuntu 18.04 LTS 上安装了 AppImageLauncher 。

然后我设置它使用AppImageLauncherSettings-set Location 来存储你的 AppImage 文件,以方便它们的管理~/Software/AppImages。

然后我将 CubicSDR AppImage-file下载到我的~/Downloads文件夹并在 Caja 中双击它。然后打开了名为Desktop Integration - AppImageLauncher的窗口,我点击了其中的Integrate and run按钮。

然后我得到以下窗口:

错误 - AppImageLauncher
错误 — AppImageLauncher
无法通过 libappimage 在系统中注册 AppImage

这是什么意思?我应该如何解决这个问题?

请注意,已下载的 AppImage 文件已很好地集成,我可以在 MATE 菜单中看到它们。

18.04
  • 1 个回答
  • 546 Views

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何运行 .sh 脚本?

    • 16 个回答
  • Marko Smith

    如何安装 .tar.gz(或 .tar.bz2)文件?

    • 14 个回答
  • Marko Smith

    如何列出所有已安装的软件包

    • 24 个回答
  • Marko Smith

    无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗?

    • 25 个回答
  • Martin Hope
    Flimm 如何在没有 sudo 的情况下使用 docker? 2014-06-07 00:17:43 +0800 CST
  • Martin Hope
    Ivan 如何列出所有已安装的软件包 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra 无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    David Barry 如何从命令行确定目录(文件夹)的总大小? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher “以下软件包已被保留:”为什么以及如何解决? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford 如何删除 PPA? 2010-07-30 01:09:42 +0800 CST

热门标签

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve