Instalação Xfce4.10 no Debian
Publicado por Daniel Lara Souza (última atualização em 26/10/2012)
[ Hits: 5.385 ]
Homepage: http://danniel-lara.blogspot.com/
Simples script de instalação do Xfce4.10 no Debian Squeeze.
Instala as dependências, baixa o Xfce 4.10 e instala.
#!/bin/bash #Script de instalação do Xfce 4.10 # Guia de Referencia do Script #http://gnu2all.blogspot.com.br/2012/09/xfce-410-no-debian-squeezewheezy.html #https://sites.google.com/site/debianinstallnotes/tutorial/xfce/xfce-4-10 echo "Instalando o Xfce 4.10" sleep 2 apt-get install build-essential intltool pkg-config libglib2.0-dev libdbus-1-dev libdbus-glib-1-dev libx11-dev libgtk2.0-dev libwnck-dev x11-xserver-utils libgudev-1.0-dev libnotify-dev gcc make bzip2 wget http://archive.xfce.org/xfce/4.10/fat_tarballs/xfce-4.10.tar.bz2 tar xfvj xfce-4.10.tar.bz2 && cd src/ && tar xfvj libxfce4util-4.10.0.tar.bz2 && cd libxfce4util-4.10.0/ && ./configure --prefix=/usr && make && make install && cd .. && tar xfvj xfconf-4.10.0.tar.bz2 && cd xfconf-4.10.0/ && ./configure --prefix=/usr && make && make install && cd .. && tar xfvj libxfce4ui-4.10.0.tar.bz2 && cd libxfce4ui-4.10.0/ && ./configure --prefix=/usr && make && make install && cd .. && tar xfvj exo-0.8.0.tar.bz2 && cd exo-0.8.0/ && ./configure --prefix=/usr && make && make install && cd .. && tar xfvj gtk-xfce-engine-3.0.0.tar.bz2 && cd gtk-xfce-engine-3.0.0/ && ./configure --prefix=/usr && make && make install && cd .. && tar xfvj garcon-0.2.0.tar.bz2 && cd garcon-0.2.0/ && ./configure --prefix=/usr && make && make install && mkdir -p /etc/xdg/menus/ sudo cp data/xfce/xfce-applications.menu /etc/xdg/menus/ && cd .. && tar xfvj xfce4-panel-4.10.0.tar.bz2 && cd xfce4-panel-4.10.0/ && ./configure --prefix=/usr && make && make install && cd .. && tar xfvj Thunar-1.4.0.tar.bz2 && cd Thunar-1.4.0/ && ./configure --prefix=/usr && make && make install && cd .. && tar xfvj xfce4-appfinder-4.10.0.tar.bz2 && cd xfce4-appfinder-4.10.0/ && ./configure --prefix=/usr && make && make install && cd .. && tar xfvj xfce4-session-4.10.0.tar.bz2 && cd xfce4-session-4.10.0/ && ./configure --prefix=/usr --enable-libgnome-keyring && make && make install && cd .. && tar xfvj xfce4-settings-4.10.0.tar.bz2 && cd xfce4-settings-4.10.0/ && ./configure --enable-sound-settings --enable-pluggable-dialogs --prefix=/usr && make && make install && cd .. && tar xfvj xfdesktop-4.10.0.tar.bz2 && cd xfdesktop-4.10.0/ && ./configure --prefix=/usr && make && make install && cd .. && tar xfvj xfwm4-4.10.0.tar.bz2 && cd xfwm4-4.10.0/ && ./configure --prefix=/usr && make && make install && cd .. && tar xfvj tumbler-0.1.25.tar.bz2 && cd tumbler-0.1.25/ && ./configure --prefix=/usr && make && make install && cd .. && tar xfvj thunar-volman-0.8.0.tar.bz2 && cd thunar-volman-0.8.0/ && ./configure --prefix=/usr && make && make install && cd .. && tar xfvj xfce4-power-manager-1.2.0.tar.bz2 && cd xfce4-power-manager-1.2.0/ && ./configure --prefix=/usr && make && make install && cd .. echo " Reiniciando a Máquina" sleep 3 reboot
Instalando e configurando o AIDE em 15 minutos
Repasse de parâmetros de um script a outro
Instalando a última versão estável do Eclipse com uma única linha
Nenhum comentário foi encontrado.
File Browser: Crie sua Nuvem Pessoal Privada
A produção de áudio e vídeo no Linux e as distribuições dedicadas a esse fim
Criptografando sua Home com Gocryptfs para tristeza do meliante
A Involução do Linux e as Lambanças Desnecessárias desde o seu Lançamento
O Journal no Linux para a guarda e consulta de logs do sistema
Ocultando asteriscos ao digitar senha no Ubuntu
Ativar pacotes amd64v3 no Ubuntu
Continuando meus tópicos anteriores (12)
VoidBR - Void Linux adaptado ao Brasil. (0)









