2 de jun. de 2012

Post Install FEDORA 17




 - Instalando o Mirror FUSION:

su -c 'yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm'
 - Instalando Programas Base

su -c 'yum install yum-presto vim openssh-clients ntp bind-utils whois telnet rdesktop mtr wireshark'
su -c 'yum install gnome-tweak-tool dconf-editor yum-fastestmirror'
su -c 'yum install htop powertop'
su -c 'yum install pidgin gnome-shell-extension-pidgin'
su -c 'yum install gimp-data-extras gimpfx-foundry gimp-lqr-plugin gimp-resynthesizer gnome-xcf-thumbnailer inkscape dia phatch nautilus-phatch'
su -c 'yum install bluefish filezilla'
su -c 'yum install nautilus-actions nautilus-image-converter nautilus-open-terminal nautilus-pastebin'
su -c 'yum install p7zip p7zip-plugins unrar'
su -c 'yum install xine-lib xine-lib-extras xine-lib-extras-freeworld xine-ui xine-ui-skins gxine avidemux mplayer mplayer-gui smplayer gnome-mplayer vlc ffmpeg ffmpeg-libs gstreamer gstreamer-plugins-good gstreamer-plugins-bad gstreamer-plugins-ugly'
su -c 'yum install dkms gcc'
su -c 'yum install samba-client'

- Instalando Java JRE

 Acessar:
http://www.oracle.com/technetwork/java/javase/downloads/jre-7u4-download-1591157.html

 Baixar o JRE compatível (
 Linux x86 (32-bit)20.46 MB   jre-7u4-linux-i586.rpm
)

su -
rpm -ivh jre-7u4-linux-x64.rpm
/usr/sbin/alternatives --install /usr/bin/java java /usr/java/default/bin/java 20000
- Instalando Flash Plugin

su -
rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux
yum install flash-plugin

- Instalando Microsoft fonts
wget http://www.my-guides.net/en/images/stories/fedora12/msttcore-fonts-2.0-3.noarch.rpm
su -c 'rpm -ivh msttcore-fonts-2.0-3.noarch.rpm'
Se quiser fazer na mão:

su -c 'yum install rpmdevtools rpm-build cabextract'
rpmdev-setuptree
cd ~/rpmbuild/SPECS/
wget http://www.my-guides.net/en/images/stories/fedora12/msttcore-fonts-2.0-3.spec
rpmbuild -bb msttcore-fonts-2.0-3.spec
cd ~/rpmbuild/RPMS/noarch/
su -c 'rpm -ivh msttcore-fonts-2.0-3.noarch.rpm'

- Instalando DROPBOX:

Configure Dropbox Repository
Create a file called /etc/yum.repos.d/dropbox.repo with the following:
   
[Dropbox]
name=Dropbox Repository
baseurl=http://linux.dropbox.com/fedora/$releasever/
gpgkey=http://linux.dropbox.com/fedora/rpm-public-key.asc

sudo yum install nautilus-dropbox

Nenhum comentário:

Postar um comentário