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

apt does not properly install dependencies #98

Open
tmcnulty387 opened this issue Oct 14, 2024 · 0 comments
Open

apt does not properly install dependencies #98

tmcnulty387 opened this issue Oct 14, 2024 · 0 comments

Comments

@tmcnulty387
Copy link

Lines 136-138 setup.sh

else
    ${SUDO_CMD} ${PACKAGER} install -yq ${DEPENDENCIES}
fi

This install script does not properly work for apt:

$ sudo apt install -yq bash bash-completion tar bat tree multitail fastfetch wget unzip fontconfig neovim
Reading package lists...
Building dependency tree...
Reading state information...
Package neovim 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

No apt package "tree", but there is a snap with that name.
Try "snap install tree"

E: Unable to locate package bat
E: Unable to locate package tree
E: Unable to locate package multitail
E: Unable to locate package fastfetch
E: Package 'neovim' has no installation candidate
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

1 participant