News Fedora 23: Einblick in die Neuerungen kurz vor dem Start

Wie sieht es eigetnlich mit dem Paketmanager bei Fedora aus? Ich kenne nur den von den Ubuntu Welt. Apache, php etc? ist dass da gut integriert? Eclipse, Netbeans, einfach Entwicklungsumgebungen... Webstorm, Jetbrains alg.
 
strubo0 schrieb:
Wie sieht es eigetnlich mit dem Paketmanager bei Fedora aus?

Ich benutze nur DNF per Kommandozeile :)
(funktioniert genauso wie OpenSuSe's Zypper)

search , install , remove, info, update

FedoraProjekt.org#System Administrator's Guide

Das Packet & Programm was für die Erneuerung der Software (schaut nach updates) zuständig ist kann ich nicht löschen, löscht den kompletten Desktop mit weg :/

$
Code:
su
#
Code:
dnf --help

#
Code:
dnf info apper.x86_64
Last metadata expiration check performed 3:38:02 ago on Thu Oct 29 10:53:59 2015.
Verfügbare Pakete
Name : apper
Arch : x86_64
Epoch : 0
Version : 0.9.1
Release : 11.fc22
Größe : 935 k
Paketquelle : fedora
Zusammenfas : KDE interface for PackageKit
URL : https://projects.kde.org/projects/extragear/sysadmin/apper
Lizenz : GPLv2+
Beschreibun : KDE interface for PackageKit.


#
Code:
dnf info PackageKit
Last metadata expiration check performed 3:40:42 ago on Thu Oct 29 10:53:59 2015.
Installierte Pakete
Name : PackageKit
Arch : x86_64
Epoch : 0
Version : 1.0.10
Release : 1.fc22
Größe : 2.5 M
Paketquelle : @System
Aus Paketqu : updates
Zusammenfas : Package management service
URL : http://www.freedesktop.org/software/PackageKit/
Lizenz : GPLv2+ and LGPLv2+
Beschreibun : PackageKit is a D-Bus abstraction layer that allows the session user
: to manage packages in a secure way using a cross-distro,
: cross-architecture API.


#
Code:
dnf remove PackageKit
Abhängigkeiten sind aufgelöst.
==========================================================================================
Paket Arch Version Paketquelle Größe
==========================================================================================
Entfernen:
PackageKit x86_64 1.0.10-1.fc22 @updates 2.5 M
PackageKit-Qt x86_64 0.9.5-1.fc22 @System 248 k
PackageKit-Qt5 x86_64 0.9.5-1.fc22 @System 329 k
kde-platform-plugin x86_64 1:4.11.22-2.fc22 @updates 49 k
kde-print-manager x86_64 15.03.95-2.fc22 @System 764 k
kde-print-manager-libs x86_64 15.03.95-2.fc22 @System 595 k
kwayland-integration x86_64 5.4.2-1.fc22 @updates 91 k
plasma-desktop x86_64 5.4.2-2.fc22 @updates 29 M
plasma-pk-updates x86_64 0.2-1.fc22 @System 156 k
plasma-workspace x86_64 5.4.2-4.fc22 @updates 29 M
plasma-workspace-libs x86_64 5.4.2-4.fc22 @updates 892 k
sddm-breeze noarch 5.4.2-4.fc22 @updates 796 k

Transaktionsübersicht
==========================================================================================
Entfernen 12 Packages

Installationsgröße: 65 M
Ist dies in Ordnung? [j/N] N


Kann ich mit :

#
Code:
dnf upgrade

zu Fedora / Korora 23 wechseln ?
 
Zuletzt bearbeitet:
strubo0 schrieb:
Wie sieht es eigetnlich mit dem Paketmanager bei Fedora aus? Ich kenne nur den von den Ubuntu Welt. Apache, php etc? ist dass da gut integriert? Eclipse, Netbeans, einfach Entwicklungsumgebungen... Webstorm, Jetbrains alg.

Ich habe zu Fedora 21 zeiten nichts vermisst, das einzige was passieren kann ist das man extra repositories hinzufügen muss. was bei Ubuntu ja genau so ist.
 
Nachdem ich mein Fedora 22 eingerichtet habe fasse ich es glaube ich nie wieder an :D
Ist die einzige Distro die auf meinem ZBook17 mit der S***** Quadro-GPU ein neustart überlebt.
 
Die empfohlene Upgrade-Methode hat sich inzwischen auch geändert: https://fedoraproject.org/wiki/DNF_system_upgrade

DNF system upgrade can upgrade your system to a newer release of Fedora, using a mechanism similar to that used for offline package updates. The updated packages are downloaded while the system is running normally, then the system reboots to a special environment (implemented as a systemd target) to install them. Once installation of the updated packages is complete, the system reboots again to the new Fedora release.
Ergänzung ()

Marco^^ schrieb:
Kann ich mit :

#
Code:
dnf upgrade

zu Fedora / Korora 23 wechseln ?
Nein, "dnf upgrade" aktuallisiert einfach nur die Pakete und ersetzt "dnf update".

dnf [options] update
Deprecated alias for the Upgrade Command.

dnf [options] upgrade
Updates each package to a highest version that is both available and resolvable.
dnf [options] upgrade <package-installed-specs>...
Updates each specified package to the latest available version. Updates dependencies as necessary.

Es ist wohl möglich dnf direkt zum upgrade zu verwenden, war aber nie der empfohlene Weg.
 
Zuletzt bearbeitet:
Nächste Woche versuche ich das mal mit der Anleitung 22 > 23
 
Zuletzt bearbeitet:
Wieso versuchst du es nicht mit DNF system upgrade, so wie es von Fedora empfohlen wird? Das ist auch viel einfacher.

dnf install dnf-plugin-system-upgrade

dnf system-upgrade download --releasever=23 [--distro-sync] [--best] [--allowerasing]
dnf system-upgrade reboot



--distro-sync will downgrade packages if there is a build for the new release, but it is versioned lower than the package for the current release. Without --distro-sync, the higher-versioned package from the previous release will be kept in this case. This option is currently affected by bug 1260989.
--best will cancel the upgrade, with information, if any available upgraded package cannot be installed due to dependency issues (without --best, such packages will simply be left out, possibly resulting in an incomplete upgrade). After inspecting the packages with problems you may decide to go ahead without --best, but it is a good idea to check first.
--allowerasing will remove instead of skipping packages with unsatisfiable dependencies. This often happens with packages installed from third-party repositories for which an updated repositories hasn't been yet published. Very careful study the output and examine which packages are going to be removed (ensure that none of them provide essential system functionality) before confirming the operation. This option is currently affected by bug 1260989.

Edit: Ich habe das upgrade gerade durchgeführt und bisher funktioniert das System einwandfrei.
 
Zuletzt bearbeitet:
exoterrist schrieb:
Wieso versuchst du es nicht mit DNF system upgrade, so wie es von Fedora empfohlen wird? Das ist auch viel einfacher.

Ja Danke :)

Habe mich noch nicht ausreichend informiert, warte eh noch auf meine nV Karte ...

$
Code:
su
#
Code:
dnf install dnf-plugin-system-upgrade
#
Code:
dnf system-upgrade download --releasever=23 --distro-sync --best --allowerasing
#
Code:
dnf system-upgrade reboot

#
Code:
dnf search cowsay
#
Code:
dnf install cowsay.noarch
#
Code:
exit
$
Code:
cowsay Fedora23 muhhhh
 _________________                                                                        
< Fedora23 muhhhh >                                                                       
 -----------------                                                                        
        \   ^__^                                                                          
         \  (oo)\_______                                                                  
            (__)\       )\/\                                                              
                ||----w |                                                                 
                ||     ||
 
Zuletzt bearbeitet: (2015.11.02 upgrade geht noch nicht, fehlen Packete ...)
Zurück
Oben