# Functions
InstallPackageInsidePod will install a package inside pod
Args:
client struct container name namespace packagename
Returns: output as string or error
.
UpdateInsidePod will execute apt update inside pod
Args:
client struct container name namespace
Returns: output as string or error
.