You are not logged in.

#1 2023-05-17 21:12:28

Haru001
Member
Registered: 2023-05-16
Posts: 10

[SOLVED] Trouble installing wine

I have been having issues while downloading wine from AUR that I always get this problem:

$ yay -S wine-stable
 -> No AUR package found for lib32-giflib
:: There are 2 providers available for lib32-libpulse:
:: Repository AUR
    1) lib32-libpulse-nosystemd-git 2) lib32-libpulse-nosystemd-minimal-git 

Enter a number (default=1): 
==> 
 -> No AUR package found for lib32-libxxf86vm
 -> No AUR package found for lib32-libxcomposite
 -> No AUR package found for lib32-libxinerama
 -> No AUR package found for lib32-libxmu
:: There are 3 providers available for lib32-sdl2:
:: Repository AUR
    1) lib32-sdl2-git 2) lib32-sdl2-minimal-git 3) lib32-sdl2-minimal-x11-git 

Enter a number (default=1): 
==> 
 -> No AUR package found for lib32-vulkan-icd-loader
:: There are 2 providers available for lib32-alsa-lib:
:: Repository AUR
    1) lib32-alsa-lib-git 2) lib32-alsa-lib-minimal-git 

Enter a number (default=1): 
==> 
:: There are 5 providers available for lib32-mesa:
:: Repository AUR
    1) lib32-mesa-amdonly-gaming-git 2) lib32-mesa-git 3) lib32-mesa-minimal+-git 4) lib32-mesa-minimal-git 5) lib32-mesa-steamos 

Enter a number (default=1): 
==> 2
 -> No AUR package found for lib32-v4l-utils
 -> No AUR package found for lib32-libcups
 -> No AUR package found for lib32-speexdsp
 -> No AUR package found for lib32-tdb
 -> No AUR package found for lib32-libltdl
 -> No AUR package found for lib32-expat
 -> No AUR package found for lib32-bzip2
 -> No AUR package found for lib32-zlib
 -> No AUR package found for lib32-xz
:: There are 2 providers available for lib32-curl:
:: Repository AUR
    1) lib32-curl-git 2) lib32-curl-minimal-git 

Enter a number (default=1): 
==> 
 -> No AUR package found for lib32-libssh2
 -> No AUR package found for lib32-brotli
:: There are 2 providers available for lib32-krb5:
:: Repository AUR
    1) lib32-krb5-git 2) lib32-krb5-minimal-git 

Enter a number (default=1): 
==> 
 -> No AUR package found for lib32-libpsl
 -> No AUR package found for lib32-zlib
 -> No AUR package found for lib32-libunistring
 -> No AUR package found for lib32-e2fsprogs
 -> No AUR package found for lib32-libldap
 -> aur dep warn:lib32-krb5-gitlib32-keyutils-gitcircular dependencies not allowed
 -> No AUR package found for lib32-e2fsprogs
 -> No AUR package found for lib32-libldap
 -> aur dep warn:lib32-krb5-gitlib32-keyutils-gitcircular dependencies not allowed
 -> No AUR package found for lib32-e2fsprogs
 -> No AUR package found for lib32-libldap
 -> aur dep warn:lib32-krb5-gitlib32-keyutils-gitcircular dependencies not allowed
 -> No AUR package found for lib32-e2fsprogs
 -> No AUR package found for lib32-libldap
 -> aur dep warn:lib32-krb5-gitlib32-keyutils-gitcircular dependencies not allowed
 -> No AUR package found for lib32-libldap
 -> No AUR package found for lib32-e2fsprogs
 -> aur dep warn:lib32-krb5-gitlib32-keyutils-gitcircular dependencies not allowed
 -> No AUR package found for lib32-libldap
 -> No AUR package found for lib32-e2fsprogs
 -> aur dep warn:lib32-krb5-gitlib32-keyutils-gitcircular dependencies not allowed
 -> No AUR package found for lib32-e2fsprogs
 -> No AUR package found for lib32-libldap
 -> aur dep warn:lib32-krb5-gitlib32-keyutils-gitcircular dependencies not allowed
^C

I don't know much what it can be, I didn't finded much about this libs and my system is up to date, and still I recieve the same trouble. I have uncommented the multilib, and when I try getting some dependence isolated from AUR, I get throwed in to the same package that is causing my issue. I suspect that I might have done some mistake by not having a important package installed on my PC that I don't really know the name of it. I don't have alot of things installed on this PC because he is still kinda fresh and basic (I haven't installed properly NVIDIA drivers for example).

Last edited by Haru001 (2023-05-18 01:12:49)

Offline

#2 2023-05-17 21:15:45

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,471
Website

Re: [SOLVED] Trouble installing wine

Haru001 wrote:

I have uncommented the multilib...

Well, no, you clearly haven't.  At least not properly.  Post your pacman.conf.

EDIT: or perhaps you have any you have not updated / synced your databases yet.

Last edited by Trilby (2023-05-17 21:16:17)


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#3 2023-05-17 21:19:26

Haru001
Member
Registered: 2023-05-16
Posts: 10

Re: [SOLVED] Trouble installing wine

Here it is:

#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives

#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir     = /
#DBPath      = /var/lib/pacman/
#CacheDir    = /var/cache/pacman/pkg/
#LogFile     = /var/log/pacman.log
#GPGDir      = /etc/pacman.d/gnupg/
#HookDir     = /etc/pacman.d/hooks/
HoldPkg     = pacman glibc
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
Architecture = auto

# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg   =
#IgnoreGroup =

#NoUpgrade   =
#NoExtract   =

# Misc options
#UseSyslog
#Color
#NoProgressBar
CheckSpace
#VerbosePkgLists
#ParallelDownloads = 5

# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.
SigLevel    = Required DatabaseOptional
LocalFileSigLevel = Optional
#RemoteFileSigLevel = Required

# NOTE: You must run `pacman-key --init` before first using pacman; the local
# keyring can then be populated with the keys of all official Arch Linux
# packagers with `pacman-key --populate archlinux`.

#
# REPOSITORIES
#   - can be defined here or included from another file
#   - pacman will search repositories in the order defined here
#   - local/custom mirrors can be added here or in separate files
#   - repositories listed first will take precedence when packages
#     have identical names, regardless of version number
#   - URLs will have $repo replaced by the name of the current repo
#   - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
#       [repo-name]
#       Server = ServerName
#       Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#

# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.

#[testing]
#Include = /etc/pacman.d/mirrorlist

[core]
Include = /etc/pacman.d/mirrorlist

[extra]
Include = /etc/pacman.d/mirrorlist

#[community-testing]
#Include = /etc/pacman.d/mirrorlist

[community]
Include = /etc/pacman.d/mirrorlist

# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.

#[multilib-testing]
#Include = /etc/pacman.d/mirrorlist

[multilib]
Include = /etc/pacman.d/mirrorlist

# An example of a custom package repository.  See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs

Offline

#4 2023-05-17 21:48:56

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,248

Re: [SOLVED] Trouble installing wine

pacman -Syu wine

Offline

#5 2023-05-17 22:25:33

Haru001
Member
Registered: 2023-05-16
Posts: 10

Re: [SOLVED] Trouble installing wine

V1del wrote:

pacman -Syu wine

Tried doing it, but recieve this:

$ sudo pacman -Syu wine
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
error: target not found: wine

But he's able to detect wine from cloned git and I get this:

sudo pacman -Syu wine
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
error: target not found: wine
warning: 'wine' is a file, did you mean -U/--upgrade instead of -S/--sync?

My only issue with git is the make process, that seems to be pratically infinite (I putted my PC to do make process for +2 hours and still wasn't finished yet).
EDIT: I used "./configure" before using "make" on my attempt of installing if that can be a useful information.

Last edited by Haru001 (2023-05-17 22:28:43)

Offline

#6 2023-05-17 22:55:01

vorvac
Member
Registered: 2021-05-14
Posts: 44

Re: [SOLVED] Trouble installing wine

# pacman -Syu wine --debug

Maybe there'd be some useful info here?

Offline

#7 2023-05-17 23:13:31

Haru001
Member
Registered: 2023-05-16
Posts: 10

Re: [SOLVED] Trouble installing wine

vorvac wrote:
# pacman -Syu wine --debug

Maybe there'd be some useful info here?

$ sudo pacman -Syu wine --debug
debug: pacman v6.0.2 - libalpm v13.0.2
debug: config: attempting to read file /etc/pacman.conf
debug: config: new section 'options'
debug: config: HoldPkg: pacman
debug: config: HoldPkg: glibc
debug: config: Architecture: auto
debug: config: arch: x86_64
debug: config: SigLevel: Required
debug: config: SigLevel: DatabaseOptional
debug: config: LocalFileSigLevel: Optional
debug: config: new section 'core'
debug: config file /etc/pacman.conf, line 76: including /etc/pacman.d/mirrorlist
debug: config: new section 'extra'
debug: config file /etc/pacman.conf, line 79: including /etc/pacman.d/mirrorlist
debug: config: new section 'community'
debug: config file /etc/pacman.conf, line 85: including /etc/pacman.d/mirrorlist
debug: config file /etc/pacman.conf, line 94: including /etc/pacman.d/mirrorlist
debug: config: finished parsing /etc/pacman.conf
debug: setup_libalpm called
debug: option 'logfile' = /var/log/pacman.log
debug: option 'gpgdir' = /etc/pacman.d/gnupg/
debug: option 'hookdir' = /etc/pacman.d/hooks/
debug: option 'cachedir' = /var/cache/pacman/pkg/
debug: registering sync database 'core'
debug: database path for tree core set to /var/lib/pacman/sync/core.db
debug: "/var/lib/pacman/sync/core.db.sig" is not readable: No such file or directory
debug: sig path /var/lib/pacman/sync/core.db.sig could not be opened
debug: got error 43 at _alpm_gpgme_checksig (../lib/libalpm/signing.c: 603) : missing PGP signature
debug: missing optional signature
debug: setting usage of 15 for core repository
debug: adding new server URL to database 'core': http://br.mirror.archlinux-br.org/core/os/x86_64
debug: adding new server URL to database 'core': http://archlinux.c3sl.ufpr.br/core/os/x86_64
debug: adding new server URL to database 'core': http://www.caco.ic.unicamp.br/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://www.caco.ic.unicamp.br/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://linorg.usp.br/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://archlinux.pop-es.rnp.br/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.ufam.edu.br/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.ufscar.br/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://mirror.ufscar.br/archlinux/core/os/x86_64
debug: registering sync database 'extra'
debug: database path for tree extra set to /var/lib/pacman/sync/extra.db
debug: "/var/lib/pacman/sync/extra.db.sig" is not readable: No such file or directory
debug: sig path /var/lib/pacman/sync/extra.db.sig could not be opened
debug: got error 43 at _alpm_gpgme_checksig (../lib/libalpm/signing.c: 603) : missing PGP signature
debug: missing optional signature
debug: setting usage of 15 for extra repository
debug: adding new server URL to database 'extra': http://br.mirror.archlinux-br.org/extra/os/x86_64
debug: adding new server URL to database 'extra': http://archlinux.c3sl.ufpr.br/extra/os/x86_64
debug: adding new server URL to database 'extra': http://www.caco.ic.unicamp.br/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://www.caco.ic.unicamp.br/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://linorg.usp.br/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://archlinux.pop-es.rnp.br/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.ufam.edu.br/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.ufscar.br/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://mirror.ufscar.br/archlinux/extra/os/x86_64
debug: registering sync database 'community'
debug: database path for tree community set to /var/lib/pacman/sync/community.db
debug: "/var/lib/pacman/sync/community.db.sig" is not readable: No such file or directory
debug: sig path /var/lib/pacman/sync/community.db.sig could not be opened
debug: got error 43 at _alpm_gpgme_checksig (../lib/libalpm/signing.c: 603) : missing PGP signature
debug: missing optional signature
debug: setting usage of 15 for community repository
debug: adding new server URL to database 'community': http://br.mirror.archlinux-br.org/community/os/x86_64
debug: adding new server URL to database 'community': http://archlinux.c3sl.ufpr.br/community/os/x86_64
debug: adding new server URL to database 'community': http://www.caco.ic.unicamp.br/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': https://www.caco.ic.unicamp.br/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://linorg.usp.br/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://archlinux.pop-es.rnp.br/community/os/x86_64
debug: adding new server URL to database 'community': http://mirror.ufam.edu.br/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://mirror.ufscar.br/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': https://mirror.ufscar.br/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://br.mirror.archlinux-br.org/community/os/x86_64
debug: adding new server URL to database 'community': http://archlinux.c3sl.ufpr.br/community/os/x86_64
debug: adding new server URL to database 'community': http://www.caco.ic.unicamp.br/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': https://www.caco.ic.unicamp.br/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://linorg.usp.br/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://archlinux.pop-es.rnp.br/community/os/x86_64
debug: adding new server URL to database 'community': http://mirror.ufam.edu.br/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://mirror.ufscar.br/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': https://mirror.ufscar.br/archlinux/community/os/x86_64
:: Synchronizing package databases...
 core downloading...
 extra downloading...
 community downloading...
debug: core.db: url is http://br.mirror.archlinux-br.org/core/os/x86_64/core.db
debug: core.db: maxsize 134217728
debug: core.db: using time condition 1684337036
debug: core.db: opened tempfile for download: /var/lib/pacman/sync/core.db.part (wb)
debug: core.db: curl returned result 0 from transfer
debug: core.db: response code 304
debug: core.db.sig: url is http://br.mirror.archlinux-br.org/core/os/x86_64/core.db.sig
debug: core.db.sig: maxsize 16384
debug: core.db.sig: opened tempfile for download: /var/lib/pacman/sync/core.db.sig.part (wb)
debug: core.db: file met time condition
debug: core.db.sig: curl returned result 0 from transfer
debug: core.db.sig: response code 404
debug: core.db.sig: no more servers to retry
debug: extra.db: url is http://br.mirror.archlinux-br.org/extra/os/x86_64/extra.db
debug: extra.db: maxsize 134217728
debug: extra.db: using time condition 1684356760
debug: extra.db: opened tempfile for download: /var/lib/pacman/sync/extra.db.part (wb)
debug: extra.db: curl returned result 0 from transfer
debug: extra.db: response code 304
debug: extra.db.sig: url is http://br.mirror.archlinux-br.org/extra/os/x86_64/extra.db.sig
debug: extra.db.sig: maxsize 16384
debug: extra.db.sig: opened tempfile for download: /var/lib/pacman/sync/extra.db.sig.part (wb)
debug: extra.db: file met time condition
debug: extra.db.sig: curl returned result 0 from transfer
debug: extra.db.sig: response code 404
debug: extra.db.sig: no more servers to retry
debug: community.db: url is http://br.mirror.archlinux-br.org/community/os/x86_64/community.db
debug: community.db: maxsize 134217728
debug: community.db: using time condition 1684359414
debug: community.db: opened tempfile for download: /var/lib/pacman/sync/community.db.part (wb)
debug: community.db: curl returned result 0 from transfer
debug: community.db: response code 304
debug: community.db.sig: url is http://br.mirror.archlinux-br.org/community/os/x86_64/community.db.sig
debug: community.db.sig: maxsize 16384
debug: community.db.sig: opened tempfile for download: /var/lib/pacman/sync/community.db.sig.part (wb)
debug: community.db: file met time condition
debug: community.db.sig: curl returned result 0 from transfer
debug: community.db.sig: response code 404
debug: community.db.sig: no more servers to retry
debug: curl_download_internal return code is 0
debug: "/var/lib/pacman/sync/core.db.sig" is not readable: No such file or directory
debug: sig path /var/lib/pacman/sync/core.db.sig could not be opened
debug: got error 43 at _alpm_gpgme_checksig (../lib/libalpm/signing.c: 603) : missing PGP signature
debug: missing optional signature
debug: "/var/lib/pacman/sync/extra.db.sig" is not readable: No such file or directory
debug: sig path /var/lib/pacman/sync/extra.db.sig could not be opened
debug: got error 43 at _alpm_gpgme_checksig (../lib/libalpm/signing.c: 603) : missing PGP signature
debug: missing optional signature
debug: "/var/lib/pacman/sync/community.db.sig" is not readable: No such file or directory
debug: sig path /var/lib/pacman/sync/community.db.sig could not be opened
debug: got error 43 at _alpm_gpgme_checksig (../lib/libalpm/signing.c: 603) : missing PGP signature
debug: missing optional signature
debug: loading package cache for repository 'core'
debug: opening archive /var/lib/pacman/sync/core.db
debug: added 264 packages to package cache for db 'core'
debug: loading package cache for repository 'extra'
debug: opening archive /var/lib/pacman/sync/extra.db
debug: added 3117 packages to package cache for db 'extra'
debug: loading package cache for repository 'community'
debug: opening archive /var/lib/pacman/sync/community.db
debug: added 10104 packages to package cache for db 'community'
debug: loading group cache for repository 'core'
debug: loading group cache for repository 'extra'
debug: loading group cache for repository 'community'
error: target not found: wine
debug: unregistering database 'local'
debug: unregistering database 'core'
debug: freeing package cache for repository 'core'
debug: freeing group cache for repository 'core'
debug: unregistering database 'extra'
debug: freeing package cache for repository 'extra'
debug: freeing group cache for repository 'extra'
debug: unregistering database 'community'
debug: freeing package cache for repository 'community'
debug: freeing group cache for repository 'community'

Offline

#8 2023-05-17 23:17:40

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,471
Website

Re: [SOLVED] Trouble installing wine

That shows that the "[multilib]" line was not actually in the config file used (or was actually commented out).


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#9 2023-05-17 23:18:57

vorvac
Member
Registered: 2021-05-14
Posts: 44

Re: [SOLVED] Trouble installing wine

Haru001 wrote:
debug: config: new section 'core'
debug: config file /etc/pacman.conf, line 76: including /etc/pacman.d/mirrorlist
debug: config: new section 'extra'
debug: config file /etc/pacman.conf, line 79: including /etc/pacman.d/mirrorlist
debug: config: new section 'community'
debug: config file /etc/pacman.conf, line 85: including /etc/pacman.d/mirrorlist
debug: config file /etc/pacman.conf, line 94: including /etc/pacman.d/mirrorlist
debug: config: finished parsing /etc/pacman.conf
Expected Output wrote:

debug: config: new section 'core'
debug: config file /etc/pacman.conf, line 76: including /etc/pacman.d/mirrorlist
debug: config: new section 'extra'
debug: config file /etc/pacman.conf, line 79: including /etc/pacman.d/mirrorlist
debug: config: new section 'community'
debug: config file /etc/pacman.conf, line 85: including /etc/pacman.d/mirrorlist
debug: config: new section 'multilib'
debug: config file /etc/pacman.conf, line 94: including /etc/pacman.d/mirrorlist
debug: config: finished parsing /etc/pacman.conf

pacman can't seem to find a section called 'multilib'.

You sure /etc/pacman.conf looks similar to this?

...
[core]
Include = /etc/pacman.d/mirrorlist

[extra]
Include = /etc/pacman.d/mirrorlist

#[community-testing]
#Include = /etc/pacman.d/mirrorlist

[community]
Include = /etc/pacman.d/mirrorlist

# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.

#[multilib-testing]
#Include = /etc/pacman.d/mirrorlist

[multilib]
Include = /etc/pacman.d/mirrorlist
...

Offline

#10 2023-05-17 23:27:31

Haru001
Member
Registered: 2023-05-16
Posts: 10

Re: [SOLVED] Trouble installing wine

vorvac wrote:
Haru001 wrote:
debug: config: new section 'core'
debug: config file /etc/pacman.conf, line 76: including /etc/pacman.d/mirrorlist
debug: config: new section 'extra'
debug: config file /etc/pacman.conf, line 79: including /etc/pacman.d/mirrorlist
debug: config: new section 'community'
debug: config file /etc/pacman.conf, line 85: including /etc/pacman.d/mirrorlist
debug: config file /etc/pacman.conf, line 94: including /etc/pacman.d/mirrorlist
debug: config: finished parsing /etc/pacman.conf
Expected Output wrote:

debug: config: new section 'core'
debug: config file /etc/pacman.conf, line 76: including /etc/pacman.d/mirrorlist
debug: config: new section 'extra'
debug: config file /etc/pacman.conf, line 79: including /etc/pacman.d/mirrorlist
debug: config: new section 'community'
debug: config file /etc/pacman.conf, line 85: including /etc/pacman.d/mirrorlist
debug: config: new section 'multilib'
debug: config file /etc/pacman.conf, line 94: including /etc/pacman.d/mirrorlist
debug: config: finished parsing /etc/pacman.conf

pacman can't seem to find a section called 'multilib'.

You sure /etc/pacman.conf looks similar to this?

...
[core]
Include = /etc/pacman.d/mirrorlist

[extra]
Include = /etc/pacman.d/mirrorlist

#[community-testing]
#Include = /etc/pacman.d/mirrorlist

[community]
Include = /etc/pacman.d/mirrorlist

# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.

#[multilib-testing]
#Include = /etc/pacman.d/mirrorlist

[multilib]
Include = /etc/pacman.d/mirrorlist
...

I was using text editor all the time for save the changes, I don't know if in sometime I didn't saved it properly, but after using nano I managed to save it properly and downloaded Wine pretty easily

Offline

#11 2023-05-17 23:40:21

vorvac
Member
Registered: 2021-05-14
Posts: 44

Re: [SOLVED] Trouble installing wine

Haru001 wrote:

I was using text editor all the time for save the changes, I don't know if in sometime I didn't saved it properly, but after using nano I managed to save it properly and downloaded Wine pretty easily

At some point it did save correctly. Trilby pointed out the issue was with the [multilib] line, but you got the Include =  line in there successfully. All good, working with nano is definitely the better choice for next time!

Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks!

Edit: spelling/solved spiel

Last edited by vorvac (2023-05-17 23:47:33)

Offline

Board footer

Powered by FluxBB