Questions tagged [debian-jessie]

About the 8.0 release of the Debian GNU/Linux operating system. Superseded by Debian Stretch (9.0). Long-term support was available until June 30th, 2020. QUESTIONS MUST BE PROGRAMMING RELATED.

Jessie was initially released on April 26th, 2015, superseding the previous LTS release wheezy (debian 7). It got its last update in 23th June, 2018. Since 30th June, 2020 it has no more LTS support.

Notable changes and improvements

  • New architectures: ppc64el and arm64
  • Dropped architectures: s390 (31-bit s390 replaced by s390x), sparc and ia64
  • New desktop environments: cinnamon and mate-desktop
  • More packages built by security-hardening compiler flags
  • Cross-platform binutils to ease cross-compilation
  • node.js first appearance
  • Legacy SSLv3 support dropped

References

195 questions
3
votes
1 answer

Docker: How to install OpenJDK JRE 12 on top of Debian jessie-slim?

I am trying to install OpenJDK JRE 12 on top of debian:jessie-slim image. In the end, I need to install the openjdk-12-jre-headless package. However, I am getting: E: The value 'openjdk-12-jre-headless' is invalid for APT::Default-Release as such a…
Sasha Shpota
  • 7,441
  • 6
  • 49
  • 100
3
votes
1 answer

How to build .net core application for debian:jessie

I have created a sample application using .net core. I need to build the application for debian:jessie os. I have following commands dotnet restore MySampleApp.sln -r -debian:jessie-x64 dotnet build MySampleApp.csproj --verbosity q -c Release -r…
Abdul Manaf
  • 4,355
  • 6
  • 35
  • 81
3
votes
1 answer

I can't get Docker installed on Debian 8 Jessie

I'm trying to get Docker installed on a machine with Debian 8 (Jessie), but I always seem to run into errors no matter what I try. Using these instructions: https://docs.docker.com/install/linux/docker-ce/debian Checking the kernal: uname…
Larry Xu
  • 43
  • 3
3
votes
1 answer

VS code wont start debian Xfce

Just installed VS Code on my debian machine on AWS services. I installed it trough the steps on this page: https://code.visualstudio.com/docs/setup/linux But when i type "code" in the terminal nothings happens. Not even a error message. Also when…
3
votes
1 answer

libcurl4-openssl-dev:armhf cannot be installed when libcurl4-openssl-dev is already installed

I have created a c++ app on Debian Jessie 8.10 amd64 which also need the following libraries: sudo apt-get install libssl-dev sudo apt-get install libcurl4-openssl-dev I also need to cross compile the source code for armhf. So according to this…
dk13
  • 1,093
  • 3
  • 12
  • 35
3
votes
1 answer

Full & complete uninstall QT Creator

Question: How to uninstall QT Creator from Linux machine? I have a corrupted install on a Debian Jessie machine. I have tried reinstalling, fixing, etc. and with no luck. I was advised to uninstall completely, grab the newest version and…
Gregory Smitherman
  • 260
  • 1
  • 6
  • 16
3
votes
2 answers

How to install dotnet core sdk in Debian Jessie

I'm having issues installing Dotnet Core SDK on my Debian Jessie Box. This is the guide i've followed https://docs.microsoft.com/en-us/dotnet/core/linux-prerequisites?tabs=netcore2x. After Registering the Product Key and Feed all i get is Unable to…
AdamH409
  • 61
  • 1
  • 8
3
votes
0 answers

Docker fails with error inside debian vagrant box

Inside a Vagrant box with Docker version 17.11.0-ce build 1caf76c, this docker command fails: docker run mongo:3.4 -v /home/vagrant/src/db:/db -p 27017:27017 --name mongo with the following error message: docker: Error response from daemon:…
User9123
  • 169
  • 8
3
votes
2 answers

Debian 8: unable to locate package

I have installed Debian 8 (from live debian-live-8.7.1-i386-xfce-desktop.iso) on VirtualBox. I'm trying to do all the steps described here https://wiki.draglet.com/index.php/Manual:Installation_manual On this step The following Debian 8 packages are…
ru51an
  • 103
  • 1
  • 1
  • 10
3
votes
1 answer

Python Pillow encoder error -2 while saving image

I am trying to implement image compression for my web application. While the compression works fine for PNG images (actual compression is negligable but no error) it fails for JPG and JPEG images. Running the Pillow tests results in the following…
matjaz.moser
  • 313
  • 3
  • 16
2
votes
1 answer

Understanding the release naming convention for bash. Which release came first, 4.3.30 or 4.3-11?

Bash vulnerability CVE-2014-6271 is reported as fixed in version 4.3-11 on Debian Jessie. On a Debian Jessie server, I executed the command bash --version and it said the version is 4.3.30. Is this server vulnerable to the CVE-2014-6271? Which…
The Gilbert Arenas Dagger
  • 10,095
  • 10
  • 57
  • 73
2
votes
1 answer

W: Failed to fetch http://httpredir.debian.org/debian/dists/jessie-updates/InRelease Unable to find

I found here the below Dockerfile: FROM appcontainers/mysql:debian MAINTAINER Jason C. Kwan "jason.kwan@wisc.edu" RUN apt-get update RUN apt-get install -y wget cpanminus build-essential libmysqlclient-dev python RUN wget…
user977828
  • 5,651
  • 11
  • 47
  • 99
2
votes
0 answers

How to use timer interrupt from GPIO to control sampling period of ADC in BeagleBone Black by c++ code?

I'm a university student, who need to study about making adc capturing in BeagleBone Black. Everything goes really well. I can sampling the data from adc and even print the time stamp in each sample value. Then I check the sampling period of result…
2
votes
0 answers

"Failing to fetch 404" error when running apt-get update in Debian Jessie

I have been trying to upgrade from Java 1.7 to 1.8 using instructions that previously worked for my Debian Jessie build. This is what I am doing: sudo apt-get update sudo apt-get upgrade sudo apt install -t jessie-backports openjdk-8-jre-headless…
theGreenCabbage
  • 4,737
  • 14
  • 60
  • 151
2
votes
2 answers

Failed to build Dockerfile - unable to locate package

I'm in training and I'm asked to install the dev environment the problem is that it does not work. Yet for others everything is good the instructions are simple: install a VM on my windows (debian jessie with vmware) pull the project on the vm do a…
Adrien
  • 31
  • 5
1
2
3
12 13