Size: 3166
Comment:
|
Size: 971
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
=== For Fedora 27 === | === Suggested installation using DNF === |
Line 7: | Line 7: |
On machines running Fedora or other Linux distributions that use Packagekit, one can click: | For the current Fedora releases: F28, F29, rawhide, the suggested method is to install appstream-data using DNF. After [[https://rpmfusion.org/Configuration|configurating]] the RPM Fusion repositories, the following command will install the required packages: |
Line 9: | Line 9: |
* [[https://download1.rpmfusion.org/free/fedora/releases/27/Everything/x86_64/os/Packages/r/rpmfusion-free-appstream-data-27-1.fc27.noarch.rpm|RPMFusion free appstream data]] * [[https://download1.rpmfusion.org/nonfree/fedora/releases/27/Everything/x86_64/os/Packages/r/rpmfusion-nonfree-appstream-data-27-2.fc27.noarch.rpm|RPMFusion non free appstream data]] |
{{{sudo dnf groupupdate @core}}} |
Line 12: | Line 11: |
Otherwise, one can also use the following commands in a terminal: {{{sudo dnf install https://download1.rpmfusion.org/free/fedora/releases/27/Everything/x86_64/os/Packages/r/rpmfusion-free-appstream-data-27-1.fc27.noarch.rpm https://download1.rpmfusion.org/nonfree/fedora/releases/27/Everything/x86_64/os/Packages/r/rpmfusion-nonfree-appstream-data-27-2.fc27.noarch.rpm}}} === For Fedora 26 === On machines running Fedora or other Linux distributions that use Packagekit, one can click: * [[https://download1.rpmfusion.org/free/fedora/releases/26/Everything/x86_64/os/Packages/r/rpmfusion-free-appstream-data-26-2.noarch.rpm|RPMFusion free appstream data]] * [[https://download1.rpmfusion.org/nonfree/fedora/releases/26/Everything/x86_64/os/Packages/r/rpmfusion-nonfree-appstream-data-26-2.fc27.noarch.rpm|RPMFusion non free appstream data]] Otherwise, one can also use the following commands in a terminal: {{{sudo dnf install https://download1.rpmfusion.org/free/fedora/releases/26/Everything/x86_64/os/Packages/r/rpmfusion-free-appstream-data-26-2.fc26.noarch.rpm https://download1.rpmfusion.org/nonfree/fedora/releases/26/Everything/x86_64/os/Packages/r/rpmfusion-nonfree-appstream-data-26-2.fc26.noarch.rpm}}} === For rawhide === On machines running Fedora or other Linux distributions that use Packagekit, one can click: * [[https://download1.rpmfusion.org/free/fedora/development/rawhide/Everything/x86_64/os/Packages/r/rpmfusion-free-appstream-data-28-1.fc28.noarch.rpm|RPMFusion free appstream data]] * [[https://download1.rpmfusion.org/nonfree/fedora/development/rawhide/Everything/x86_64/os/Packages/r/rpmfusion-free-appstream-data-28-1.fc28.noarch.rpm|RPMFusion non free appstream data]] Otherwise, one can also use the following commands in a terminal: {{{sudo dnf install https://download1.rpmfusion.org/free/fedora/development/rawhide/Everything/x86_64/os/Packages/r/rpmfusion-free-appstream-data-28-1.fc28.noarch.rpm https://download1.rpmfusion.org/nonfree/fedora/development/rawhide/Everything/x86_64/os/Packages/r/rpmfusion-free-appstream-data-28-1.fc28.noarch.rpm}}} |
This will install the needed appstream-data packages as appropriate. |
Installing appstream data
RPMFusion repositories also provide Appstream metadata to enable users to install packages using Gnome Software/KDE Discover. Please note that these are a subset of all packages since appstream data is only generated for GUI packages. After setting up the RPMFusion repositories as described on the [Configuration] page, the metadata packages can be installed using the following command:
Suggested installation using DNF
For the current Fedora releases: F28, F29, rawhide, the suggested method is to install appstream-data using DNF. After configurating the RPM Fusion repositories, the following command will install the required packages:
sudo dnf groupupdate @core
This will install the needed appstream-data packages as appropriate.
Please note that Appdata is not available for older releases.