PDA

View Full Version : [ubuntu] How to remove BTNX?


captgadget
May 4th, 2008, 03:13 PM
When I try to remove it I get the message package not found. What am I doing wrong?

Monicker
May 4th, 2008, 07:40 PM
Did you install from source?


Is this it?

http://www.ollisalonen.com/btnx/man/btnx-manual.html#AEN259


"make uninstall" is a standard way of removing applications compiled from source. This is usually indiicated in the README or INSTALL files.

This thread might also help:

http://ubuntuforums.org/showthread.php?t=455656

captgadget
May 5th, 2008, 06:47 AM
That's what gives me the message.

Monicker
May 5th, 2008, 08:41 AM
That's what gives me the message.


Please be more specific. What error exact error message are you getting, and what are you doing which causes it?

You also did not mention if you installed from source or not.

dondad
May 5th, 2008, 09:14 AM
When I try to remove it I get the message package not found. What am I doing wrong?


If you installed from source, then you have to change to the install directory to do the uninstall.

captgadget
May 5th, 2008, 07:57 PM
When I copy and paste this in terminal: sudo apt-get remove btnx btnx-config
It returns this: E: Couldn't find package btnx
I did a search and the search comes back that btnx-conf is in hda1/usr/share/omf so I typed in cd hda1/usr/share/omf
& I get this:No such file or directory

Xiong Chiamiov
May 5th, 2008, 07:59 PM
If you installed it from source (doing a ./configure, sudo make, sudo make install?), then you have to navigate to the source folder (or redownload it if you don't have it any more), then do a

./configure
sudo make uninstall

Xiong Chiamiov
May 5th, 2008, 08:01 PM
.

Monicker
May 5th, 2008, 08:01 PM
When I copy and paste this in terminal: sudo apt-get remove btnx btnx-config
It returns this: E: Couldn't find package btnx
I did a search and the search comes back that btnx-conf is in hda1/usr/share/omf so I typed in cd hda1/usr/share/omf
& I get this:No such file or directory

If you installed from source, you can't remove it using apt-get.


Use "make uninstall".

captgadget
May 6th, 2008, 06:28 AM
I followed the install procedure outlined on this webpage:http://www.ollisalonen.com/btnx/man/btnx-manual.html#AEN259

All I want to do is remove btnx since it isn't working and I don't know how to do it.

Thanks to everyone for all the guidance.

mlentink
May 6th, 2008, 06:48 AM
Again: we really need to know how you installed this in the first place. The website tells me that you could have done so through apt-get/synaptic (they list a repository), but also from source.
Which one was it?

yottaflops
June 17th, 2008, 09:02 PM
I have the same problem of not being able to uninstall BTNX.

I have installed BTNX from source, and I realize I need to use make uninstall. However, I don't know where the source directory is.

Can anyone point me to where this directory might be, or how to find out where it is?

Thanks.