Results 1 to 4 of 4

Thread: How To Remove a self compiled tvheadend

  1. #1
    Join Date
    Mar 2006
    Location
    Rumplestiltskin, Cal.
    Beans
    Hidden!
    Distro
    Ubuntu 18.04 Bionic Beaver

    How To Remove a self compiled tvheadend

    From github, I d/l'd the zip of tvheadend. Extracted it into /home/username and did:


    ./configure
    make
    sudo make install

    then calling: tvheadend in a terminal and surfing to: http://localhost:9981/simple.html

    shows the browser blank or empty.

    How do I remove the files (objects, what-have-you) that I installed using the above 3 commands?

    The entire set of files and terminal output can be seen at: http://pastebin.com/Eh0GLz4v
    AMD FX-6300, 8gig ddr3, MSI 970 Gaming, 256G WD blue SSD, GeForce GT710, HP LJ Pro M277-fdw

  2. #2
    monkeybrain2012 is offline Grande Half-n-Half Cinnamon Ubuntu
    Join Date
    Oct 2012
    Beans
    874

    Re: How To Remove a self compiled tvheadend

    Self compiled programs don't show up in the package manager. Unless it comes with an uninstall script, you have to locate the pieces and remove them manually. That can be easy or painful, depending on your program. Some programs install their components inside one or a few folders, in that case you can just remove those folders. Some may have pieces scattered over the file system, there is no packaging standard.

    For future references you should install checkinstall from the repo. This will create a .deb when you compile from source with it (change "sudo make install" to "sudo checkinstall" in your last step of compiling) and it will show up in the packaging manager (e.g synaptic) and you can remove it easily.

  3. #3
    Join Date
    Nov 2008
    Location
    S.H.I.E.L.D. 6-1-6
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: How To Remove a self compiled tvheadend

    try going to the directory you ran make install in, and run
    Code:
    sudo make uninstall
    some developers build that in, some dont.
    Don't waste your energy trying to change opinions ... Do your thing, and don't care if they like it.

  4. #4
    Join Date
    Mar 2006
    Location
    Rumplestiltskin, Cal.
    Beans
    Hidden!
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: How To Remove a self compiled tvheadend

    What command will recursively find the stings "tvh" or "tvheadend"?
    AMD FX-6300, 8gig ddr3, MSI 970 Gaming, 256G WD blue SSD, GeForce GT710, HP LJ Pro M277-fdw

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •