LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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-13-2016, 08:03 PM   #1
just.srad
Member
 
Registered: Apr 2008
Location: Singapore
Distribution: Slackware 14.0
Posts: 153

Rep: Reputation: 15
Any slackbuild for Brave browser


Hi, anyone here has successfully installed Brave brower?

Couldn't find the slackbuild for Brave browser.

I did try to install the binary version but it cannot run the brave..

Below is the error :
cannot execute binary file: Exec format error

Last edited by just.srad; 08-13-2016 at 09:08 PM.
 
Old 08-13-2016, 08:15 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,323
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
Doesn't look like it, but you could grab the *.rpm and try using rpm2tgz.

I've used rpm2tgz several times and it worked each time.

I note that a raw binary is also available from the Brave website.

https://github.com/brave/browser-lap...inuxInstall.md

Last edited by frankbell; 08-13-2016 at 08:19 PM.
 
Old 08-13-2016, 09:09 PM   #3
just.srad
Member
 
Registered: Apr 2008
Location: Singapore
Distribution: Slackware 14.0
Posts: 153

Original Poster
Rep: Reputation: 15
I did try the rpm2tgz method. It doesn't work too..

I downloaded the rpm package and use rpm2tgz to convert to slackware package and then use the installpkg to install the package.

After having done that, i can see the entry "Brave" under the menu "Application | Internet" . But no brave browser pops out after clicking on it.

Last edited by just.srad; 08-13-2016 at 09:19 PM.
 
Old 08-13-2016, 09:16 PM   #4
just.srad
Member
 
Registered: Apr 2008
Location: Singapore
Distribution: Slackware 14.0
Posts: 153

Original Poster
Rep: Reputation: 15
#file brave

show me the following message:


Quote:
bash-4.3# file brave
brave: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=11f329db85754ef603d0be2617281cb37ac19a3d, stripped
bash-4.3#

When i try to check for the availability of /lib64/ld-linux-x86-64.so.2 and it is not there.

Does the error " cannot execute binary file: Exec format error" have to do with the missing "/lib64/ld-linux-x86-64.so.2" ?

Thanks in advance for any suggestion.

Last edited by just.srad; 08-13-2016 at 09:27 PM.
 
Old 08-13-2016, 09:35 PM   #5
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,323
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
I was unable to duplicate this problem.

I just ran

Code:
wget -O brave.tar.bz2 https://laptop-updates.brave.com/latest/linux64
Then I decompressed the file, I cd'ed into the directory that decompressing the file created, and I was able to run Brave

Code:
./brave
and hit a website.

This was on my Slackware --Current 64-bit system.

Because I can't duplicate the problem, I can't offer any suggestions. I wish I could help more, but, being unable to duplicate the problem kind of gets in the way of doing so.

Last edited by frankbell; 08-13-2016 at 09:38 PM.
 
Old 08-13-2016, 09:56 PM   #6
55020
Senior Member
 
Registered: Sep 2009
Location: Yorks. W.R. 167397
Distribution: Slackware
Posts: 1,307
Blog Entries: 4

Rep: Reputation: Disabled
Quote:
Originally Posted by just.srad View Post
When i try to check for the availability of /lib64/ld-linux-x86-64.so.2 and it is not there. Does the error " cannot execute binary file: Exec format error" have to do with the missing "/lib64/ld-linux-x86-64.so.2" ?
You've got 32 bit Slackware, but the Brave Linux packages are all 64 bit only. That's never going to work.
 
1 members found this post helpful.
Old 08-13-2016, 10:00 PM   #7
just.srad
Member
 
Registered: Apr 2008
Location: Singapore
Distribution: Slackware 14.0
Posts: 153

Original Poster
Rep: Reputation: 15
Ops.. let me try it again..

Thanks for the super fast prompt reply.
 
Old 08-13-2016, 10:03 PM   #8
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,323
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
Thanks, 55020. I should have caught that.
 
Old 08-13-2016, 11:12 PM   #9
just.srad
Member
 
Registered: Apr 2008
Location: Singapore
Distribution: Slackware 14.0
Posts: 153

Original Poster
Rep: Reputation: 15
Big thanks to Frankbell and 55020..

Yes, it is due to 32-bit slackware..

It now works after i have just installed the 64-bit version. =)
 
Old 08-13-2016, 11:15 PM   #10
just.srad
Member
 
Registered: Apr 2008
Location: Singapore
Distribution: Slackware 14.0
Posts: 153

Original Poster
Rep: Reputation: 15
Now it's time to make the desktop to look pretty.
 
Old 08-13-2016, 11:48 PM   #11
STDOUBT
Member
 
Registered: May 2010
Location: Stumptown
Distribution: Slackware64
Posts: 583

Rep: Reputation: 242Reputation: 242Reputation: 242
Quote:
Now it's time to make the desktop to look pretty.
...and mark this thread "SOLVED" ;-)
 
Old 08-14-2016, 02:34 AM   #12
just.srad
Member
 
Registered: Apr 2008
Location: Singapore
Distribution: Slackware 14.0
Posts: 153

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by STDOUBT View Post
...and mark this thread "SOLVED" ;-)
Thanks for the reminder. Thought someone will do it.
 
Old 08-14-2016, 03:00 AM   #13
vonbiber
Member
 
Registered: Apr 2009
Distribution: slackware 14.1 64-bit, slackware 14.2 64-bit, SystemRescueCD
Posts: 533

Rep: Reputation: 129Reputation: 129
I just did a quick and dirty SlackBuild for the brave browser.

As of today (August 14, 2016), the version is 0.11.dev

1. First download the appropriate version for your system:
wget -O brave-0.11.dev.tar.bz2 https://laptop-updates.brave.com/latest/linux
or
wget -O brave-0.11.dev.tar.bz2 https://laptop-updates.brave.com/latest/linux64

according to your architecture (32-bit for the former and 64-bit for the latter)

2. then download brave.SlackBuild and logo.png from
http://vonbiber.byethost17.com/slackware/tmp/brave/
 
Old 08-14-2016, 05:56 AM   #14
just.srad
Member
 
Registered: Apr 2008
Location: Singapore
Distribution: Slackware 14.0
Posts: 153

Original Poster
Rep: Reputation: 15
Nice!
 
Old 08-14-2016, 02:48 PM   #15
STDOUBT
Member
 
Registered: May 2010
Location: Stumptown
Distribution: Slackware64
Posts: 583

Rep: Reputation: 242Reputation: 242Reputation: 242
Looks like Brave no longer supports 32bit for Linux :-(
 
  


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: Top 5: Rasperry Pi projects, Ansible, Brave the new browser, and more LXer Syndicated Linux News 0 02-06-2016 12:54 AM
LXer: Linux Foundation Sells Out, Brave New Browser & More... LXer Syndicated Linux News 0 01-23-2016 07:30 AM
brave new world odimachkie LinuxQuestions.org Member Intro 1 02-16-2009 03:28 PM
Brave captain Jeebizz General 15 11-12-2007 05:51 AM
Brave New World W:(L:) Linux - Newbie 30 11-09-2003 07:50 PM

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

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