ubuntu24.10_ocaluar can't install winehq-staging !!! error

Questions about Wine on Linux
Locked
iacgnab
Newbie
Newbie
Posts: 3
Joined: Wed Jan 08, 2025 7:32 am

ubuntu24.10_ocaluar can't install winehq-staging !!! error

Post by iacgnab »

I can't install winehq-staging , ubuntu24.10 ocaluar
it say :
Some software packages cannot be installed. If you are using an unstable distribution, this may be

Due to the system's inability to achieve the state you requested. There may be some software you need in this version

The packages have not been created yet or they have been moved out of the Incoming directory.

The following information may be helpful in solving the problem:


Unsatisfactory dependencies:

winehq-staging : Dependency: wine-staging (= 10.0~rc4~oracular-1)

Error: The error cannot be corrected because you are requesting certain software packages to remain in their current state, which is because they have disrupted the dependencies between software packages.
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: ubuntu24.10_ocaluar can't install winehq-staging !!! error

Post by jkfloris »

Please post the output of:

Code: Select all

apt policy
and

Code: Select all

sudo apt install --install-recommends wine-staging-i386
iacgnab
Newbie
Newbie
Posts: 3
Joined: Wed Jan 08, 2025 7:32 am

Re: ubuntu24.10_ocaluar can't install winehq-staging !!! error

Post by iacgnab »

thank you very much!!!
but also error
apt policy
reply : Locked software packages:

second
reply:
Unsatisfactory dependencies:Unsatisfactory dependencies:
apt : Dependency: Libapt-pkg6.0t64 (>=2.9.8) but it will not be installed
Dependency: Libsystemd0 but unable to install it
bsdutils : Pre dependency: Libsystemd0 (>=254) but cannot be installed
recommend: bsdextrautils
init : Pre dependency: systemd-sysv
kdump-tools : Dependency: Bsdextraults or
Bsdmainutils, but it will not be installed
recommend: Initramfs tools core, but it will not be installed
recommend: Makedump file, but it will not be installed
libasound2-plugins:i386 : Dependency: libavcodec61:i386 (>= 7:7.0)
libsane1:i386 : Dependency: udev:i386
recommend: Sane Airscan: i386 but unable to install it
recommend: sane-utils:i386 (>= 1.3.0-1)
recommend: ipp-usb:i386
login : Dependency: Libpam modules, but it will not be installed
Dependency: Libpam runtime, but it will not be installed
Dependency: Libsystemd0 but unable to install it
python3 : Dependency: Python 3.12 (>=3.12.6-1~) will not be installed
Dependency: Libpython3-stdlib (=3.12.6-0ubuntu1), but it will not be installed
shim-signed : Dependency: Grub-efi-amd64 single (>=1.204~), but it will not be installed or
Grub-efi-arm64 registered (>=1.204~) but unable to install it
Dependency: Grub2 common (>=2.04-1ubuntu24), but it will not be installed
util-linux : Pre dependency: Libpam modules, but it will not be installed
Pre dependency: Libpam runtime, but it will not be installed
Pre dependency: Libsystemd0 but unable to install it
Pre dependency: Libudev1 (>=183) but cannot be installed
wine-staging-i386:i386 : Dependency: libavcodec61:i386 (>= 7:7.0)
Dependency: libavformat61:i386 (>= 7:7.0)
recommend: libgtk-3-0:i386
Error: Error, pkgProblemResolve:: Resolve has malfunctioned, which may be due to a software package being requested to maintain its current state.
iacgnab
Newbie
Newbie
Posts: 3
Joined: Wed Jan 08, 2025 7:32 am

Re: ubuntu24.10_ocaluar can't install winehq-staging !!! error

Post by iacgnab »

change the mirro server than
ti replay:
sudo apt install --install-recommends winehq-staging-i386

Error: Unable to locate package winehq-stage-i386

iacgnab@ubuntu :~$ sudo apt install --install-recommends winehq-staging

Some software packages cannot be installed. If you are using an unstable distribution, this may be

Due to the system's inability to achieve the state you requested. There may be some software you need in this version

The packages have not been created yet or they have been moved out of the Incoming directory.

The following information may be helpful in solving the problem:


Unsatisfactory dependencies:

winehq-staging : Dependency: wine-staging (= 10.0~rc4~oracular-1)

Error: The error cannot be corrected because you are requesting certain software packages to remain in their current state, which is because they have disrupted the dependencies between software packages.
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: ubuntu24.10_ocaluar can't install winehq-staging !!! error

Post by jkfloris »

apt policy
reply : Locked software packages:
Strange, apt policy should also return the list of repositories.

What are the contents of sources.list and the sources.list.d directory?

Code: Select all

cat /etc/apt/sources.list
# and
tail -v -n+1 /etc/apt/sources.list.d/*
Locked