mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #935] Ubutnu installation - Package 'libqt4-dev' has no installation candidate #745
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#745
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @phanijsp on GitHub (Oct 31, 2020).
Original GitHub issue: https://github.com/debauchee/barrier/issues/935
Can't install barrier in ubuntu 20. The package, libqt4-dev was dropped from Ubuntu after 19.10.
Steps to reproduce the behavior:
@aejrussin commented on GitHub (Jan 27, 2021):
Hi I'm also having this issue.
@aejrussin commented on GitHub (Jan 27, 2021):
sudo apt install barrierended up working on ubuntu 20.10.@giobyte8 commented on GitHub (Mar 27, 2022):
I had same issue with ubuntu 20.04 LTS while compiling from source, just remove
libqt4-devfrom list of installed packages and it worked, it seems likelibqt4-devis not really a requirement? 🤔@adam4235 commented on GitHub (Jan 23, 2024):
Same with me, the instructions here say I need libqt4-dev:
https://github.com/debauchee/barrier/wiki/Building-on-Linux
But when I removed that package from the list then the build worked. Do those instructions need to be updated? Is there another package I needed instead that I happened to already have?