ChrisTitusTech / mybash

My Bash profile - Highly customized Starship Theme - Just imagine Powerlevel10k and Nord Theme had a baby.
403 stars 206 forks source link

apt does not properly install dependencies #98

Open tmcnulty387 opened 1 month ago

tmcnulty387 commented 1 month ago

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