ML
    • Register
    • Login
    • Search
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups

    Updating Fedora 26 to Fedora 27 with DNF

    IT Discussion
    linux dnf fedora fedora 27 fedora 26
    7
    16
    1492
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • scottalanmiller
      scottalanmiller last edited by scottalanmiller

      Pretty simple process. You can do it with just this:

      dnf -y upgrade --refresh
      dnf -y install dnf-plugin-system-upgrade
      dnf -y system-upgrade download --refresh --releasever=27
      dnf -y system-upgrade reboot
      
      1 Reply Last reply Reply Quote 1
      • scottalanmiller
        scottalanmiller last edited by

        For those that didn't know that the Fedora 25 -> 26 instructions still worked.

        JaredBusch 1 Reply Last reply Reply Quote 0
        • JaredBusch
          JaredBusch @scottalanmiller last edited by

          @scottalanmiller said in Updating Fedora 26 to Fedora 27 with DNF:

          For those that didn't know that the Fedora 25 -> 26 instructions still worked.

          Still did not put the -y in there.

          Obsolesce 1 Reply Last reply Reply Quote 0
          • Obsolesce
            Obsolesce @JaredBusch last edited by

            @jaredbusch said in Updating Fedora 26 to Fedora 27 with DNF:

            @scottalanmiller said in Updating Fedora 26 to Fedora 27 with DNF:

            For those that didn't know that the Fedora 25 -> 26 instructions still worked.

            Still did not put the -y in there.

            Yes please do that.

            1 Reply Last reply Reply Quote 0
            • FATeknollogee
              FATeknollogee last edited by

              For you folks on F27, does your lockscreen & screensaver work?

              1 Reply Last reply Reply Quote 0
              • scottalanmiller
                scottalanmiller last edited by

                There you go.

                1 Reply Last reply Reply Quote 0
                • Obsolesce
                  Obsolesce last edited by

                  Just had an issue with Fedora 27 after an update.

                  VMM wouldn't connect to localhost due to some weird error about some data being too large or something.

                  Restarted libvirtd service and seems okay now.

                  Too much open atm to reboot, so we'll see later if it happens after a reboot.

                  1 Reply Last reply Reply Quote 2
                  • B
                    bnrstnr last edited by

                    While trying to upgrade a 512 MB Vultr VPS, the upgrade was failing on the dnf -y install dnf-plugin-system-upgrade part. After some quick googling, it appeared that since I didn't have a swapfile and only 512mb of memory, the upgrade wasn't going to work.

                    I ended up adding a 2GB swapfile and it went off without a hitch.

                    I added the swap file like this:

                    dd if=/dev/zero of=/swapfile1 bs=1024 count=2,097,152
                    chown root:root /swapfile1
                    chmod 0600 /swapfile1
                    mkswap /swapfile1
                    swapon /swapfile1
                    
                    1 Reply Last reply Reply Quote 3
                    • NerdyDad
                      NerdyDad last edited by

                      How often to you upgrade versus fresh install? Fresh install every other release? Any kind of best practice on this?

                      Obsolesce black3dynamite scottalanmiller 3 Replies Last reply Reply Quote 0
                      • Obsolesce
                        Obsolesce @NerdyDad last edited by

                        @NerdyDad said in Updating Fedora 26 to Fedora 27 with DNF:

                        How often to you upgrade versus fresh install? Fresh install every other release? Any kind of best practice on this?

                        I've been upgrading everything the last few versions. Since 24 or 25, never any issues there. Just verify first that all packages are compatible.

                        1 Reply Last reply Reply Quote 1
                        • black3dynamite
                          black3dynamite @NerdyDad last edited by

                          @NerdyDad said in Updating Fedora 26 to Fedora 27 with DNF:

                          How often to you upgrade versus fresh install? Fresh install every other release? Any kind of best practice on this?

                          You can avoid compatibility with packages by using more flatpak apps instead.

                          JaredBusch 1 Reply Last reply Reply Quote 0
                          • scottalanmiller
                            scottalanmiller @NerdyDad last edited by

                            @NerdyDad said in Updating Fedora 26 to Fedora 27 with DNF:

                            How often to you upgrade versus fresh install? Fresh install every other release? Any kind of best practice on this?

                            It's not Windows, there is no real need for fresh installs. That was specifically a Windows issue, not a general operating system guideline.

                            1 Reply Last reply Reply Quote 1
                            • JaredBusch
                              JaredBusch @black3dynamite last edited by

                              @black3dynamite said in Updating Fedora 26 to Fedora 27 with DNF:

                              @NerdyDad said in Updating Fedora 26 to Fedora 27 with DNF:

                              How often to you upgrade versus fresh install? Fresh install every other release? Any kind of best practice on this?

                              You can avoid compatibility with packages by using more flatpak apps instead.

                              Flatpak is not ready for prime time.

                              scottalanmiller black3dynamite 2 Replies Last reply Reply Quote 0
                              • scottalanmiller
                                scottalanmiller @JaredBusch last edited by

                                @JaredBusch said in Updating Fedora 26 to Fedora 27 with DNF:

                                @black3dynamite said in Updating Fedora 26 to Fedora 27 with DNF:

                                @NerdyDad said in Updating Fedora 26 to Fedora 27 with DNF:

                                How often to you upgrade versus fresh install? Fresh install every other release? Any kind of best practice on this?

                                You can avoid compatibility with packages by using more flatpak apps instead.

                                Flatpak is not ready for prime time.

                                I like Snap much better. I've been happy with Snap.

                                1 Reply Last reply Reply Quote 0
                                • black3dynamite
                                  black3dynamite @JaredBusch last edited by

                                  @JaredBusch said in Updating Fedora 26 to Fedora 27 with DNF:

                                  @black3dynamite said in Updating Fedora 26 to Fedora 27 with DNF:

                                  @NerdyDad said in Updating Fedora 26 to Fedora 27 with DNF:

                                  How often to you upgrade versus fresh install? Fresh install every other release? Any kind of best practice on this?

                                  You can avoid compatibility with packages by using more flatpak apps instead.

                                  Flatpak is not ready for prime time.

                                  Why not?

                                  And that's funny that you said prime time.

                                  There's a post from Flatpak with prime time in the title.

                                  Flatpak 1.0 Released, Ready for Prime Time
                                  https://www.flatpak.org/press/2018-08-20-flatpak-1.0/

                                  JaredBusch 1 Reply Last reply Reply Quote 0
                                  • JaredBusch
                                    JaredBusch @black3dynamite last edited by

                                    @black3dynamite said in Updating Fedora 26 to Fedora 27 with DNF:

                                    @JaredBusch said in Updating Fedora 26 to Fedora 27 with DNF:

                                    @black3dynamite said in Updating Fedora 26 to Fedora 27 with DNF:

                                    @NerdyDad said in Updating Fedora 26 to Fedora 27 with DNF:

                                    How often to you upgrade versus fresh install? Fresh install every other release? Any kind of best practice on this?

                                    You can avoid compatibility with packages by using more flatpak apps instead.

                                    Flatpak is not ready for prime time.

                                    Why not?

                                    And that's funny that you said prime time.

                                    There's a post from Flatpak with prime time in the title.

                                    Flatpak 1.0 Released, Ready for Prime Time
                                    https://www.flatpak.org/press/2018-08-20-flatpak-1.0/

                                    And @scottalanmiller coukd say sodiumsuite is awesome and ready for the masses. Still doesn’t make it true.

                                    1 Reply Last reply Reply Quote 0
                                    • First post
                                      Last post