Hello,
How the f*ck I can find out what packages have problem?
I googled, I cleaned and did everything from the start. but no................
The only I didn't do, is to run after
this
Does it really matter? I run it before
How the f*ck I can find out what packages have problem?
I googled, I cleaned and did everything from the start. but no................
The only I didn't do, is to run after
Code:
sudo apt update
Code:
sudo apt install --install-recommends winehq-stable
Code:
manin@manos-PC:/etc$ sudo apt install --install-recommends winehq-stable
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
winehq-stable : Depends: wine-stable (= 9.0.0.0~focal-1)
E: Unable to correct problems, you have held broken packages.
Code:
manin@manos-PC:~$ sudo apt update --fix-missing
[sudo] password for manin:
Sorry, try again.
[sudo] password for manin:
Hit:1 https://dl.winehq.org/wine-builds/ubuntu focal InRelease
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list.d/back_winehq-focal.sources:1 and /etc/apt/sources.list.d/winehq-focal.sources:1
W: Target Packages (main/binary-i386/Packages) is configured multiple times in /etc/apt/sources.list.d/back_winehq-focal.sources:1 and /etc/apt/sources.list.d/winehq-focal.sources:1
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/back_winehq-focal.sources:1 and /etc/apt/sources.list.d/winehq-focal.sources:1
W: Target Translations (main/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list.d/back_winehq-focal.sources:1 and /etc/apt/sources.list.d/winehq-focal.sources:1
W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list.d/back_winehq-focal.sources:1 and /etc/apt/sources.list.d/winehq-focal.sources:1
W: Target DEP-11 (main/dep11/Components-amd64.yml) is configured multiple times in /etc/apt/sources.list.d/back_winehq-focal.sources:1 and /etc/apt/sources.list.d/winehq-focal.sources:1
W: Target DEP-11 (main/dep11/Components-all.yml) is configured multiple times in /etc/apt/sources.list.d/back_winehq-focal.sources:1 and /etc/apt/sources.list.d/winehq-focal.sources:1
W: Target DEP-11-icons-small (main/dep11/icons-48x48.tar) is configured multiple times in /etc/apt/sources.list.d/back_winehq-focal.sources:1 and /etc/apt/sources.list.d/winehq-focal.sources:1
W: Target DEP-11-icons (main/dep11/icons-64x64.tar) is configured multiple times in /etc/apt/sources.list.d/back_winehq-focal.sources:1 and /etc/apt/sources.list.d/winehq-focal.sources:1
W: Target DEP-11-icons-hidpi (main/dep11/[email protected]) is configured multiple times in /etc/apt/sources.list.d/back_winehq-focal.sources:1 and /etc/apt/sources.list.d/winehq-focal.sources:1
W: Target CNF (main/cnf/Commands-amd64) is configured multiple times in /etc/apt/sources.list.d/back_winehq-focal.sources:1 and /etc/apt/sources.list.d/winehq-focal.sources:1
W: Target CNF (main/cnf/Commands-all) is configured multiple times in /etc/apt/sources.list.d/back_winehq-focal.sources:1 and /etc/apt/sources.list.d/winehq-focal.sources:1
W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list.d/back_winehq-focal.sources:1 and /etc/apt/sources.list.d/winehq-focal.sources:1
W: Target Packages (main/binary-i386/Packages) is configured multiple times in /etc/apt/sources.list.d/back_winehq-focal.sources:1 and /etc/apt/sources.list.d/winehq-focal.sources:1
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/back_winehq-focal.sources:1 and /etc/apt/sources.list.d/winehq-focal.sources:1
W: Target Translations (main/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list.d/back_winehq-focal.sources:1 and /etc/apt/sources.list.d/winehq-focal.sources:1
W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list.d/back_winehq-focal.sources:1 and /etc/apt/sources.list.d/winehq-focal.sources:1
W: Target DEP-11 (main/dep11/Components-amd64.yml) is configured multiple times in /etc/apt/sources.list.d/back_winehq-focal.sources:1 and /etc/apt/sources.list.d/winehq-focal.sources:1
W: Target DEP-11 (main/dep11/Components-all.yml) is configured multiple times in /etc/apt/sources.list.d/back_winehq-focal.sources:1 and /etc/apt/sources.list.d/winehq-focal.sources:1
W: Target DEP-11-icons-small (main/dep11/icons-48x48.tar) is configured multiple times in /etc/apt/sources.list.d/back_winehq-focal.sources:1 and /etc/apt/sources.list.d/winehq-focal.sources:1
W: Target DEP-11-icons (main/dep11/icons-64x64.tar) is configured multiple times in /etc/apt/sources.list.d/back_winehq-focal.sources:1 and /etc/apt/sources.list.d/winehq-focal.sources:1
W: Target DEP-11-icons-hidpi (main/dep11/[email protected]) is configured multiple times in /etc/apt/sources.list.d/back_winehq-focal.sources:1 and /etc/apt/sources.list.d/winehq-focal.sources:1
W: Target CNF (main/cnf/Commands-amd64) is configured multiple times in /etc/apt/sources.list.d/back_winehq-focal.sources:1 and /etc/apt/sources.list.d/winehq-focal.sources:1
W: Target CNF (main/cnf/Commands-all) is configured multiple times in /etc/apt/sources.list.d/back_winehq-focal.sources:1 and /etc/apt/sources.list.d/winehq-focal.sources:1
manin@manos-PC:~$ cd /etc/apt/sources.list.d/
manin@manos-PC:/etc/apt/sources.list.d$ ls
back_winehq-focal.sources cdemu-ubuntu-ppa-focal.list cdemu-ubuntu-ppa-focal.list.save google-chrome.list google-chrome.list.save winehq-focal.sources
manin@manos-PC:/etc/apt/sources.list.d$ sudo rm back_winehq-focal.sources
manin@manos-PC:/etc/apt/sources.list.d$ ls
manin@manos-PC:/etc/apt/sources.list.d$ sudo rm winehq-focal.sources
manin@manos-PC:/etc/apt/sources.list.d$ ls
cdemu-ubuntu-ppa-focal.list cdemu-ubuntu-ppa-focal.list.save google-chrome.list google-chrome.list.save
manin@manos-PC:/etc/apt/sources.list.d$ sudo apt update --fix-missing
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
manin@manos-PC:/etc/apt/sources.list.d$ sudo apt install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
linux-headers-5.15.0-83-generic linux-hwe-5.15-headers-5.15.0-83 linux-image-5.15.0-83-generic linux-modules-5.15.0-83-generic linux-modules-extra-5.15.0-83-generic
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
manin@manos-PC:/etc/apt/sources.list.d$ sudo apt autoremove
[sudo] password for manin:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
linux-headers-5.15.0-83-generic linux-hwe-5.15-headers-5.15.0-83 linux-image-5.15.0-83-generic linux-modules-5.15.0-83-generic linux-modules-extra-5.15.0-83-generic
0 upgraded, 0 newly installed, 5 to remove and 0 not upgraded.
After this operation, 599 MB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 230383 files and directories currently installed.)
Removing linux-headers-5.15.0-83-generic (5.15.0-83.92~20.04.1) ...
Removing linux-hwe-5.15-headers-5.15.0-83 (5.15.0-83.92~20.04.1) ...
Removing linux-modules-extra-5.15.0-83-generic (5.15.0-83.92~20.04.1) ...
Removing linux-modules-5.15.0-83-generic (5.15.0-83.92~20.04.1) ...
Removing linux-image-5.15.0-83-generic (5.15.0-83.92~20.04.1) ...
/etc/kernel/postrm.d/initramfs-tools:
update-initramfs: Deleting /boot/initrd.img-5.15.0-83-generic
/etc/kernel/postrm.d/zz-update-grub:
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.15.0-101-generic
Found initrd image: /boot/initrd.img-5.15.0-101-generic
Found linux image: /boot/vmlinuz-5.15.0-100-generic
Found initrd image: /boot/initrd.img-5.15.0-100-generic
ERROR: isw: wrong number of devices in RAID set "isw_chgcdjibgc_Volume1" [1/2] on /dev/sda
Adding boot menu entry for UEFI Firmware Settings
done
manin@manos-PC:/etc/apt/sources.list.d$ sudo dpkg --configure -a
manin@manos-PC:/etc/apt/sources.list.d$ sudo dpkg -l | grep ^..R
manin@manos-PC:/etc/apt/sources.list.d$ sudo apt clean
manin@manos-PC:/etc/apt/sources.list.d$ sudo apt update
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.