PhoenicisOrg / phoenicis

Phoenicis PlayOnLinux and PlayOnMac 5 repository
https://phoenicis.org/
GNU Lesser General Public License v3.0
669 stars 73 forks source link

cant install the .deb on ubuntu 23.10 #2748

Open Vitamin-X opened 5 months ago

Vitamin-X commented 5 months ago

Expected behavior

to install?

Actual behavior

fails cuz there is no python pakage anymore

Steps to reproduce

dpkg -i *.deb

System information

deb from the website and xUbuntu 23.10

ways to fix it

change "python" to "python3" in the "control" file

why didnt i do that?

couldn't find the file here

plata commented 5 months ago

Which deb do you refer to?

Vitamin-X commented 5 months ago

http://repository.playonlinux.com/PlayOnLinux/5.0-alpha-2/Phoenicis_5.0-alpha-2-amd64.deb that one here

plata commented 5 months ago

That's pretty old. You'll probably want to build the current master as described in the README to get an idea about the current state of the software.

The packages are built with the scripts in phoenicis-dist/src/scripts (see e.g. the GitHub action workflow).