Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to uninstall or remove jigsaw / outline client from linux system #648

Open
Nriver opened this issue Aug 16, 2019 · 10 comments
Open

How to uninstall or remove jigsaw / outline client from linux system #648

Nriver opened this issue Aug 16, 2019 · 10 comments
Labels
feature request New feature, we are tracking it os/linux

Comments

@Nriver
Copy link

Nriver commented Aug 16, 2019

I tried Outline-Client.AppImage on my linux computer. I selected to integrate with system on first start. Now I want to undo the integration, but not sure which files should I remove to completly get rid of it. It would be nice if there is a shell script for undo the integration.

@Nriver
Copy link
Author

Nriver commented Aug 19, 2019

I try to remove the client completely by the following commands:

sudo systemctl stop outline_proxy_controller
sudo systemctl disable outline_proxy_controller

sudo rm -f /etc/systemd/system/outline_proxy_controller.service
sudo rm -f /usr/local/sbin/OutlineProxyController

sudo systemctl daemon-reload
sudo systemctl reset-failed

Is there anything I am missing?

@laxtiz
Copy link

laxtiz commented Sep 18, 2019

rm -rf ~/.config/Outline/
rm -f ~/.config/autostart/Outline-Client.AppImage.desktop
find ~/.local/share/icons -name "appimagekit-outline-client.png" -delete
rm -f /path/to/Outline-Client.AppImage

@bluet
Copy link

bluet commented Jul 30, 2020

It should really provide an uninstall button, or at least an official How-To.

@bluet
Copy link

bluet commented Jul 30, 2020

there's also a /var/run/outline_controller file

@bluet
Copy link

bluet commented Jul 30, 2020

For better SEO to help other people want to do this, I'd suggest a modification to include keyword "uninstall" and/or "remove" in title. This issue is basically a short How-To about how to uninstall or remove jigsaw / outline client from linux system (Ubuntu, for example), which should really provided by this project officially for a long time.

@ictus4u
Copy link

ictus4u commented Aug 26, 2020

Also, check /etc/resolv.conf I had to remove this code:

# Generated by outline 
nameserver 216.146.35.35
options use-vc

@Nriver Nriver changed the title Undo integration with linux system How to uninstall or remove jigsaw / outline client from linux system Aug 27, 2020
@fortuna fortuna added this to Client Issues in [DEPRECATED] Outline (Classic) Nov 10, 2020
@jigsaw-nora jigsaw-nora added the feature request New feature, we are tracking it label Jan 29, 2021
@fortuna
Copy link
Collaborator

fortuna commented Feb 19, 2021

With #980, the app won't leave ~/.config/autostart/Outline-Client.AppImage.desktop behind anymore.

@Nriver Nriver closed this as completed Feb 20, 2021
[DEPRECATED] Outline (Classic) automation moved this from Client Issues to Done Feb 20, 2021
@fortuna
Copy link
Collaborator

fortuna commented Feb 20, 2021

That PR doesn't completely solve the problem, so I'll keep this open. There are other things that need to be cleaned up, like the service. I don't know if there's a nice what to do that with AppImage, so input is welcome.

@fortuna fortuna reopened this Feb 20, 2021
[DEPRECATED] Outline (Classic) automation moved this from Done to Needs triage Feb 20, 2021
@fortuna fortuna moved this from Needs triage to Client Issues in [DEPRECATED] Outline (Classic) Mar 1, 2021
@fdbatista
Copy link

Also, check /etc/resolv.conf I had to remove this code:

# Generated by outline 
nameserver 216.146.35.35
options use-vc

Thanks, how can I make contact with you if it does not work? 🤣

@abn
Copy link

abn commented May 4, 2021

If anyone finds it handy; here is a hacky script that puts together most of the above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature, we are tracking it os/linux
Projects
Development

No branches or pull requests

8 participants