jademaio.blogg.se

Centos 8 install
Centos 8 install






centos 8 install

$ sudo firewall-cmd -add-service=plex -zone=public -permanent $ sudo firewall-cmd -reloadīy default, Plex runs on port 32400. Run the following commands to allow the Plex service across the firewall.

centos 8 install

The next step is to configure firewall settings to allow external users to access the Plex media server. Once installed, enable the plex media service on boot and start it by executing the commands: $ sudo systemctl enable plexmediaserver When prompted to import the GPG key, simply press ‘y’ to accept. Once you have created the Plex media server repo, proceed and install Plex Media player as follows: $ sudo dnf install plexmediaserver So we are going to create a repository on CentOS 8 first: $ vim /etc//plex_media.repo The Plex media server package is not available on the official CentOS 8 App stream repository. Step 1: Add repository for Plex Media Server on CentOS 8 Prerequisitesīefore you begin, ensure that you have the following in place: In this article, you will learn how to install Plex Media Server on CentOS 8. Plex is a cross-platform media server and can easily be installed on Windows, Linux, and macOS. Also, once you have a Plex media server installed on your PC, you can access your media files through the internet.

centos 8 install

Install and turn on the EPEL release package.Plex is a client-server media server that lets you organize and stream your music, movies, pictures on your PC. Sudo dnf config-manager -set-enabled PowerTools Sudo sed -i 's|#baseurl=|baseurl=|g' /etc//CentOS-* The PowerTools repository contains development tools required by many EPEL packages: sudo sed -i 's/mirrorlist/#mirrorlist/g' /etc//CentOS-* Turn on both the EPEL and PowerTools repositories. Install the EPEL release package for RHEL 8. Install and turn on the EPEL release package for RHEL 7: sudo yum -y install CentOS Install the EPEL release package for RHEL 7 and turn on the EPEL repository: sudo amazon-linux-extras install epel -y RHEL To verify the distribution, run the following command: cat /etc/os-release Amazon Linux Resolutionįollow these steps to download, install, and turn on the EPEL repository on CentOS, RHEL, or Amazon Linux-based distribution. Turning on the EPEL repository provides additional options for package installation. Standard repositories might not provide all the packages that can be installed on CentOS, RHEL, or Amazon Linux-based distribution.








Centos 8 install