Hi,
i try to install openHAB the first time. I have a Raspberry Pi 4 B.
Downloading the Version for PI → openhabian-pi-raspios32-202208151955-gitbe9d23e-crc075defd9.img.xz
After installing on the SD-Card. I want to install Homegear with the openhabian-setup and it fails
The Error is:
++ cat /etc/os-release
+ [[ PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
NAME="Raspbian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs" =~ Raspbian ]]
+ return 0
+ return 0
+ cond_redirect apt-get install --yes wiringpi
+ [[ -n '' ]]
+ echo -e '\n\033[90;01m$ apt-get install --yes wiringpi \033[39;49;00m'
$ apt-get install --yes wiringpi
- apt-get install --yes wiringpi
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
Package wiringpi is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package ‘wiringpi’ has no installation candidate
- return 100
- echo FAILED
FAILED
- return 1
i Have tryed to installed it manually
sudo apt-get install wiringpiReading package lists… Done
Building dependency tree… Done
Reading state information… Done
Package wiringpi is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package ‘wiringpi’ has no installation candidate
Need some help.
Greetings