UnInstallGR: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
(initial creation)
 
No edit summary
Line 2: Line 2:


== From Binaries ==
== From Binaries ==
=== Distribution package manager ===


If GNU Radio was installed from your distribution package manager, it can be uninstalled in the same manner. From a terminal screen, enter:
If GNU Radio was installed from your distribution package manager, it can be uninstalled in the same manner. From a terminal screen, enter:


* <code>sudo apt uninstall gnuradio</code>
* <code>sudo apt uninstall gnuradio</code>
=== From PPA ===
If GNU Radio was installed from a PPA, it can be uninstalled with the following commands. From a terminal screen, enter:
* <code>sudo apt uninstall gnuradio</code>
* load Ubuntu Software & Updates
* click 'Other Software' tab
* select the PPA to delete and then delete it.


== From Source ==
== From Source ==
Line 25: Line 36:


If you don't know or don't remember your installation prefix, perform the following step:
If you don't know or don't remember your installation prefix, perform the following step:
*  on a terminal screen, enter <code>gnuradio-config-info --prefix</code>
 
*  on a terminal screen, enter <code>gnuradio-config-info --prefix</code> (it might not work)
 
then use that prefix <b>in place of</b> <code>{your-prefix}</code> in the following command.
then use that prefix <b>in place of</b> <code>{your-prefix}</code> in the following command.



Revision as of 15:07, 24 April 2022

This page describes methods to UNINSTALL (remove) GNU Radio from your computer. Since there are several methods of installing GNU Radio, different methods are needed to uninstall it.

From Binaries

Distribution package manager

If GNU Radio was installed from your distribution package manager, it can be uninstalled in the same manner. From a terminal screen, enter:

  • sudo apt uninstall gnuradio

From PPA

If GNU Radio was installed from a PPA, it can be uninstalled with the following commands. From a terminal screen, enter:

  • sudo apt uninstall gnuradio
  • load Ubuntu Software & Updates
  • click 'Other Software' tab
  • select the PPA to delete and then delete it.

From Source

If GNU Radio was built from source code, it can be uninstalled with the following commands. From a terminal screen, enter:

  • cd ~/gnuradio/build
  • sudo make uninstall

From PyBOMBS

If you used PyBOMBS to install GNU Radio in a custom prefix, you can uninstall with:

  • sudo pip uninstall pybombs

Then move ~/{your-prefix} folder to Trash using Files

Unknown / Not Sure / Cleanup

If you don't know or don't remember your installation prefix, perform the following step:

  • on a terminal screen, enter gnuradio-config-info --prefix (it might not work)

then use that prefix in place of {your-prefix} in the following command.

  • find {your-prefix} -name gnuradio | grep "packages"

otherwise, try

  • find /usr -name gnuradio | grep "packages"

Then move whatever (sub)folders you find with "gnuradio" to trash using Files

Move ~/.gnuradio folder to trash using Files