[GH-ISSUE #640] Document the preferred installation procedure on Ubuntu #508

Open
opened 2026-05-05 06:33:39 -06:00 by gitea-mirror · 4 comments
Owner

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.

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.
gitea-mirror added the
linux
doc
labels 2026-05-05 06:33:39 -06:00
Author
Owner

@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?

<!-- gh-comment-id:621990259 --> @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?
Author
Owner

@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 uninstall target as mentioned in this duplicate https://github.com/debauchee/barrier/issues/394

List of files found:

/usr/local/bin/barrier
/usr/local/bin/barrierc
/usr/local/bin/barriers
/usr/local/share/applications/barrier.desktop
<!-- gh-comment-id:670494576 --> @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 `uninstall` target as mentioned in this duplicate https://github.com/debauchee/barrier/issues/394 List of files found: ``` /usr/local/bin/barrier /usr/local/bin/barrierc /usr/local/bin/barriers /usr/local/share/applications/barrier.desktop ```
Author
Owner

@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 uninstall CMake target.

<!-- gh-comment-id:670558925 --> @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 `uninstall` CMake target.
Author
Owner

@p12tic commented on GitHub (Jan 10, 2021):

We already build deb package on Debian-based distributions almost by default. We should document that make install is 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.

<!-- gh-comment-id:757547959 --> @p12tic commented on GitHub (Jan 10, 2021): We already build deb package on Debian-based distributions almost by default. We should document that `make install` is 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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/barrier#508
No description provided.