Bug 8978 - [Anolis23.1 GA][Beta][vhd] 安装java软件包提示冲突
Summary: [Anolis23.1 GA][Beta][vhd] 安装java软件包提示冲突
Status: CLOSED FIXED
Alias: None
Product: Anolis OS 23
Classification: Anolis OS
Component: Images&Installations (show other bugs) Images&Installations
Version: 23.1
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: gaochang
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-10 10:44 UTC by gitpush
Modified: 2024-05-21 15:36 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gitpush alibaba_cloud_group 2024-05-10 10:44:02 UTC
环境:
[root@localhost ~]# cat /etc/os-release
NAME="Anolis OS"
VERSION="23"
ID="anolis"
VERSION_ID="23"
PLATFORM_ID="platform:an23"
PRETTY_NAME="Anolis OS 23"
ANSI_COLOR="0;31"
HOME_URL="https://openanolis.cn/"
BUG_REPORT_URL="https://bugzilla.openanolis.cn/"

执行过程:
yum install java

报错:
Error: Transaction test error:
  file /usr/lib64/libfuse3.so.3 from install of fuse-libs-3.14.1-1.an23.aarch64 conflicts with file from package fuse3-libs-3.16.2-2.an23.aarch64

卸载fuse3-libs,再执行安装可正常安装
Comment 2 gitpush alibaba_cloud_group 2024-05-10 15:37:06 UTC
[root@localhost ~]# yum install java
Error: Transaction test error:
  file /usr/lib64/libfuse3.so.3 from install of fuse-libs-3.14.1-1.an23.aarch64 conflicts with file from package fuse3-libs-3.16.2-2.an23.aarch64

[root@localhost ~]# cat /etc/yum.repos.d/AnolisOS.repo
[os]
name=AnolisOS-$releasever - os
baseurl=https://build.openanolis.cn/kojifiles/output/anolis-23-20240428.0/compose/os/aarch64/os/
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-ANOLIS
gpgcheck=0

[updates]
name=AnolisOS-$releasever - updates
baseurl=http://mirrors.openanolis.cn/anolis/$releasever/updates/$basearch/os
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-ANOLIS
gpgcheck=1

[kernel-6]
name=AnolisOS-$releasever - kernel-6
baseurl=http://mirrors.openanolis.cn/anolis/$releasever/kernel-6/$basearch/os
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-ANOLIS
gpgcheck=1


换上测试的repo还是一样报错
Comment 3 yunmeng365524 2024-05-10 15:47:46 UTC
https://tone.openanolis.cn/ws/jfupduzb/test_result/118903?tab=1
这500多个包安装,大部分都是因为fuse和fuse3冲突导致。
Comment 4 yunmeng365524 2024-05-10 15:48:55 UTC
默认给出去的镜像,最好避免这种情况,否则都得手动先删了fuse,再装fuse3才行。