Warning: session_start(): open(/tmp/sess_kgj1dnbh7a1nilepdu5e35hl47, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
slack-get openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans  .- Knowledge Base  . 

slack-get

   1.0.0_alpha1  

KDE System Tool

Score 66%
arnodupuisarnodupuis
[ Infinity Perl ]
Home
slack-get
zoom


slack-get
zoom


slack-get
zoom


Link:  Link
Downloads:  7014
Submitted:  Nov 6 2004
Updated:  Jun 30 2006

Description:

slack-get is an apt-get like for Slackware Linux.
It support a perlQt GUI, which support dependencies tracking, and multiple packages selection.
command line tool is : slack-get
GUI is : slack-browser




Changelog:

After many lates here it is : the slack-get 1.0.0_alpha1 release !
Their is too many changes to list them all here, so please read the Changes file.

Here is a summary :

- New widgets in the GUI
- Big general speed improvement
- new icons
- new features
- activation of the main features
- and so on and so forth...

Moreover this realease have been heavily tested and shouldn't mess your system, their was no report for such a thing...
So : enjoy !




LicenseGPL
(Bitrock Installer)
Source(.tar.gz)
Source(.tar.bz2)
Slackware(.tgz)
Send to a friend
Subscribe
Other  Content  from arnodupuis
Report inappropriate content



goto page:  1  2  3 

-

 Looks good

 
 by brent on: Nov 6 2004
 
Score 50%

The download link is broken. If anyone is looking for it, it's http://ftp.infinityperl.org/slack-get/slack-get-0.8.3-noarch-1.tgz

It looks pretty good, but I can't start it :( Do you know what this means?

Can't locate Qt.pm in @INC (@INC contains: /usr/lib /usr/lib/perl5/5.8.5/i486-linux /usr/lib/perl5/5.8.5 /usr/lib/perl5/site_perl/5.8.5/i486-linux /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl/5.8.4 /usr/lib/perl5/site_perl .) at/usr/bin/slack-browser line 6.
BEGIN failed--compilation aborted at /usr/bin/slack-browser line 6.

I have perl 5.8.5 installed.


Reply to this

-

 Re: Looks good

 
 by arnodupuis on: Nov 6 2004
 
Score 50%
arnodupuisarnodupuis
[ Infinity Perl ]
Home

Sorry,
I have check the link, it's ok you certainly try to download when a great number of person try to.

For your problem with perlQt, it's quite simple to solve :
as root type in a shell :
cpan
you will have a prompt which look like that ;
cpan>
If it's the firdt time you use it CPAN ask you for the configuration, answer 'no' if you don't want to custom the connexion parameter and then type :
install Qt
CPAN will download and compile the Perl Module Qt for you.
Have a good week end

Arnaud DUPUIS


Reply to this

-

 Big problem

 
 by arnodupuis on: Nov 6 2004
 
Score 50%
arnodupuisarnodupuis
[ Infinity Perl ]
Home

I very sorry but I have forgotten to remove some devel libs include in one file of slack-browser (the GUI).
So if you have a problem and Perl say something like that :
can't find logger.pm in @INC, please edit manually the file /usr/lib/slackget/GUI/slack_browser.pm
and at the beggining you can find a line like that :

use slackget::GUI::slack_browser::logger;

remove this line and all will be good.
If you have another problem like that please mail me.

I will release a new version sunday afternon to correct all this problem. I also release a package, with all extra modules required (like Qt).

One more time, I am sorry for this problem.


Reply to this

-
.

 Re: Big problem

 
 by lordcrow on: Dec 24 2004
 
Score 50%

i have this little problem:

Can't locate File/Reader.pm in @INC (@INC contains: /usr//lib /usr/lib/perl5/5.8.4/i486-linux /usr/lib/perl5/5.8.4 /usr/lib/perl5/site_perl/5.8.4/i486-linux /usr/lib/perl5/site_perl/5.8.4 /usr/lib/perl5/site_perl .) at /usr//lib/slackget.pm line 8.
BEGIN failed--compilation aborted at /usr//lib/slackget.pm line 8.
Compilation failed in require at /usr//lib/slackget/GUI/slack_conf2.pm line 120.
BEGIN failed--compilation aborted at /usr//lib/slackget/GUI/slack_conf2.pm line120.
Compilation failed in require at /usr//lib/slackget/GUI/slack_browser.pm line 82.
BEGIN failed--compilation aborted at /usr//lib/slackget/GUI/slack_browser.pm line 82.
Compilation failed in require at /usr/bin/slack-browser line 7.
BEGIN failed--compilation aborted at /usr/bin/slack-browser line 7.

what should i do??

thanx


Reply to this

-
.

 same stuff

 
 by ravenstyles on: Nov 6 2004
 
Score 50%

this looks amazing..but during my install i had the same problem as above. i cant wait till you produce a version thats working from the get-go

thanks!


Yay Slackware!!
Reply to this

-

 Error need help

 
 by zanny on: Nov 13 2004
 
Score 50%

i'am getting these message can someone help me solve the problem. thanks

Time::HiRes object version 1.65 does not match $Time::HiRes::XS_VERSION 1.59 at /usr/lib/perl5/5.8.0/i486-linux/DynaLoader.pm line 249.
Compilation failed in require at /usr/bin/slack-get line 12.
BEGIN failed--compilation aborted at /usr/bin/slack-get line 12.

by the away excellent work


Reply to this

-

 Re: Error need help

 
 by arnodupuis on: Nov 13 2004
 
Score 50%
arnodupuisarnodupuis
[ Infinity Perl ]
Home

If you have installed the slack-get-extralibs package to have Time::HiRes this is normal.
I have compiled all module with perl 5.8.4 and the XS (embded C) version is not the same that the perl 5.8.5 one.
To fix this problem you have to install by yourself Perl modules which used XS by typing in a shell :
perl -MCPAN -e 'install '
for example :
perl -MCPAN -e 'install Time::HiRes'

Arnaud DUPUIS


Reply to this

-

 Re: Error need help

 
 by arnodupuis on: Nov 13 2004
 
Score 50%
arnodupuisarnodupuis
[ Infinity Perl ]
Home

Hum I have not seen that your perl is 5.8.0 ! it's quite old my friend :-)
You'd really better to upgrade (at least to 5.8.4).

Good day

Arnaud DUPUIS


Reply to this

-

 Re: Re: Error need help

 
 by zanny on: Nov 13 2004
 
Score 50%

Thanks

i'm using slackware 9.1 i never needed to upgrade perl so i didn't. But i will try that thanks.


Reply to this

-
.

 Perl (modules|dep)

 
 by arnodupuis on: Dec 1 2004
 
Score 50%
arnodupuisarnodupuis
[ Infinity Perl ]
Home

Hi all dude,
I have seen that for non coder, installed Perl modules which slack-(get|browser) depending on is not easy. So for the next version of slack-get (0.8.5), I will include in source package a Shell script which will install for you all modules.
The purpose of this post is that I want to know if some of you wants that I add a link for downloading this script has stand-alone application.

Arnaud DUPUIS


Reply to this

-
.

 next release (0.9.0)

 
 by arnodupuis on: Dec 10 2004
 
Score 50%
arnodupuisarnodupuis
[ Infinity Perl ]
Home

Hi all,
Just a little post to say that I am particularly active on the slack-get project dev this time.
So the initial previous was to release the 0.8.6 version this week, but the development has been considerably improved so I will release the 0.9.0 version.
The major upgrade for this branch is the support of translation (there is many upgrades but I let you discover them :-), and currently the slack-get project support only 2 languages : French and English. So if somebody can help me for the translation. I need particularly peoples that can translate in German, Spanish, Italian Portuguese and all languages.
If you are interested please send me an e-mail at arno-translation@infinityperl.org. Thank you.
PS : I can't use KDE translation file because slack-get is not design only for KDE user but also for server without X server.

Good day

Arnaud DUPUIS


Reply to this

goto page:  1  2  3 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team