Содержание
Double Commander
О Double Commander
Double Commander - Кроссплатформенный двухпанельный файловый менеджер с открытым исходным кодом.
Установка Double Commander
Ubuntu 24.04
Добавляем ключ репозитория:
wget -nv https://download.opensuse.org/repositories/home:Alexx2000/xUbuntu_24.04/Release.key -O Release.key
sudo apt-key add - < Release.key
Добавяем репозиторий:
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/Alexx2000/xUbuntu_24.04/ /' > /etc/apt/sources.list.d/home:Alexx2000.list"
Обновляем список пакетов:
sudo apt update
Устанавливаем Double Commander GTK:
sudo apt install doublecmd-gtk doublecmd-plugins doublecmd-help-ru
Устанавливаем Double Commander QT:
sudo apt install doublecmd-qt doublecmd-help-ru
Ubuntu 22.04
Добавляем ключ репозитория:
wget -nv https://download.opensuse.org/repositories/home:Alexx2000/xUbuntu_22.04/Release.key -O Release.key
sudo apt-key add - < Release.key
Добавяем репозиторий:
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/Alexx2000/xUbuntu_22.04/ /' > /etc/apt/sources.list.d/home:Alexx2000.list"
Обновляем список пакетов:
sudo apt update
Устанавливаем Double Commander GTK:
sudo apt install doublecmd-gtk doublecmd-plugins doublecmd-help-ru
Устанавливаем Double Commander QT:
sudo apt install doublecmd-qt doublecmd-help-ru
Debian 13
Добавляем ключ репозитория:
wget -nv https://download.opensuse.org/repositories/home:Alexx2000/Debian_13/Release.key -O Release.key
sudo apt-key add - < Release.key
Добавяем репозиторий:
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/Alexx2000/Debian_13/ /' > /etc/apt/sources.list.d/home:Alexx2000.list"
Обновляем список пакетов:
sudo apt update
Устанавливаем Double Commander GTK:
sudo apt install doublecmd-gtk doublecmd-plugins doublecmd-help-ru
Устанавливаем Double Commander QT:
sudo apt install doublecmd-qt doublecmd-help-ru
Debian 12
Добавляем ключ репозитория:
wget -nv https://download.opensuse.org/repositories/home:Alexx2000/Debian_12/Release.key -O Release.key
sudo apt-key add - < Release.key
Добавяем репозиторий:
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/Alexx2000/Debian_12/ /' > /etc/apt/sources.list.d/home:Alexx2000.list"
Обновляем список пакетов:
sudo apt update
Устанавливаем Double Commander GTK:
sudo apt install doublecmd-gtk doublecmd-plugins doublecmd-help-ru
Устанавливаем Double Commander QT:
sudo apt install doublecmd-qt doublecmd-help-ru
Удаление Double Commander
Удаляем Double Commander GTK:
sudo apt purge doublecmd-gtk doublecmd-plugins doublecmd-help-ru
Удаляем Double Commander QT:
sudo apt purge doublecmd-qt doublecmd-help-ru
Удаляем все неиспользуемые пакеты зависимостей:
sudo apt autopurge
Удаляем настройки конфигурации Double Commander:
rm -rv .config/doublecmd
Удаляем репозиторий:
sudo rm -v /etc/apt/sources.list.d/home:Alexx2000.list
Удаляем ключ репозитория:
sudo apt-key del "7656 C60A 1282 6D2D A9E5 83D5 CA73 3173 5D3C 6F17"
