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

InstallPackage only finds package on 2nd attempt #12

Open
lucasvr opened this issue Jan 8, 2017 · 0 comments
Open

InstallPackage only finds package on 2nd attempt #12

lucasvr opened this issue Jan 8, 2017 · 0 comments
Labels

Comments

@lucasvr
Copy link
Member

lucasvr commented Jan 8, 2017

If the package cache is empty, InstallPackage behaves differently than if it's up-to-date.

In the example below, the cache is empty, and is populated from the remote package store by InstallPackage itself. Once the cache is prepared, InstallPackage fails (even though it finds the camel-case version of the program in the cache):

root@LiveCD ~]InstallPackage bitchx
InstallPackage: Locating a binary package for bitchx ...
InstallPackage: Package for bitchx not found.

: Downloading updated remote lists... |
: Loading lists... \

InstallPackage: Did you mean this? BitchX
InstallPackage: Package for bitchx not found.

A second attempt to install the package now succeeds:

root@LiveCD ~]InstallPackage bitchx
InstallPackage: Locating a binary package for bitchx ...
InstallPackage: Installing http://gobolinux.org/packages/016/BitchX--20161128-GIT--x86_64.tar.bz2
InstallPackage: Press Enter to continue or Ctrl-C to cancel.
@Nuc1eoN Nuc1eoN added the bug label Oct 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants