You are on page 1of 7

Depois de brincar bastante com o arch em maquinas virtuais decidi colocar ele no desktop e no notebook, durante o processo de ps instalao

e configurao eu fui fazendo algumas anotaes que resultou neste simples documento que estou compartilhando.

Qualquer dica e sugesto so bem vindas.

Gustavo Lichti gustavo.lichti@gmail.com

Ultima reviso: 22/06/2012 20:09

Pacman
Buscar pacote pacman -Ss <palavra-chave> Instalar pacote pacman -S <nome-do-pacote> Instalar pacote de um repositrio pacman -S <nome-do-repo>/<nome-do-pacote> Remover pacote pacman -R <nome-do-pacote> Remover pacote e suas dependncias pacman -Rs <nome-do-pacote> Mostrar informaes detalhadas pacman -Si <nome-do-pacote>

Adicionar usuario
useradd -m -g users -G \ audio,disk,floppy,games,locate,lp,network,optical,power,scanner,storage,sys,uucp, \ video,wheel -s /bin/bash lichti

passwd lichti

Detalhes aqui: https://wiki.archlinux.org/index.php/Users_and_Groups#User_groups

Configurar e adicionar repositorios


nano /etc/pacman.conf

Adicionar: SigLevel = Optional TrustAll [archlinuxfr] Server = http://repo.archlinux.fr/$arch [mate] # Official MATE repo: Server = http://packages.mate-desktop.org/repo/archlinux/mate/$arch

Atualizando gpg dos repositorios


pacman-key --populate archlinux pacman-db-upgrade

Atualizar o sistema
pacman -Suy

Pacotes essenciais
pacman -S sudo yaourt base-devel aspell-pt screen mercurial fping nmap git gvim-spell-br gvim openssh subversion dosfstools ntfs-3g ntfsprogs

Configurar o sudo

visudo

Descomentar a linha abaixo(remover o # do inicio) %wheel ALL=(ALL) ALL

Habilitar autocomplete com o sudo


echo "complete -cf sudo" >> /etc/bash.bashrc

Instalar Xorg
pacman -S xorg-server xorg-xinit xorg-utils xorg-server-utils

Instalar o driver proprietario da nvidia


pacman -R ati-dri intel-dri xf86-video-ati xf86-video-intel

pacman -S nvidia nvidia-utils abs opencl-nvidia

nvidia-xconfig

echo "EnableLinuxHWVideoDecode=1" >> /etc/adobe/mms.cfg

Instalar o driver proprietrio da ati (Serie 5xxx ou superior)


pacman -R ati-dri intel-dri xf86-video-ati xf86-video-intel

yaourt -S catalyst-test

aticonfig --initial

modprobe fglrx

Ativar modulos da ati no boot


nano /etc/rc.conf MODULES=(... fglrx )

Instalar Gnome
pacman -S gdm gnome gnome-extra gnome-tweak-tool gnome-utils rhythmbox ttf-dejavu ttfbitstream-vera ttf-liberation telepathy-mission-control libcanberra libnotify libunique libwebkit evolution-data-server telepathy-gabble telepathy-idle telepathy-salut telepathy-haze

Tema para gnome


yaourt -S faenza-icon-theme

Instalar o mate desktop (Gnome2)


pacman -Sff mate mate-extra mate-applets mate-bluetooth mate-power-manager mate-sensors-applet

Instalar o cinnamon - alternativa ao gnome-shell


yaourt -S cinnamon cinnamon-applets

Ativar daemon para funcionamento do ambiente grfico no boot


nano /etc/rc.conf DAEMONS=(... dbus networkmanager )

Alterar o runlevel
nano /etc/inittab id:5:initdefault:

Trocar o XDM pelo GDM


nano /etc/inittab x:5:respawn:/usr/sbin/gdm -nodaemon

Instalar o libreoffice
pacman -S ttf-dejavu artwiz-fonts hunspell libreoffice-common \ libreoffice-{writer,base,calc,impress,math,draw,sdk,sdk-doc,gnome} \ libreoffice-pt-BR

yaourt -S hunspell-pt-br

Instalar o cups e hplip


pacman -S cups cups-pdf hplip ghostscript gsfonts hpoj samba python2-pyqt dbus-python gutenprint foomatic-db foomatic-db-engine foomatic-db-nonfree foomatic-filters splix

modprobe usbcore /etc/rc.d/ptal-init setup rc.d start ptal-init rc.d start cupsd

Ativar daemon e madulos do cups no boot


nano /etc/rc.conf MODULES=(... usbcore ) DAEMONS=(... ptal-init avahi-daemon avahi-dnsconfd cups )

Instalar suporte a scanner


pacman -S xsane xsane-gimp

echo "hpaio" >> /etc/sane.d/dll.conf echo "hpoj" >> /etc/sane.d/dll.conf

Utilitarios
yaourt -S tar gzip bzip2 unzip unrar p7zip gparted filezilla terminator vim-rails geany dia ekiga vlc putty remmina synergy skype

yaourt -S dropbox quicksynergy teamviewer wireshark-gtk

usermod -a -G wireshark lichti

Java Oracle
pacman -Rdd jre7-openjdk jre7-openjdk-headless jdk7-openjdk

yaourt -S jre jdk

Banco de dados
pacman -S mysql-clients sqlite sqliteman sqlitebrowser

yaourt -S mysql-workbench

Virtualbox e KVM
yaourt -S virtualbox-bin virtualbox-ext-oracle

usermod -a -G vboxusers lichti

Ativar daemon do dkms no boot(funcionamento do virtualbox)


nano /etc/rc.conf DAEMONS=(... dkms )

Editores de som, video e imagem


pacman -S openshot inkscape gimp audacity blender

Navegadores
yaourt -S google-chrome

pacman -S firefox opera flashplugin

Codecs
pacman -S gstreamer0.10 gstreamer0.10-plugins gstreamer0.10-base gstreamer0.10-good \ gstreamer0.10-python gstreamer0.10-ugly ffmpeg libdvdcss

Referencias:
http://planeta.archlinux-br.org/ https://wiki.archlinux.org/index.php/Beginners'_Guide_(Portugu%C3%AAs) http://www.mindbending.org/guia-de-instalacao-do-arch-linux/ http://www.mindbending.org/configuracao-basica-do-arch-linux-sem-dor/#more-1420 http://www.mindbending.org/programas-essenciais-apos-a-instalacao-do-arch/ http://www.mindbending.org/instalando-e-configurando-o-libreoffice-e-uma-multifuncional-hp/

You might also like