Warning: session_start(): open(/tmp/sess_a0uun2rdudfu6tvu9autmgq1h5, 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: prev   1  2  3 

-

 another error

 
 by rufuseddy on: Dec 26 2004
 
Score 50%

Can't locate LWP/Simple.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/bin/slack-get line 10.
BEGIN failed--compilation aborted at /usr/bin/slack-get line 10.



when i try and run


gigidy, gigidy, gigidy!
Reply to this

-

 Re: another error

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

No problem is quite simple to solve :
Type (as root) in a terminal :
perl -MCPAN -e 'install LWP::Simple'

If you have installed a Slackware package it's normal cause no extra perl modules are included in thoses packages. If you use the sources, after ./configure you just have to type 'make dep'.

Good day

Arnaud DUPUIS


Reply to this

-
.

 Error

 
 by lordcrow on: Dec 28 2004
 
Score 50%

Can't locate object method "install" via package "File::Basename" at -e line 1.
Can't locate auto/Sys/Hostname/install.al in @INC (@INC contains: /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 -e line 1
make: *** [dep] Error 2


when i run 'make dep'


Reply to this

-

 Re: Error

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

All errors report during the make dep operations are not important. This is due to the fact that the module list to install is automatically generated (by a tool nammed sp2d in the install_tools/ directory). So this tool check for all dependencies without regarding on the "installability" of thoses modules. It just try to install them. It result of this process that some modules are not installables with this method (and the make dep will finished on error). But this is not important. All needed modules are installed. An exception is File::Reader which is now in version 0.8 and this new version is required by slack-get 0.9.0. But there is an error in the shell script install_tools/modules_installer and File::Reader is in the exclude list :-(.
You can install it by typing perl -MCPAN -e 'install File::Reader'


Reply to this

-
.

 Re: Re: Error

 
 by lordcrow on: Dec 28 2004
 
Score 50%

I try that too, but it says that cannot find that File::Reader :(


Reply to this

-

 Re: Re: Re: Error

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

Yes this is all my fault :-(
I have exclude File::Reader from the dependencies (it's an error).
To solve this problem you have 2 ways :
1) replace the `for` loop in install_tools/modules_installer by :

for t in `sp2d $1 slackget* helper POSIX Qt::* GnuPG*`; do
perl -MCPAN -e "install $t"
done

2) type (as root) in a shell : perl -MCPAN -e 'force install File::Reader'

Sorry for those problems.

Arnaud DUPUIS


Reply to this

-
.

 Extra libs package

 
 by arnodupuis on: Jan 4 2005
 
Score 50%
arnodupuisarnodupuis
[ Infinity Perl ]
Home

As you can see in the CHANGELOG, I have add a new package to the project. The "Extra libs sources bundle" contains sources of slack-get's required Perl modules.

I hope this will help users which have a lot of problems with dependencies.


Reply to this

-
.

 issue

 
 by arnodupuis on: Jan 19 2005
 
Score 50%
arnodupuisarnodupuis
[ Infinity Perl ]
Home

There were an issue in the Extra libs sources bundle, in the install.sh script. This issue is now corrected.

See Bugs section of the website for more informations.


Reply to this

-
.

 slack-get futur

 
 by arnodupuis on: Apr 19 2005
 
Score 50%
arnodupuisarnodupuis
[ Infinity Perl ]
Home

Against all appearences, I am not dead and I don't have stoped the slack-get's development.
But slack-get is at a point where the code is so worst that it is impossible for me to continue the improvement. So I have start to entirely recode slack-get (and slack-browser) in a new code architecture.
I explain all reasons of this re-code and some new features of the new release at :
http://ftp.lan.infinityperl.org/slack-get/Docs/slack-get_futur.pdf


Reply to this

-

 Re: slack-get futur

 
 by arnodupuis on: Apr 19 2005
 
Score 50%
arnodupuisarnodupuis
[ Infinity Perl ]
Home

The good URL is :
http://ftp.infinityperl.org/slack-get/Docs/slack-get_futur.pdf
(the other one is only accessible from my network :)


Reply to this

-

 Nice!

 
 by LimitMan on: Jul 2 2006
 
Score 50%

I was wondering, if there is posible to implement new tab, that will fetch packages from linuxpackages.net (there are file lists with desc on every mirror) and make it posible install it this way (It would be easyer for newbies to install packages in slackware)


Reply to this

-

 Re: Nice!

 
 by arnodupuis on: Jul 3 2006
 
Score 50%
arnodupuisarnodupuis
[ Infinity Perl ]
Home

Hi !

I think the thing you want is already available in slack-get : you can already install/upgrade packages from linuxpackages.net.
Here is a screenshot of a "packages tab" oredered by medias :
http://ftp.infinityperl.org/slack-get/SC/slack-get-1.0.0_alpha1/sc4.png

As you can see, you can have a lot of different medias (here I have 2 different Slackware repositories, slacky.it one and linuxpackages.net one for example).

If by any chance the linuxpackages.net "media" isn't by default available in your [install directory]/etc/slack-get/medias.xml, please add this XML section :

<media id="linuxpackages">
<files>
<filelist> FILELIST.TXT</filelist>
<checksums> CHECKSUMS.md5.gz</checksums>
<packages> PACKAGES.TXT.gz</packages>
</files>
<update-repository>
<faster> http://opensys.linuxpackages.net/Slackware-10.2/ </faster>
<fast>
<li> http://www.nymphomatic.org/mirror/linuxpackages/Slackware-10.1/ </li>
<li> http://linuxpackages.inode.at/Slackware-10.1/ </li>
<li> http://ftp.scarlet.be/pub/linuxpackages/Slackware-10.1/ </li>
<li> http://www2.linuxpackages.net/packages/Slackware-10.1/ </li>
<li> http://mirror.etf.bg.ac.yu/linuxpackages/Slackware-10.1/ </li>
<li> http://linuxpackages.slackwaresupport.com/Slackware-10.1/ </li>
</fast>
<slow>
<li> ftp://linuxpackages.inode.at/Slackware-10.1/ </li>
<li> ftp://ftp.scarlet.be/pub/linuxpackages/Slackware-10.1/ </li>
<li> http://linuxpackages.cgucccc.org/Slackware-10.1/ </li>
<li> ftp://ftp3.linuxpackages.net/pub/Slackware-10.1/ </li>
<li> ftp://mirror.etf.bg.ac.yu/linuxpackages/Slackware-10.1/ </li>
<li> ftp://ftp.slackware.hu/linuxpackages/Slackware-10.1/ </li>
<li> ftp://opensys.linuxpackages.net/pub/Slackware-10.1/ </li>
<li> ftp://ftp.nymphomatic.org/linuxpackages/Slackware-10.1/ </li>
</slow>
</update-repository>
<description> Slackware resources to help install and configure the Linux slackware distribution, Email list, Discussion Board, Howtos, Contributed packages, and much more</description>
<web-link> http://www.linuxpackages.net </web-link>
</media>

I hope it answer to your expectations ;)

Arnaud


Reply to this

goto page: prev   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