Fix my notes!

This commit is contained in:
Hibby 2024-07-17 01:35:09 +01:00
parent 8c81240e8a
commit a4ec577aa3
Signed by: hibby
SSH Key Fingerprint: SHA256:Y6XbnzN0FEB1R/exPF5hUbHUgE/Nn7M1uT566fxo6pE
1 changed files with 6 additions and 4 deletions

View File

@ -98,9 +98,10 @@ by RasPi OS too.
### Install from the Command Line ### Install from the Command Line
To install from the command line, the standard command would be: To install from the command line, the standard command would be:
!!! note "Terminal Command
`apt install x` !!! note "Terminal Command"
`apt install x`
Where x is any application you're looking for. This is often prefixed with Where x is any application you're looking for. This is often prefixed with
`sudo`, see below in [Users, Permissions and sudo](linux.md/#users-permissions-and-sudo) to learn more about why. `sudo`, see below in [Users, Permissions and sudo](linux.md/#users-permissions-and-sudo) to learn more about why.
@ -123,7 +124,8 @@ app catalogue, application store, package list or similar. If nothing is there,
then you might need to look to install something. In KDE this is called 'Discover'. then you might need to look to install something. In KDE this is called 'Discover'.
One I recommend is 'Synaptic' - you might have it installed already, or you One I recommend is 'Synaptic' - you might have it installed already, or you
might have to quickly run the below to get it might have to quickly run the below to get it.
!!! note "Terminal Command" !!! note "Terminal Command"
`apt install synaptic` `apt install synaptic`