#apx install issue + phantom application still persistent despite the purge

6 messages · Page 1 of 1 (latest)

bronze aurora
#

Hi everyone,
Is it normal commands like "apx --dnf install <pkg>" doesnt work for me ? The flag isnt recognised (and it occurs for each package manager), and yet, the builtin package managers are here 🤷‍♂️

Furthermore, I've tried to install goverlay through a subsystem and vso and since, my system still list the app (from vso, not the subsystem) while it's been removed/purged .

compact glade
#

apx --dfn install is vanilla os v1 syntax, thats no longer valid

lone dagger
#

You can manually remove the app from from ~/.local/share/applications
To install a package in fedora you would need ot create a subsystem with fedora.
apx subsytems new
name: 'fedora'
Then choose fedora
Then install packages using the following:
apx fedora install pkg
Or enter the container using
apx fedora enter
Hope this helps

bronze aurora
bronze aurora