I'm trying to create an install script including some extra dependencies. Is there anyway to avoid having the end user have to perform a 'sudo apt install' for the following:
sudo apt-get install build-essential
sudo apt-get install libx11-xcb-dev libglu1-mesa-dev
sudo apt-get install libwebkitgtk-dev
sudo apt-get install gnome-shell-extension-top-icons-plus
sudo apt install gnome-tweak-tool
How can I find the corresponding tar files to include in the package so the user does not have to perform 'sudo apt-get'