install
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4046
deb-install 0.6.1
deb-install it installs packages and archives and shows information about them. more>>
deb-install is a (big) shellskript, that works on top of the package management tools provided by the debian project.
The goal is to create one command that installs any package into your system, or provides information about any package, without the user having to know all the different tools there are.
Version restrictions:
- On some systems bash reports deb-install as culprit if one of its configuration files contains an invalid command. Other then a slightly misleading error message, this doesnt have bad consequences.
Enhancements:
- Made deb-install able to recover from error when working with local files (more exactly: When working with a local file, deb-install remembers the state it is in. After it aborted, you can restart it in such a way, that it enters into that same state again [preferably after you removed the reason for the error].)
- Added option --abort-on , which lets you stop deb-install partway, when working with local files.
- Added option --dpkg-buildpackage, which lets you pass through options to that tool (used to build the .deb file if you compile from source).
- Changed location of user specific configuration files (to ~/.deb-install/deb-install.conf).
- Improved tab completion: It is faster, can expand the tilde (~), and now also works for files and directories containing spaces.
- Changed temp deletion behaviour. Now deb-install only deletes a left over temp directory if you tell it to work with a local file. That means you can install missing packages using apt-get via deb-install when a compile aborts, and resume the compile afterwards.
- Removed tracking of changes to the temp directory. The code was complicated, and now that the temp directory isnt deleted as often, I think the ability is not very useful.
- deb-install doesnt switch into searchmode anymore, if it cant find a file or package. After all, we now have tab completion, and search mode does take quite some time. Who says the user wants to do that?
- Added support for slackware packages.
- Changed interpretation of configuration files: Until now, they were read in by a simple text parser. Now they are executed by bash. This gives the user much more possibilities of how to define the variables (.e.g. conditional defines). Furthermore, all program constants are now redefineable in the conf files.
- Important: Old configuration files are NOT compatible (They contain spaces around "=", were there should be none).
- Added option --, which works just as you probably expect: No more options after this one. This allows for filenames starting with a dash.
- Expanded the documentation.
<<lessThe goal is to create one command that installs any package into your system, or provides information about any package, without the user having to know all the different tools there are.
Version restrictions:
- On some systems bash reports deb-install as culprit if one of its configuration files contains an invalid command. Other then a slightly misleading error message, this doesnt have bad consequences.
Enhancements:
- Made deb-install able to recover from error when working with local files (more exactly: When working with a local file, deb-install remembers the state it is in. After it aborted, you can restart it in such a way, that it enters into that same state again [preferably after you removed the reason for the error].)
- Added option --abort-on , which lets you stop deb-install partway, when working with local files.
- Added option --dpkg-buildpackage, which lets you pass through options to that tool (used to build the .deb file if you compile from source).
- Changed location of user specific configuration files (to ~/.deb-install/deb-install.conf).
- Improved tab completion: It is faster, can expand the tilde (~), and now also works for files and directories containing spaces.
- Changed temp deletion behaviour. Now deb-install only deletes a left over temp directory if you tell it to work with a local file. That means you can install missing packages using apt-get via deb-install when a compile aborts, and resume the compile afterwards.
- Removed tracking of changes to the temp directory. The code was complicated, and now that the temp directory isnt deleted as often, I think the ability is not very useful.
- deb-install doesnt switch into searchmode anymore, if it cant find a file or package. After all, we now have tab completion, and search mode does take quite some time. Who says the user wants to do that?
- Added support for slackware packages.
- Changed interpretation of configuration files: Until now, they were read in by a simple text parser. Now they are executed by bash. This gives the user much more possibilities of how to define the variables (.e.g. conditional defines). Furthermore, all program constants are now redefineable in the conf files.
- Important: Old configuration files are NOT compatible (They contain spaces around "=", were there should be none).
- Added option --, which works just as you probably expect: No more options after this one. This allows for filenames starting with a dash.
- Expanded the documentation.
Download (0.045MB)
Added: 2005-04-07 License: GPL (GNU General Public License) Price:
1701 downloads
Zero Install 0.1.27
Zero Install is a system for running software without needing to install it. more>>
The Zero Install system makes software installation not merely easy, but unnecessary. Users run their applications directly from the Internet from the software authors pages.
Caching makes this as fast as running a normal application after the first time, and allows off-line use.
Main features:
- Software is only ever cached, not installed. Anyone can run any software, and nothing is run as root.
- Running a program is done in the same way whether its cached or not.
- Running cached software is as fast as running traditionally-installed software.
- Zero Install is both simpler and more secure than traditional packaging systems.
- Software can be removed from the cache to free space without affecting the behaviour of the system (it will be re-cached on demand).
- You can still run a program you cached last week, without using the net again.
<<lessCaching makes this as fast as running a normal application after the first time, and allows off-line use.
Main features:
- Software is only ever cached, not installed. Anyone can run any software, and nothing is run as root.
- Running a program is done in the same way whether its cached or not.
- Running cached software is as fast as running traditionally-installed software.
- Zero Install is both simpler and more secure than traditional packaging systems.
- Software can be removed from the cache to free space without affecting the behaviour of the system (it will be re-cached on demand).
- You can still run a program you cached last week, without using the net again.
Download (0.11MB)
Added: 2005-04-08 License: GPL (GNU General Public License) Price:
1661 downloads
gnome-pkgtool 0.5.2
gnome-pkgtool is a GTK+/GNOME front-end to Slackware package management tools. more>>
gnome-pkgtool is a GTK+/GNOME front-end to Slackware package management tools (pkgtool). With gnome-pkgtool you can do the following actions to your Slackware Linux installation:
- Install .TGZ packages
- Uninstall installed packages
- Re-install/upgrade installed packages
- Build packages from source and install them
- Inspect packages content
gnome-pkgtool relies on installpkg(8) and removepkg(8) tools for installing and uninstalling packages and on checkinstall for building packages from source.
<<less- Install .TGZ packages
- Uninstall installed packages
- Re-install/upgrade installed packages
- Build packages from source and install them
- Inspect packages content
gnome-pkgtool relies on installpkg(8) and removepkg(8) tools for installing and uninstalling packages and on checkinstall for building packages from source.
Download (0.44MB)
Added: 2005-04-12 License: GPL (GNU General Public License) Price:
1657 downloads
clipurl 0.1
clipurl is a tiny app that watches the X11 clipboard for URLs. more>>
clipurl is a tiny app that watches the X11 clipboard for URLs and launches a Web browser for each one seen.
Installation
To install:
$ xmkmf && make
Copy the binary wherever you want it, there are no other files required.
<<lessInstallation
To install:
$ xmkmf && make
Copy the binary wherever you want it, there are no other files required.
Download (0.002MB)
Added: 2005-04-26 License: Freeware Price:
1641 downloads
SlackInsUp 0.2
SlackInsUp is a complete Qt-based Gui. more>>
SlackIns is a complete Qt-based Gui with the design goals to provide a complete Pkgtool interface for Users in order to install, remove and upgrade tgz packages for SlackWare Linux OS.
<<less Download (0.13MB)
Added: 2005-05-26 License: GPL (GNU General Public License) Price:
1613 downloads
KInstaller 0.2
KInstaller is an application to simplify the compilation and installation of KDE programs shipped as tar packages. more>>
KInstaller is an application to simplify the compilation and installation of KDE programs shipped as tar packages.
In fact KInstaller is an easy to use graphical frontend to the configure; make; make install steps.
<<lessIn fact KInstaller is an easy to use graphical frontend to the configure; make; make install steps.
Download (0.77MB)
Added: 2005-07-12 License: GPL (GNU General Public License) Price:
1564 downloads
Kconfigure 2.1
Kconfigure simplifies compiling and installing software by providing a graphical interface. more>>
Kconfigure simplifies compiling and installing software by providing a graphical interface.
Easy to use, click in konqueror the configure file and configure, make and install the sources in the gui with kconfigure.
<<lessEasy to use, click in konqueror the configure file and configure, make and install the sources in the gui with kconfigure.
Download (0.071MB)
Added: 2005-07-21 License: GPL (GNU General Public License) Price:
1558 downloads
The Modular Manual Browser 1.2
The Modular Manual Browser is a set scripts designed as a man/apropos work-alike. more>>
The Modular Manual Browser is a set scripts designed as a man/apropos work-alike. It indexes manual pages across different operating systems and displays them in a searchable database in a Web browser.
It is easy to set up and includes highlighting, linking support in man pages, browsing and searching of pages, categories, and manuals.
It can also optionally set up a database containing descriptions of pages from the page titles.
Enhancements:
- BUGS, COPYING, INSTALL, INSTALL.roff, Makefile, README, README.roff, TODO.sh, config.php, index.php, mandb.php, modfunc.php, modman.php, api/files.php, api/modfunc.php, api/pages.php, api/whatis.php, install/BUGS, install/COPYING, install/INSTALL, install/INSTALL.roff, install/Makefile, install/README, install/README.roff, install/TODO.sh, tmp/.local: api split up, install data moved, so that modman may be dropped directly into webspace. mandb.php can pick up multi-line descriptions now.
Apropos results can be filtered by Section or Manual, but not Page (obviously).
whatis pseudo-database implemented, enabled by default in config.
Sections include Subsections (3->3ucb, 3ucb->3ucblib). Local Apropos and description support added via apropos/whatis programs.
- Release 1.2 -- The Small-Box/WhatIS Release.
<<lessIt is easy to set up and includes highlighting, linking support in man pages, browsing and searching of pages, categories, and manuals.
It can also optionally set up a database containing descriptions of pages from the page titles.
Enhancements:
- BUGS, COPYING, INSTALL, INSTALL.roff, Makefile, README, README.roff, TODO.sh, config.php, index.php, mandb.php, modfunc.php, modman.php, api/files.php, api/modfunc.php, api/pages.php, api/whatis.php, install/BUGS, install/COPYING, install/INSTALL, install/INSTALL.roff, install/Makefile, install/README, install/README.roff, install/TODO.sh, tmp/.local: api split up, install data moved, so that modman may be dropped directly into webspace. mandb.php can pick up multi-line descriptions now.
Apropos results can be filtered by Section or Manual, but not Page (obviously).
whatis pseudo-database implemented, enabled by default in config.
Sections include Subsections (3->3ucb, 3ucb->3ucblib). Local Apropos and description support added via apropos/whatis programs.
- Release 1.2 -- The Small-Box/WhatIS Release.
Download (0.018MB)
Added: 2005-07-18 License: GPL (GNU General Public License) Price:
1558 downloads
Siteman 2.0.x1
Siteman is a Content Management System (CMS) that is so easy to install and use. more>>
Siteman is a Content Management System (CMS) that is so easy to install and use, that a person who has no knowledge about creating homepages can get a profesionally looking website up and running in just minutes.
<<less Download (0.47MB)
Added: 2005-09-06 License: GPL (GNU General Public License) Price:
1508 downloads
mtop 0.6.6
mtop (MySQL top) monitors a MySQL database showing the queries which are taking the most amount of time to complete. more>>
mtop (MySQL top) monitors a MySQL database showing the queries which are taking the most amount of time to complete.
Installation:
To install mtop, run the following:
perl Makefile.PL
make
make install
Run:
perl Makefile.PL --prefix={install_prefix}
or change the PREFIX line in Makefile.PL to customize install location. The default {install_prefix} is /usr/local which means mtop will be installed in /usr/local/bin/.
<<lessInstallation:
To install mtop, run the following:
perl Makefile.PL
make
make install
Run:
perl Makefile.PL --prefix={install_prefix}
or change the PREFIX line in Makefile.PL to customize install location. The default {install_prefix} is /usr/local which means mtop will be installed in /usr/local/bin/.
Download (0.048MB)
Added: 2005-09-30 License: GPL (GNU General Public License) Price:
1489 downloads
imap_tools 0.1
imap_tools consists of three programs: imap_search, imap_filter, and imap_rename. more>>
imap_tools consists of three programs: imap_search, imap_filter, and imap_rename.
All programs run from your PC against your IMAP server, so there is no need to install any server side software. imap_filter provides a way to write easy filter rules.
<<lessAll programs run from your PC against your IMAP server, so there is no need to install any server side software. imap_filter provides a way to write easy filter rules.
Download (0.003MB)
Added: 2005-10-03 License: GPL (GNU General Public License) Price:
1481 downloads
Snowlog 1.1.1
Snowlog is a webserver access log browser/analyzer. more>>
Snowlog is a webserver access log browser/analyzer. It does not generate static reports, but lets you browse through the requests in real time. Filters that accept regular expressions can be applied.
Installation:
make
make install (as root)
<<lessInstallation:
make
make install (as root)
Download (0.029MB)
Added: 2005-10-14 License: GPL (GNU General Public License) Price:
1470 downloads
Pyramba 0.1
Pyramba is a clone of Karamba written in Python using PyKDE. more>>
Pyramba is a clone of Karamba written in Python using PyKDE. It makes your desktop interactive by showing system status information:
- CPU Usage
- MP3 playing
- Free Memory Amount
Installation:
python ./install.py
<<less- CPU Usage
- MP3 playing
- Free Memory Amount
Installation:
python ./install.py
Download (0.047MB)
Added: 2005-10-18 License: GPL (GNU General Public License) Price:
1467 downloads
Linux Genealogy Install CD 1.0
Linux Genealogy contains bootable Live Linux environment and added Linux Genealogical software. more>>
The GRAMPS project is proud to announce the first release of the Linux Genealogy Install CD. In contrast with the Live CD, this disk allows permanent installation of Linux and genealogical software on your computers hard drive.
This Install CD is based on Ubuntu 5.10 (Breezy Badger) Install CD and, in addition to the regular Breezy install, features pre-installed GRAMPS, GeneWeb, and LifeLines applications, as well as GraphViz program to draw pretty graphs in GRAMPS. The CD is available only for the x86 architecture.
In contrast with the Live CD, this disk allows permanent installation of Linux and genealogical software on your computers hard drive. This way you achieve adequate speed and the ability to save your data, and can do real work with your Linux software. Everything is similar to the Live CD, except that this is a permanent setup.
This way you achieve adequate speed and the ability to save your data, and can do real work with your Linux software. In particular, it makes a perfect gift for genealogists who want to work on Linux.
If you want to buy this CD please go here :
http://store.roitman.org
or
http://www.cdfhs-aus.com/catalog/index.php
<<lessThis Install CD is based on Ubuntu 5.10 (Breezy Badger) Install CD and, in addition to the regular Breezy install, features pre-installed GRAMPS, GeneWeb, and LifeLines applications, as well as GraphViz program to draw pretty graphs in GRAMPS. The CD is available only for the x86 architecture.
In contrast with the Live CD, this disk allows permanent installation of Linux and genealogical software on your computers hard drive. This way you achieve adequate speed and the ability to save your data, and can do real work with your Linux software. Everything is similar to the Live CD, except that this is a permanent setup.
This way you achieve adequate speed and the ability to save your data, and can do real work with your Linux software. In particular, it makes a perfect gift for genealogists who want to work on Linux.
If you want to buy this CD please go here :
http://store.roitman.org
or
http://www.cdfhs-aus.com/catalog/index.php
Download (625MB)
Added: 2005-11-03 License: GPL (GNU General Public License) Price:
1454 downloads
twiddled 0.1
twiddled is a userspace driver for the Twiddler1. more>>
twiddled is a userspace driver for the Twiddler 1 chord keyboard. It uses the uinput interface.
Installation:
run:
make KSRC= all
install twiddled into somewhere sensible (/usr/sbin?).
install twiddler1.tmap as /etc/twiddled/default.tmap
<<lessInstallation:
run:
make KSRC= all
install twiddled into somewhere sensible (/usr/sbin?).
install twiddler1.tmap as /etc/twiddled/default.tmap
Download (0.008MB)
Added: 2005-11-08 License: BSD License Price:
1445 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above install search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed