semajkp
1
Hello All,
How do I install SELinux on SLES 15-SP1? I havee tried using YaST2, following these steps:
-
Log in to your server as root and start YaST.
-
Select Software ⺠Software Management
-
Select View ⺠Patterns and select the entire C/C++ Development category for installation.
I can’t get past Step 3 because there is no View Tab to select!
Is there a way to install SELinux with zypper?
Can anyone help me with this issue?
[QUOTE=semajkp;58534]Hello All,
How do I install SELinux on SLES 15-SP1? I havee tried using YaST2, following these steps:
-
Log in to your server as root and start YaST.
-
Select Software ⺠Software Management
-
Select View ⺠Patterns and select the entire C/C++ Development category for installation.
I can’t get past Step 3 because there is no View Tab to select!
Is there a way to install SELinux with zypper?
Can anyone help me with this issue?[/QUOTE]
According to the Security guide you need the C/C++ pattern.
So just search for all patterns :
zypper search -t pattern
Thrn install the relevant patterzypper install -t pattern Pattern-Name
Then you can procceed with next steps.