How to install JDK8 on Debian 10
I am trying to install JDK8 on my Debian 10 virtual machine, but it seems that the only version available is JDK11. I need to run JavaFX for a school project, which is not included in JDK11. How can I…
I am trying to install JDK8 on my Debian 10 virtual machine, but it seems that the only version available is JDK11. I need to run JavaFX for a school project, which is not included in JDK11. How can I…
Trying to install freeradius package on Debian 10 buster and it fails. $ sudo apt install freeradius Reading package lists... Done Building dependency tree... Done Reading state information... Done Suggested packages: freeradius-krb5 freeradius-ldap freeradius-mysql freeradius-postgresql freeradius-python3 The following NEW packages…
I have my own GitLab-Instance set up and wanted to install GitLab-Runner on my Instance. I followed the docs (https://docs.gitlab.com/runner/install/linux-manually.html) but I am stuck after downloading the package with curl -LJO "https://gitlab-runner-downloads.s3.amazonaws.com/latest/deb/gitlab-runner_x84_64.deb". Because after the curl, dpkg -i gitlab-runner_x84_64.deb is…
I have a new Lenovo Chromebook which comes with a Debian 10 (buster) app. It's an app that runs linux in a terminal. I am trying to install the newest version of the statistical software R (4.0.3) but it keeps…
I'm currently on Debian10: $ cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 10 (buster)" ... and many python3 modules seems not installed: $ lsb_release -a Traceback (most recent call last): File "/usr/bin/lsb_release", line 25, in <module> import lsb_release File "/usr/lib/python3/dist-packages/lsb_release.py", line 29, in…
I have problem compiling Zabbix 5.2 configured this way: # ./configure --enable-server --enable-agent --with-net-snmp --with-libcurl --with-libxml2 --with-postgresql --with-prefix=/usr/local/zabbix5 --verbose ... checking for PostgreSQL libraries... yes checking if PostgreSQL version is >= 9.2... yes checking for Zabbix server/proxy database selection... ok…
I am trying to obatin a meaningful backtrace for some segmentation faults occuring on php-fpm in Debian Buster. Reading Debian's guide, I understand that I need to add the debug repo deb http://deb.debian.org/debian-debug/ buster-debug main I need to install debian-goodies…
I've installed debian 10 on server. PRETTY_NAME="Debian GNU/Linux 10 (buster)" ID=debian arch: x86_64 It had python version 3.7.3 installed on it, so i tried to update it to version 3.8.5 and I want to use checkinstall.. I add backports repo…
when i try to connect to with username@hostname and not username@ip my command line return a error: OpenSSH\ssh.exe: Could not resolve hostname ns335234: H364te inconnu. I use this tutorial to do it: https://www.digitalocean.com/community/tutorials/how-to-set-up-ssh-keys-on-debian-10 I try many things now it is…
I have a script (speedtest-cli) that requires Python2, but need to use Python3 for Ansible. Through update-alternatives I've set "auto mode" and Python3. I suppose in my naivity I had somehow expected this would automatically use Python2 for the script…