LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 12-10-2017, 02:44 PM   #1
TheNutCase
Member
 
Registered: May 2016
Location: Columbia, South Carolina14
Distribution: Slackware 15.0
Posts: 700

Rep: Reputation: Disabled
Command line help please.


What is the Slackware 14.2 equivalent for the following:

sudo dpkg -i fvd-module_xxxx-1_xxxx.deb
sudo apt-get install -f

(I know that 'sudo' should be replaced with 'su', but I'm not sure about 'dkpg' or 'apt-get')

Thanks in advance.

Last edited by TheNutCase; 12-10-2017 at 02:46 PM.
 
Old 12-10-2017, 03:15 PM   #2
average_user
Member
 
Registered: Dec 2010
Location: Warsaw, Poland
Distribution: Slackware
Posts: 560

Rep: Reputation: 220Reputation: 220Reputation: 220
For the first it would be something like:

Code:
installpkg <PACKAGE>
also note that slackware does not use .deb and that you can enable sudo if you want.

What is the second comment supposed to do?
 
Old 12-10-2017, 03:24 PM   #3
montagdude
Senior Member
 
Registered: Apr 2016
Distribution: Slackware
Posts: 2,011

Rep: Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619
Here is the link where TheNutCase copied those commands from:

http://fvdmedia.com/installation-guide-linux-unix/

As far as I can see, there is no package for it on Slackware or on SBo. You can use deb2tgz to create a Slackware package from it, though. deb2tgz is available from SlackBuilds.org.
.
 
Old 12-10-2017, 03:28 PM   #4
heyjann
Member
 
Registered: Dec 2015
Posts: 102

Rep: Reputation: Disabled
See

https://docs.slackware.com/howtos:sl...ackage_formats

I'd ask, do you really need this software, but you can do what you like.

Quote:
Originally Posted by average_user View Post
What is the second comment supposed to do?
The -f flag for apt-get seems to be to check if any installed package (for example the one just installed) has unmet dependencies and if so, to install those. No Slackware counterpart/equivalent for obvious reasons.
 
1 members found this post helpful.
Old 12-10-2017, 03:31 PM   #5
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,055

Rep: Reputation: Disabled
There is no equivalent in Slackware, because the package management systems differ between Debian and Slackware. So no, installpkg is not an equivalent.

Better tell us why you think you need this information, in other words what you want to do exactly.
 
1 members found this post helpful.
Old 12-10-2017, 03:49 PM   #6
average_user
Member
 
Registered: Dec 2010
Location: Warsaw, Poland
Distribution: Slackware
Posts: 560

Rep: Reputation: 220Reputation: 220Reputation: 220
Correct, I said that Slackware does not use .deb.

However, both comments serve the same purpose in their own universes and for this reason they are equivalents but not drop-in replacements
 
Old 12-10-2017, 04:07 PM   #7
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,055

Rep: Reputation: Disabled
Quote:
Originally Posted by montagdude View Post
Here is the link where TheNutCase copied those commands from:

http://fvdmedia.com/installation-guide-linux-unix/
Then I strongly advise the OP to not install this stuff, as this is a binary package and there is no source accessible.
 
Old 12-10-2017, 06:45 PM   #8
TheNutCase
Member
 
Registered: May 2016
Location: Columbia, South Carolina14
Distribution: Slackware 15.0
Posts: 700

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by montagdude View Post
Here is the link where TheNutCase copied those commands from:

http://fvdmedia.com/installation-guide-linux-unix/
I asked because I had installed an add on to Firefox 57.0.1 called "File Video Downloader" ad it apparently needs that file to work with the version of Firefox that I am using.
 
Old 12-10-2017, 07:04 PM   #9
heyjann
Member
 
Registered: Dec 2015
Posts: 102

Rep: Reputation: Disabled
As Didier Spaier and I (he, less subtly) hinted, that program might be dodgy, potentially. Best Google or Duckduckgo it.

This might be worth having a look at instead:
https://slackbuilds.org/repository/1...rk/youtube-dl/

But you can do whatever you like, and if you need to use a .deb file, look into deb2tgz as also already mentioned in the thread.
 
Old 12-12-2017, 11:44 AM   #10
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,217

Rep: Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309
Quote:
Originally Posted by TheNutCase View Post
sudo dpkg -i fvd-module_xxxx-1_xxxx.deb
I'd start with:

Code:
ar x fvd-module_xxxx-1_xxxx.deb
That uncompresses the .deb. I can then repackage it into a Slackware package.
 
Old 12-14-2017, 12:11 AM   #11
ttk
Senior Member
 
Registered: May 2012
Location: Sebastopol, CA
Distribution: Slackware64
Posts: 1,038
Blog Entries: 27

Rep: Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484
You also might want to try the DownloadHelper plugin, which does not require additional packages installed, just the plugin.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
[SOLVED] Cursor does not move to the bottom line and overwrite to same line on command line mesuutt Linux - Newbie 3 02-25-2012 08:04 AM
Print all PID folders from /proc line-by-line with this format (( PID: command-line )) courteous Linux - Newbie 7 12-12-2010 04:47 PM
awk command line: blank line record sep, new line field sep robertmarkbram Programming 4 02-21-2010 05:25 AM
xine command line? or some other command line only engine? lumix Linux - Software 2 08-10-2007 10:46 AM

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

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