<e3e27d4e-6802-f430-eca8-5245e8080abe@libero.it>
Hi According to: https://pkgs.alpinelinux.org/packages?name=xterm&branch=v3.12 xterm exists in 3.12! In my repostories I have: #/media/cdrom/apks http://dl-8.alpinelinux.org/alpine/v3.12/main http://dl-4.alpinelinux.org/alpine/v3.12/main #http://dl-8.alpinelinux.org/alpine/v3.12/community Yet when I install it: ~$ sudo apk add xterm ERROR: unsatisfiable constraints: xterm (missing): required by: world[xterm] So where is the issue here? Riccardo
<F133BD7E-38E9-4A1C-A457-72C61DCA3493@gmail.com>
<e3e27d4e-6802-f430-eca8-5245e8080abe@libero.it>
(view parent)
Hi, You will find that xterm is in the community repo. > http://dl-8.alpinelinux.org/alpine/v3.12/main > http://dl-4.alpinelinux.org/alpine/v3.12/main > #http://dl-8.alpinelinux.org/alpine/v3.12/community You will have to enable the community repo, which is currently commented out. Uncomment it, run `apk update` and then you should be able to install. All the best, Tom
<88d10f6f-51fe-2406-2511-5da4b3fc8411@libero.it>
<F133BD7E-38E9-4A1C-A457-72C61DCA3493@gmail.com>
(view parent)
Hi! Thomas Reid wrote: >> http://dl-8.alpinelinux.org/alpine/v3.12/main >> http://dl-4.alpinelinux.org/alpine/v3.12/main >> #http://dl-8.alpinelinux.org/alpine/v3.12/community > You will have to enable the community repo, which is currently > commented out. > Uncomment it, run `apk update` and then you should be able to install. That's indeed the fix. Also dl-8 is apparently not available so I changed it to dl-4. It was just unexpected to me to think "xterm" is not part of main. Riccardo