Questions tagged [raspbian-stretch]

Raspbian-Stretch is a GNU/Linux operating system derived from Debian 9, initially released in August 2017. Raspbian is the most widely used Pi based distribution and the one recommended by the Raspberry Pi Foundation, who distribute their own images of it in 3 flavours, a full version with Desktop GUI and recommended software, Desktop GUI, and a "lite" version without any GUI pre-installed.

Raspbian-Stretch is a GNU/Linux operating system derived from Debian 9, initially released in August 2017. Raspbian is the most widely used Pi based distribution and the one recommended by the Raspberry Pi Foundation, who distribute their own images of it in 3 flavours, a full version with Desktop GUI and recommended software, Desktop GUI, and a "lite" version without any GUI pre-installed.

812 questions
13
votes
1 answer

How to INVERT SCROLLING DIRECTION on trackpad in Raspbian Stretch?

I would like to invert the scrolling direction so that when I scroll down (using two fingers in a downward direction) on my trackpad, the page also moves down (i.e. to content lower down). I did this in Raspbian Jessie previously like this by…
nu-bo
  • 391
  • 2
  • 10
11
votes
1 answer

Why does the SHA256 of Raspbian file image never correspond to the one indicated on the website?

Every time I download Raspbian (last time Raspbian Stretch with desktop) I try to verify SHA256. However, every time the result is different from the one on the website, although I am quite sure the download was successful and without…
Francesco Boi
  • 603
  • 2
  • 7
  • 19
8
votes
3 answers

Could not connect to raspbian.raspberrypi.org in raspberry pi 3

sorry i am a newbie, when i want to sudo apt-get update i can't connect to raspbian.raspberrypi.org, and when i click the link is not responding, but when i use my handphone to acces the link with vpn it is worked, should i use vpn on raspberry pi,…
Aulia Ramadhan
  • 91
  • 1
  • 1
  • 4
6
votes
4 answers

How to get the release date of OS in raspberry pi

I can get the information about which os I am using by cat /etc/os-release. Which command should I use to get the release date of Raspbian OS, for example 2018-11-13. Thanks
S Andrew
  • 480
  • 1
  • 6
  • 20
4
votes
4 answers

feh on startup.... sort of

I am having some problems with getting feh to load at startup. I'm new to Linux but have been in IT for years.. any help is much appreciated. I am running Raspbian Stretch. It's a Pi 3. I have a NAS and I have created the mounts in FStab so I mount…
Iestyn Davies
  • 41
  • 1
  • 2
2
votes
2 answers

Ethernet won't work on a Pi 2 - Model B V1.1 running latest Raspbian

I have tried both raspbian stretch lite as well as desktop edition and ethernet does not work on this model. I have updated the firmware on the pi. All the software updates are installed. I have tested the cable, the switch as well as DHCP Server.…
kksensei
  • 121
  • 2
2
votes
1 answer

Raspberry Pi will not boot using a custom image

I am trying to make a custom Raspberry Pi image, using the following program https://github.com/RPi-Distro/pi-gen. I am using Debian 9 Lite release as a base. A little brief, this program goes through stages while building the image, and as…
Birdy Kun
  • 31
  • 3
2
votes
1 answer

How to install R 3.5.1 on raspbian stretch

The version of "R" in the default repositories is R 3.3.3, but this version is more than a year old. How can I install the latest version? On CRAN there is a repository for Debian stretch, but I can't fetch the signing key.
Andres
  • 121
  • 6
2
votes
0 answers

Can't install the new TensorFlow distribution

I've just tried installing the new tensor flow release 1.9 for Raspbian, but with no success. Running pip install tensorflow fails with Downloading/unpacking tensorflow Could not find any downloads that satisfy the requirement tensorflow Cleaning…
Nick
  • 776
  • 4
  • 15
2
votes
1 answer

Why does raspbian come with so many versions of python?

I was editing my start menu in Raspbian, when I found out that my version of Raspbian (installed via NOOBS) came with 6 (8 if you count Thonny) versions of Python! I get why it came with Python 2.7 and 3.5, but why does it have 3 duplicates of…
Trooper Z
  • 168
  • 11
2
votes
1 answer

Whatis the pi@raspberry exactly

When I want to connect on my raspberry with the terminal via SSH, I have to do : ssh pi@raspberry I know the raspberry is the hostname, but what is pi@? Thanks!
user676767
  • 35
  • 4
1
vote
1 answer

Flatpak - error: unknown command search

I am trying to learn how to use flatpak on mu Pi 3. However when I type flatpak search libreofficeall I get is error: unkknown command 'search' I've followed the following steps: sudo apt install flatpak flatpak remote-add --if-not-exists flathub…
potato
  • 177
  • 1
  • 11
1
vote
1 answer

Raspberry Pi 3G Router - routing problem

I have a Device on a remote site that I need a network connection from a VPS OpenVPN Server), so I set up a Raspberry Pi running Stretch as a 3G/4G Router. The Pi connects to 3G OK, and can connect to the Internet. As a means of giving the Pi a…
Tony Lock
  • 11
  • 1
1
vote
2 answers

Raspbian Sretch: notify-send does not display message on desktop

I have installed libnotify-bin, and notify-osd All looks good. Yet when I do $notify-send 'hello' I see nothing Is there a service that I should turn on or something? Jerry
1
vote
1 answer

getting 2 DHCP IP addresses but only one interface connected

On a Raspberry Pi 3 B+, I configured Raspbian Stretch Lite default OS image to connect to WiFi with a wpa_supplicant.conf file in the boot partitiion that looks like this: country=CA ctrl_interface=DIR=/var/run/wpa_supplicant…
BartmanEH
  • 338
  • 1
  • 11
1
2 3 4