LinuxQuestions.org
Help answer threads with 0 replies.
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 04-09-2015, 09:53 PM   #1
Raied_F1
Member
 
Registered: Mar 2014
Location: Uk
Distribution: FreeBSD
Posts: 83

Rep: Reputation: Disabled
Few Queastions


Hi

1- i didnot install slaclpkg . but whene i write slackpkg install something i get this messege

http://ims.sportsontheweb.net/ims/pic.php?u=1OTXwM&i=38

2- if i want run videos . How to add codecs to vlc or any video player..

3- How to install graphical desktop environment like cinnamon or mate?

4- how to update pkgs ??

5- thanks
 
Old 04-09-2015, 10:00 PM   #2
jstg
Member
 
Registered: Apr 2006
Distribution: Slackware
Posts: 59

Rep: Reputation: 37
From the looks of that screenshot slackpkg is installed.

slackpkg will only handle packages that ship with Slackware (the packages that you can find on the install CD/DVD). There is an extension to slackpkg
called slackpkg+ that can handle 3rd party packages like VLC. There is also sbopkg and http://slackbuilds.org for 3rd
party SlackBuild scripts.

If you did a full install, which is recommended, you will have KDE and XFCE for desktop environments and Fluxbox, Blackbox, TWM, FVWM and WindowMaker for
window managers. willysr has Mate packages/build scripts that he has published in a public repo https://mateslackbuilds.github.io/

Using slackpkg to update Slackware packages is simple. Uncomment the appropriate mirror in /etc/slackpkg/mirrors and run:

slackpkg update gpg
slackpkg update
slackpkg upgrade-all

And then deal with any *.new files if there are any. This assumes you are running the stable release of Slackware. If you are on -current, the process is basically the
same but with a few added steps.

Last edited by jstg; 04-09-2015 at 10:02 PM. Reason: Added a link
 
1 members found this post helpful.
Old 04-09-2015, 10:06 PM   #3
EurekaHeSaid
LQ Newbie
 
Registered: Feb 2015
Location: Italy
Distribution: Slackware64-14.1
Posts: 16

Rep: Reputation: Disabled
1 - To me it seems that slackpkg is installed but I may be wrong

2 - Some codecs are not part of the default install. You have to build them from source. You can find build scripts for them here http://slackbuilds.org/

3 - Same as above. You have to build them. MATE build scripts are available at https://mateslackbuilds.github.io/ . I'm not aware of scripts to build Cinnamon. Maybe someone else knows

4 - Packages are upgrade using slackpkg or you can download them by hand and use upgradepkg to upgrade them
 
Old 04-09-2015, 10:11 PM   #4
D1ver
Member
 
Registered: Jan 2010
Distribution: Slackware 13.37
Posts: 598
Blog Entries: 3

Rep: Reputation: 194Reputation: 194
Quote:
Originally Posted by Raied_F1 View Post
Hi

1- i didnot install slaclpkg . but whene i write slackpkg install something i get this messege

http://ims.sportsontheweb.net/ims/pic.php?u=1OTXwM&i=38

2- if i want run videos . How to add codecs to vlc or any video player..

3- How to install graphical desktop environment like cinnamon or mate?

4- how to update pkgs ??

5- thanks
1)
- VLC isn't included in Slackware, but AlienBob provides a prebuilt package, grab the .txz file for your arch & slackware version and install it like "installpkg /path/to/vlc.txz"
- You spelled "seamonkey" wrong.
2) Slackware comes with a few video players by default. Mplayer, Xine, kmplayer, Dragon Player. If you didn't do a full install (Recommended) you will need to add codecs and one of those.. Slackpkg isn't going to do dependencies for you so it's going to be tricky. If you install VLC from point #1 it should play anything you want.

3) Cinnamon and Mate are not included in Official Slackware. By default you have KDE/XFCE/Fluxbox/Windowmaker/Blackbox/FVWM and TWM. Third party Build Scripts for Cinnamon are provided here by Willysr, I've never tried them. Mate Slackbuilds are provided here, also unofficial.

4) Core slackware packages can be upgraded by running
Code:
slackpkg update
slackpkg upgrade-all
Stuff you've installed from third parties (EG. VLC and Cinnamon/Mate) need to be managed and updated by yourself.
 
Old 04-10-2015, 01:25 AM   #5
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
You can also grab sbotools from Slackbuilds.org, run the script and let it automanage your SBo packages.

Normally I run things like this:

Code:
sbosnap fetch
sboinstall {name of package}
You can run multiple instances of sbotools in case you want to add optional dependecies prior to compile time.

Over time you'll normally run:

Code:
sbocheck
sboupgrade {name of package(s)}
I honestly recommend sbotools a lot because it really complements Slackware, and helps keep software up to date as new versions of packages get rolled into Slackbuilds.org's repositories.

It may be very BSD-like, but then again Slackware is very UNIX-like.

Also to add to what was mentioned, make sure you run slackpkg this way:

Code:
slackpkg update
slackpkg update gpg
slackpkg install-new
slackpkg upgrade-all
slackpkg clean-system
Be careful with the last command if you haven't blacklisted the SBo packages, but use it because it can remove packages no longer used or considered unwise to keep.

Last edited by ReaperX7; 04-10-2015 at 01:30 AM.
 
1 members found this post helpful.
Old 04-10-2015, 02:43 AM   #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
Quote:
Originally Posted by Raied_F1 View Post
Hi

1- i didnot install slaclpkg . but whene i write slackpkg install something i get this messege

http://ims.sportsontheweb.net/ims/pic.php?u=1OTXwM&i=38
Please do not use ims.sportsontheweb.net for your screenshots. This is a reported malware-serving website.
Linuxquestions allows you to upload and add screenshots to your post.
 
3 members found this post helpful.
Old 04-10-2015, 02:50 AM   #7
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
If you need to use a separate photo service, photobucket, imageshack, and online shares from skydrive, google drive, and such are considered safe also.

However, above all else as Eric said, please use the local service first.
 
Old 04-10-2015, 11:34 AM   #8
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,240

Rep: Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322
You don't add codecs to MPlayer or VLC. MPlayer and VLC include all the codecs. As players go, I personally like MPV (install Lua first to get better OSD controls).

To add codecs to Firefox and Amarok, install the following:

Last edited by dugan; 04-10-2015 at 11:59 AM.
 
Old 04-10-2015, 07:31 PM   #9
ryanpcmcquen
Member
 
Registered: Apr 2013
Distribution: DistroWanderer
Posts: 381

Rep: Reputation: Disabled
Willysr maintains Cinnamon builds:

https://github.com/willysr/csb

I have an enlightenment repo here:

https://github.com/ryanpcmcquen/slackENLIGHTENMENT

Have fun!
 
3 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



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

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