Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search finds apps with no installation candidate #117

Open
benmordecai opened this issue Dec 2, 2023 · 1 comment
Open

Search finds apps with no installation candidate #117

benmordecai opened this issue Dec 2, 2023 · 1 comment

Comments

@benmordecai
Copy link

Multiple times I have searched and found appimages and then when I sent to install I got no installation candidate warnings.

Example:
zap search nextcloud
zap install nextcloud

@srevinsaju
Copy link
Owner

That's unfortunately because https://github.com/AppImage/appimage.github.io/commits/master/apps/Nextcloud.md hasn't been updated in a long time - and - https://appimage.github.io/Nextcloud/ (and here https://github.com/AppImage/appimage.github.io/blob/master/data/Nextcloud), does not have a download button.

And hence, zap uses this index to download and provide metadata.

You will have to, pass the URL manually

zap install --from <url_to_nextcloud_appimage> nextcloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants