-
Notifications
You must be signed in to change notification settings - Fork 16
apt update error #8
Copy link
Copy link
Closed
Description
with:
service-key: ***
Run echo "deb [trusted=yes] https://packages.twingate.com/apt/ /" | sudo tee /etc/apt/sources.list.d/twingate.list
echo "deb [trusted=yes] https://packages.twingate.com/apt/ /" | sudo tee /etc/apt/sources.list.d/twingate.list
sudo apt-get update -o Dir::Etc::sourcelist="sources.list.d/twingate.list" -o Dir::Etc::sourceparts="-" -o APT::Get::List-Cleanup="0"
sudo apt install -yq twingate
shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
deb [trusted=yes] https://packages.twingate.com/apt/ /
Ign:1 https://packages.twingate.com/apt InRelease
Ign:2 https://packages.twingate.com/apt Release
Get:3 https://packages.twingate.com/apt Packages
Fetched 32.7 kB in 1s (57.9 kB/s)
Reading package lists...
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
twingate : Depends: libnl-3-200 (>= 3.2.0) but it is not installable
Depends: libnl-route-3-200 (>= 3.2.0) but it is not installable
E: Unable to correct problems, you have held broken packages.
Error: Process completed with exit code 100.```
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels