mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 21:35:17 +00:00
Update package links
Replace outdated references to apps.fedoraproject.org/packages/ with references to packages.fedoraproject.org/pkgs/
This commit is contained in:
parent
ef049598bb
commit
566ae54c43
3 changed files with 6 additions and 6 deletions
|
@ -3,9 +3,9 @@
|
|||
|
||||
To enable TLS/SSL support, download and install one of the following packages:
|
||||
|
||||
* https://apps.fedoraproject.org/packages/mod_ssl[mod_ssl], based on https://www.openssl.org[OpenSSL]
|
||||
* https://apps.fedoraproject.org/packages/mod_gnutls[mod_gnutls], based on https://www.gnutls.org/[GnuTLS]
|
||||
* https://apps.fedoraproject.org/packages/mod_nss[mod_nss], based on https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS[NSS]
|
||||
* https://packages.fedoraproject.org/pkgs/httpd/mod_ssl/[mod_ssl], based on https://www.openssl.org[OpenSSL]
|
||||
* https://packages.fedoraproject.org/pkgs/mod_gnutls/mod_gnutls/[mod_gnutls], based on https://www.gnutls.org/[GnuTLS]
|
||||
* https://packages.fedoraproject.org/pkgs/mod_nss/mod_nss/[mod_nss], based on https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS[NSS]
|
||||
|
||||
|
||||
[id='using-mod-ssl']
|
||||
|
@ -15,7 +15,7 @@ To enable TLS/SSL support, download and install one of the following packages:
|
|||
[id='installing-mod-ssl']
|
||||
=== Installing mod_ssl
|
||||
|
||||
The https://apps.fedoraproject.org/packages/mod_ssl[mod_ssl] package will be automatically enabled post installation. Install the https://apps.fedoraproject.org/packages/mod_ssl[mod_ssl] package using the following command:
|
||||
The https://packages.fedoraproject.org/pkgs/httpd/mod_ssl/[mod_ssl] package will be automatically enabled post installation. Install the https://packages.fedoraproject.org/pkgs/httpd/mod_ssl/[mod_ssl] package using the following command:
|
||||
|
||||
----
|
||||
sudo dnf install mod_ssl -y
|
||||
|
|
|
@ -57,4 +57,4 @@ $ qemu -hda /dev/sdX -m 1024 -vga std
|
|||
|
||||
== Mounting a Live USB filesystem
|
||||
|
||||
You can use the https://github.com/livecd-tools/livecd-tools/blob/master/tools/liveimage-mount[liveimage-mount] script in the https://apps.fedoraproject.org/packages/livecd-tools[livecd-tools] package to mount an attached Live USB device or other LiveOS image, such as an ISO or Live CD. This is convenient when you want to copy in or out some file from the LiveOS filesystem on a Live USB, or just examine the files in a Live ISO or Live CD.
|
||||
You can use the https://github.com/livecd-tools/livecd-tools/blob/master/tools/liveimage-mount[liveimage-mount] script in the https://packages.fedoraproject.org/pkgs/livecd-tools/livecd-tools/[livecd-tools] package to mount an attached Live USB device or other LiveOS image, such as an ISO or Live CD. This is convenient when you want to copy in or out some file from the LiveOS filesystem on a Live USB, or just examine the files in a Live ISO or Live CD.
|
||||
|
|
|
@ -24,7 +24,7 @@ NOTE: In the event of crashes with GNOME shell, the first recommended step to di
|
|||
== Installing and removing system-wide GNOME Shell extensions
|
||||
|
||||
These are generally provided in the Fedora repositories and can be installed, removed, and updated using the default package management tools like `dnf`.
|
||||
You can find a list https://apps.fedoraproject.org/packages/s/gnome-shell-extension[here by searching the packages application] for `gnome-shell-extension`.
|
||||
You can find a list https://packages.fedoraproject.org/search?query=gnome-shell-extension[here by searching the packages application] for `gnome-shell-extension`.
|
||||
|
||||
== Installing and removing local GNOME Shell extensions
|
||||
|
||||
|
|
Loading…
Reference in a new issue