sudo apt depends <package_name> => Parsing is an issue will have to look into it
sudo node setupCronJob.js <username> <master_server_url>
sudo crontab -e
*/15 * * * * curl <URL>
To authorise applications installation:
sudo visudo
=> Edit the sudoers file
<user> ALL = (root) <command>
Example:
testuser ALL = (root) /usr/bin/apt
testuser ALL = (root) /sbin/reboot```