quick-docs/modules/ROOT/pages
Lukas Zapletal 8e1c962dd7 Update dnf upgrade for 3rd party software
This is now the second time when rpmconf reverted me
google-chrome-stable.repo file back to version where I have `enabled=0`.
It looks like this package generates the repo file in the post scriplet
and does not mention it in the list of installed files, this probably
tricks rpmconf to do an incorrect action. I would love to investigate
further and maybe file a bug for chrome/chromium, but now that I
finished my upgrade I can't look back why rpmconf thought this file
needs updating - scriplet looks like this:

    YUM_REPO_FILE="/etc/yum.repos.d/google-chrome.repo"
    install_yum() {
      install_rpm_key

      if [ ! "$REPOCONFIG" ]; then
        return 0
      fi

      if [ -d "/etc/yum.repos.d" ]; then
    cat > "$YUM_REPO_FILE" << REPOCONTENT
    [google-chrome]
    name=google-chrome
    baseurl=$REPOCONFIG/$DEFAULT_ARCH
    enabled=1
    gpgcheck=1
    gpgkey=https://dl.google.com/linux/linux_signing_key.pub
    REPOCONTENT
      fi
    }

It was likely some older version of the package. Anyway, I thought I'd
drop a warning note for others, because I accidentally disabled this
repo which left my Chrome on an old version for about a year until it
websites started warning me about an unsupported version. This is
dangerous, my main browser is Firefox but this could be a security
problem for others.
2020-11-19 08:32:41 +01:00
..
_partials Change a link to an xref in Disabling SELinux 2020-11-10 09:46:54 +00:00
anaconda
kernel
adding-or-removing-software-repositories-in-fedora.adoc
adding_user_to_sudoers_file.adoc
assembly_installing-plugins-for-playing-movies-and-music.adoc
autoupdates.adoc Update modules/ROOT/pages/autoupdates.adoc 2020-10-12 10:22:25 +00:00
bootloading-with-grub2.adoc
bumblebee.adoc
changing-selinux-states-and-modes.adoc
configuring-ip-networking-with-nmcli.adoc Review configuring networking with NetworkManager CLI (nmcli) 2020-11-06 10:48:05 +00:00
configuring-x-window-system-using-the-xorg-conf-file.adoc
configuring-xorg-as-default-gnome-session.adoc
contribute-to-quick-docs.adoc Update Quick Docs landing page 2020-10-26 21:19:22 +00:00
create-gpg-keys.adoc
create-hello-world-rpm.adoc Update modules/ROOT/pages/create-hello-world-rpm.adoc 2020-10-08 13:43:37 +00:00
creating-a-disk-partition-in-linux.adoc
creating-and-using-a-live-installation-image.adoc
creating-rpm-packages.adoc
creating-windows-virtual-machines-using-virtio-drivers.adoc
debug-dracut-problems.adoc Update modules/ROOT/pages/debug-dracut-problems.adoc 2020-10-26 21:29:33 +00:00
debug-systemd-problems.adoc
debug-wayland-problems.adoc
disabling-automatic-screenlock.adoc
displaying_user_prompt_on_gnome_login_screen.adoc
dnf-system-upgrade.adoc Update dnf upgrade for 3rd party software 2020-11-19 08:32:41 +01:00
dnf-vs-apt.adoc minor fixes 2020-09-04 14:31:31 +00:00
dnf.adoc
enable-touchpad-click.adoc
encrypting-drives-using-LUKS.adoc
fedora-and-red-hat-enterprise-linux.adoc
fedora-life-cycle.adoc
finding-and-installing-linux-applications.adoc
firewalld.adoc Review controlling traffic with Firewalld 2020-10-26 21:36:38 +00:00
fonts.adoc fonts: Refactor fonts page into something more comprehensive 2020-11-06 10:49:43 +00:00
getting-started-guide.adoc
getting-started-with-apache-http-server.adoc
getting-started-with-selinux.adoc
getting-started-with-virtualization.adoc
gnome-shell-extensions.adoc
how-to-edit-iptables-rules.adoc
how-to-set-nvidia-as-primary-gpu-on-optimus-based-laptops.adoc Update instructions to include a note on properly configuring display managers. 2020-10-26 22:28:01 +01:00
how-to-use-vmware.adoc
howto-file-a-bug.adoc
index.adoc Update Quick Docs landing page 2020-10-26 21:19:22 +00:00
installing-and-running-vlc.adoc
installing-chromium-or-google-chrome-browsers.adoc
installing-grub2.adoc
installing-java.adoc
installing-mysql-mariadb.adoc
installing-skype.adoc
installing-spotify.adoc
installing-virtual-systems-with-gnome-boxes.adoc
managing-keyboard-shortcuts-for-running-app-in-gnome.adoc
mirroring.adoc
openh264.adoc Update modules/ROOT/pages/openh264.adoc 2020-10-12 10:22:25 +00:00
package-management.adoc Update modules/ROOT/pages/package-management.adoc 2020-10-12 10:22:25 +00:00
packagekit-not-found.adoc Update modules/ROOT/pages/packagekit-not-found.adoc 2020-10-26 21:29:33 +00:00
performing-administration-tasks-using-sudo.adoc
postgresql.adoc Update modules/ROOT/pages/postgresql.adoc 2020-10-26 21:29:33 +00:00
proc_setting-key-shortcut.adoc
publish-rpm-on-copr.adoc
qemu.adoc Review 'How to Use Qemu' 2020-11-05 12:47:51 +01:00
raspberry-pi.adoc
repositories.adoc
reset-root-password.adoc
securing-the-system-by-keeping-it-up-to-date.adoc
setup_rpmfusion.adoc
switching-desktop-environments.adoc
troubleshooting_selinux.adoc
uefi-with-qemu.adoc
understanding-and-administering-systemd.adoc
upgrading-fedora-online.adoc Update modules/ROOT/pages/upgrading-fedora-online.adoc 2020-10-12 10:22:25 +00:00
upgrading.adoc Update modules/ROOT/pages/upgrading.adoc 2020-10-26 21:21:00 +00:00
using-adobe-flash.adoc Review using Adobe Flash 2020-10-24 19:43:59 +00:00
using-aide.adoc
using-nested-virtualization-in-kvm.adoc
using-shared-system-certificates.adoc
viewing-logs.adoc
wine.adoc Update version for f33(pre-release) 2020-09-16 12:54:58 +00:00
zoom.adoc made changes 2020-10-02 14:59:00 +05:30