Skip to content
Advertisement

Tag: debian

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 Use the newest MySQL apt repository mysql-apt-config_0.8.22-1_all.deb. You can download the file.asc from MySQL

Debian Linux Update FFmpeg to 4.2+

I’m trying to use spotdl with FFmpeg on Debian Linux. I’ve install pip3 and the necessary installations in order to download spotdl. Now, however, when I try to run a request with spotdl, such as download a song or something, I get this message: How do I update FFmpeg to version 4.2 or greater? I couldn’t figure out a way

Can’t import mysql.connector in Python

As the title says, i can’t import mysql.connector in python on Debian 9.13 This is what i did I tried installing, uninstalling and reinstalling mysql-connector, mysql-connector-python and mysql-connector-python-rf in Python2.7 and Python3 Before someone flags this question as duplicated, i already tried all the answers in this posts: This connection is using {tls_version} which is now Unresolved import mysql.connector PYTHON

Nginx start failed – how I can repair that problem?

I’m a little bit newbie. I’ve got started server few months ago. Everything was okay but now on server I can’t even echo something. How Can I repair nginx server? My debian and nginx version nginx version: nginx/1.14.2 that’s my status for nginx and there’s my try to start a nginx Answer The error states to [::]:80 failed, which means

How should I deploy a web application to Debian?

Ideally I’d like to build a package to deploy to Debian. Ideally the installation process would check the system has the required dependencies installed, as well as configure Cronjobs, set up users etc. I’ve tried googling around and I understand a .deb is the format I can distribute in – but that is as far as I got since I’m

Advertisement