Install morla
Installing morla package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install morla
morla package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | morla |
version | 0.16.1-1.1 |
description | GTK+ RDF editor |
subsection | editors |
website | morlardf.net |
maintainer | Maintainer: Jonas Smedegaard |
Uninstall morla
To remove just morla package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove morla
Uninstall morla and it’s dependent packages
To remove the morla package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove morla
Purging morla
If you also want to delete configuration and/or data files of morla from Debian Sid then this will work:
sudo apt-get purge morla
To delete configuration and/or data files of morla and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove morla