mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #640] Document the preferred installation procedure on Ubuntu #508
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#508
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 @ttfreeman on GitHub (Apr 28, 2020).
Original GitHub issue: https://github.com/debauchee/barrier/issues/640
Operating Systems
Ubuntu
Server: Windows 10
Client: Ubuntu Server 18
I installed barrier from source on ubuntu. How do I uninstall it?
Can't find any help anywhere.
Barrier Version
2.3
I installed barrier from source on ubuntu. How do I uninstall it?
Can't find any help anywhere.
Steps to reproduce bug
Install and then figure how you should uninstall
I tried all the steps that was suggested in another issue that is now closed but none of them worked. and wonder why the issue was closed because it was not resolved.
@uresh-kuruhuri commented on GitHub (Apr 30, 2020):
I noticed that from the custom build and install, it installs into /usr/local dir. Did you try deleting the barrier from /usr/local dir?
@axtux commented on GitHub (Aug 7, 2020):
I have same problem. Yes, we could manually delete if we had full list of files.
But I guess the clean way would be to add an
uninstalltarget as mentioned in this duplicate https://github.com/debauchee/barrier/issues/394List of files found:
@shymega commented on GitHub (Aug 7, 2020):
Deleting manually is the way for now. As this seems to be an issue, I will open a issue addressing an addition of a
uninstallCMake target.@p12tic commented on GitHub (Jan 10, 2021):
We already build deb package on Debian-based distributions almost by default. We should document that
make installis not recommended. The uninstall target will always become out of date as no one tests it, so just disallowing it we free ourselves of a lot of maintenance effort.