LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-01-2016, 10:07 AM   #1
rubankumars
Member
 
Registered: Oct 2010
Location: india
Distribution: debian 8,debian 9,slackware 14.2
Posts: 158

Rep: Reputation: 12
open source alternatives for unrar and adobe flash


I want open source alternative for unrar and adobe flash.
I use Debian jessie on amd64.
I use unrar for dealing with rar.
I want open source alternative.
I heard there is a software called unarchiver available.
How to use it to extract files using kde ark and xfce xarchiver.
I also use mcomix to read rar comic archives.

Also,I want to know whether flash plugin can be completely replaced by any other open source softwares.I don't want 100 percent compatibility.Atleast
80 percentage compatibility is okay.

Are there any softwares available?
 
Old 12-01-2016, 12:09 PM   #2
sneakyimp
Senior Member
 
Registered: Dec 2004
Posts: 1,056

Rep: Reputation: 78
I can't say for sure whether there's a free util to extract rar files. You might try searching for unrar-free:
Code:
sudo apt-cache search unrar-free
As for adobe flash, I'm guessing you are referring to the application used to author flash applications. There are some suggestions offered here.

I'd recommend that you dispense with Flash entirely and develop your application using Javascript and HTML5.
 
Old 12-01-2016, 12:40 PM   #3
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,634

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by rubankumars View Post
I want open source alternative for unrar and adobe flash.
I use Debian jessie on amd64. I use unrar for dealing with rar. I want open source alternative. I heard there is a software called unarchiver available. How to use it to extract files using kde ark and xfce xarchiver.
Did you try to look up how to use it? And there already IS an unrar command for Linux that's free..it's in openSUSE, Fedora, Ubuntu, and most probably Debian...why, what is the problem with using it? And after being here for SIX YEARS at this point, you should know to do basic research first, before posting things.

If you 'heard about' some software, then that gives you a GREAT thing to search for, doesn't it?
Quote:
I also use mcomix to read rar comic archives.

Also,I want to know whether flash plugin can be completely replaced by any other open source softwares.I don't want 100 percent compatibility.Atleast
80 percentage compatibility is okay. Are there any softwares available?
First hit in Google for "open source flash replacement" is:
http://askubuntu.com/questions/57606...ce-alternative

Last edited by TB0ne; 12-01-2016 at 12:42 PM.
 
1 members found this post helpful.
Old 12-01-2016, 01:56 PM   #4
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
As mentioned, the replacement for Adobe Flash depends upon whether you're a creator or a consumer -- from the consumer perspective it's Flash or nothing, really, unless you only want it to play Internet Archive games and the like.
I've found the open-source unrar to not work on some archives. When it works it's better than the corporate one but if you need the corporate one you need it.
This is "Linux 101", as the leftpondians would call it, and the information is, at least as I type, available freely...
 
Old 12-02-2016, 11:04 AM   #5
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,140

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
And when you've installed unrar, just type the command in a terminal and it will tell you how to use it, with more details than in the man page.

For flash, there's gnash.
 
Old 12-02-2016, 07:49 PM   #6
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by rubankumars View Post
I want open source alternative for unrar and adobe flash.
I use Debian jessie on amd64.
I use unrar for dealing with rar.
I want open source alternative.
I heard there is a software called unarchiver available.
How to use it to extract files using kde ark and xfce xarchiver.
I also use mcomix to read rar comic archives.

Also,I want to know whether flash plugin can be completely replaced by any other open source softwares.I don't want 100 percent compatibility.Atleast
80 percentage compatibility is okay.

Are there any softwares available?
for unrar I use this .. just find that linux version
Quote:
RAR 5.40 for Linux
RAR 5.40 for Linux x64
RAR 5.40 for FreeBSD
then move it into
Code:
/usr/bin
flash, firefox sends me to Adobe sight and I down load the tar.gz open source one, not deb etc.. then put it in my plugins folder. or "hack" it with a google pepperflash one, or both just to have them.

Last edited by BW-userx; 12-02-2016 at 07:53 PM.
 
Old 12-03-2016, 02:14 AM   #7
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Quote:
Originally Posted by BW-userx View Post
for unrar I use this .. just find that linux version then move it into
Code:
/usr/bin
flash, firefox sends me to Adobe sight and I down load the tar.gz open source one, not deb etc.. then put it in my plugins folder. or "hack" it with a google pepperflash one, or both just to have them.
I don't wish to be awkward but Adobe don't supply an open source Flash and any version of unrar which works on all files is highly unlikely to be open-source either.
 
Old 12-03-2016, 06:51 AM   #8
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by 273 View Post
I don't wish to be awkward but Adobe don't supply an open source Flash and any version of unrar which works on all files is highly unlikely to be open-source either.
exactly. That is why I just use what works, isn't that is all that really matters ?

RARLAB I do not know if it is open source, I've never needed to compile it to install it, so I never bothered to see, all I know is that it is free and it works.

Adobe I use theirs because it is their stuff, and their stuff works with their stuff. Adobe Flash plugins work with Adobe Flash.

I just told him what I do because, bottom line, It Works.

so now he has something to fall back on.

Last edited by BW-userx; 12-03-2016 at 07:03 AM.
 
1 members found this post helpful.
Old 12-03-2016, 07:50 AM   #9
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by DavidMcCann View Post
For flash, there's gnash.
And Lightspark.

Regards...
 
Old 12-03-2016, 10:51 AM   #10
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,140

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
Quote:
Originally Posted by BW-userx View Post
RARLAB I do not know if it is open source, I've never needed to compile it to install it, so I never bothered to see, all I know is that it is free and it works.
The source code is actually released free of charge on a 40-day trial basis. The code available in most distros is simply compiled from that source, so if you feel guilty about breaking the licence conditions, don't use it! On the other hand, if the creator objected he could always make the trial version compiled, or sue a distro. I suspect the income from Windows and Mac users seems sufficient for him!
 
Old 12-03-2016, 01:56 PM   #11
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Quote:
Originally Posted by BW-userx View Post
exactly. That is why I just use what works, isn't that is all that really matters ?

RARLAB I do not know if it is open source, I've never needed to compile it to install it, so I never bothered to see, all I know is that it is free and it works.

Adobe I use theirs because it is their stuff, and their stuff works with their stuff. Adobe Flash plugins work with Adobe Flash.

I just told him what I do because, bottom line, It Works.

so now he has something to fall back on.
Personally, I take the same pragmatic approach as you.
I just thought it worth emphasising that there are no open-source alternatives.
 
  


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
LXer: 4 Open Source Alternatives To Adobe Photoshop LXer Syndicated Linux News 0 05-19-2013 06:50 AM
LXer: 50+ open source/free alternatives to Adobe Acrobat LXer Syndicated Linux News 0 12-20-2007 12:30 PM
open source alternatives for adobe products jaymoney Linux - Software 3 04-04-2007 01:58 PM
LXer: Tibco, Adobe offer open-source AJAX alternatives LXer Syndicated Linux News 0 02-09-2006 08:01 AM
LXer: Open Source and the Flash Platform: What Should Adobe Do Next? LXer Syndicated Linux News 0 01-01-2006 05:01 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:50 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