Chrisgayle
Member
Few days ago I ask about packages in this forum and I learn lot of things about that from you all.
I know apt, dpkg, .deb, .rpm, repository, etc etc.
Now I encounter a new way to install any package and I didn't know anything about it, will you all spark my brain with info about it.
Today I see that some developer in GitHub give install script file instead of any .Deb file,
Example install.sh I need to download the .sh file only then run it by using bash command like bash install.sh.
Then it automatically download and install packages in my system.
My question is what is this process using bash instead of apt.
And if I download full code from that repository then can I install all packages offline.
For sample I give link of a perticular package -
To install this I need to download script:
Then to install it:
Please note I give the link of above software just as an example nothing more than that. I didn't want to install it or need it.
I know apt, dpkg, .deb, .rpm, repository, etc etc.
Now I encounter a new way to install any package and I didn't know anything about it, will you all spark my brain with info about it.
Today I see that some developer in GitHub give install script file instead of any .Deb file,
Example install.sh I need to download the .sh file only then run it by using bash command like bash install.sh.
Then it automatically download and install packages in my system.
My question is what is this process using bash instead of apt.
And if I download full code from that repository then can I install all packages offline.
For sample I give link of a perticular package -
GitHub - hestiacp/hestiacp: Hestia Control Panel | A lightweight and powerful control panel for the modern web.
Hestia Control Panel | A lightweight and powerful control panel for the modern web. - hestiacp/hestiacp
github.com
Code:
wget https://raw.githubusercontent.com/hestiacp/hestiacp/release/install/hst-install.sh
Bash:
bash hst-install.sh
Please note I give the link of above software just as an example nothing more than that. I didn't want to install it or need it.