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

    Updating Fedora 26 to Fedora 27 with DNF

    IT Discussion
    linux dnf fedora fedora 27 fedora 26
    7
    16
    2.2k
    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.
    • scottalanmillerS
      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
      • scottalanmillerS
        scottalanmiller
        last edited by

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

        JaredBuschJ 1 Reply Last reply Reply Quote 0
        • JaredBuschJ
          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.

          ObsolesceO 1 Reply Last reply Reply Quote 0
          • ObsolesceO
            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
            • FATeknollogeeF
              FATeknollogee
              last edited by

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

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

                There you go.

                1 Reply Last reply Reply Quote 0
                • ObsolesceO
                  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 1
                  • 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
                    • NerdyDadN
                      NerdyDad
                      last edited by

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

                      ObsolesceO black3dynamiteB scottalanmillerS 3 Replies Last reply Reply Quote 0
                      • ObsolesceO
                        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 0
                        • black3dynamiteB
                          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.

                          JaredBuschJ 1 Reply Last reply Reply Quote 0
                          • scottalanmillerS
                            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
                            • JaredBuschJ
                              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.

                              scottalanmillerS black3dynamiteB 2 Replies Last reply Reply Quote 0
                              • scottalanmillerS
                                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
                                • black3dynamiteB
                                  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/

                                  JaredBuschJ 1 Reply Last reply Reply Quote 0
                                  • JaredBuschJ
                                    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
                                    • 1 / 1
                                    • First post
                                      Last post