Uninstalling On Raspberry Pi Help


zkyevolved

Recommended Posts

Hello everyone. I'm having some problems trying to uninstall BTSync on my Raspberry Pi. 

 

When I try to run

sudo apt-get remove btsyncsudo rm /etc/apt/sources.list.d/btsync.list

I get these messages

pi@raspberrypi ~ $ sudo apt-get remove btsyncReading package lists... DoneBuilding dependency treeReading state information... DoneE: Unable to locate package btsyncpi@raspberrypi ~ $ sudo rm /etc/apt/sources.list.d/btsync.listrm: cannot remove `/etc/apt/sources.list.d/btsync.list': No such file or directory

Unable to located package and cannot remove.

 

So, I searched around the web and I believe that the package is installed incorrectly? So I tried to update my repository:

sh -c "$(curl -fsSL http://debian.yeasoft.net/add-btsync-repository.sh)"

and I got 

pi@raspberrypi ~ $ sh -c "$(curl -fsSL http://debian.yeasoft.net/add-btsync-repository.sh)"-bash: curl: command not found

So I searched again, and tried to use wget

pi@raspberrypi ~ $ sh -c "$(wget -fsSL http://debian.yeasoft.net/add-btsync-repository.sh)"

and I get

wget: invalid option -- 'f'sh: 1: Usage:: not foundsh: 3: Syntax error: EOF in backquote substitution

I tried to follow Frost's instructions here from the comments, but still nothing:

http://www.makeuseof.com/tag/build-your-own-cloud-storage-with-raspberry-pi-and-bittorrent-sync/

 

Can anyone give me a hand in uninstalling bittorrent sync off of my Raspberry Pi I'd really appreciate it. Thank you VERY much in advance!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.