AnduinOS icon indicating copy to clipboard operation
AnduinOS copied to clipboard

Phoenix Code not working using 25.04

Open SteveM2020 opened this issue 6 months ago • 3 comments

Tried to download the Phoenix Code editor using wget -qO- https://updates.phcode.io/linux/installer.sh | bash

Produced errors -- no editor. Tried to install snapd to install the snap version of the editor. It produced errors and didn't install.

Then I tried the flatpak version of Brackets, which was the name of the editor before it was renamed to Phoenix Code. But it produced nothing but errors.

I have Wubuntu on my laptop, but I don't like it, and was hoping to replace it with AnduinOS-1. However, my tests in a virtual machine would suggest this isn't properly working yet.

SteveM2020 avatar Jun 20 '25 20:06 SteveM2020

I'm not an user with Phoenix Code. If you run something wrong with AnduinOS, please share the output of the commands.

By the way I also did a quick test on my machine:

Image

Isn't everything works fine?

Anduin2017 avatar Jun 21 '25 04:06 Anduin2017

I discovered an error with the 'dpkg' command, which is used in conjunction with 'wget'. I will resolve this issue first and see if there are still problems.

Thank you!

SteveM2020 avatar Jun 21 '25 22:06 SteveM2020

I installed this, baremetal on my laptop and replaced Wubuntu with it. Here is the error I'm getting:

steve@stevea:~$ wget -qO- https://updates.phcode.io/linux/installer.sh | bash Using temporary directory /tmp/tmp.FKDmdE93Uc for processing Fetching the latest release information from phcode-dev/phoenix-desktop... Current GLIBC version: 2.41 Searching for a compatible binary... Found a new best match: https://github.com/phcode-dev/phoenix-desktop/releases/download/prod-app-v4.0.3/phoenix-code_4.0.3_amd64_linux_bin-GLIBC-2.31.tar.gz with GLIBC version 2.31 Found a new best match: https://github.com/phcode-dev/phoenix-desktop/releases/download/prod-app-v4.0.3/phoenix-code_4.0.3_amd64_linux_bin-GLIBC-2.35.tar.gz with GLIBC version 2.35 Downloading the compatible binary from https://github.com/phcode-dev/phoenix-desktop/releases/download/prod-app-v4.0.3/phoenix-code_4.0.3_amd64_linux_bin-GLIBC-2.35.tar.gz... /tmp/tmp.FKDmdE93Uc 100%[===================>] 82.53M 31.5MB/s in 2.6s
Downloading the icon... /tmp/tmp.FKDmdE93Uc 100%[===================>] 41.14K --.-KB/s in 0.03s
Extracting the binary to /tmp/tmp.FKDmdE93Uc... /tmp/tmp.FKDmdE93Uc/phoenix-code/phoenix-code: error while loading shared libraries: libwebkit2gtk-4.0.so.37: cannot open shared object file: No such file or directory Initial verification failed. Attempting to install dependencies... Attempting to install required dependencies... The installation of dependencies requires administrative access. You may be prompted to enter your password. Please enter your password to proceed with the installation of dependencies. Detected an Ubuntu/Debian based distribution. [sudo] password for steve: Hit:1 http://security.ubuntu.com/ubuntu plucky-security InRelease Hit:2 http://ca.archive.ubuntu.com/ubuntu plucky InRelease
Hit:3 http://ca.archive.ubuntu.com/ubuntu plucky-updates InRelease
Hit:4 http://ca.archive.ubuntu.com/ubuntu plucky-backports InRelease Hit:5 https://mirror-ppa.aiursoft.cn/mozillateam/ppa/ubuntu plucky InRelease 79 packages can be upgraded. Run 'apt list --upgradable' to see them. Notice: Some sources can be modernized. Run 'apt modernize-sources' to do so. Note, selecting 'libgtk-3-0t64' instead of 'libgtk-3-0' Error: Unable to locate package libwebkit2gtk-4.0-37 Error: Couldn't find any package by glob 'libwebkit2gtk-4.0-37' /tmp/tmp.FKDmdE93Uc/phoenix-code/phoenix-code: error while loading shared libraries: libwebkit2gtk-4.0.so.37: cannot open shared object file: No such file or directory Verification failed even after installing dependencies. Please check the application requirements or contact support. Unable to successfully verify application launch. Exiting installation. steve@stevea:~$

SteveM2020 avatar Jun 22 '25 02:06 SteveM2020