Main > Free Download Search >

Free get software for linux

get

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3970
Caml-get 0.7

Caml-get 0.7


Caml-get is a tool to distribute and get Objective-Caml code in a way similar to the apt-get utility. more>> <<less
Download (0.070MB)
Added: 2006-05-22 License: GPL (GNU General Public License) Price:
1252 downloads
Get-Rich 1.0

Get-Rich 1.0


The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-06 License: Freeware Price: Free
200 downloads
Get-Money 1.0

Get-Money 1.0


The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-07 License: Freeware Price: Free
199 downloads

get related searches

: ,
Get File 1.2.2

Get File 1.2.2


Get File is a Firefox extension that can get a file from an URL. more>>
Get File is a Firefox extension that can get a file from an URL.

To use this extension, go in File menu and choose "Get a File".

Ive also developed a french freeware for supervision of your computer.

http://www.pastouchexp.info/

<<less
Download (0.014MB)
Added: 2007-07-09 License: MPL (Mozilla Public License) Price:
875 downloads
kapt-get 0.3.4

kapt-get 0.3.4


kapt-get is a graphical frontend to apt-get, specifically for RPM-based systems. more>>
kapt-get is a graphical frontend to apt-get, specifically for RPM-based systems. kapt-get is not a direct drop-in replacement for the apt-get command, but it provides a good way to add a GUI to an otherwise command-line operation (in scripts, etc).

So, rather than typing "apt-get install foobar" for instance, you would type "kapt-get --install foobar." Another "key feature" is the ability to update the repository database as well as perform another operation in the same command. For instance, "kapt-get --update --dist-upgrade" will first run apt-get update and then apt-get dist-upgrade and give a GUI to the whole operation.

PerlQt 3.009b2 or higher is required to run this program. I highly doubt that it will run with an older version. apt-rpm is also required. It will not work with apt for dpkg, but Id be willing to accept patches. The whole app will be rewritten for 0.4.0 which may make it easier to add support for it.

To install, type "make" and then "make install" as root. There is no "configure" script, so there is no need to run ./configure.

TRANSLATORS NEEDED! If youd be willing to translate kapt-get into your native language, I would be forever grateful. Contact me if interested.
<<less
Download (0.012MB)
Added: 2006-10-10 License: GPL (GNU General Public License) Price:
1109 downloads
Web.GET 2.0.14

Web.GET 2.0.14


Web.GET is a user-friendly Web tool for managing file downloads. more>>
Web.GET is a user-friendly Web tool for managing file downloads. Web.GET project uses GNU wget as its downloading back-end.

<<less
Download (0.059MB)
Added: 2006-01-29 License: GPL (GNU General Public License) Price:
1366 downloads
slapt-get 0.9.12a

slapt-get 0.9.12a


slapt-get is an APT-like system for Slackware package management. more>>
slapt-get is an APT-like system for Slackware package management.
slapt-get project allows you to search Slackware mirrors and third-party package sources (such as www.linuxpackages.net) for packages, compare them with installed packages, and install new packages or upgrade installed packages, all with a few simple commands.
Enhancements:
- This release features updated documentation, improved handling of GPGME errors, and a bugfix for GPG verification of uncompressed checksums files.
<<less
Download (0.14MB)
Added: 2007-08-20 License: GPL (GNU General Public License) Price:
808 downloads
Get-Rich-Quick 1.0

Get-Rich-Quick 1.0


The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-05 License: Freeware Price: Free
202 downloads
How-To-Get-Rich 1.0

How-To-Get-Rich 1.0


The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-29 License: Freeware Price: Free
183 downloads
How-To-Get-Money 1.0

How-To-Get-Money 1.0


The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-03-31 License: Freeware Price: Free
206 downloads
Get Company Info 0.4

Get Company Info 0.4


Get Company Info allows you to view the latest financial data and other company information in a separate tab. more>>
Get Company Info allows you to view the latest financial data and other company information in a separate tab.

Highlight a company name on your page with the mouse, right-click and choose Get Company Info. You will receive the latest financial data and other company information in a separate tab.

No need in ugly toolbars. Recognizes companies by both names and tickers.

<<less
Download (0.075MB)
Added: 2007-04-27 License: MPL (Mozilla Public License) Price:
913 downloads
slack-get 1.0.0 Alpha1

slack-get 1.0.0 Alpha1


slack-get is a tool like apt-get for Slackware. more>>
slack-get is a tool like Debians apt-get to autoupdate your Slackware Linux system. slack-get will support a plug-in system for use on non-standard packages.

There are currently 19 bugs found in slack-get and its dependencies.
<<less
Download (4.2MB)
Added: 2006-06-30 License: GPL (GNU General Public License) Price:
1214 downloads
Get YouTube Video 1.3c

Get YouTube Video 1.3c


Get YouTube Video is a service menu for KDE. more>>
Get YouTube Video is a service menu for KDE.

Usage:
Right-click onto a link to a YouTube video or at the background of the YouTube site showing the video and choose action -> Download YouTube Video -> ...

Install:
cd ~/.kde/share/apps/konqueror/servicemenus/
tar xvzf /path/to/youtube-servicemenu.tar.gz

I made some modifications to the YouTube Service Menu. It didnt work for me, so I looked at the source. I added a differnent method to guess the video_id and I added additional parameters to the query string to download the video.

The query-string trick is:
video_id is a part of the site-url, in which the video is embedded:

video_ids = set(re.findall(www.youtube.com/v/([-A-Za-z0-9_]+), data))

or

m = re.search(video_id=(?P [-A-Za-z0-9_]+), data)

or

m = re.search(v=(?P [-A-Za-z0-9_]+), data)

Then I do:

url = "http://www.youtube.com/watch?v=%s" % video_id

Now url points to a site in which the video will be embedded, so I can apply following regular expression to its contens:

m = re.search(watch_fullscreen?(?P .*?)&fs=1&title=" + "(?P
<<less
Download (0.003MB)
Added: 2007-03-05 License: GPL (GNU General Public License) Price:
3227 downloads
How-To-Get-Rich-Quick 1.0

How-To-Get-Rich-Quick 1.0


The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-28 License: Freeware Price: Free
180 downloads
Get-Making-Money-Online-Started 1.0

Get-Making-Money-Online-Started 1.0


The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-08 License: Freeware Price: Free
198 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5