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 / 问题

问题[fedora](unix)

Martin Hope
Jimii
Asked: 2025-04-23 15:34:17 +0800 CST

尝试安装软件包时出现“事务失败:Rpm 事务失败。”

  • 7

我正在尝试使用该命令安装 beeker-studio,但出现以下错误

[1/1] Total                                                                                                                                                                    100% |   1.1 MiB/s | 139.0 MiB |  02m04s
Running transaction
Transaction failed: Rpm transaction failed.
  - file /usr/lib/.build-id/1c/26baeb945b7e2802e2ac040b8e5e44d63ddea2 from install of beekeeper-studio-5.2.1-1.x86_64 conflicts with file from package mongodb-compass-1.46.0-1.el8.x86_64

当我删除MongoDB Compass (GUI)包时,它就起作用了。

当我尝试安装beekeper-studioMongoDB Compass GUI 时,养蜂人安装失败并显示上述相同的消息。

可以修复安装并同时使用这两个软件包吗?我不想为了保留其中一个而删除另一个,也不想使用 snap/flatpak 软件包。

我按照其页面https://docs.beekeeperstudio.io/installation/linux/#rpm中提供的说明设置 repo 后,使用 dnf 安装 beekeeper

sudo dnf install beekeeper-studio  
fedora
  • 1 个回答
  • 41 Views
Martin Hope
Madoc Comadrin
Asked: 2025-04-14 11:37:32 +0800 CST

在哪里可以找到 Fedora 41 中的更新日志?

  • 7

我正在使用Fedora Linux 41 (Workstation Edition)Gnome 桌面。

在哪里可以找到软件包更新日志,其中显示每个更新软件包的更改时间和版本更改?

Software每当电脑提示有可用更新时,我都会让应用程序更新。下次启动后,我会收到通知,告知我软件包已更新。但是以后我在哪里可以找到这些信息呢?

我已经查看了/var/log/dnf*.log期刊中的文件,但现在找不到这些信息。

一些来源建议使用命令sudo dnf history list。但他只显示我手动更改的包。

user@host:~ $ dnf history list
ID Command line                Date and time       Action(s) Altered
10 dnf install podman          2025-03-22 19:30:50                33
 9 dnf remove podman           2025-03-22 19:28:15                33
 8 dnf install odt2txt         2025-03-20 19:48:49                 1
 7 dnf install pdfgrep         2025-02-24 16:10:16                 1
 6 dnf install git-filter-repo 2025-02-06 18:40:01                 1
 5 dnf install python3.12      2025-01-18 16:28:12                 3
 4 dnf install python3.8       2025-01-14 10:25:39                 3
 3 dnf remove python3.12*      2025-01-14 10:24:30                 2
 2 dnf install python3.12      2025-01-13 12:02:36                 2
 1 dnf install 1password       2024-12-03 21:51:57                 5
user@host:~ $ dnf history info 2
Transaction ID : 2
Begin time     : 2025-01-13 12:02:36
Begin rpmdb    : e7a735605a2fd46f438ab398979091536caf0c2065c383b27be5ead0a877c8ce
End time       : 2025-01-13 12:02:47
End rpmdb      : 3088d9d71b2b98054a7bfc26ee602f7d2cd0668b970528156c12ea4beef7c0c9
User           : 1000 user
Status         : Ok
Releasever     : 41
Description    : dnf install python3.12
Comment        : 
Packages altered:
  Action  Package                                Reason     Repository
  Install python3.12-0:3.12.8-2.fc41.x86_64      User       updates
  Install python3.12-libs-0:3.12.8-2.fc41.x86_64 Dependency updates

我希望找到与/var/log/apt/history.log基于 Debian 的系统上类似的信息。

fedora
  • 1 个回答
  • 55 Views
Martin Hope
Kapa Pi
Asked: 2025-04-05 22:12:51 +0800 CST

双启动系统(Windows、Linux)中共享文件的用户权限:无法在 Linux 上编辑共享文件

  • 8

我在同一系统上运行 Windows 10 和 Fedora Linux 40 KDE Plasma。每个操作系统都安装在不同的物理驱动器上。我还在系统上安装了一个额外的 SSD 驱动器,该驱动器在两个操作系统上都是自动安装的,并且这两个操作系统都对所述第三个驱动器(以下简称“共享驱动器”)具有读写访问权限。

使用双启动系统的想法是主要使用 Linux 来处理几乎所有事情,并在必要时跳转到 Windows(例如(但不限于)运行一些 Windows 独有的 GUI 应用程序)。

共享驱动器是btrfs文件系统驱动器。其挂载点条目/etc/fstab如下:

UUID=MY_BTRFS_UUID /MY_MOUNTPOINT btrfs nofail,defaults,compress-force=zstd:3,noatime,lazytime,commit=120,space_cache=v2,nofail 0 0

我注意到以下行为:

我正在 Linux 上使用 GUI 应用程序处理保存在共享驱动器上的特定文件(我正在使用 Blender 处理 .blend 文件)。该文件最初是在我的 Linux 系统上创建的(因此分配给了一个用户帐户)。当我启动 Windows 时,我可以正常编辑在 Linux 上创建的文件并在共享驱动器上保存更改。启动回 Linux 后,我可以通过 GUI 应用程序打开(我想是读取),但从那里我无法再保存(写入)它。 事实上,我只是尝试使用一个简单的文本文件重新创建相同的行为。我在 Windows 上创建了它,回到 Linux 后,我无法使用简单的文本编辑器(如 Kate)保存更改。

通过简单的检查以及我相当基础的知识,问题似乎源于在 Windows 上创建/覆盖的文件被分配给“nobody:users”(我相信它读作“user:group”)。无论在 Linux 上是否可编辑,在给定目录上使用 ls -lh 都会报告所有文件共享相同的权限,只是不同的用户:组组合。可编辑文件被分配给评估形式 $USER:$USER(我不记得明确指定了相同的用户名和组名,但是嘿,也许我指定了,我只是在设置过程中顺其自然)。“nobody”文件的副本(通过在 Dolphin 的 GUI 界面上进行简单的复制粘贴完成)被重新分配给当前 Linux 用户,使该文件可编辑。尝试使用 Kate 保存原始虚拟文本文件(在 Windows 上创建)会要求输入密码,当提供密码时,确实会写入更改,但所有权保持不变(“nobody”)。可以预见的是,再次尝试编辑同一个文件会再次要求 root 权限。

另一件值得一提的事情是,虽然一些 GUI 应用程序提供了提升权限的选项(如 Kate,如上所述),但其他 GUI 应用程序(如 Blender,就我而言)似乎没有提供任何选项来克服这个问题。Blender只是返回“ (路径)不可写”。我可以忍受(尽管并不高兴)在必要时提供密码,但事实并非如此,我需要找到一种解决方法。显然,我不希望每次都必须手动重新分配所有权。

现在,我是一个简单的人,我希望能够登录每个操作系统并无缝处理共享文件/目录。解决这个问题的最佳方法是什么?我认为我不应该特别关心所有权状态,除非它会带来我(很可能)不知道的事情。

fedora
  • 2 个回答
  • 180 Views
Martin Hope
Jakob
Asked: 2025-03-23 15:35:40 +0800 CST

“fwupd-efi 版本 1.6 重置系统”是什么意思?

  • 5

我刚刚安装了 Fedora 41,软件更新程序建议我更新 Thinkpad 的固件(我想是与 UEFI 安全启动有关)。我点击了下载并安装,然后重新启动,系统重新启动了,现在我已经有将近一个小时的黑屏了

fwupd-efi version 1.6
Reset System

用微小的白色字母写在我的屏幕的左上角。

“fwupd-efi version 1.6 Reset System”是什么意思?我觉得它卡在那里了?我该怎么做才能摆脱这种情况?我应该按回车键吗?我应该关闭系统吗?它是试图告诉我它正在重置系统还是试图告诉我我应该重置系统?

fedora
  • 1 个回答
  • 27 Views
Martin Hope
hhlp
Asked: 2025-03-21 18:41:15 +0800 CST

Ansible - 无法安装某些指定的软件包

  • 5

这是我的 ansible 剧本:

---
  - name: "Setup local Fedora 41 system (root) Base"
    hosts: localhost
    connection: local
    become: yes
    tasks:

    - name: Install packages 
      ansible.builtin.dnf:
        name:
            - 'aajohan-comfortaa-fonts'
            - 'ack'
            - 'aide'
            - 'alacarte'
            - 'asciidoc-latex'
#            - 'asciinema'
            - 'autoconf'
            - 'automake'
#            - 'balena-etcher-electron'
            - 'bat'
            - 'blivet-gui'
            - 'boost'
            - 'bottom'
            - 'bpytop'
            - 'brasero'
#            - 'brave-browser'
            - 'breezy'
            - 'btrbk'
            - 'buildah'
            - 'bodhi-client'
            - 'btop'
            - 'cargo'
            - 'ccze'
            - 'celluloid'
            - 'choose'
            - 'cinelerra-gg'
            - 'clang'
            - 'cmake'
            - 'cmake-gui'
            - 'codeblocks'
            - 'codeblocks-contrib'
            - 'copr-cli'
            - 'conky'
            - 'cpulimit'
#            - 'curlie'
            - 'clean-rpm-gpg-pubkey'
            - 'dconf-editor'
            - 'ddclient'
            - 'dnf-utils'
            - 'dracut-live'
            - 'duf'
            - 'duply'
            - 'duf'
            - 'dynamips'
            - 'dkms'
            - 'difftastic'
            - 'easyeffects'
            - 'exa'
            - 'eza'
            - 'fd-find'
            - 'fedora-easy-karma'
            - 'fedpkg'
            - 'fontawesome5-fonts-all'
            - 'ffmpeg'
            - 'filezilla'
            - 'firewall-config'
            - 'foliate'
            - 'fontawesome-fonts'
            - 'gcc-c++'
            - 'gh'
            - 'gimp'
            - 'git-delta'
            - 'git-lfs'
            - 'git-cola'
            - 'gnome-builder'
            - 'gnome-extensions-app'
            - 'gnome-pomodoro'
            - 'gnome-shell-extension-appindicator'
            - 'gnome-shell-extension-dash-to-dock'
#            - 'gnome-shell-extension-emoji-selector'
            - 'gnome-shell-extension-gpaste'
            - 'gnome-shell-extension-openweather'
            - 'gnome-text-editor'
            - 'gnome-todo'
            - 'gnome-tweaks'
            - 'gnote'
            - 'gns3-gui'
            - 'gns3-server'
            - 'golang'
            - 'gparted'
            - 'gping'
            - 'hashcat'
            - 'haskell-platform'
            - 'hexchat'
            - 'htop'
            - 'httpie'
            - 'hunspell-es'
            - 'hyperfine'
            - 'hyphen-es'
            - 'inxi'
#            - 'ipscan'
            - 'imhex'
            - 'jq'
            - 'julia'
#            - 'keybase'
            - 'lame'
            - 'langpacks-core-es'
            - 'langpacks-core-font-es'
            - 'langpacks-en'
            - 'langpacks-es'
            - 'lazydocker'
            - 'lbzip2'
            - 'libvirt'
            - 'lnav'
            - 'lsd'
            - 'lshw'
            - 'lynis'
            - 'ftp'
            - 'lftp'
            - 'man-pages-es'
            - 'mediawriter'
            - 'meld'
            - 'most'
            - 'mplayer'
#            - 'mplayer-gui'
            - 'mpv'
            - 'mythes-es'
            - 'ncdu'
            - 'fastfetch'
            - 'onefetch'
            - 'neovim'
            - 'nm-connection-editor-desktop'
            - 'nmap'
            - 'nmstate'
            - 'nmstate-plugin-ovsdb'
            - 'nnn'
            - 'nodejs'
            - 'nvtop'
            - 'papirus-icon-theme'
            - 'pass'
            - 'pavucontrol'
            - 'pcsc-tools' 
            - 'perl'
            - 'pitivi'
            - 'poetry'
            - 'powerline-fonts'
            - 'procs'
#            - 'protonmail-bridge'
#            - 'protonvpn-cli'
#            - 'protonvpn-gui'
#            - 'protonvpn-stable-release'
            - 'python3-dnf-plugin-snapper'
            - 'python3-dnf-plugin-versionlock'
#            - 'python3-pipreqs'
            - 'python3-pygments-markdown-lexer'
            - 'python3-rich'
            - 'python3-spyder'
            - 'python3-virtualenvwrapper'
            - 'python3-idle'
            - 'python3-selenium'
            - 'qbittorrent'
            - 'qemu'
            - 'qt6-assistant'
            - 'qt6-designer'
            - 'qt6-qtbase'
            - 'qt6-qttools'
            - 'qutebrowser'
            - 'rcm'
            - 'readline-devel'
            - 'rednotebook'
            - 'ripgrep'
            - 'ugrep'
            - 'rpmconf'
#           - 'rstudio'
#           - 'rstudio-desktop'
            - 'rr'
            - 'ruby'
            - 'ruby-devel'
            - 'rubygem-asciidoctor-pdf'
            - 'rubygems-devel'
            - 'rust'
            - 'ruff'
            - 'sd'
            - 'scala'
            - 'seahorse'
            - 'seahorse-nautilus'
            - 'setools-console'
            - 'setroubleshoot'
            - 'simplescreenrecorder'
            - 'skopeo'
            - 'snapper'
#            - 'snort'
            - 'sox'
            - 'sqlitebrowser'
            - 'sscg'
            - 'stack'
            - 'starship'
            - 'strawberry'
            - 'task'
#            - 'teamviewer'
            - 'texlive-academicons'
            - 'texlive-babel-spanish'
            - 'texlive-fontawesome5'
            - 'texlive-imakeidx'
            - 'texlive-minted'
            - 'texlive-minted-doc'
            - 'texlive-pygmentex'
            - 'texlive-scheme-basic'
            - 'texstudio'
            - 'texlive-texdoc'
            - 'texlive-geometry-doc'
            - 'texlive-pgf-doc'
            - 'texlive-pgf-pie'
            - 'texlive-academicons-doc'
            - 'texlive-biblatex-doc'
            - 'texlive-amsmath-doc'
            - 'texlive-babel-spanish'
            - 'texlive-blindtext'
            - 'texlive-blindtext-doc'
            - 'texlive-fancyhdr-doc'
            - 'texlive-bigfoot-doc'
            - 'texlive-endnotes'
            - 'texlive-endnotes-doc'
            - 'texlive-footmisc-doc'
            - 'texlive-lipsum-doc'
            - 'texlive-ncctools-doc'
            - 'texlive-tools-doc'
            - 'texlive-ntheorem-doc'
            - 'texlive-mathtools-doc'
            - 'texlive-charissil'
            - 'texlive-doulossil'
            - 'the_silver_searcher'
            - 'tig'
            - 'tilix'
            - 'tilix-nautilus'
            - 'timeshift'
            - 'timew'
            - 'toolbox'
            - 'torbrowser-launcher'
            - 'transmission'
            - 'thonny'
            - 'udica'
            - 'ulauncher'
            - 'unrar'
            - 'vagrant'
            - 'virt-manager'
            - 'virt-viewer'
#            - 'vivaldi-stable'
            - 'vlc'
            - 'wavemon'
            - 'wine'
            - 'winetricks'
            - 'wireshark'
            - 'xinput'
            - 'xkill'
            - 'xset'
            - 'yaru-theme'
#            - 'zoom'
            - 'zoxide'
            - 'zsh'
            - 'swtpm-tools'
            - 'edk2-ovmf'
            - 'zeal'
            - 'remove-retired-packages'
            - 'gnome-console'                                           
#            - 'gnome-console-nautilus'
            - 'helm'
            - 'spice-webdavd'
            - 'v4l2loopback' 
            - 'kmod-v4l2loopback'
            - 'obs-studio'
            - 'geany'
            - 'geany-plugins-addons'
            - 'geany-plugins-latex'
            - 'geany-plugins-markdown'
            - 'geany-plugins-git-changebar'
            - 'geany-plugins-geanypg'
            - 'geany-plugins-debugger'
            - 'geany-plugins-sendmail'
            - 'geany-plugins-scope'
            - 'kubernetes-client'
            - 'yamllint'
            - 'inotify-tools'
            - 'emoji-picker'
            - 'google-noto-emoji-fonts'
            - 'tito'
            - 'python3-PyMuPDF'
            - 'clang-tools-extra'
            - 'remmina'
            - 'v4l-utils'
            - 'guvcview'
            - 'piper'
            - 'flameshot'
            - 'peek'
            - 'iperf'
            - 'gnome-shell-extension-pop-shell'
            - 'xprop'
            - 'vokoscreenNG'
# ansible
            - 'ansible'
            - 'ansible-collection-community-general'
            - 'ansible-collection-community-docker'
            - 'ansible-collection-community-kubernetes' 
            - 'ansible-collection-containers-podman' 
            - 'ansible-packaging' 
            - 'ansible-srpm-macros' 
            - 'ansible-collection-community-libvirt'
# AWS
            - 'awscli2'
# java and testing framework
            - 'junit5' 
            - 'jmock-junit5'
            - 'jmock'
            - 'java-11-openjdk-devel' 
            - 'java-17-openjdk-devel'
            - 'java-21-openjdk-devel'
            - 'java-latest-openjdk-devel'
            - 'java-latest-openjdk'
            - 'openjfx'
# Programs for Data Science
            - 'python3-notebook'
            - 'mathjax'
            - 'sscg'
            - 'python3-seaborn' 
            - 'python3-lxml '
            - 'python3-basemap' 
            - 'python3-scikit-image' 
            - 'python3-scikit-learn'
            - 'python3-sympy'
            - 'python3-dask+dataframe' 
            - 'python3-nltk'
            - 'google-noto-sans-jp-fonts'
            - 'diff-so-fancy'
            - 'python3-torch'
# kerberos
            - 'python3-requests-kerberos'
            - 'fedora-packager'
# Pythom PEP8
            - 'python3-flake8\*'
            - 'python3-pytest-flake8-path'
            - 'python3-pep8-naming'
#            - 'pipenv'
        state: present

我正在运行:

ANSIBLE_DEBUG=true ansible-playbook -K f41-setup-programs.yaml -vvvv 

如何知道缺少的包是什么包?

有想法吗?有任何线索吗?

痕迹

fatal: [127.0.0.1]: FAILED! => {
    "changed": false,
    "failures": [
        "No package choose available."
    ],
    "invocation": {
        "module_args": {
            "allow_downgrade": false,
            "allowerasing": false,
            "auto_install_module_deps": true,
            "autoremove": false,
            "bugfix": false,
            "cacheonly": false,
            "conf_file": null,
            "disable_excludes": null,
            "disable_gpg_check": false,
            "disable_plugin": [],
            "disablerepo": [],
            "download_dir": null,
            "download_only": false,
            "enable_plugin": [],
            "enablerepo": [],
            "exclude": [],
            "install_repoquery": true,
            "install_weak_deps": true,
            "installroot": "/",
            "list": null,
            "lock_timeout": 30,
            "name": [
                "aajohan-comfortaa-fonts",
                "ack",
                "aide",
                "alacarte",
                "asciidoc-latex",
                "autoconf",
                "automake",
                "bat",
                "blivet-gui",
                "boost",
                "bottom",
                "bpytop",
                "brasero",
                "breezy",
                "btrbk",
                "buildah",
                "bodhi-client",
                "btop",
                "cargo",
                "ccze",
                "celluloid",
                "choose",
                "cinelerra-gg",
                "clang",
                "cmake",
                "cmake-gui",
                "codeblocks",
                "codeblocks-contrib",
                "copr-cli",
                "conky",
                "cpulimit",
                "clean-rpm-gpg-pubkey",
                "dconf-editor",
                "ddclient",
                "dnf-utils",
                "dracut-live",
                "duf",
                "duply",
                "duf",
                "dynamips",
                "dkms",
                "difftastic",
                "easyeffects",
                "exa",
                "eza",
                "fd-find",
                "fedora-easy-karma",
                "fedpkg",
                "fontawesome5-fonts-all",
                "ffmpeg",
                "filezilla",
                "firewall-config",
                "foliate",
                "fontawesome-fonts",
                "gcc-c++",
                "gh",
                "gimp",
                "git-delta",
                "git-lfs",
                "git-cola",
                "gnome-builder",
                "gnome-extensions-app",
                "gnome-pomodoro",
                "gnome-shell-extension-appindicator",
                "gnome-shell-extension-dash-to-dock",
                "gnome-shell-extension-gpaste",
                "gnome-shell-extension-openweather",
                "gnome-text-editor",
                "gnome-todo",
                "gnome-tweaks",
                "gnote",
                "gns3-gui",
                "gns3-server",
                "golang",
                "gparted",
                "gping",
                "hashcat",
                "haskell-platform",
                "hexchat",
                "htop",
                "httpie",
                "hunspell-es",
                "hyperfine",
                "hyphen-es",
                "inxi",
                "imhex",
                "jq",
                "julia",
                "lame",
                "langpacks-core-es",
                "langpacks-core-font-es",
                "langpacks-en",
                "langpacks-es",
                "lazydocker",
                "lbzip2",
                "libvirt",
                "lnav",
                "lsd",
                "lshw",
                "lynis",
                "ftp",
                "lftp",
                "man-pages-es",
                "mediawriter",
                "meld",
                "most",
                "mplayer",
                "mpv",
                "mythes-es",
                "ncdu",
                "fastfetch",
                "onefetch",
                "neovim",
                "nm-connection-editor-desktop",
                "nmap",
                "nmstate",
                "nmstate-plugin-ovsdb",
                "nnn",
                "nodejs",
                "nvtop",
                "papirus-icon-theme",
                "pass",
                "pavucontrol",
                "pcsc-tools",
                "perl",
                "pitivi",
                "poetry",
                "powerline-fonts",
                "procs",
                "python3-dnf-plugin-snapper",
                "python3-dnf-plugin-versionlock",
                "python3-pygments-markdown-lexer",
                "python3-rich",
                "python3-spyder",
                "python3-virtualenvwrapper",
                "python3-idle",
                "python3-selenium",
                "qbittorrent",
                "qemu",
                "qt6-assistant",
                "qt6-designer",
                "qt6-qtbase",
                "qt6-qttools",
                "qutebrowser",
                "rcm",
                "readline-devel",
                "rednotebook",
                "ripgrep",
                "ugrep",
                "rpmconf",
                "rr",
                "ruby",
                "ruby-devel",
                "rubygem-asciidoctor-pdf",
                "rubygems-devel",
                "rust",
                "ruff",
                "sd",
                "scala",
                "seahorse",
                "seahorse-nautilus",
                "setools-console",
                "setroubleshoot",
                "simplescreenrecorder",
                "skopeo",
                "snapper",
                "sox",
                "sqlitebrowser",
                "sscg",
                "stack",
                "starship",
                "strawberry",
                "task",
                "texlive-academicons",
                "texlive-babel-spanish",
                "texlive-fontawesome5",
                "texlive-imakeidx",
                "texlive-minted",
                "texlive-minted-doc",
                "texlive-pygmentex",
                "texlive-scheme-basic",
                "texstudio",
                "texlive-texdoc",
                "texlive-geometry-doc",
                "texlive-pgf-doc",
                "texlive-pgf-pie",
                "texlive-academicons-doc",
                "texlive-biblatex-doc",
                "texlive-amsmath-doc",
                "texlive-babel-spanish",
                "texlive-blindtext",
                "texlive-blindtext-doc",
                "texlive-fancyhdr-doc",
                "texlive-bigfoot-doc",
                "texlive-endnotes",
                "texlive-endnotes-doc",
                "texlive-footmisc-doc",
                "texlive-lipsum-doc",
                "texlive-ncctools-doc",
                "texlive-tools-doc",
                "texlive-ntheorem-doc",
                "texlive-mathtools-doc",
                "texlive-charissil",
                "texlive-doulossil",
                "the_silver_searcher",
                "tig",
                "tilix",
                "tilix-nautilus",
                "timeshift",
                "timew",
                "toolbox",
                "torbrowser-launcher",
                "transmission",
                "thonny",
                "udica",
                "ulauncher",
                "unrar",
                "vagrant",
                "virt-manager",
                "virt-viewer",
                "vlc",
                "wavemon",
                "wine",
                "winetricks",
                "wireshark",
                "xinput",
                "xkill",
                "xset",
                "yaru-theme",
                "zoxide",
                "zsh",
                "swtpm-tools",
                "edk2-ovmf",
                "zeal",
                "remove-retired-packages",
                "gnome-console",
                "helm",
                "spice-webdavd",
                "v4l2loopback",
                "kmod-v4l2loopback",
                "obs-studio",
                "geany",
                "geany-plugins-addons",
                "geany-plugins-latex",
                "geany-plugins-markdown",
                "geany-plugins-git-changebar",
                "geany-plugins-geanypg",
                "geany-plugins-debugger",
                "geany-plugins-sendmail",
                "geany-plugins-scope",
                "kubernetes-client",
                "yamllint",
                "inotify-tools",
                "emoji-picker",
                "google-noto-emoji-fonts",
                "tito",
                "python3-PyMuPDF",
                "clang-tools-extra",
                "remmina",
                "v4l-utils",
                "guvcview",
                "piper",
                "flameshot",
                "peek",
                "iperf",
                "gnome-shell-extension-pop-shell",
                "xprop",
                "vokoscreenNG",
                "ansible",
                "ansible-collection-community-general",
                "ansible-collection-community-docker",
                "ansible-collection-community-kubernetes",
                "ansible-collection-containers-podman",
                "ansible-packaging",
                "ansible-srpm-macros",
                "ansible-collection-community-libvirt",
                "awscli2",
                "junit5",
                "jmock-junit5",
                "jmock",
                "java-11-openjdk-devel",
                "java-17-openjdk-devel",
                "java-21-openjdk-devel",
                "java-latest-openjdk-devel",
                "java-latest-openjdk",
                "openjfx",
                "python3-notebook",
                "mathjax",
                "sscg",
                "python3-seaborn",
                "python3-lxml ",
                "python3-basemap",
                "python3-scikit-image",
                "python3-scikit-learn",
                "python3-sympy",
                "python3-dask+dataframe",
                "python3-nltk",
                "google-noto-sans-jp-fonts",
                "diff-so-fancy",
                "python3-torch",
                "python3-requests-kerberos",
                "fedora-packager",
                "python3-flake8\*",
                "python3-pytest-flake8-path",
                "python3-pep8-naming"
            ],
            "nobest": false,
            "releasever": null,
            "security": false,
            "skip_broken": true,
            "sslverify": true,
            "state": "present",
            "update_cache": false,
            "update_only": false,
            "validate_certs": true
        }
    },
    "msg": "Failed to install some of the specified packages",
    "rc": 1
}

问候。,

fedora
  • 1 个回答
  • 22 Views
Martin Hope
Jakob
Asked: 2025-03-15 19:16:38 +0800 CST

我可以在安装新版本的 Fedora 后恢复我的主目录吗?还是应该先安装以前的版本,然后再升级

  • 5

我有一个在 Fedora 40 下创建的主目录备份(由我之前的雇主配置)。现在我的笔记本电脑上有一个新的 SSD,我想在其中使用 Fedora 41 和旧主目录的数据(最好是配置)。

总的来说,我对 Linux 了解甚少,正在寻找一个适合初学者的答案。

现在,我看到两个选项 A 和 B:

一个)

  1. 首先,全新安装 Fedora 40
  2. 从我的备份恢复我的主目录
  3. 之后升级到 Fedora 41

升级过程能否自动从我的备份中升级与 Fedora 41 不兼容的配置文件?在版本 A) 中,我应该 i) 在 2. 之前重新安装所有应用程序,还是 ii) 在 2. 和 3. 之间重新安装,还是 iii) 在 3. 之后重新安装?

B)

  1. 直接全新安装 Fedora 41
  2. 从我的备份恢复我的主目录

全新安装 Fedora 41 是否比从 40 升级更稳定?主目录中 Fedora 40 的配置文件是否与 Fedora 41 不兼容?在版本 B) 中,我应该 i) 在 2. 之前重新安装所有应用程序还是 ii) 在 2. 之后重新安装?安装应用程序是否会覆盖主目录中的配置文件?

或者有更好的选择C?

fedora
  • 1 个回答
  • 27 Views
Martin Hope
Clodoaldo
Asked: 2025-02-10 19:46:33 +0800 CST

从 Grub bash 命令行启动

  • 5

Fedora 41 系统在内核升级期间崩溃,我留下了 Grub 救援提示 在此处输入图片描述 然后我尝试从 Grub bash 启动 在此处输入图片描述 然后它会要求输入加密根分区的密码 在此处输入图片描述 并且无法挂载 /sysroot 我错过了什么?在此处输入图片描述 在此处输入图片描述

编辑

正如@telcoM 回答所指出的,加密分区位于 /dev/mapper。

但我仍然无法挂载它,因为它是 lvm 卷组的一部分,并且由于此环境中没有 vgscan 和 lvdisplay,我找不到正确的逻辑卷。 在此处输入图片描述 该怎么办?

fedora
  • 1 个回答
  • 29 Views
Martin Hope
AtomicPorkchop
Asked: 2025-01-29 02:45:23 +0800 CST

我可以将我的 Linux 服务器配置为仅接受特定前缀的 IPv6 路由器通告而拒绝其他前缀吗?

  • 5

我甚至不确定我是否正确地做了这件事,但我想看看是否存在这个选项。

我的网络上运行着一台 Fedora Linux 服务器。我2600从 ISP 那里获得了一个 GUA IPv6 前缀,并且fd56我的网络上还设置了一个 ULA 前缀。我在 systemd-networkd 配置中为我的服务器分配了一个 ULA 前缀空间中的静态 IPv6 地址。我也启用了AcceptIPv6RA=yes此功能,因为我想从路由器获取 GUA 前缀。由于我已经为服务器分配了一个 ULA 地址,我不希望机器接受这些 RA。

是否可以告诉系统拒绝来自特定 IPv6 前缀的 RA 但接受其他 RA?

在这种情况下,我是否错误地实施了 IPv6 ULA?我是否最好让服务器通过 RA 获取 ULA 地址,而不是静态分配它?我的网络正在运行 mDNS,因此查找服务器不是问题。我想这对我来说更像是一种家务。但是,我认为我陷入了 IPv4 思维中,不知道如何将 IPv6 地址分配给服务器。

fedora
  • 2 个回答
  • 24 Views
Martin Hope
L. Cornelius Dol
Asked: 2025-01-25 11:28:18 +0800 CST

如何在 Fedora 27 中禁用键盘快捷键 alt-shift-fxx

  • 5

我需要将 ALT/CTL/SHF 功能键的所有组合发送到应用程序(IBM 5250 仿真器)。如何解除这些功能键的系统映射?我无法在快捷键的键盘设置中找到它们。(前几次按下 ALT+CTL+F10 时,我以为我的系统已冻结并且 Fedora 不稳定。)

我不在乎这些是否未映射,或者映射到某些 SUPER 组合,但它们必须对于正常的 Shift 键解除绑定。

fedora
  • 1 个回答
  • 14 Views
Martin Hope
L. Cornelius Dol
Asked: 2025-01-22 04:27:58 +0800 CST

Gnome 4 活动窗口标题栏

  • 5

我刚刚开始使用 Fedora Linux 和 Gnome 桌面,有一件事一直困扰着我,那就是活动窗口标题与非活动窗口标题看起来几乎一模一样。这经常导致我关闭错误的窗口,因为我有一个大显示器,任何时候都会平铺 6 或 7 个窗口。

我想要做的是自定义活动窗口标题,以便我有一个强烈的视觉提示,知道哪个窗口在任何给定时间处于活动状态。我创建了一个~/.config/gtk-4.0/gtk.css文件,内容如下:

headerbar,
.titlebar {
    background                          : #9D4904 linear-gradient(to bottom, shade(#9D4904,1.2), shade(#9D4904, 0.8));
    border                              : none;
    border-radius                       : 0;
    padding                             : 2px;
    transition                          : 200ms ease-out;
    }

它适用于几乎所有的东西(一个显著的例外是浏览器窗口)。

然而,有些窗户顶部有一个难以解释的缝隙:

在此处输入图片描述

在其他一些地方,标题栏的底部和顶部有间隙:

在此处输入图片描述

任何帮助消除此问题(以及浏览器窗口!)的帮助都将不胜感激。我尝试了各种猜测,想知道容器的 CSS 标签/类可能是什么,以及各种填充设置,但都没有效果。

fedora
  • 1 个回答
  • 20 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