Search found 91 matches

by UlfZibis
Mon Feb 07, 2022 7:22 pm
Forum: Linux
Topic: Update to version 7 failed, and cannot install again
Replies: 27
Views: 80494

Re: Update to version 7 failed, and cannot install again

Hi again, on Ubuntu hirsute 21.04 I've found a surprise. The default version of libsane1 there is 1.0.32, but it doesn't depend on package snmp as version 1.0.32 does on Ubuntu focal 20.04, which is the problem of this thread. How can that be? $ apt policy libsane* sane* snmp libsane*:i386 sane*:i38...
by UlfZibis
Wed Jan 26, 2022 1:04 pm
Forum: Linux
Topic: Update to version 7 failed, and cannot install again
Replies: 27
Views: 80494

Re: Update to version 7 failed, and cannot install again

So I cannot update SANE: $ LC_ALL=C sudo apt -s --reinstall install libsane-common sane-utils 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 usi...
by UlfZibis
Wed Jan 26, 2022 12:50 pm
Forum: Linux
Topic: Update to version 7 failed, and cannot install again
Replies: 27
Views: 80494

Re: Update to version 7 failed, and cannot install again

Unfortunately this does not work (at least on Ubuntu 18.04): $ LC_ALL=C sudo apt install -s --no-install-recommends snmp snmp:i386 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 i...
by UlfZibis
Wed Jan 26, 2022 10:30 am
Forum: Linux
Topic: Update to version 7 failed, and cannot install again
Replies: 27
Views: 80494

Re: Update to version 7 failed, and cannot install again

sudo apt install winehq-stable=6.0.2~focal-1 wine-stable=6.0.2~focal-1 wine-stable-amd64=6.0.2~focal-1 wine-stable-i386:i386=6.0.2~focal-1 This now works fine, at least in simulate mode. I think you can install Wine 7.0 without any problems using: sudo apt install libsane1 libsane1:i386 libvkd3d1 l...
by UlfZibis
Wed Jan 26, 2022 8:42 am
Forum: Linux
Topic: Update to version 7 failed, and cannot install again
Replies: 27
Views: 80494

Re: Update to version 7 failed, and cannot install again

But version 7.* would install, when leaving out vkd3d-compiler:i386 and leave libvkd3d-shader1:i386 unresolved: $ LC_ALL=C sudo aptitude -s --with-recommends install winehq-stable The following NEW packages will be installed: gcc-10-base:i386{a} gstreamer1.0-plugins-base:i386{a} libapparmor1:i386{a}...
by UlfZibis
Wed Jan 26, 2022 8:31 am
Forum: Linux
Topic: Update to version 7 failed, and cannot install again
Replies: 27
Views: 80494

Re: Update to version 7 failed, and cannot install again

So I removed the sane-project PPA: $ LC_ALL=C sudo ppa-purge ppa:sane-project/sane-release Updating packages lists PPA to be removed: sane-project sane-release Package revert list generated: libsane:amd64/focal libsane-common/focal libsane1:amd64/focal sane-utils/focal Disabling sane-project PPA fro...
by UlfZibis
Wed Jan 26, 2022 7:54 am
Forum: Linux
Topic: Update to version 7 failed, and cannot install again
Replies: 27
Views: 80494

Re: Update to version 7 failed, and cannot install again

ich@T500:~$ LC_ALL=C sudo -s apt install libsane1 libsane1:i386 libvkd3d1:i386 Reading package lists... Done Building dependency tree Reading state information... Done libsane1 is already the newest version (1.0.32-focal0). libsane1 set to manually installed. Some packages could not be installed. T...
by UlfZibis
Tue Jan 25, 2022 8:52 pm
Forum: Linux
Topic: Update to version 7 failed, and cannot install again
Replies: 27
Views: 80494

Re: Update to version 7 failed, and cannot install again

A similar problem is described here: https://bugs.launchpad.net/ubuntu/+sour ... ug/1017603
Maybe this gives an idea, how to solve this issue.
by UlfZibis
Tue Jan 25, 2022 10:16 am
Forum: Linux
Topic: Update to version 7 failed, and cannot install again
Replies: 27
Views: 80494

Re: Update to version 7 failed, and cannot install again

But maybe with version 6.0.2 it would work: $ LC_ALL=C sudo aptitude -s --with-recommends install winehq-stable=6.0.2~focal-1 The following NEW packages will be installed: winehq-stable{b} 0 packages upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 1924 B of archives. After u...
by UlfZibis
Tue Jan 25, 2022 9:44 am
Forum: Linux
Topic: Update to version 7 failed, and cannot install again
Replies: 27
Views: 80494

Re: Update to version 7 failed, and cannot install again

Aptitude shows a more detailed result: $ LC_ALL=C sudo aptitude -s --with-recommends install winehq-stable The following NEW packages will be installed: gcc-10-base:i386{a} gstreamer1.0-plugins-base:i386{a} libapparmor1:i386{a} libasn1-8-heimdal:i386{a} libasound2:i386{a} libasound2-plugins:i386{a} ...
by UlfZibis
Tue Jan 25, 2022 7:42 am
Forum: Linux
Topic: Update to version 7 failed, and cannot install again
Replies: 27
Views: 80494

Re: Update to version 7 failed, and cannot install again

I get: $ apt-show-versions | grep "newer" cinnamon-desktop-data:all 4.8.1+ulyssa newer than version in archive cinnamon-l10n:all 4.8.3 newer than version in archive gir1.2-cinnamondesktop-3.0:amd64 4.8.1+ulyssa newer than version in archive gir1.2-nemo-3.0:amd64 4.8.6+ulyssa newer than ver...
by UlfZibis
Mon Jan 24, 2022 7:50 pm
Forum: Linux
Topic: Update to version 7 failed, and cannot install again
Replies: 27
Views: 80494

Re: Update to version 7 failed, and cannot install again

So I've done it, as it matches with the suggestions of the cited bug. $ LC_ALL=C apt policy $(dpkg -l | awk '/2.31-0ubuntu9.2/ { print $2 }') libc-bin: Installed: 2.31-0ubuntu9.2 Candidate: 2.31-0ubuntu9.2 Version table: *** 2.31-0ubuntu9.2 500 500 http://de.archive.ubuntu.com/ubuntu focal-updates/m...
by UlfZibis
Mon Jan 24, 2022 7:11 pm
Forum: Linux
Topic: Update to version 7 failed, and cannot install again
Replies: 27
Views: 80494

Re: Update to version 7 failed, and cannot install again

I get: $ dpkg -l | egrep "2\.31-0ubuntu9\.3" ii libc-bin 2.31-0ubuntu9.3 amd64 GNU C Library: Binaries ii libc-dev-bin 2.31-0ubuntu9.3 amd64 GNU C Library: Development binaries ii libc6:amd64 2.31-0ubuntu9.3 amd64 GNU C Library: Shared libraries ii libc6-dbg:amd64 2.31-0ubuntu9.3 amd64 GNU...
by UlfZibis
Mon Jan 24, 2022 6:07 am
Forum: Linux
Topic: Update to version 7 failed, and cannot install again
Replies: 27
Views: 80494

Re: Update to version 7 failed, and cannot install again

$ apt policy libc6 libc6:i386 libc6: Installiert: 2.31-0ubuntu9.3 Installationskandidat: 2.31-0ubuntu9.3 Versionstabelle: *** 2.31-0ubuntu9.3 100 100 /var/lib/dpkg/status 2.31-0ubuntu9.2 500 500 http://de.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages 2.31-0ubuntu9 500 500 http://de.ar...
by UlfZibis
Sun Jan 23, 2022 3:57 pm
Forum: Linux
Topic: Update to version 7 failed, and cannot install again
Replies: 27
Views: 80494

Re: Update to version 7 failed, and cannot install again

$ apt policy ca-certificates-java ca-certificates dconf-gsettings-backend dconf-service ca-certificates-java:i386 ca-certificates:i386 dconf-gsettings-backend:i386 dconf-service:i386 ca-certificates-java: Installiert: 20190405ubuntu1 Installationskandidat: 20190405ubuntu1 Versionstabelle: *** 20190...
by UlfZibis
Sun Jan 23, 2022 3:08 pm
Forum: Linux
Topic: Update to version 7 failed, and cannot install again
Replies: 27
Views: 80494

Re: Update to version 7 failed, and cannot install again

Your suggestion is an endless task because of hundreds of packages to install manually. So I have purged some of the PPAs and replaced the according packages by the distros originals with help of ppa-purge. Now I get: $ LC_ALL=C sudo apt install -s --install-recommends winehq-stable Reading package ...
by UlfZibis
Sat Jan 22, 2022 11:36 am
Forum: Linux
Topic: Update to version 7 failed, and cannot install again
Replies: 27
Views: 80494

Re: Update to version 7 failed, and cannot install again

grep -R ^deb /etc/apt/sources.list* /etc/apt/sources.list:deb http://de.archive.ubuntu.com/ubuntu/ focal main restricted /etc/apt/sources.list:deb http://de.archive.ubuntu.com/ubuntu/ focal-updates main restricted /etc/apt/sources.list:deb http://de.archive.ubuntu.com/ubuntu/ focal universe /etc/ap...
by UlfZibis
Fri Jan 21, 2022 6:47 pm
Forum: Linux
Topic: Update to version 7 failed, and cannot install again
Replies: 27
Views: 80494

Update to version 7 failed, and cannot install again

Hi, I'm on Ubuntu 20.04. Since some time I'm successfully using winehq-stable version 6.0.2. Because now version 7 is published, I did sudo apt dist-upgrade This produced some errors and in the end wine was completely unistalled. $ LC_ALL=C apt policy winehq-stable winehq-stable: Installed: (none) C...
by UlfZibis
Fri Nov 05, 2021 10:33 am
Forum: Linux
Topic: X Error of failed request: GLXBadFBConfig
Replies: 2
Views: 2565

Re: X Error of failed request: GLXBadFBConfig

On Ubuntu 18.04 all is working fine.
by UlfZibis
Thu Nov 04, 2021 2:28 pm
Forum: Linux
Topic: X Error of failed request: GLXBadFBConfig
Replies: 2
Views: 2565

Re: X Error of failed request: GLXBadFBConfig

I now have replaced winehq-stable by winehq-devel, which currently is version 6.20.
I still get the same errors.
by UlfZibis
Thu Nov 04, 2021 1:24 pm
Forum: Linux
Topic: X Error of failed request: GLXBadFBConfig
Replies: 2
Views: 2565

X Error of failed request: GLXBadFBConfig

Hi, my WINE system on Ubuntu 20.04 worked fine for years, but now I get the error: $ wine --version ERROR: ld.so: object 'libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. wine-6.0.2 $ WINEPREFIX=~/.wine32 wine start /unix /media/ich/tax2021/start.exe...
by UlfZibis
Mon Jul 27, 2020 1:33 am
Forum: Linux
Topic: More simple commands for installaion on Ubuntu
Replies: 5
Views: 1323

Re: More simple commands for installaion on Ubuntu

fargodwe wrote: Sat Jul 11, 2020 5:45 pmStick with the instructions and you avoid any potential problems down the road.
Are you sure, this holds on Linux Mint? See comment from Bob.
by UlfZibis
Fri Jun 26, 2020 5:35 pm
Forum: Linux
Topic: Program does not run from installed starter and does not accept keybord input
Replies: 3
Views: 927

Program does not run from installed starter and does not accept keybord input

Hi, I've installed Yellow Leads Extractor in a 32 bit WinePrefix. The file /home/ich/.local/share/applications/Yellow Leads Extractor/Yellow Leads Extractor.desktop shows: [Desktop Entry] Name=Yellow Leads Extractor Exec=env WINEPREFIX="/home/ich/.wine32" wine C:\\\\windows\\\\command\\\\s...