LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 08-16-2012, 03:19 PM   #1
mammal0x17
LQ Newbie
 
Registered: Aug 2012
Posts: 9

Rep: Reputation: Disabled
Before I Get Slack I Need to Know if These Programs Will Work


I've been wanting to get my hands on Slackware Linux for a while now. I use (and to a degree, like) Windows and have tried Ubuntu. The latter was not for me for several reasons. But I've always wanted Slackware.
Before I get rid of Windows 7 I need to know if I can use two programs under Slackware 14 (it's now at RC2, I see), or else this idea is a no-go for me: the first program is Corel Aftershot Pro (ASP), distributed in RPM format. I am aware of rpm2tgz, but I've also heard that it doesn't always handle things correctly (something about ignoring installation scripts thereby adding unexpected "gotchas" to rpm-based programs). Aftershot Pro is a quality photo editing software which I will not live without on Linux.
The second bit of software is Nero Linux 4 ... unfortunately, it's also in RPM- only format.
I would appreciate any insight (especially from experience) to running these programs under Slackware. ASP is an absolute must for me. Nero is important too and would be nice to have.
 
Old 08-16-2012, 03:47 PM   #2
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,222

Rep: Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319
As Corel After Shot Pro doesn't offer a demo of the Linux version, you're going to have to find out for yourself whether it's usable on Slackware. Just set Slackware up in a virtual machine and try it out.

In addition to rpm2tgz, Slackware also actually ships with RPM. You can, on Slackware, install any RPM with "rpm -ihv". You can also use src2pkg to, in one step, convert RPMs to Slackware packages and install them.

Converting .deb packages (such as those available for Nero Linux 4) to Slackware packages consists of unarchiving them with ar x and then repackaging the contents. You can look at, for example, how the google-chrome SlackBuild in /extra does it.

Last edited by dugan; 08-16-2012 at 03:51 PM.
 
3 members found this post helpful.
Old 08-16-2012, 03:52 PM   #3
mammal0x17
LQ Newbie
 
Registered: Aug 2012
Posts: 9

Original Poster
Rep: Reputation: Disabled
Did some research and only came across one instance of Aftershot Pro on Slackware, and it works, but one testimonial isn't much as encouraging as it may be. I still have questions about the effectiveness of rpm2tgz. What (if anything) does it ignore in the original rpm file during the conversion?
 
Old 08-16-2012, 04:05 PM   #4
mammal0x17
LQ Newbie
 
Registered: Aug 2012
Posts: 9

Original Poster
Rep: Reputation: Disabled
Thanks, dugan ... I just saw your reply. Incidentally, you can get a demo verion of Aftershot Pro from:
http://apps.corel.com/lp/aftershot/download/index.html
As I said in my first reply, one person seems to have it working. But before I throw out Windows I'd like a bit more information. Although I'm really hoping to start using Slackware.
 
Old 08-16-2012, 04:09 PM   #5
kabamaru
Member
 
Registered: Dec 2011
Location: Greece
Distribution: Slackware
Posts: 276

Rep: Reputation: 134Reputation: 134
About Nero Linux 4... I used it on Slackware 13.37. Nero Burning Rom worked. Nero Express wouldn't even launch though. Nero Linux is pretty much abandon-ware. I've burned useless a few discs with Nero (regardless the distro I used), something I cannot say about K3b, which I find to be a much, much better and dependable application. The only thing K3b misses is proper Bluray support. Frankly, I prefer to use Nero through Wine than run their native version for those BR discs.
 
Old 08-16-2012, 04:39 PM   #6
mammal0x17
LQ Newbie
 
Registered: Aug 2012
Posts: 9

Original Poster
Rep: Reputation: Disabled
Yup. I just saw the state of Nero Linux 4 and it's definitely abandonware. I'll be happy with k3b based on what I know. But ASP is a deal-breaker for me. Moreover, I'm really excited about using it on Linux.
And I don't want to move to Linux because it's trendy (I have polyester bellbottoms for that): I once saw Slackware in action and was amazed at how simply and smoothly it ran (Slackware is my archetypal Unix), and I immediately saw the potential of Linux. But I need to be pragmatic and do my research before landing on alien shores.

Last edited by mammal0x17; 08-16-2012 at 04:41 PM.
 
Old 08-16-2012, 04:56 PM   #7
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,222

Rep: Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319
AfterShotPro works perfectly.

My Slackware installation is 64-bit, so I downloaded the 64-bit .deb and used src2pkg to convert it to a package:

Code:
src2pkg ~/Downloads/AfterShotPro_amd64.deb
That created a new Slackware package, which I just installed:

Code:
installpkg /tmp/aftershotpro-AfterShotPro-amd64-1.txz
And then I launched it:

Code:
AfterShotPro
 
2 members found this post helpful.
Old 08-16-2012, 05:00 PM   #8
mammal0x17
LQ Newbie
 
Registered: Aug 2012
Posts: 9

Original Poster
Rep: Reputation: Disabled
A big thanks! Truly awesome! Just one more thing- is Slackware 14 RC2 stable? (I need the newer kernel to take advantage of the Intel HD 3000 graphics on my Thinkpad).
 
Old 08-16-2012, 05:03 PM   #9
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,222

Rep: Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319
It's not "stable" as I would use the word (the point of a release candidate is to give people a chance to report bugs), but the release of 14.0 is obviously not far off now. I'm personally willing to wait.

Last edited by dugan; 08-19-2012 at 11:54 PM.
 
1 members found this post helpful.
Old 08-16-2012, 05:35 PM   #10
Mobile1
Member
 
Registered: Jun 2006
Location: Sardis, B.C., Canada
Distribution: Slackware64 15 -current
Posts: 248

Rep: Reputation: 70
I am finding 14RC2 is pretty good right now, a couple little things, but overall, it's damn close to ready. Just my view on the topic : )
 
1 members found this post helpful.
Old 08-16-2012, 05:43 PM   #11
mammal0x17
LQ Newbie
 
Registered: Aug 2012
Posts: 9

Original Poster
Rep: Reputation: Disabled
I'll wait a bit but my fallback plan is to get Slackware 13.37 and update the kernel to 3.2.27, as in Slackware 14, while leaving the rest of the system as-is. Hopefully this will get my HD 3000 graphiocs working and I'll have a stable X and userland.
 
Old 08-16-2012, 05:46 PM   #12
Mobile1
Member
 
Registered: Jun 2006
Location: Sardis, B.C., Canada
Distribution: Slackware64 15 -current
Posts: 248

Rep: Reputation: 70
Quote:
Originally Posted by mammal0x17 View Post
I'll wait a bit but my fallback plan is to get Slackware 13.37 and update the kernel to 3.2.27, as in Slackware 14, while leaving the rest of the system as-is. Hopefully this will get my HD 3000 graphiocs working and I'll have a stable X and userland.
I'm running 14 RC2 on an older Tower, not a production system. My laptop is running 13.37 with today's latest updates, and all is wonderful since I dropped Windows 7 : )
 
1 members found this post helpful.
Old 08-16-2012, 05:52 PM   #13
mammal0x17
LQ Newbie
 
Registered: Aug 2012
Posts: 9

Original Poster
Rep: Reputation: Disabled
I'm hoping ditching Windows will be as seamless for me too! Mobile1, what do you mean by today's updates? Are there regular updates available for Slackware or do you get those from current?
And what about the idea of leaving 13.37 untouched except for adding the 3.2 kernel?

Last edited by mammal0x17; 08-16-2012 at 05:54 PM. Reason: some additional stuff
 
Old 08-16-2012, 06:09 PM   #14
Mobile1
Member
 
Registered: Jun 2006
Location: Sardis, B.C., Canada
Distribution: Slackware64 15 -current
Posts: 248

Rep: Reputation: 70
Quote:
Originally Posted by mammal0x17 View Post
I'm hoping ditching Windows will be as seamless for me too! Mobile1, what do you mean by today's updates? Are there regular updates available for Slackware or do you get those from current?
And what about the idea of leaving 13.37 untouched except for adding the 3.2 kernel?
13.37 has been getting a few updates, today was Emacs & T1lib packages...security patch me thinks.

I'm still running Kernel 2.6.37.6 on my laptop, I don't tend to update the Kernel until stable releases happen. You can try running the newer Kernel, there may be some dependencies 13.37 doesn't have to run it. I don't know for sure if that's the case, but if anything, you may run into that problem : )
 
1 members found this post helpful.
Old 08-16-2012, 06:26 PM   #15
mammal0x17
LQ Newbie
 
Registered: Aug 2012
Posts: 9

Original Poster
Rep: Reputation: Disabled
Worst case is that I'll be eagerly awaiting 14. Thanks, Mobile1.
And dugan, your help is very much appreciated. I guess this thread can be marked as solved.

Last edited by mammal0x17; 08-16-2012 at 06:27 PM. Reason: my dumb typo!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
slack 10.2 cannot compile c/c++ programs sharathg786 Slackware 6 08-03-2006 12:19 PM
Slack 10.1 will a Slack 10 Wine pkg work? acummings Slackware 1 03-25-2005 04:55 AM
slack programs in other distros Abe_the_Man Slackware 2 12-11-2003 02:06 AM
How do I install programs in Slack 9?? caio Linux - General 2 05-20-2003 03:38 AM
why should i recompile these programs in new slack? doublefailure Slackware 2 03-25-2003 11:33 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 02:07 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration