Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(CAT-1786) Remove Fedora 36 from the and add Fedora 40 to the PDK README #1379

Merged
merged 1 commit into from
Jul 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/pdk_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ PDK is compatible with *nix, Windows, and macOS systems. For detailed version co
|Operating system|Versions|Arch|Package type|
|----------------|--------|----|------------|
|Debian|9, 10, 11|x86_64|DEB|
|Fedora|36|x86_64|RPM|
|Fedora|40|x86_64|RPM|
|OSX|11, 12|x86_64|DPKG|
|Red Hat Enterprise Linux (RHEL)|6, 7, 8, 9|x86_64|RPM|
|SUSE Linux Enterprise Server|12, 15|x86_64|N/A|
Expand Down Expand Up @@ -81,10 +81,10 @@ Install PDK with the YUM package manager.
sudo zypper install pdk
```

- Fedora 36
- Fedora 40

```
sudo rpm -Uvh https://yum.puppet.com/puppet-tools-release-fedora-36.noarch.rpm
sudo rpm -Uvh https://yum.puppet.com/puppet-tools-release-fedora-40.noarch.rpm
sudo dnf install pdk
```

Expand Down
Loading