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

"E: Package 'vim-gnome' has no installation candidate " when installing stable Vim on Linux #11

Closed
rhysd opened this issue Feb 2, 2021 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@rhysd
Copy link
Owner

rhysd commented Feb 2, 2021

/usr/bin/sudo apt install -y vim-gnome

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Reading package lists...
Building dependency tree...
Reading state information...
Package vim-gnome is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'vim-gnome' has no installation candidate
Error: Command 'sudo apt install -y vim-gnome' exited non-zero status 100:  WARNING: apt does not have a stable CLI interface. Use with caution in scripts.  E: Package 'vim-gnome' has no installation candidate 
Error: Command 'sudo apt install -y vim-gnome' exited non-zero status 100:  WARNING: apt does not have a stable CLI interface. Use with caution in scripts.  E: Package 'vim-gnome' has no installation candidate 

Related to rhysd/git-messenger.vim#69

@rhysd rhysd added the bug Something isn't working label Feb 2, 2021
@rhysd rhysd self-assigned this Feb 2, 2021
@rhysd
Copy link
Owner Author

rhysd commented Feb 2, 2021

Investigation:

This is caused by recent GitHub Actions change. ubuntu-latest changes Ubuntu version from 18.04 to 20.04.

For workaround, please use ubuntu-18.04 worker instead of ubuntu-latest worker meanwhile.

rhysd added a commit to rhysd/git-messenger.vim that referenced this issue Feb 2, 2021
@rhysd
Copy link
Owner Author

rhysd commented Feb 2, 2021

I could reproduce this issue with this repository's CI: https://github.com/rhysd/action-setup-vim/runs/1815005116?check_suite_focus=true

@rhysd
Copy link
Owner Author

rhysd commented Feb 2, 2021

Note: actions/runner-images#1816

@rhysd
Copy link
Owner Author

rhysd commented Feb 5, 2021

Fixed in 0d17665.

@rhysd rhysd closed this as completed Feb 5, 2021
rhysd added a commit to rhysd/git-messenger.vim that referenced this issue Feb 10, 2021
…vim#11"

This reverts commit 1a67c34.

because the bug was fixed in action-setup-vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant