How do you create your own package in Linux, just like cd
, ls
, or any third party package?
All I know is how to create a .sh
file, write a script in it and execute it using:
bash file_name
But in addition to that I want to understand in more depth. Please explain the complete steps from downloading using apt-get
to how to run it.