Skip to content

Tag: apt

where can I find mysql-apt-config_0.8.13-1_all.deb.asc

I have issue with install mysql-apt-config_0.8.13-1_all.deb in Debian 9 but I have apt-key issue. I find that I can use Signature Checking Using GnuPG I find the PGP SIGNATURE but i can’t find the mysql-apt-config_0.8.13-1_all.deb.asc how can I find it to do gpg –verify package_name.asc. Answer Us…

google-cloud-sdk-app-engine-java with openjdk-11

Is it possible to install app engine sdk over openjdk 11? When I try it I get: $ sudo apt-get install google-cloud-sdk-app-engine-java On my linux distro (Debian testing) openjdk-8-jdk is not available anymore Answer The App Engine SDK component for the Google Cloud SDK is currently not available for Java 11.…

Automating installation of tripwire via python in Linux

I am trying to automate installation of tripwire via apt-get through Python’s subprocess module in Ubuntu Linux. The problem I have is that during the installation process, Tripwire is prompting me for Postfix mail configuration, setting site.key and local.key through different set of configuration page…

Package manager on the Docker Machine default VM?

I’m developing on OSX using Docker Machine. I used the quickstart terminal to let it create the default VM which is extremely minimal: In an OS X installation, the docker daemon is running inside a Linux VM called default. The default is a lightweight Linux VM made specifically to run the Docker daemon …