[GH-ISSUE #1023] Can't remove Barrier (or Synergy) from Ubuntu 20.04 - not showing up in installed packages lists either #808

Open
opened 2026-05-05 07:10:26 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @KDE5FAN on GitHub (Jan 15, 2021).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1023

How to remove Barrier & Synergy app from Ubuntu 20.04
I bought Synergy ~18 months ago before I had heard of Barrier, but when I heard of Barrier and I had 2 new machines I just built, I thought I'd give it a try. Well it wouldn't work on either of these, so I tried installing Synergy. At the time the system wouldn't allow me to remove barrier (even after ending the process) and now it seems it can't be found in the installed packages/software list.

I let the machines sit for like 5 months and now I'm back trying to get them running. They are fully updated version of Kubuntu 20.04 if that matters.
I tried removing barrier a number of different ways and I get

USER@MACHINE:~:~ sudo apt-get purge barrier
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package 'barrier' is not installed, so not removed
The following packages were automatically installed and are no longer required:
libappindicator3-1 libllvm10 libllvm9 qtgstreamer-plugins-qt5
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

USER@MACHINE:~:~ sudo apt purge barrier
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package 'barrier' is not installed, so not removed
The following packages were automatically installed and are no longer required:
libappindicator3-1 libllvm10 libllvm9 qtgstreamer-plugins-qt5
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

USER@MACHINE:~$ sudo apt remove barrier
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package 'barrier' is not installed, so not removed
The following packages were automatically installed and are no longer required:
libappindicator3-1 libllvm10 libllvm9 qtgstreamer-plugins-qt5
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

I tried a couple other methods yesterday but I forget what they were, but it always seemed like it couldn't be found. (and it still loads on boot even though it's not in the Startup/Autostart programs list)

SO I ran this command:
sudo apt list --installed > packages.txt
and then searched the text file for anything related to Barrier or Synergy and nothing comes up (of near 500 packages)- so I'm at a lost as to where they might be hiding. I don't recall how I installed them, if it was "apt install" or used the snap/snapd function - or if I installed from a .deb file.

Either way this thing is being a real PITA at times and it's locking up my machine when it randomy pops up on screen telling me it's looking for a server or a client.

If there is anything I can do to get this software removed, I'd really appreciate some tips on this! Thanks!

Originally created by @KDE5FAN on GitHub (Jan 15, 2021). Original GitHub issue: https://github.com/debauchee/barrier/issues/1023 How to remove Barrier & Synergy app from Ubuntu 20.04 I bought Synergy ~18 months ago before I had heard of Barrier, but when I heard of Barrier and I had 2 new machines I just built, I thought I'd give it a try. Well it wouldn't work on either of these, so I tried installing Synergy. At the time the system wouldn't allow me to remove barrier (even after ending the process) and now it seems it can't be found in the installed packages/software list. I let the machines sit for like 5 months and now I'm back trying to get them running. They are fully updated version of Kubuntu 20.04 if that matters. I tried removing barrier a number of different ways and I get USER@MACHINE:~$:~$ sudo apt-get purge barrier Reading package lists... Done Building dependency tree Reading state information... Done Package 'barrier' is not installed, so not removed The following packages were automatically installed and are no longer required: libappindicator3-1 libllvm10 libllvm9 qtgstreamer-plugins-qt5 Use 'sudo apt autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. USER@MACHINE:~$:~$ sudo apt purge barrier Reading package lists... Done Building dependency tree Reading state information... Done Package 'barrier' is not installed, so not removed The following packages were automatically installed and are no longer required: libappindicator3-1 libllvm10 libllvm9 qtgstreamer-plugins-qt5 Use 'sudo apt autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. USER@MACHINE:~$ sudo apt remove barrier Reading package lists... Done Building dependency tree Reading state information... Done Package 'barrier' is not installed, so not removed The following packages were automatically installed and are no longer required: libappindicator3-1 libllvm10 libllvm9 qtgstreamer-plugins-qt5 Use 'sudo apt autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. I tried a couple other methods yesterday but I forget what they were, but it always seemed like it couldn't be found. (and it still loads on boot even though it's not in the Startup/Autostart programs list) SO I ran this command: sudo apt list --installed > packages.txt and then searched the text file for anything related to Barrier or Synergy and nothing comes up (of near 500 packages)- so I'm at a lost as to where they might be hiding. I don't recall how I installed them, if it was "apt install" or used the snap/snapd function - or if I installed from a .deb file. Either way this thing is being a real PITA at times and it's locking up my machine when it randomy pops up on screen telling me it's looking for a server or a client. If there is anything I can do to get this software removed, I'd really appreciate some tips on this! Thanks!
Author
Owner

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

@KDE5FAN Could you post the output of ps aux | grep -i barrier after logging in? If you can capture the same when barrier starts bothering you that would be a bonus, but likely not necessary.

I would also do this: find / -iname "*barrier*". This would find all files related to Barrier and maybe we'll see what the installation method was.

Thanks!

<!-- gh-comment-id:767093938 --> @p12tic commented on GitHub (Jan 25, 2021): @KDE5FAN Could you post the output of `ps aux | grep -i barrier` after logging in? If you can capture the same when barrier starts bothering you that would be a bonus, but likely not necessary. I would also do this: `find / -iname "*barrier*"`. This would find all files related to Barrier and maybe we'll see what the installation method was. Thanks!
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#808
No description provided.