How can i uninstall Airtime?
  • JoneJone
    Posts: 4Member
    I installed Airtime on my ubuntu 11.10 laptop for a test downlodng from here: http://www.sourcefabric.org/en/airtime/download/  Now i'd like to install on my desktop and uninstall completely from my laptop. 

    When i tried  sudo apt-get remove airtime. 

    I get package not found message. 

    How can i completely remove airtime? 

    Thanks, 
    Post edited by Jone at 2011-12-08 08:56:20
  • 11 Comments sorted by
  • Martin KonecnyMartin Konecny
    Posts: 593Member
    Ok Simply redownload the tarball version of Airtime that you have, extract it somewhere.

    Now go into that directory and look for a subdirectory named "install_minimal". From there choose "sudo ./airtime-uninstall"

    In the future you can use the debian package, then you can simply remove it using the apt-get.
    Post edited by Martin Konecny at 2011-12-08 13:32:25
  • Albert FRAlbert FR
    Posts: 475Member
    how have you installed airtime before ?

    you have 3 differents possibility ?

    you can found your answer with the search box into this forum or on the manual.
    Je peux le faire ;) [Pour vous] Gnu/Linux & Media Architect
  • Albert FRAlbert FR
    Posts: 475Member
    or you can post this question on twitter too :)

    lol
    Je peux le faire ;) [Pour vous] Gnu/Linux & Media Architect
  • JoneJone
    Posts: 4Member
    I can not found any solution in my search result. that is why i create a support question here. You may link me to the exact solution.
  • Andrey PodshivalovAndrey Podshivalov
    Posts: 756Member, Administrator, Sourcefabric Team
    please follow this instruction http://en.flossmanuals.net/airtime/easy-install/ to install airtime

    and for complete uninstallation use command: sudo apt-get autoremove --purge airtime


  • Martin KonecnyMartin Konecny
    Posts: 593Member
    Did you install using the package (.deb extension) or use a tar ball (.tar.gz extension)? If you used a tarball, you need to go the directory where you installed Airtime from and type "sudo airtime-uninstall"
  • JoneJone
    Posts: 4Member
    @Andrey I already tried like that but i get  "Unable to locate package airtime"  

    @Martin Yes i installed from tar ball  and the installation script was take care of it everything. and i don't know exactly the installation directory right now. But when i run # locate airtime i see under /usr/share/ and when i run the command you suggest "no command found" 


    The big reason why i need to uninstall airtime from my laptop is, it controls my apache when i browse localhost i get airtime and i can not browse my other projects. Also i already installed it on my Desktop.  
    Post edited by Jone at 2011-12-08 13:23:14
  • Andrey PodshivalovAndrey Podshivalov
    Posts: 756Member, Administrator, Sourcefabric Team
    the main problem of manual installation that you can not uninstall automatically all packages which was installed during airtime installation (libs, postgres, icecast, rabbitmq etc)
  • JoneJone
    Posts: 4Member
    Reply to @Martin+Konecny: Thank you very much!!!  that uninstall airtime but apache messed up i will fix that no problem. 

    Thank you again for your support. and the great Airtime application!!

    Kind Regards, 
  • Albert FRAlbert FR
    Posts: 475Member
    for apache do an a2dissite airtime-vhost and an a2ensite default
    Je peux le faire ;) [Pour vous] Gnu/Linux & Media Architect
  • Thank you very much Albert FR, after running:

    geppettvs@DYLAN:~$ sudo a2dissite airtime-vhost
    geppettvs@DYLAN:~$ sudo a2ensite default 

    I also had to run

    geppettvs@DYLAN:~$ sudo apachectl restart

    In order to bring back my official website. Otherwise, the Airtime interface was showing instead of my website. 

    Thank you!
    Post edited by Geppettvs D'Constanzo at 2012-01-28 14:15:50