Сразу скажу, что в системе с пакетным менеджером так делать нельзя, никогда и ни под каким предлогом. Нужно пользоваться ports, pkg, apt, yum, etc.
Но иногда приходится. Допустим необходимой программы нет в репозитории, или она не той версии. Лучшей отговоркой будет - тестирование новых версий ПО. Правильный путь в этом случае - сборка пакетов. Но часто это лень делать. Нашел программу: Paco - менеджер установленного из исходников ПО (http://paco.sourceforge.net/)
Paco is a source code package organizer for Unix/Linux systems, originally written to aid package management when installing an LFS system.
When installing a package from sources, paco wraps the "make install" command (or whatever is needed to install the files into the system), and generates a log containing the list of all installed files.
Technically, this is done by preloading a shared library before installation using the environment variable LD_PRELOAD. During installation this library catches the system calls that cause filesystem alterations, logging the created files.
Like any other package manager, paco also provides several options to show package information in different formats. It can remove packages too, among some other basic operations. See the man page for more details.
Gpaco is the graphic interface of paco. It's included in the same tarball and installed by default, althought it can be disabled at configure time. Gpaco requires GTK+ (2.6 or later). As of version 2.0.0 gpaco requires also GTKMM (2.8 or later).
See some screenshots here.
Paco is protected by the GNU General Public License. Look at the COPYING file in the tarball for more details.
Рекомендую для самых ленивых.
Комментариев нет:
Отправить комментарий