This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # yum update | |
| # yum --enablerepo=atrpms install unrar |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # rpm --import http://atrpms.net/RPM-GPG-KEY.atrpms |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [atrpms] | |
| name=Fedora Core \$releasever - \$basearch - ATrpms | |
| baseurl=http://dl.atrpms.net/f\$releasever-\$basearch/atrpms/stable | |
| gpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpms | |
| gpgcheck=1 | |
| enabled = 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm | |
| # yum install gstreamer-plugins-bad gstreamer-ffmpeg gstreamer-plugins-ugly -y |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # yum install flash-plugin alsa-plugins-pulseaudio libcurl nspluginwrapper |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [adobe-linux-i386] | |
| name=Adobe Systems Incorporated | |
| baseurl=http://linuxdownload.adobe.com/linux/i386/ | |
| enabled=1 | |
| gpgcheck=1 | |
| gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # rpm -ivh adobe-release-i386-1.0-1.noarch.rpm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # grub.conf generated by anaconda | |
| # | |
| # Note that you do not have to rerun grub after making changes to this file | |
| # NOTICE: You have a /boot partition. This means that | |
| # all kernel and initrd paths are relative to /boot/, eg. | |
| # root (hd0,1) | |
| # kernel /vmlinuz-version ro root=/dev/sdc4 | |
| # initrd /initrd-[generic-]version.img | |
| #boot=/dev/sdc | |
| default=1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| ls /var/db/patches/ |