Skip to content

toyan/far2l-deb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

far2l-deb

Readme in english is below

.deb пакет far2l (linux порт Far Manager 2) для LTS версии Ubuntu (для Mint подходит тоже).

Если вам нужен пакет для другого дистрибутива или архитектуры, можете попробовать собрать его самостоятельно, используя скрипт make_far2l_deb.sh.

По умолчанию far2l работает как GUI-приложение на wxWidgets. Также поддерживается работа в консоли, far2l --tty. В putty консольная версия работает с с некоторыми ограничениями, проблема решается использованием специальной версии putty.

Установка:

sudo dpkg -i ПАКЕТ_ДЛЯ_ВАШЕГО_ДИСТРИБУТИВА.deb
sudo apt-get install -f
sudo dpkg -i ПАКЕТ_ДЛЯ_ВАШЕГО_ДИСТРИБУТИВА.deb

В ppa могут быть более свежие сборки, равно как и сборки для других выпусков дистрибутивов: https://launchpad.net/~far2l-team/+archive/ubuntu/ppa

Что ещё тут есть интересного?

misc — всякие вспомогательные скрипты, большей частью устаревшие

portable — tty-версия far2l, собранная со всеми библиотеками в один исполняемый файл, пригодится на shared хостингах. Есть ограничение: отсутствует поддержка протокола SMB в NetRocks. Всё остальное — как в сборке far2l по умолчанию. Существуют скрипты для сборки такой же версии, только с Lua. Если у вас на хостинге не запустилась, попробуйте запускать так: ./far2l_portable.run --target ./far2l

themes — темы оформления интерфейса far2l

colorer-smarty — улучшение поддержки Smarty в плагине Colorer

NB! Отличие моих сборок (как .deb, так и portable) — в том, что опции «одиночное нажатие ESC» и «поддержка OSC 52» включены по умолчанию.


.deb package of far2l (Far Manager 2 linux port) for Ubuntu LTS (works on Mint also).

If you need a package for different distro or architecture, you may try to build package yourself using make_far2l_deb.sh.

far2l defaults to run as GUI app based on wxWidgets toolkit. Work in console also supported, far2l --tty. Console version has some limitations then running inside putty terminal, the solution is to use special putty version.

Installation:

sudo dpkg -i PACKAGE_FOR_YOUR_DISTRO.deb
sudo apt-get install -f
sudo dpkg -i PACKAGE_FOR_YOUR_DISTRO.deb

https://launchpad.net/~far2l-team/+archive/ubuntu/ppa may have more recent builds as well as builds for other distros.

What else interesting is there?

misc - all sorts of auxiliary scripts, mostly outdated

portable - the tty version of far2l, packaged with all the libraries into one executable file, useful on shared hostings. There is a limitation: no SMB protocol support in NetRocks. Everything else is the same as in the default far2l build. There are scripts for building the same version, but with Lua support. If it didn’t start on your hosting, try starting it like this: ./far2l_portable.run --target ./far2l

themes - themes for far2l UI

colorer-smarty — improved Smarty support for Colorer plugin

NB! The difference between my builds (both .deb and portable) is that the "single press ESC" and "OSC 52 support" options are enabled by default.

About

.deb package for far2l

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 77.6%
  • Perl 22.4%