I’m having some issues getting through the provided documentation on getting MineOS on Debian. I’ve gotten through the node.js instructions fine but on the additional dependencies I’m getting errors. I’m logged in as root in the terminal and I’m not sure what I’m missing.
Output of terminal:
root@IronGiant01:/home/gabe# apt -y install git rdiff-backup screen rsync
Reading package lists… Done
Building dependency tree
Reading state information… Done
Package rsync 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: Unable to locate package rdiff-backup
E: Package ‘rsync’ has no installation candidate
root@IronGiant01:/home/gabe# apt -y install build-essential
Reading package lists… Done
Building dependency tree
Reading state information… Done
Package build-essential 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 ‘build-essential’ has no installation candidate
Trying to move past them results in further issues so I’m assuming I messed up something and any help is appreciated.