Skip to content

Commit f8095fa

Browse files
committed
Updated formatting and added terminal update instructions
1 parent 7d76510 commit f8095fa

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

content/managing-apps.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ tableOfContents: true
1919

2020
## Installing & Uninstalling Applications via Terminal
2121

22-
Launch the Terminal (SUPER + T) to Install applications using a command line interface. Terminal commands instruct package managers to retrieve application installation packages from repositories.
22+
Launch the Terminal `SUPER` + `T` to Install applications using a command line interface. Terminal commands instruct package managers to retrieve application installation packages from repositories.
2323

2424
### Flatpaks & .Deb Files
2525

@@ -81,7 +81,7 @@ sudo apt dist-upgrade
8181

8282
### Installing an Application
8383

84-
Cosmic includes a GUI called the Cosmic Store for easy installation and management of open source applications.
84+
Cosmic includes a graphical user interface (GUI) called the Cosmic Store for easy installation and management of open source applications.
8585

8686
1. Open Cosmic Store by clicking the icon in the dock, or press `SUPER` and type “Cosmic Store”.
8787

@@ -173,7 +173,7 @@ Add frequently used applications to the dock for quicker access. Applications th
173173

174174
![cosmic dock](/images/managing-apps/IURA_24_17.png)
175175

176-
Pin applications to the dock by right clicking and selecting **Pin to App Tray**.
176+
Pin applications to the dock by right clicking and selecting `Pin to App Tray`.
177177

178178
![cosmic pin to app tray](/images/managing-apps/IURA_24_18.png)
179179

@@ -200,6 +200,16 @@ Update Pop!_OS and installed applications using the Cosmic Store.
200200

201201
![cosmic store update](/images/managing-apps/IURA_24_20.png)
202202

203+
#### Updating via Terminal
204+
205+
```bash
206+
sudo apt update
207+
```
208+
209+
```bash
210+
sudo apt upgrade
211+
```
212+
203213
## Pop!\_OS 22.04
204214

205215
### Installing an Application

0 commit comments

Comments
 (0)