Date
1 - 4 of 4
Dvswitch sytem builder not installing on Raspbian Buster
It was working the other day.
i@raspberrypi:~ $ sudo -s
root@raspberrypi:/home/pi# cd /tmp
root@raspberrypi:/tmp# wget http://dvswitch.org/buster
--2022-04-01 13:45:34-- http://dvswitch.org/buster
Resolving dvswitch.org (dvswitch.org)... 44.103.34.4
Connecting to dvswitch.org (dvswitch.org)|44.103.34.4|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2245 (2.2K)
Saving to: ‘buster’
buster 100%[================================>] 2.19K --.-KB/s in 0s
2022-04-01 13:45:34 (96.2 MB/s) - ‘buster’ saved [2245/2245]
root@raspberrypi:/tmp# chmod +x buster
root@raspberrypi:/tmp# apt-get update --allow-releaseinfo-change
Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
Reading package lists... Done
root@raspberrypi:/tmp# apt-get install dvswitch-server -y
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package dvswitch-server
|
|
Do an "apt update" then "apt-get install dvswitch-server -y"
toggle quoted messageShow quoted text
On 4/1/2022 8:57 AM, Ernie Gm7kbk
wrote:
It was working the other day.
|
|
Found the problem. I was following the read me on github. The command ./buster is missing. Should have noticed.
|
|
I'll fix it
toggle quoted messageShow quoted text
Sent via smoke signal (AT&T)
From: main@DVSwitch.groups.io <main@DVSwitch.groups.io> on behalf of Ernie Gm7kbk <erniepratt@...>
Sent: Friday, April 1, 2022 9:54:33 AM To: main@DVSwitch.groups.io <main@DVSwitch.groups.io> Subject: Re: [DVSwitch] Dvswitch sytem builder not installing on Raspbian Buster Found the problem. I was following the read me on github. The command ./buster is missing. Should have noticed.
|
|