skip to Main Content

Debian Wheeze, install PHP extension

Yes, i know, Debian Wheeze is out of the date. But there is posibility install PHP extension with "apt-get"? Maybe i need to use some others source list for expired LTS? Reading package lists... Done Building dependency tree Reading state…

VIEW QUESTION

Windows10 WSL2 Ubuntu / Debian # no network – CentOS

After upgrading from WSL to WSL2 sudo apt-get update not works any longer. After: wsl --set-version Ubuntu-18.04 2 Output is: > sudo apt-get update Err:1 http://security.ubuntu.com/ubuntu bionic-security InRelease Temporary failure resolving 'security.ubuntu.com' Err:2 http://archive.ubuntu.com/ubuntu bionic InRelease Temporary failure resolving 'archive.ubuntu.com'…

VIEW QUESTION

C# Stop process started by my own process – Debian

I made a launcher for my ARK Server where I can easily change my settings and start. I start the server with this: Process serverprocess = new Process(); serverprocess.StartInfo.FileName = Path.GetFileName(serverpath); serverprocess.StartInfo.Arguments = launch; serverprocess.StartInfo.UseShellExecute = false; serverprocess.Start(); serverprocess.WaitForExit(); But…

VIEW QUESTION

Cannot install php5-curl on Debian8

When trying to execute 'apt-get install php5-curl" following error accurs The following packages have unmet dependencies: php5-curl : Depends: php5-common (= 5.6.33+dfsg-0+deb8u1) but 5.6.40+dfsg-0+deb8u8 is to be installed Any Idea how to fix this?

VIEW QUESTION

How to install mysql workbench in debian buster?

I tried the following commands : sudo dpkg -i mysql-apt-config_0.3.5-1debian8_all.deb sudo apt-get update sudo apt-get install mysql-workbench-community but on searching mysql-workbench-community sudo apt-cache search workbench | grep mysql returns nothing. And sudo apt-get install mysql-workbench-community Reading package lists... Done Building…

VIEW QUESTION
Back To Top
Search