Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
NOTIZEN
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vaclab
NOTIZEN
Wiki
couchdb mint ubuntu 24.04
Changes
Page history
New page
Templates
Clone repository
Backtics vergessen
authored
1 month ago
by
Rolf Niepraschk
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
couchdb-mint-ubuntu-24.04.md
+3
-1
3 additions, 1 deletion
couchdb-mint-ubuntu-24.04.md
with
3 additions
and
1 deletion
couchdb-mint-ubuntu-24.04.md
View page @
d368b7a2
...
@@ -4,13 +4,15 @@ Zum jetzigen Zeitpunkt (März 2025) gibt es offizielle Installationspakete für
...
@@ -4,13 +4,15 @@ Zum jetzigen Zeitpunkt (März 2025) gibt es offizielle Installationspakete für
## Deinstallation einer selbst kompilierten Version
## Deinstallation einer selbst kompilierten Version
Siehe auch
[
hier
](
./couchdb-
mint-
ubuntu-24.04
)
Siehe auch
[
hier
](
./couchdb-ubuntu-24.04
.md
)
```
sudo systemctl stop couchdb.service
sudo systemctl stop couchdb.service
sudo systemctl disable couchdb.service
sudo systemctl disable couchdb.service
sudo rm /usr/lib/systemd/system/couchdb.service
sudo rm /usr/lib/systemd/system/couchdb.service
sudo rm -r /opt/couchdb
sudo rm -r /opt/couchdb
sudo deluser --remove-home couchdb
sudo deluser --remove-home couchdb
```
## Anmelden des offiziellen CouchDB-Repositoriums
## Anmelden des offiziellen CouchDB-Repositoriums
...
...
This diff is collapsed.
Click to expand it.