This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
guides:how_to_get_a_usable_olpc_xo-1_system_in_2024 [2024-09-27 01:16] omolini [Example] |
guides:how_to_get_a_usable_olpc_xo-1_system_in_2024 [2024-09-27 03:46] (current) omolini |
||
---|---|---|---|
Line 86: | Line 86: | ||
mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-$releasever&arch=$basearch | mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-$releasever&arch=$basearch | ||
enabled=1 | enabled=1 | ||
- | include=file:///etc/yum/olpc-exclude | ||
metadata_expire=7d | metadata_expire=7d | ||
+ | gpgcheck=0 | ||
</code> | </code> | ||
If you want to install a RPM package manually, you can also go to https://mirrors.rpmfusion.org/mm/publiclist/ , and once you have selected your OS version and architecture, scroll down to bottom to click on either http or rsync methods. You can the download whatever RPM package you need, and use the ''rpm -i'' utility to install the RPM package. | If you want to install a RPM package manually, you can also go to https://mirrors.rpmfusion.org/mm/publiclist/ , and once you have selected your OS version and architecture, scroll down to bottom to click on either http or rsync methods. You can the download whatever RPM package you need, and use the ''rpm -i'' utility to install the RPM package. | ||
- | |||
- | |||
==== Example ==== | ==== Example ==== |