diff --git a/docs/software/cloud.md b/docs/software/cloud.md
index 70862ee07..9c59211b0 100644
--- a/docs/software/cloud.md
+++ b/docs/software/cloud.md
@@ -925,8 +925,11 @@ vaultwarden is an unofficial Bitwarden password manager server with web interfac
=== "Update to latest version"
+ As vaultwarden is installed via APT, it can be update with the following commands:
+
```sh
- dietpi-software reinstall 183
+ apt Update
+ apt install vaultwarden
```
***
diff --git a/docs/software/media.md b/docs/software/media.md
index 9fb7c87d3..c4cecab16 100644
--- a/docs/software/media.md
+++ b/docs/software/media.md
@@ -120,6 +120,23 @@ Also installs:
![DietPi-JustBoom menu screenshot](../assets/images/dietpi-software-media-dietpi-justboom.png){: width="400" height="269" loading="lazy"}
+=== "View logs"
+
+ Logs can be viewed with the following command:
+
+ ```sh
+ journalctl -u ympd
+ ```
+
+=== "Update"
+
+ As ympd is installed via APT, it can be update with the following commands:
+
+ ```sh
+ apt update
+ apt install ympd
+ ```
+
## myMPD
A lightweight, bare-bones, no frills HiFi music player with a web based interface. myMPD is a front end for MPD, and a recent fork of ympd.
@@ -552,10 +569,11 @@ Squeezelite is a software audio player/client for the [Logitech Media Server](#l
=== "Update"
- Squeezelite can be updated to the current version with the following command:
+ As Squeezelite is installed via APT, it can be update with the following commands:
```sh
- dietpi-software reinstall 36
+ apt Update
+ apt install squeezelite
```
***
@@ -632,6 +650,23 @@ Audio played by a Shairport Sync-powered device stays synchronised with the sour
If the choppy playback continues, the CPU most likely is insufficient for the processing required for Soxr. Then Soxr should be disabled.
+=== "View logs"
+
+ Logs can be viewed with the following command:
+
+ ```sh
+ journalctl -u shairport-sync
+ ```
+
+=== "Update"
+
+ As Shairport Sync is installed via APT, it can be update with the following commands:
+
+ ```sh
+ apt Update
+ apt install shairport-sync
+ ```
+
## ReadyMedia
Stream your shared media to any DLNA/UPnP capable device.
@@ -1349,8 +1384,11 @@ A DLNA audio render/endpoint. Allows you to stream and play music, from another
=== "Update to the latest version"
+ As GMediaRender is installed via APT, it can be update with the following commands:
+
```sh
- dietpi-software reinstall 163
+ apt update
+ apt install gmediarender
```
## Ubooquity
diff --git a/docs/software/programming.md b/docs/software/programming.md
index f34d570f9..d1468ccd6 100644
--- a/docs/software/programming.md
+++ b/docs/software/programming.md
@@ -254,7 +254,7 @@ _Source: [User:`Maklaan` - Based on a Docker blog post](https://commons.wikimedi
Official documentation:
Configuration docs:
-Logging docs:
+Logging docs:
Wikipedia:
Source code:
License: [Apache-2.0](https://github.com/moby/moby/blob/master/LICENSE)