LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 06-02-2020, 11:35 AM   #1
wdarledge
Member
 
Registered: Nov 2017
Location: Dallas, TX (North Dallas)
Distribution: Slackware 14.2
Posts: 98
Blog Entries: 8

Rep: Reputation: Disabled
install tar.gz files in Slackware from SlackBuild.org, HELP


I need another lesson in installing packages that are in the .tar.gz form,

so....


In SlackBuild.org, there is a file I need for Coursera/Google to download a Windows instance of a RDP on my Linux box... they want me to "prove I know how to create a folder in Windows" on my Linux box... the RDP they "insist on using is a program called 'remmina'...this program is available on SlackBuild.org as a tar.gz - ONLY!

and that is where the problem starts...

~/Downloads$

~/Downloads$ dir
~/~/tar -xvf 'package-file-names'.tar.gz ...for each package

~/Downloads$ dir
~/~/Downloads$ 'package-file-names' & 'package-file-names'.tar.gz
#are both present at this point

~/Downloads$ configure 'package-file-names' ...doesn't work
~/Downloads$ make 'package-file-names' ...doesn't work
~/Downloads$ make-install 'package-file-names' ...doesn't work

so... I've downloaded 10 different 'package-file-name'.tar.gz and i can't get any of them to install and have no idea how to do it.

if it were a .tgz then, it would be
#upgradepkg --install-new 'package-file-name' ... right?

but, since 'remmina' comes in a gzipped tar ball, then it has to be
# configure 'package-file-name'
# make 'package-file-name'
# make-install 'package-file-name' ..... but, what if that won't work?

i am so lost ....
odin
 
Old 06-02-2020, 11:38 AM   #2
montagdude
Senior Member
 
Registered: Apr 2016
Distribution: Slackware
Posts: 2,011

Rep: Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619
http://slackbuilds.org/howto/
 
1 members found this post helpful.
Old 06-02-2020, 12:17 PM   #3
kgha
Senior Member
 
Registered: May 2018
Location: Sweden
Distribution: Slackware 64 -current multilib from AlienBob's LiveSlak MATE
Posts: 1,072

Rep: Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744
And please note that in order to build a slackware package (.tgz or .txz) of remmina using the SBo buildscript, there are four dependencies listed that needs to be built first. And some of them have dependencies that first must be met, and those dependencies might have dependencies...
But all this is clearly stated on the SBo pages.
 
Old 06-05-2020, 03:22 PM   #4
wdarledge
Member
 
Registered: Nov 2017
Location: Dallas, TX (North Dallas)
Distribution: Slackware 14.2
Posts: 98

Original Poster
Blog Entries: 8

Rep: Reputation: Disabled
.... ok,

 
Old 06-06-2020, 11:56 AM   #5
wdarledge
Member
 
Registered: Nov 2017
Location: Dallas, TX (North Dallas)
Distribution: Slackware 14.2
Posts: 98

Original Poster
Blog Entries: 8

Rep: Reputation: Disabled
SBo, error message

ok...
thanks to everyone who responded
i did a little reading & went to SlackBuild.org in the link and tried the advised steps.
when I run
./pyparsing.SlackBuild
I get
rm: cannot remove 'tmp/SBo/package-pyparsing' : Permission denied

so it's a permission issue

the stat on pyparsing.SlackBuild is 0755

do I need to futher change this or is Slack telling me I have a permission issue somewhere else

i assume that the command

./pyparsing.SlackBuild

needs to be run as user or it wouldn't begin with .

any ideas?
 
Old 06-06-2020, 12:11 PM   #6
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Generally speaking, you need to be root to build packages in Slackware.
 
Old 06-06-2020, 12:25 PM   #7
wdarledge
Member
 
Registered: Nov 2017
Location: Dallas, TX (North Dallas)
Distribution: Slackware 14.2
Posts: 98

Original Poster
Blog Entries: 8

Rep: Reputation: Disabled
great to hear from you

cheers AB....

when I run as su i get the above (so long as i am doing this right)... any ideas??
 
Old 06-06-2020, 12:26 PM   #8
wdarledge
Member
 
Registered: Nov 2017
Location: Dallas, TX (North Dallas)
Distribution: Slackware 14.2
Posts: 98

Original Poster
Blog Entries: 8

Rep: Reputation: Disabled
technical difficulties

i'm sorry....

it's the '#' button, then paste a screenshot inbetween the closing bracket of CODE on the left and the opening bracket of CODE on the right .... right?
 
Old 06-06-2020, 12:28 PM   #9
wdarledge
Member
 
Registered: Nov 2017
Location: Dallas, TX (North Dallas)
Distribution: Slackware 14.2
Posts: 98

Original Poster
Blog Entries: 8

Rep: Reputation: Disabled
lets try it this way ...
 
Old 06-06-2020, 12:30 PM   #10
wdarledge
Member
 
Registered: Nov 2017
Location: Dallas, TX (North Dallas)
Distribution: Slackware 14.2
Posts: 98

Original Poster
Blog Entries: 8

Rep: Reputation: Disabled
one more time

lms if this works...
 
Old 06-06-2020, 12:34 PM   #11
wdarledge
Member
 
Registered: Nov 2017
Location: Dallas, TX (North Dallas)
Distribution: Slackware 14.2
Posts: 98

Original Poster
Blog Entries: 8

Rep: Reputation: Disabled
256K, got it

so, here is what I get when I attempt to run

./pyparsing.SlackBuild

from root
 
Old 06-06-2020, 12:36 PM   #12
wdarledge
Member
 
Registered: Nov 2017
Location: Dallas, TX (North Dallas)
Distribution: Slackware 14.2
Posts: 98

Original Poster
Blog Entries: 8

Rep: Reputation: Disabled
./pyparsing.SlackBuild from root

ok....

needed to expand the dialog a little ...
Attached Thumbnails
Click image for larger version

Name:	Slackware-troubleshooting_remmina_install__002_edited.png
Views:	50
Size:	112.5 KB
ID:	33346  
 
Old 06-06-2020, 12:38 PM   #13
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,597
Blog Entries: 19

Rep: Reputation: 4455Reputation: 4455Reputation: 4455Reputation: 4455Reputation: 4455Reputation: 4455Reputation: 4455Reputation: 4455Reputation: 4455Reputation: 4455Reputation: 4455
Nope!

1) You type [code].
2) You paste in the output you want to show us.
3) You type [/code].

No hashtags!

Your image is hard to read, but it looks to me as if you are typing your filenames incorrectly. Slackbuild script names always have the form program_name.Slackbuild. That's a dot (.) in there, not a slash (/). The slash is a pathname separator.

I think you need to read up a bit about directories and files, and what a pathname looks like before you try this again.

Last edited by hazel; 06-06-2020 at 12:45 PM.
 
Old 06-06-2020, 01:03 PM   #14
wdarledge
Member
 
Registered: Nov 2017
Location: Dallas, TX (North Dallas)
Distribution: Slackware 14.2
Posts: 98

Original Poster
Blog Entries: 8

Rep: Reputation: Disabled
ok...

so, other than the typo... here is what i get

Code:
bash-5.0# ./pyparsing.SlackBuild
tar: /home/odin/Downloads/pyparsing/pyparsing-2.3.1.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
bash-5.0#
 
Old 06-06-2020, 02:56 PM   #15
kgha
Senior Member
 
Registered: May 2018
Location: Sweden
Distribution: Slackware 64 -current multilib from AlienBob's LiveSlak MATE
Posts: 1,072

Rep: Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744
Did you download the source file? Did you put it in the same folder as the pyparsing.SlackBuild script? As per the Howto-instructions...
 
1 members found this post helpful.
  


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
how can i decompress this tar.tar file? hmmm sounds new.. tar.tar.. help ;) kublador Linux - Software 14 10-25-2016 02:48 AM
Cannot install SlackBuild OpenOffice.org 3.2.0 on Slackware 13 aes canis Slackware 6 03-09-2010 03:44 AM
BackUp & Restore with TAR (.tar / .tar.gz / .tar.bz2 / tar.Z) asgarcymed Linux - General 5 12-31-2006 02:53 AM
How do I un tar a .tar, .tar.z, .tar.gz file vofkid Linux - Newbie 4 03-15-2002 02:54 PM

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

All times are GMT -5. The time now is 12:58 AM.

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