Opened 3 years ago

Closed 3 years ago

#2450 closed defect (fixed)

Remove stable package repo for Ubuntu 20.04 from doc

Reported by: Dimitar Misev Owned by: ocampos
Priority: major Milestone: 10.0
Component: doc Version: 9.8
Keywords: Cc:
Complexity: Medium

Description

There are no stable packages for this OS yet, the docs need to be updated: https://doc.rasdaman.org/02_inst-guide.html#installation

Change History (3)

comment:1 by Dimitar Misev, 3 years ago

Component: undecideddoc

comment:2 by ocampos, 3 years ago

Edited text (waiting for revision):

******************
Uninstall rasdaman
******************

When uninstalling rasdaman, please execute the following commands to ensure
that all installed files and services are properly removed from the system.

.. hidden-code-block:: bash

    # Stop rasdaman
    $ service rasdaman stop
    # Disable rasdaman
    $ sudo systemctl disable rasdaman
    # Removes everything related to rasdaman (except dependencies)
    $ sudo apt purge rasdaman
    # Remove rasdaman folder
    $ sudo rm -r /opt/rasdaman
    # Remove rasdaman service
    $ sudo rm /etc/systemd/system/rasdaman.service
    # Remove rasdaman start/stop scripts
    $ sudo rm /etc/init.d/rasdaman
    # Remove rasdaman repository
    $ sudo rm /etc/apt/sources.list.d/rasdaman.list
    # Remove rasdaman startup file
    $ sudo rm /etc/profile.d/rasdaman.sh
    # Remove the rasdaman unit from systemctl --failed list
    $ sudo systemctl reset-failed
    # This will remove tomcat/postgres if no other package uses them.
    $ sudo apt-get autoremove

***************
Troubleshooting
***************

comment:3 by ocampos, 3 years ago

Resolution: fixed
Status: assignedclosed

Fixed and patched!

Note: See TracTickets for help on using tickets.