### Reason/Context - We can publish binary of our CLI tool to `apt-get` package manager for easy installation on linux/debian based systems. ### Description - Currently, we are serving binaries from our releases and installing it using `curl`. - This thing can be enhanced for linux/debian based system by publishing it to the `apt-get` package manager. ### Implementation ideas _No response_