|
...
|
...
|
@@ -9,17 +9,12 @@ SSH set <code>PermitRootLogin yes</code> in /etc/ssh/sshd_config, and restart th
|
|
9
|
9
|
|
|
10
|
10
|
netstat is deprecated, ss or ip (part of iproute2) should be used instead.
|
|
11
|
11
|
|
|
12
|
|
-## How do I install new packages?
|
|
|
12
|
+#### How do I install new packages?
|
|
13
|
13
|
#### Why is the yum command not working in a Minimal installation of Photon?
|
|
14
|
14
|
|
|
15
|
|
-To install packages from cdrom, mount cdrom using following command
|
|
16
|
|
-
|
|
17
|
|
-```
|
|
18
|
|
-mount /dev/cdrom /media/cdrom
|
|
19
|
|
-```
|
|
20
|
|
-
|
|
21
|
|
-Then you can use ```tdnf``` to install new pacakges
|
|
|
15
|
+tdnf is default package manager to install new packages.
|
|
22
|
16
|
|
|
|
17
|
+Example:
|
|
23
|
18
|
```
|
|
24
|
19
|
tdnf install vim
|
|
25
|
20
|
```
|
|
...
|
...
|
@@ -48,9 +43,9 @@ Minimal is Micro plus Docker and Cloud-init packages.
|
|
48
|
48
|
Full contains all the packages shipped with ISO.
|
|
49
|
49
|
|
|
50
|
50
|
#### What packages are included in Micro/Minimal?
|
|
51
|
|
-See [package_list.json](installer/package_list.json)
|
|
|
51
|
+See [package_list.json](../installer/package_list.json)
|
|
52
|
52
|
|
|
53
|
|
-#### Why is vi/vim is not working in a Minimal installation of Photon?
|
|
|
53
|
+#### Why is vi/vim not working in a Minimal installation of Photon?
|
|
54
|
54
|
|
|
55
|
55
|
We have `nano` installed by default for file editing in Minimal. Use `tdnf` to install `vim`.
|
|
56
|
56
|
|