Markdown style fixes
This commit is contained in:
+6
-6
@@ -5,27 +5,27 @@
|
||||
* Linux Mint 21.2 Cinnamon
|
||||
* Google Chrome Versie 118.0.5993.70 (Officiële build) (64-bits)
|
||||
|
||||
## Installation steps
|
||||
## Installation
|
||||
|
||||
```
|
||||
```shell
|
||||
curl -fSsL https://dl.google.com/linux/linux_signing_key.pub | sudo gpg --dearmor | sudo tee /usr/share/keyrings/google-chrome.gpg >> /dev/null
|
||||
```
|
||||
|
||||
```
|
||||
```shell
|
||||
echo deb [arch=amd64 signed-by=/usr/share/keyrings/google-chrome.gpg] http://dl.google.com/linux/chrome/deb/ stable main | sudo tee /etc/apt/sources.list.d/google-chrome.list
|
||||
```
|
||||
|
||||
```
|
||||
```shell
|
||||
sudo apt update
|
||||
```
|
||||
|
||||
```
|
||||
```shell
|
||||
sudo apt install -y google-chrome-stable
|
||||
```
|
||||
|
||||
## Removal
|
||||
|
||||
```
|
||||
```shell
|
||||
sudo apt autoremove --purge google-chrome-stable
|
||||
```
|
||||
|
||||
|
||||
@@ -9,4 +9,5 @@ My collection of readme files for Debian based desktop opperating systems.
|
||||
* [VirtualBox](virtualbox.md)
|
||||
|
||||
## Tips
|
||||
|
||||
* [Type characters with accents like in Windows](type-characters-with-accents-like-in-windows.md)
|
||||
|
||||
@@ -5,27 +5,27 @@
|
||||
* Linux Mint 21.2 Cinnamon
|
||||
* Steam Version 1696019606
|
||||
|
||||
## Installation steps
|
||||
## Installation
|
||||
|
||||
```
|
||||
```shell
|
||||
sudo wget -O- http://repo.steampowered.com/steam/archive/stable/steam.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/steam.gpg
|
||||
```
|
||||
|
||||
```
|
||||
```shell
|
||||
echo deb [arch=amd64 signed-by=/usr/share/keyrings/steam.gpg] http://repo.steampowered.com/steam/ stable steam | sudo tee /etc/apt/sources.list.d/steam.list
|
||||
```
|
||||
|
||||
```
|
||||
```shell
|
||||
sudo apt update
|
||||
```
|
||||
|
||||
```
|
||||
```shell
|
||||
sudo apt install -y steam
|
||||
```
|
||||
|
||||
## Removal
|
||||
|
||||
```
|
||||
```shell
|
||||
sudo apt autoremove -y --purge steam
|
||||
```
|
||||
|
||||
|
||||
@@ -13,4 +13,5 @@ When instead of use Ctrl + Shift + U to enter characters with accent you want to
|
||||
* Close the window.
|
||||
|
||||
## Source
|
||||
|
||||
* [Linux Mint Forums](https://forums.linuxmint.com/viewtopic.php?t=34556)
|
||||
+4
-4
@@ -5,18 +5,18 @@
|
||||
* Linux Mint 21.2 Cinnamon
|
||||
* VirtualBox Version 6.1.38_Ubuntu r153438
|
||||
|
||||
## Installation steps
|
||||
## Installation
|
||||
|
||||
```
|
||||
```shell
|
||||
sudo apt update
|
||||
```
|
||||
|
||||
```
|
||||
```shell
|
||||
sudo apt install -y virtualbox virtualbox-ext-pack
|
||||
```
|
||||
|
||||
## Removal
|
||||
|
||||
```
|
||||
```shell
|
||||
sudo apt autoremove -y --purge virtualbox virtualbox-ext-pack
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user