Bug 13565 - [AnolisOS 23] Abnormal behavior of the curl-minimal.x86_64 package in Anolis OS 23.
Summary: [AnolisOS 23] Abnormal behavior of the curl-minimal.x86_64 package in Anolis ...
Status: NEW
Alias: None
Product: Anolis OS 23
Classification: Anolis OS
Component: BaseOS Packages (show other bugs) BaseOS Packages
Version: 23.0
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: happy_orange
QA Contact: bolong_tbl
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-01-16 13:48 UTC by young_estt
Modified: 2025-01-16 13:48 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description young_estt 2025-01-16 13:48:51 UTC
Description of problem:
Failed to install curl-minimal on AnolisOS 23 due to conflicts with the existing curl package.

Version-Release number of selected component (if applicable):
AnolisOS 23
curl-minimal-1:8.4.0-5.an23.x86_64 (from updates)

How reproducible:
$ docker pull registry.openanolis.cn/openanolis/anolisos:23
$ docker run -d --name anolis23_test registry.openanolis.cn/openanolis/anolisos:23 tail -f /dev/null
$ docker exec -it anolis23_test /bin/bash
$ yum install -y curl-minimal


Steps to Reproduce:
1.Pull the AnolisOS 23 image and start a container.
2.Enter the container.
3.Run yum install -y curl-minimal.


Actual results:
stderr: Error: 
 Problem: problem with installed package curl-8.1.1-1.an23.x86_64
  - package curl-minimal-1:8.4.0-5.an23.x86_64 from updates conflicts with curl provided by curl-8.1.1-1.an23.x86_64 from @System
  - package curl-minimal-1:8.4.0-5.an23.x86_64 from updates conflicts with curl provided by curl-1:8.4.0-3.an23.x86_64 from os
  - package curl-minimal-1:8.4.0-5.an23.x86_64 from updates conflicts with curl provided by curl-1:8.4.0-5.an23.x86_64 from updates
  - cannot install the best candidate for the job
returncode: 1

Expected results:
curl-minimal can be installed successfully, or a valid replacement/upgrade path is provided.

Additional info:
Main cause of the failure: curl-minimal conflicts with the existing curl package in the system.