LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-26-2012, 10:07 PM   #1
Dornith
Member
 
Registered: Jul 2012
Location: U.S.A
Distribution: Archlinux Multilib, Debian 7.0.0 32b
Posts: 153

Rep: Reputation: Disabled
Uninstall vnc2flv


I installed vnc2flv and later realized I would need other software to make it work and that there are better options. The problem is I can't find anything that even resembles an uninstall script and no where have I found any help other than "Delete the files" which is often problematic and I didn't specify any location to install.

The fact that it doesn't provide any way to uninstall it makes me want to be rid of it even more. I hate software that doesn't let you control it.

Last edited by Dornith; 07-26-2012 at 10:35 PM.
 
Old 07-26-2012, 10:37 PM   #2
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

I just had a quick search for vnc2flv and it seems that the installation is a standard "python setup.py install". Was there an install.record file created that lists all the installed files?

Evo2.
 
Old 07-26-2012, 10:41 PM   #3
Dornith
Member
 
Registered: Jul 2012
Location: U.S.A
Distribution: Archlinux Multilib, Debian 7.0.0 32b
Posts: 153

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by evo2 View Post
Was there an install.record file created that lists all the installed files?
If there was, they went to a great extent to hide it. I'm becoming increasingly frustrated. It seems like they've almost been going to lengths to make this thing permanent.
 
Old 07-26-2012, 10:49 PM   #4
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

out of curiosity I just installed it. The following is from my terminal: it shows where things were written. Perhaps it will help you find the corresponding files on your system.
Code:
% python setup.py install
running install
running build
running build_py
creating build
creating build/lib.linux-x86_64-2.7
creating build/lib.linux-x86_64-2.7/vnc2flv
copying vnc2flv/d3des.py -> build/lib.linux-x86_64-2.7/vnc2flv
copying vnc2flv/audio.py -> build/lib.linux-x86_64-2.7/vnc2flv
copying vnc2flv/flv.py -> build/lib.linux-x86_64-2.7/vnc2flv
copying vnc2flv/video.py -> build/lib.linux-x86_64-2.7/vnc2flv
copying vnc2flv/rfb.py -> build/lib.linux-x86_64-2.7/vnc2flv
copying vnc2flv/__init__.py -> build/lib.linux-x86_64-2.7/vnc2flv
running build_ext
building 'flvscreen' extension
creating build/temp.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/flvscreen
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c flvscreen/flvscreen.c -o build/temp.linux-x86_64-2.7/flvscreen/flvscreen.o
In file included from /usr/include/python2.7/Python.h:8:0,
                 from flvscreen/flvscreen.c:11:
/usr/include/python2.7/pyconfig.h:1161:0: warning: "_POSIX_C_SOURCE" redefined [enabled by default]
In file included from /usr/include/stdio.h:28:0,
                 from flvscreen/flvscreen.c:8:
/usr/include/features.h:214:0: note: this is the location of the previous definition
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/flvscreen/flvscreen.o -o build/lib.linux-x86_64-2.7/flvscreen.so
running build_scripts
creating build/scripts-2.7
copying and adjusting tools/flvrec.py -> build/scripts-2.7
copying and adjusting tools/flvcat.py -> build/scripts-2.7
copying and adjusting tools/flvdump.py -> build/scripts-2.7
copying and adjusting tools/flvaddmp3.py -> build/scripts-2.7
copying and adjusting tools/flvsplit.py -> build/scripts-2.7
copying tools/recordwin.sh -> build/scripts-2.7
changing mode of build/scripts-2.7/flvrec.py from 644 to 755
changing mode of build/scripts-2.7/flvcat.py from 644 to 755
changing mode of build/scripts-2.7/flvdump.py from 644 to 755
changing mode of build/scripts-2.7/flvaddmp3.py from 644 to 755
changing mode of build/scripts-2.7/flvsplit.py from 644 to 755
running install_lib
creating /usr/local/lib/python2.7/dist-packages/vnc2flv
copying build/lib.linux-x86_64-2.7/vnc2flv/d3des.py -> /usr/local/lib/python2.7/dist-packages/vnc2flv
copying build/lib.linux-x86_64-2.7/vnc2flv/audio.py -> /usr/local/lib/python2.7/dist-packages/vnc2flv
copying build/lib.linux-x86_64-2.7/vnc2flv/flv.py -> /usr/local/lib/python2.7/dist-packages/vnc2flv
copying build/lib.linux-x86_64-2.7/vnc2flv/video.py -> /usr/local/lib/python2.7/dist-packages/vnc2flv
copying build/lib.linux-x86_64-2.7/vnc2flv/rfb.py -> /usr/local/lib/python2.7/dist-packages/vnc2flv
copying build/lib.linux-x86_64-2.7/vnc2flv/__init__.py -> /usr/local/lib/python2.7/dist-packages/vnc2flv
copying build/lib.linux-x86_64-2.7/flvscreen.so -> /usr/local/lib/python2.7/dist-packages
byte-compiling /usr/local/lib/python2.7/dist-packages/vnc2flv/d3des.py to d3des.pyc
byte-compiling /usr/local/lib/python2.7/dist-packages/vnc2flv/audio.py to audio.pyc
byte-compiling /usr/local/lib/python2.7/dist-packages/vnc2flv/flv.py to flv.pyc
byte-compiling /usr/local/lib/python2.7/dist-packages/vnc2flv/video.py to video.pyc
byte-compiling /usr/local/lib/python2.7/dist-packages/vnc2flv/rfb.py to rfb.pyc
byte-compiling /usr/local/lib/python2.7/dist-packages/vnc2flv/__init__.py to __init__.pyc
running install_scripts
copying build/scripts-2.7/flvrec.py -> /usr/local/bin
copying build/scripts-2.7/flvdump.py -> /usr/local/bin
copying build/scripts-2.7/recordwin.sh -> /usr/local/bin
copying build/scripts-2.7/flvsplit.py -> /usr/local/bin
copying build/scripts-2.7/flvcat.py -> /usr/local/bin
copying build/scripts-2.7/flvaddmp3.py -> /usr/local/bin
changing mode of /usr/local/bin/flvrec.py to 755
changing mode of /usr/local/bin/flvdump.py to 755
changing mode of /usr/local/bin/recordwin.sh to 755
changing mode of /usr/local/bin/flvsplit.py to 755
changing mode of /usr/local/bin/flvcat.py to 755
changing mode of /usr/local/bin/flvaddmp3.py to 755
running install_egg_info
Writing /usr/local/lib/python2.7/dist-packages/vnc2flv-20100207.egg-info
HTH,

Evo2.
 
Old 07-26-2012, 10:55 PM   #5
Dornith
Member
 
Registered: Jul 2012
Location: U.S.A
Distribution: Archlinux Multilib, Debian 7.0.0 32b
Posts: 153

Original Poster
Rep: Reputation: Disabled
I looked in all the local directories. Each is completely empty besides the man folder.
 
Old 07-26-2012, 11:07 PM   #6
Dornith
Member
 
Registered: Jul 2012
Location: U.S.A
Distribution: Archlinux Multilib, Debian 7.0.0 32b
Posts: 153

Original Poster
Rep: Reputation: Disabled
Okay, I managed to used the display from my installer and some search to figure out where it was putting the files. It took me a while to realize there were only about 12 files, all of which were named, that it put in 2 spots.
 
Old 07-26-2012, 11:07 PM   #7
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

are you sure you really installed it?

If you have locate setup you could try
Code:
locate flv
Or perhaps
Code:
find / -name '*flv*'
or similar.

Evo2.
 
Old 07-27-2012, 03:00 AM   #8
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Not sure if this will work, but try it:
As root, cd to the source directory, then run:
Code:
python setup.py uninstall
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] How to uninstall FAKE if there us no make uninstall available sweta.mulgavker Linux - Software 6 08-27-2009 05:46 AM
Need to uninstall SuSe 8.1 & there is no uninstall jwhibdon Linux - Software 10 10-26-2006 11:57 AM
How do you uninstall software which doesn't have an uninstall-file? lagu2653 Linux - Software 2 12-08-2005 12:36 PM
uninstall from src if no make uninstall dtra Linux - Software 3 04-29-2005 09:13 AM
Source uninstall with 'make uninstall' HOWTO! Creeps Linux - Newbie 6 09-14-2004 11:03 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:04 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration