Установка Xfce 4.10 на CrunchBang 11 "Waldorf", а так же Debian Wheezy

Jan 31, 2013 20:01



1. Создаем для отдельный файл с источниками:

$ sudo nano /etc/apt/sources.list.d/xfcenext.list

И вписываем в него репозиторий от siduction.org:

deb http://packages.siduction.org/xfcenext unstable main
deb-src http://packages.siduction.org/xfcenext unstable main

или добавляем репозиторий прямо в sources.list

echo "deb http://packages.siduction.org/xfcenext unstable main" >> /etc/apt/sources.list

2. Далее надо установить ключи на репозиторий от siduction.org:

$ wget http://packages.siduction.org/base/pool/main/s/siduction-archive-keyring/siduction-archive-keyring_2012.07.01_all.deb
$ sudo dpkg -i siduction-archive-keyring_2012.07.01_all.deb
$ rm siduction-archive-keyring_2012.07.01_all.deb

3. Обновляем список пакетов:

$ sudo apt-get update

4. Устанавливаем Xfce 4.10:

$ sudo apt-get install xfce4 xfce4-appfinder xfce4-battery-plugin xfce4-cellmodem-plugin xfce4-clipman-plugin xfce4-cpufreq-plugin xfce4-cpugraph-plugin xfce4-datetime-plugin xfce4-dict xfce4-diskperf-plugin xfce4-fsguard-plugin xfce4-genmon-plugin xfce4-hdaps xfce4-indicator-plugin xfce4-linelight-plugin xfce4-mailwatch-plugin xfce4-messenger-plugin xfce4-mixer xfce4-mount-plugin xfce4-mpc-plugin xfce4-netload-plugin xfce4-notes-plugin xfce4-panel xfce4-places-plugin xfce4-power-manager xfce4-quicklauncher-plugin xfce4-radio-plugin xfce4-sensors-plugin xfce4-session xfce4-settings xfce4-smartbookmark-plugin xfce4-systemload-plugin xfce4-timer-plugin xfce4-verve-plugin xfce4-wavelan-plugin xfce4-weather-plugin xfce4-wmdock-plugin xfce4-xkb-plugin xfconf xfdesktop4 xfswitch-plugin xfwm4 xfwm4-themes thunar thunar-volman orage ristretto parole

взято здесь

sources.list, команды, linux, config, dpkg, консоль

Previous post Next post
Up