13 projects tagged "Package Management"
install_track.sh is a small shell (zsh) script that helps a user to list files installed by an application compiled from source. This script is meant to be used instead of "make install". Install_track will start to "watch" your filesystem before running "make install" and will save the list of installed files upon completion.
The psys library provides a simple interface to the system package manager of a Linux system. It allows installation programs to notify the package manager of the installation, uninstallation, and update of third-party software packages, and to request these packages to be added to or removed from the system package database. The psys library interface is generic and not tied to a specific package management system or Linux distribution; it is meant to be a proposal for a future version of the LSB standard.
Foresight Linux is a desktop operating system featuring an intuitive user interface and a showcase of the latest desktop software, giving users convenient and enjoyable access to their music, photos, videos, documents, and Internet resources. As a Linux distribution, Foresight sets itself apart by eliminating the need for the user to be familiar with Linux, combining a user-focused desktop environment on top of Conary. As the most technically innovative software management system available today, Conary ensures that users can efficiently search, install, and manage all the software on the Foresight system, including bringing in the latest features and fixes without waiting for a major release.
debshare.create is a hackish script used for producing .debshare files, which are basically "self-executable", monolithic archives containing several .deb packages. A .debshare file is meant to install one (or more) applications that it contains, complete with all its dependencies. This facilitates easy sharing of applications across computers using a single file, as opposed to multiple .deb packages. This idea was originally meant for Ubuntu systems, but there should be no reason why it shouldn't work on other similar distributions. Technically, a .debshare file is a bash shell script with a binary payload (a tar archive with the .deb-s) appended to it.
Listaller unifies the way you manage software on your Linux system by providing a user-friendly, application-centered software manager GUI. It also provides a software setup package format (the IPK package format), which works on all Linux distributions, as well as tools to make your application binaries work on every Linux distribution. The project has merged with Autopackage some time ago. One of Listaller's strengths is its close integration with AppStream and PackageKit. This means that you will be able to manage Listaller-installed applications with your favorite package-manager, like GNOME-PackageKit, Apper, or even the Ubuntu Software Center. Listaller is primarily designed to be run on Linux distributions, but it could be ported to *BSD.