GithubHelp home page GithubHelp logo

Comments (13)

pje avatar pje commented on June 28, 2024

Yep, there's no Uninstaller yet (see Issue #15).

In the meantime, running sudo make uninstall from the cloned repo (& a system restart) should get rid of everything.

from wavtap.

Blergh avatar Blergh commented on June 28, 2024

Hi,
on the strength of the createdigitalmusic.com blog I installed this applet... on osx 10.6.8, with the simple installer.

Can you please, or anyone else for that matter, please provide a simple 'how-to-uninstall' procedure ? I'm having some significant problems with one of my Vst hosts and I need to rule wavtap out as the culprit. Btw people are crying out for instructions on how to uninstall it in the comments section of the createdigitalmusic.com article (published at the end of September). .... "running 'sudo make unsinstall' from the cloned repo" might as well be written in another language as far as my understanding of it goes.

Thanks!

from wavtap.

lxa108 avatar lxa108 commented on June 28, 2024

Hi, Blergh!

Hope you or someone else will find this note useful.
As you might find it in the makefile (from the application sources) there're several actions performed with uninstall commands for 'make'.

see here: https://github.com/pje/WavTap/blob/master/Makefile

However to properly erase WavTap from your system you have to use Terminal.app (under sudo or root user).

1- Unload kernel extenstion:

$kextunload /System/Library/Extensions/WavTap

or using the bundle name (e.g. kext file was already removed from a hdd)

$kextunload -b com.wavtap.driver.WavTap

or

2 - Remove the application itself_

$rm -rf /Applications/WavTap.app

3- Force to remove all other related files.

$rm -rf /System/Library/Extensions/WavTap.kext
$rm -rf /Library/Receipts/WavTap*
$rm -rf /var/db/receipts/WavTap.
$rm -rf ~/Library/Services/WavTap.workflow

kind regards,
Alexey

from wavtap.

SharksFin avatar SharksFin commented on June 28, 2024

hi

i cant get any of them commands to work

terminal keeps saying '-bash: -rf: command not found'

any help would be appreciated
cheers

from wavtap.

pennello avatar pennello commented on June 28, 2024

Alexey's comment could benefit from separating the $ character and rm. rm is the command to run--its name is short for "remove".

I suspect you typed in literally:
$rm -rf ...
into your terminal.
This syntax will try to substitute whatever is in the rm shell variable, since you prefixed its mention with a $. However, since that wasn't defined, nothing was substituted. Therefore, the shell tried to run the "-rf" command, which doesn't exist.

You want to type in instead:
rm -rf ...
for each of those commands.
The presence of the $ character was to help indicate that you should be executing the commands in a shell.

from wavtap.

SharksFin avatar SharksFin commented on June 28, 2024

many many thanks pennello
worked great
:)

from wavtap.

pje avatar pje commented on June 28, 2024

@pennello: thanks for chiming in! That's exactly right.

from wavtap.

pennello avatar pennello commented on June 28, 2024

Any time!

from wavtap.

skianto avatar skianto commented on June 28, 2024

Thank you Alex and Pennello. I have a Mac since a week. I figured out how to mange and get rid of this very nasty app. Many thanks to you ;-))

from wavtap.

pje avatar pje commented on June 28, 2024

Hey now, let's keep the comment bile here to a minimum. This app is still a prototype. It needs love.

from wavtap.

AnthonyArtmann avatar AnthonyArtmann commented on June 28, 2024

What it needs is an uninstaller. :-(

from wavtap.

AnthonyArtmann avatar AnthonyArtmann commented on June 28, 2024

"In the meantime, running sudo make uninstall from the cloned repo (& a system restart) should get rid of everything."

Can you elaborate on this? What is a cloned repo? I want this thing gone from my system.

from wavtap.

MiBiT-Discuss avatar MiBiT-Discuss commented on June 28, 2024

Thank you Asterfisch, that worked great.

I made an an applescript of it. Type the following into the script editor, run it or save it as an application and run that:

do shell script "rm -rf /Applications/WavTap.app" with administrator privileges
do shell script "rm -rf /System/Library/Extensions/WavTap.kext" with administrator privileges
do shell script "rm -rf /Library/Receipts/WavTap*" with administrator privileges
do shell script "rm -rf /var/db/receipts/WavTap" with administrator privileges
do shell script "rm -rf ~/Library/Services/WavTap.workflow" with administrator privileges 

from wavtap.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.