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
    • 最新
    • 标签
主页 / unix / 问题

问题[package-management](unix)

Martin Hope
KaliAK
Asked: 2025-02-14 20:44:45 +0800 CST

错误:无法在 Kali Linux 中找到 aclocal 包

  • 0

我在 Kali Linux 中安装 aclocal 命令时遇到问题。首先,我尝试输入以下内容

sudo apt 安装 aclocal

它给了我以下错误

错误:无法找到软件包 aclocal

然后我安装了在此链接 https://askubuntu.com/questions/45480/how-do-i-install-aclocal上找到的 autotools-dev ,其中说首先为此安装 autotools-dev,然后安装 aclocal 命令,但是随后它在 Kali 中给了我错误。

package-management
  • 1 个回答
  • 32 Views
Martin Hope
AlexLoss
Asked: 2025-02-12 17:11:03 +0800 CST

如何获取nix商店中已安装包的路径?

  • 6

我的软件包安装了configuration.nix

{ config, pkgs, lib, ... }:
{
  environment.systemPackages = with pkgs; [
    my-package
  ];
}

my-package我如何查询nix商店中的路径?

我正在寻找像 一样简单的东西which my_executable,但是是针对 nix 商店中的包。

示例用法

$ my_search my-package [--store /path/to/nix/store]
/path/to/nix/store/qpmg2piws75wmy1619ryh0dhwi9638ni-my_package-1.5.6

笔记:

  • 它必须为我提供当前正在使用的生成和/或派生的路径
  • 它不应该需要互联网连接,也不应该尝试构建任何东西。my_package 可能需要同意特定的许可证,并且需要允许可能妨碍重建的非自由软件包。示例:包segger-jlink-headless
  • 如果软件包是由 root 安装的(例如在 NixOS 上),我可以使用不需要 root 权限的命令吗?/nix/store/如果需要,我始终可以提供路径。
  • which my_package_executable如果包中不包含 PATH 中的可执行文件,则不起作用。

其他参考:

如何在 /nix/store 中找到已安装软件包的正确版本

https://nixos.wiki/wiki/Cheatsheet

话语答案似乎已经过时(对我不起作用):https ://discourse.nixos.org/t/how-to-get-a-package-path-in-nix-store-which-not-containing-a-bin-dir/4653/5 :

就我而言,nix eval安装包提供时出现错误(请参阅上面的安装步骤)

$ nix eval nixpkgs.my-package.outPath
error: getting status of '/home/<user>/nixpkgs.my-package.outPath': No such file or directory
package-management
  • 1 个回答
  • 54 Views
Martin Hope
stacking and exchanging woohoo
Asked: 2025-01-09 14:54:05 +0800 CST

使用 perlbrew 安装 imagemagick 时出错

  • 5

我正在尝试为 perlbrew 安装 imagemagick,因为应用程序需要比我的 ubuntu 自带的更高版本的 perl,并且此应用程序也需要使用 imagemagick。
我在 ubuntu jammy 上,并且我在 perlbrew 中使用了强调文本 perl 5.36.3。
当我尝试使用 perlbrew 安装 imagemagick 时,出现此错误:

cpan[1]> install Image::Magick
Reading '/home/me/.cpan/Metadata'
  Database was generated on Thu, 09 Jan 2025 03:17:02 GMT
Running install for module 'Image::Magick'
Checksum for /home/me/.cpan/sources/authors/id/J/JC/JCRISTY/Image-Magick-7.1.1-28.tar.gz ok
Scanning cache /home/me/.cpan/build for sizes
............................................................................DONE
'YAML' not installed, will not store persistent state
Configuring J/JC/JCRISTY/Image-Magick-7.1.1-28.tar.gz with Makefile.PL
Checking if your kit is complete...
Looks good
Warning (mostly harmless): No library found for -lMagickCore-7.Q16HDRI
Generating a Unix-style Makefile
Writing Makefile for Image::Magick
Writing MYMETA.yml and MYMETA.json
  JCRISTY/Image-Magick-7.1.1-28.tar.gz
  /home/me/perl5/perlbrew/perls/perl-5.36.3/bin/perl Makefile.PL -- OK
Running make for J/JC/JCRISTY/Image-Magick-7.1.1-28.tar.gz
cp Magick.pm blib/lib/Image/Magick.pm
AutoSplitting blib/lib/Image/Magick.pm (blib/lib/auto/Image/Magick)
Running Mkbootstrap for Magick ()
chmod 644 "Magick.bs"
"/home/me/perl5/perlbrew/perls/perl-5.36.3/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Magick.bs blib/arch/auto/Image/Magick/Magick.bs 644
"/home/me/perl5/perlbrew/perls/perl-5.36.3/bin/perl" "/home/me/perl5/perlbrew/perls/perl-5.36.3/lib/5.36.3/ExtUtils/xsubpp"  -typemap '/home/me/perl5/perlbrew/perls/perl-5.36.3/lib/5.36.3/ExtUtils/typemap' -typemap '/home/me/.cpan/build/Image-Magick-7.1.1-3/typemap'  Magick.xs > Magick.xsc
mv Magick.xsc Magick.c
cc -c  -I/usr/local/include/ImageMagick-7 -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/libxml2 -I"/usr/include/ImageMagick-7" -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/freetype2 -g -O2 -Wall -pthread -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -O2   -DVERSION=\"7.1.1\" -DXS_VERSION=\"7.1.1\" -fPIC "-I/home/me/perl5/perlbrew/perls/perl-5.36.3/lib/5.36.3/x86_64-linux/CORE"  -D_LARGE_FILES=1 -DHAVE_CONFIG_H Magick.c
Magick.xs:56:10: fatal error: MagickCore/MagickCore.h: No such file or directory
   56 | #include <MagickCore/MagickCore.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:351: Magick.o] Error 1
  JCRISTY/Image-Magick-7.1.1-28.tar.gz
  /usr/bin/make -- NOT OK
Failed during this command:
 JCRISTY/Image-Magick-7.1.1-28.tar.gz         : make NO
package-management
  • 1 个回答
  • 22 Views
Martin Hope
anlar
Asked: 2024-08-07 04:06:38 +0800 CST

使用 pipx 固定软件包版本以防止其升级

  • 7

我想固定使用安装的特定软件包版本pipx并阻止其升级。

例如我已经安装了包:

$ pipx install somepackage==2.0.0

升级后它将更新到最新版本:

$ pipx upgrade-all

是否可以仅升级未指定版本安装的软件包?

package-management
  • 1 个回答
  • 54 Views
Martin Hope
daisy
Asked: 2024-05-21 10:59:22 +0800 CST

无法在AMI Linux中移除旧内核

  • 5

我正在运行Amazon Linux release 2023.4.20240513 (Amazon Linux),我需要删除旧的内核,

我在/boot目录下有这些内核:

vmlinuz-6.1.72-96.166.amzn2023.x86_64
vmlinuz-6.1.75-99.163.amzn2023.x86_64
vmlinuz-6.1.90-99.173.amzn2023.x86_64

在CentOS 7上,我可以使用

package-cleanup --oldkernels --count=1 -y

然而这在AMI Linux上不起作用,

dnf remove: error: unrecognized arguments: --oldkernels --count=1

有什么建议吗?

package-management
  • 1 个回答
  • 19 Views
Martin Hope
hschou
Asked: 2024-05-15 17:29:30 +0800 CST

RPM 在不同日期使用相同软件包升级两台服务器

  • 5

test我有两台名为和 的服务器prod,它们安装了完全相同的软件包。

第一天我dnf upgrade服务器test然后测试安装通风口是否良好。

如果测试结果良好,我会在prod第二天进行升级,但现在新的软件包已经到达,如果我安装它,两个系统将不相等,并且prod将有一个我尚未测试的软件包。

我应该复制这些文件*.rpm,test然后将它们复制到prod并执行操作rpm -U *.rpm,还是有预定义的方法来执行此操作?

package-management
  • 1 个回答
  • 22 Views
Martin Hope
Yimeca
Asked: 2024-04-15 23:18:40 +0800 CST

安装树安装 grub - 有什么值得担心的吗?

  • 5

我刚刚安装tree通过

sudo apt-get install tree

我的终端突然决定更新grub。上周我安装了tree,也发生了类似的事情。然而,当我那天晚上晚些时候重新启动电脑时,它启动到一个显示窗口

Grub _

并没有改变。

最终我重新安装了我的操作系统(我使用的是 WattOS,上周二刚刚将其安装在一台新电脑上,所以这并不是世界末日 - 只需 5 个小时即可重新设置所有内容)。

Grub 安装时出现了一些错误,我依稀记得上次看到过这些错误(包含在我的帖子的底部,以便于阅读)。

我用谷歌搜索了一下:

  1. 为什么tree要更新grub?
  2. 为什么 grub 升级/更新?

但我没有任何运气。我怀疑我可能遗漏了一些东西。

谁能解释一下:

  1. 为什么会发生这种情况
  2. 这是否意味着有什么问题
  3. 如果我应该/可以做任何事情来解决它。

我不想重新安装所有东西(出于显而易见的原因!)

谢谢。

安装时遇到的错误tree:

sudo apt-get install tree
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages were automatically installed and are no longer required:
  gimp-data libamd2 libbabl-0.1-0 libcamd2 libccolamd2 libcholmod3 libgegl-0.4-0     libgegl-common libgexiv2-2 libgimp2.0 libhpmud0 libimagequant0
      libmetis5 libqt5designer5 libqt5help5 libqt5sql5 libqt5sql5-sqlite libqt5test5         libsane-hpaio libumfpack5 printer-driver-hpcups
  printer-driver-postscript-hp python3-dbus.mainloop.pyqt5 python3-notify2 python3-    olefile python3-pexpect python3-pil python3-ptyprocess
  python3-pyqt5 python3-pyqt5.sip python3-renderpm python3-reportlab python3-reportlab-    accel vlc-plugin-samba xsane xsane-common
Use 'sudo apt autoremove' to remove them.
The following NEW packages will be installed:
  tree
0 upgraded, 1 newly installed, 0 to remove and 174 not upgraded.
1 not fully installed or removed.
Need to get 49.6 kB of archives.
After this operation, 118 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bullseye/main amd64 tree amd64 1.8.0-1+b1 [49.6 kB]
Fetched 49.6 kB in 0s (110 kB/s)
Selecting previously unselected package tree.
(Reading database ... 123032 files and directories currently installed.)
Preparing to unpack .../tree_1.8.0-1+b1_amd64.deb ...
Unpacking tree (1.8.0-1+b1) ...
Setting up grub-pc (2.06-3~deb11u6) ...
Installing for i386-pc platform.
grub-install: warning: File system `ext2' doesn't support embedding.
grub-install: warning: Embedding is not possible.  GRUB can only be installed in this     setup by using blocklists.  However, blocklists are UNRELIABLE and their use is discouraged..
Installation finished. No error reported.
Generating grub configuration file ...
Found background: /usr/share/wattOS/splash.png
Found background image: /usr/share/wattOS/splash.png
Found linux image: /boot/vmlinuz-5.10.0-19-amd64
Found initrd image: /boot/initrd.img-5.10.0-19-amd64
Warning: os-prober will be executed to detect other bootable partitions. Its output will be used to detect bootable binaries on them and create new boot entries. Found Debian GNU/Linux 11 (bullseye) on /dev/mmcblk0p2 done Setting up tree (1.8.0-1+b1) ... 
Processing triggers for man-db (2.9.4-2) ...

更新

我不小心重启了,我的电脑又死机了。然后我重新安装了 WattOS 作为我硬盘上唯一的操作系统,一切正常。我刚看到@eyoung100的回答,我就跑了

sudo apt upgrade

运行没有错误。

然后我跑了

sudo apt autoremove

进行到一半时,我看到了与上次相同的屏幕:

The grub-pc package is being upgraded. This menu allows you to select which devices you'd like grub-install to be automatically run for, if any.
Running grub-install automatically is recommended in most situations, to prevent the installed GRUB core image from getting out of sync with      
GRUB modules or grub.cfg.
If you're unsure which drive is designated as boot drive by your BIOS, it is often a good idea to install GRUB to all of them.
Note: it is possible to install GRUB to partition boot records as well, and some appropriate partitions are offered here. However, this forces GRUB to use the blocklist mechanism, which makes it less reliable, and therefore is not recommended.

我没有选择“确定”,因为上次给了我错误。

当我然后在另一个终端尝试时

sudo apt upgrade

它的回应是

Waiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 39623 (apt) 

这并不奇怪。

我尝试使用 ctrl-c 和 ctrl-x 关闭该 shell,但都没有帮助。我可以关上窗户,但我很担心。

要求提供更多信息

  1. 的结果
sudo dmidecode -s bios-version

是

8GET38WW (1.15 )
  1. 的结果
sudo dmidecode -t 0 | grep UEFI

没什么。(我想这意味着它不受支持)。

  1. 的结果
cpuid | less

是

bash: cpuid: command not found

我只能说这是一台联想Thinkpad L520,是翻新的,而且我没有更换CPU。(不知道前任主人怎么样)。

  1. 的结果
sudo parted --list

是

Model: ATA ADATA SU630 (scsi)
Disk /dev/sda: 240GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags: 

Number  Start   End    Size    Type     File system     Flags
 1      1049kB  231GB  231GB   primary  ext4            boot
 2      231GB   240GB  9449MB  primary  linux-swap(v1)

我看不到任何关于fstype或 的信息gpt。

正如我所说,我尝试将其安装到已擦除的磁盘上。

感谢您的时间!

package-management
  • 1 个回答
  • 41 Views
Martin Hope
Andrew
Asked: 2024-04-12 01:56:53 +0800 CST

如何解决AlmaLinux上与DNF的包冲突

  • 5

我正在使用安装了 AlmaLinux v9.3.0 和 cPanel 120.0.1 的托管虚拟服务器。

它还安装了 EasyApache。

我正在尝试从 EPEL Repo 安装名为“mapserver”的软件包

运行命令 dnf install -y mapserver

我收到以下错误:-

Last metadata expiration check: 0:04:58 ago on Thu 11 Apr 2024 05:04:00 PM BST.
Error:
 Problem: problem with installed package ea-apache24-2.4.59-1.1.1.cpanel.x86_64
  - package ea-apache24-2.4.59-1.1.1.cpanel.x86_64 from @System conflicts with httpd-mmn provided by httpd-core-2.4.57-5.el9.x86_64 from appstream
  - package ea-apache24-2.4.58-1.1.5.cpanel.x86_64 from EA4-c9 conflicts with httpd-mmn provided by httpd-core-2.4.57-5.el9.x86_64 from appstream
  - package ea-apache24-2.4.58-1.1.6.cpanel.x86_64 from EA4-c9 conflicts with httpd-mmn provided by httpd-core-2.4.57-5.el9.x86_64 from appstream
  - package ea-apache24-2.4.58-3.3.5.cpanel.x86_64 from EA4-c9 conflicts with httpd-mmn provided by httpd-core-2.4.57-5.el9.x86_64 from appstream
  - package ea-apache24-2.4.58-3.3.6.cpanel.x86_64 from EA4-c9 conflicts with httpd-mmn provided by httpd-core-2.4.57-5.el9.x86_64 from appstream
  - package ea-apache24-2.4.59-1.1.1.cpanel.x86_64 from EA4-c9 conflicts with httpd-mmn provided by httpd-core-2.4.57-5.el9.x86_64 from appstream
  - package httpd-2.4.57-5.el9.x86_64 from appstream requires httpd-core = 2.4.57-5.el9, but none of the providers can be installed
  - package mapserver-8.0.0-3.el9.x86_64 from epel requires httpd, but none of the providers can be installed
  - conflicting requests
(try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)

系统已配置为启用以下存储库:-

dnf repolist enabled

repo id                                                                                              repo name
EA4-c9                                                                                               EA4 ( EasyApache 4 - c9 )
appstream                                                                                            AlmaLinux 9 - AppStream
baseos                                                                                               AlmaLinux 9 - BaseOS
cpanel-addons-production-feed                                                                        cPanel Addons Production Feed
cpanel-plugins                                                                                       cPanel Plugins project
crb                                                                                                  AlmaLinux 9 - CRB
epel                                                                                                 Extra Packages for Enterprise Linux 9 - x86_64
epel-cisco-openh264                                                                                  Extra Packages for Enterprise Linux 9 openh264 (From Cisco) - x86_64
extras                                                                                               AlmaLinux 9 - Extras
fortimonitor.repo                                                                                    FortiMonitor Repository
imunify360                                                                                           EL-9 - Imunify360
imunify360-rollout-1                                                                                 Imunify360 - Gradual Rollout Slot 1
imunify360-rollout-2                                                                                 Imunify360 - Gradual Rollout Slot 2
imunify360-rollout-3                                                                                 Imunify360 - Gradual Rollout Slot 3
imunify360-rollout-4                                                                                 Imunify360 - Gradual Rollout Slot 4
imunify360-rollout-5                                                                                 Imunify360 - Gradual Rollout Slot 5
imunify360-rollout-6                                                                                 Imunify360 - Gradual Rollout Slot
imunify360-rollout-7                                                                                 Imunify360 - Gradual Rollout Slot 7
imunify360-rollout-8                                                                                 Imunify360 - Gradual Rollout Slot 8
kernelcare                                                                                           kernelcare
mysql-connectors-community                                                                           MySQL Connectors Community
mysql-tools-community                                                                                MySQL Tools Community
mysql80-community                                                                                    MySQL 8.0 Community Server
wp-toolkit-cpanel                                                                                    WP Toolkit for cPanel
wp-toolkit-thirdparties                                                                              WP Toolkit third parties

地图服务器包有以下要求:-

dnf repoquery --requires mapserver

dejavu-sans-fonts
httpd
libc.so.6(GLIBC_2.34)(64bit)
libfcgi.so.0()(64bit)
libmapserver.so.2()(64bit)
rtld(GNU_HASH)

我不想删除/升级/等等 EasyApache 安装。

我试图理解“--nobest”建议选项的含义是什么?

这是否会忽略标准 Apache 和 Easy Apache 之间的冲突?

Mapserver 对“httpd”没有直接编译要求,尽管这可能来自该包可能使用的可选“FastCGI”库。

Mapserver 二进制文件是一个独立的二进制文件,可以通过非“FastCGI”使用,因此我认为不会使用任何可选的“FastCGI”功能。

有没有办法使用DNF安装而忽略“httpd”依赖?

我真的不想从源代码编译地图服务器以排除“FastCGI”支持。

package-management
  • 2 个回答
  • 31 Views
Martin Hope
f ff
Asked: 2024-04-06 07:05:05 +0800 CST

如果我想要软件包的最新稳定版本(最好是来自官方来源),我该怎么办?

  • 5

我已经使用 Linux 一段时间了,但我对什么是最好的有点困惑安装软件包的方式是。由于我的发行版存储库(我使用 Pop!_OS)中的许多软件包都已过时,我是否应该从 Flatpak 获取大部分内容?也许更大的专有软件包(如 Steam)通常在发行版存储库上是最新的?Flatpak 似乎也非常依赖非官方维护者。相信更多的官方消息不是更好吗?我如何知道发行版存储库或 Flathub 中的软件包是否被开发人员或维护人员放弃并因此停止接收更新?如果我想要软件包的最新稳定版本,我是否应该将开发人员的 PPA 添加到我的存储库中?但是,为每个包提供大量 PPA 是否违背了回购系统的目的?理想情况下,我希望将所有软件包放在一个地方,并提供最新的稳定版本,并且这些软件包由官方维护者或开发人员维护(不确定这是否可能,哈哈)。如前所述,我的发行版是 Pop!_OS 提前感谢您的帮助!

package-management
  • 1 个回答
  • 26 Views
Martin Hope
eyoung100
Asked: 2024-01-26 06:57:07 +0800 CST

我正在使用随编译器 $Y 一起提供的发行版 $X,但我需要编译器版本 $Z

  • 5

问题

这个问题以及包含解决该问题的各种方法的答案几乎每天都会在我们的交流中多次出现。如果搜索结果将您带到这里欢迎!如果我在链接到您的问题中留下的评论,您可以放心地假设您的问题可以添加到下面的列表中,因为它属于同一类别:

  • gcc降级后glib和gcc之间的分歧
  • 如何在 Fedora 39 上降级到特定的 gcc 版本?
  • 如何在 arch linux 中安装一些 gcc 编译器?
  • Debian Bullseye:安装 gcc-11.4.0 和依赖项

这些只是[gcc]搜索词降级所标记的众多问题中的四个。那些知识渊博、能够先来交流的读者/用户几乎总是会问我怎样才能……”那些尝试过失败的不幸读者几乎总是会说“它坏了”,或者“我想我坏了一些东西”。这个问题和答案,我将尝试解释为什么混合编译器会破坏所有Linux,并且在答案中我将提供我所知道的解决问题的最简单方法,这不会导致损坏,但会花费一些开销设置的时间和空间。由于这将是社区贡献的问答,如果您喜欢我的方法,我恳请您投票。

问题解释

TLDR:跳至为什么降级编译器会导致问题?

我在各种答案中使用了下面的图片两到三次,我觉得它为我们所有人提供了一个很好的起点。我意识到它很大,因此,如果您愿意,我敦促读者在单独的选项卡中打开它并进行缩放等。

Linux 发行版的时间表

在该列表中找到您的发行版,然后继续阅读。您会注意到您的发行版有一个父发行版。好吧,好吧,我知道使用父发行版(时间轴最左边的发行版)的读者会问:

我正在使用最左边的一个,那么它的父母在哪里?

现在我们进入这个问题的核心。例如,让我们填写$X我$Y的标题(耐心的读者,$Z即将出现)

  • $X = Fedora 39
  • $Y = 13.2.1-6.fc39

定义

  • Distribution (Quoting Wikipedia):

A Linux distribution (often abbreviated as distro) is an operating system made from a software collection that includes the Linux kernel and often a package management system.

  • Package Management System (Quoting Again):

A package manager or package-management system is a collection of software tools that automates the process of installing, upgrading, configuring, and removing computer programs for a computer in a consistent manner

Knowing these two items helps us answer the Parent Distribution question, but unfortunately with another question: How Do the distribution maintainers create a distribution?

The Answer: All linux software minus the kernel is stored at and can be obtained from the GNU Software FTP Site in source code archives. All Linux Kernels are available for download in source code archives at The Linux Kernel Archives. In short, all Distributions begin from the same source code, including the parent distributions

Why Does Downgrading Compilers Cause Issues?

From the definition earlier, a distribution is a group or set of related software. This relation can be seen in your distribution's repository (or whatever else your distribution has chosen to name it).

At the time a new version (in our Example $X = Fedora 39) is made available the repository for that version is locked, specifically version locked, meaning that every package in that repository is now frozen in time. Once frozen it isn't altered. It can only live as long as the version is supported or die when the version is upgraded.

The tools required to build GCC are also in the now frozen repository. If a user attempts to upgrade or downgrade the GCC that was shipped in the frozen repository, the version locking would be broken if you were to succeed. To prevent the breakage from happening, your OS'es Package Manager prevents this.

Read my answer to find out how I overcame $Z

package-management
  • 2 个回答
  • 105 Views

Sidebar

Stats

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

    模块 i915 可能缺少固件 /lib/firmware/i915/*

    • 3 个回答
  • Marko Smith

    无法获取 jessie backports 存储库

    • 4 个回答
  • Marko Smith

    如何将 GPG 私钥和公钥导出到文件

    • 4 个回答
  • Marko Smith

    我们如何运行存储在变量中的命令?

    • 5 个回答
  • Marko Smith

    如何配置 systemd-resolved 和 systemd-networkd 以使用本地 DNS 服务器来解析本地域和远程 DNS 服务器来解析远程域?

    • 3 个回答
  • Marko Smith

    dist-upgrade 后 Kali Linux 中的 apt-get update 错误 [重复]

    • 2 个回答
  • Marko Smith

    如何从 systemctl 服务日志中查看最新的 x 行

    • 5 个回答
  • Marko Smith

    Nano - 跳转到文件末尾

    • 8 个回答
  • Marko Smith

    grub 错误:你需要先加载内核

    • 4 个回答
  • Marko Smith

    如何下载软件包而不是使用 apt-get 命令安装它?

    • 7 个回答
  • Martin Hope
    user12345 无法获取 jessie backports 存储库 2019-03-27 04:39:28 +0800 CST
  • Martin Hope
    Carl 为什么大多数 systemd 示例都包含 WantedBy=multi-user.target? 2019-03-15 11:49:25 +0800 CST
  • Martin Hope
    rocky 如何将 GPG 私钥和公钥导出到文件 2018-11-16 05:36:15 +0800 CST
  • Martin Hope
    Evan Carroll systemctl 状态显示:“状态:降级” 2018-06-03 18:48:17 +0800 CST
  • Martin Hope
    Tim 我们如何运行存储在变量中的命令? 2018-05-21 04:46:29 +0800 CST
  • Martin Hope
    Ankur S 为什么 /dev/null 是一个文件?为什么它的功能不作为一个简单的程序来实现? 2018-04-17 07:28:04 +0800 CST
  • Martin Hope
    user3191334 如何从 systemctl 服务日志中查看最新的 x 行 2018-02-07 00:14:16 +0800 CST
  • Martin Hope
    Marko Pacak Nano - 跳转到文件末尾 2018-02-01 01:53:03 +0800 CST
  • Martin Hope
    Kidburla 为什么真假这么大? 2018-01-26 12:14:47 +0800 CST
  • Martin Hope
    Christos Baziotis 在一个巨大的(70GB)、一行、文本文件中替换字符串 2017-12-30 06:58:33 +0800 CST

热门标签

linux bash debian shell-script text-processing ubuntu centos shell awk ssh

Explore

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

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve