LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 02-09-2016, 11:01 AM   #1
globetrotterdk
Member
 
Registered: Nov 2006
Posts: 297

Rep: Reputation: 16
Pluma install problems.


I have run into an issue when trying to install Pluma:
Quote:
# pluma
pluma: error while loading shared libraries: libgtksourceview-2.0.so.0: cannot open shared object file: No such file or directory
bash-4.2# slpkg -s msb libgtksourceview*
Reading package lists... Done
Resolving dependencies... Done

Not found packages for installation
I am using Slackware64 14.1

Last edited by globetrotterdk; 02-09-2016 at 11:54 AM.
 
Old 02-09-2016, 11:53 AM   #2
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
Hi...

Please open a terminal and attempt to open Pluma using it. Then please post the entire results.

EDIT: Nevermind, you beat me to the punch.

Regards...

Last edited by ardvark71; 02-09-2016 at 11:55 AM. Reason: Added information.
 
Old 02-09-2016, 11:59 AM   #3
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
it should be gtksourceview-2.10.5-x86_64-1_msb
 
Old 02-09-2016, 12:09 PM   #4
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
(Nevermind, willysr's answer is better, I believe.)

Last edited by ardvark71; 02-09-2016 at 12:11 PM. Reason: Deleted information.
 
Old 02-09-2016, 02:02 PM   #5
globetrotterdk
Member
 
Registered: Nov 2006
Posts: 297

Original Poster
Rep: Reputation: 16
Quote:
Originally Posted by willysr View Post
it should be gtksourceview-2.10.5-x86_64-1_msb
Terima kasih atas.

Edit----
New dependency it seems:
Quote:
# pluma
pluma: error while loading shared libraries: libmate-desktop-2.so.17: cannot open shared object file: No such file or directory

Last edited by globetrotterdk; 02-09-2016 at 02:15 PM.
 
Old 02-09-2016, 03:38 PM   #6
dslackw
Member
 
Registered: Aug 2014
Location: Orestiada, GR
Distribution: Slackware 15.0 x86_64 -stable
Posts: 158

Rep: Reputation: 44
Quote:
Originally Posted by globetrotterdk View Post
I have run into an issue when trying to install Pluma:

I am using Slackware64 14.1
You can search in repositories for packages with:

Code:
slpkg -F gtk | grep "msb"
 
Old 02-09-2016, 04:11 PM   #7
globetrotterdk
Member
 
Registered: Nov 2006
Posts: 297

Original Poster
Rep: Reputation: 16
Quote:
Originally Posted by dslackw View Post
You can search in repositories for packages with:

Code:
slpkg -F gtk | grep "msb"
Thanks. I am using slpkg. I am not sure that I did this correctly, but here is what I got:
Code:
# slpkg -l msb | grep gtk
gtk-engines-2.21.0-x86_64-1_msb.txz
gtkmm-2.24.4-x86_64-1_msb.txz
gtksourceview-2.10.5-x86_64-1_msb.txz
pygtksourceview-2.10.1-x86_64-1_msb.txz
If I did, how do you tell what package includes the library?

Edit----
Hmmm. I am still getting used to the package manager names in Slackware. I thought you had written another package manager... Anyway, the results are the same your way, except that the "-F" switch seems to override and brings in results for "gtk" from all active repositories, where as mine only brings n "msb" results.

Last edited by globetrotterdk; 02-09-2016 at 05:13 PM.
 
Old 02-09-2016, 05:31 PM   #8
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
just install all packages in deps, base, and extra from the repository
that should ease your job
 
1 members found this post helpful.
Old 02-10-2016, 02:54 AM   #9
globetrotterdk
Member
 
Registered: Nov 2006
Posts: 297

Original Poster
Rep: Reputation: 16
Quote:
Originally Posted by willysr View Post
just install all packages in deps, base, and extra from the repository
that should ease your job
Any idea what command to use in slpkg to do that?

Edit----
I imagine that I again could use # slpkg -l msb | grep <something> to find the packages, but that still doesn't get me where I want to go if I need to manually install each package separately.

Edit 2----
OK, so how does one normally bulk install all packages in specific categories?

Last edited by globetrotterdk; 02-10-2016 at 08:14 AM.
 
Old 02-10-2016, 09:11 AM   #10
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
use rsync to mirror the repository and use
Code:
upgradepkg --reinstall --install-new base/*.txz deps/*.txz extra/*.txz
 
1 members found this post helpful.
Old 02-10-2016, 10:28 AM   #11
globetrotterdk
Member
 
Registered: Nov 2006
Posts: 297

Original Poster
Rep: Reputation: 16
Quote:
Originally Posted by willysr View Post
use rsync to mirror the repository and use
Code:
upgradepkg --reinstall --install-new base/*.txz deps/*.txz extra/*.txz
Hmm I have never tried rsync, but this looks to me like a
Code:
# slpkg -c msb --upgrade
with slpkg.

Edit----
From what I have found online, the following could be used for rsync:
Code:
rsync -rvz --delete slackware.uk::msb/14.1/1.12/x86_64/ /home/$USER/msb_mirror/
however, I am not sure how to point upgradepkg to the "msb_mirror".

Edit 2----
Coooool :-) A bit freaky, but both the rsync and the upgradepkg commands worked fine Many thanks for the help.

Last edited by globetrotterdk; 02-10-2016 at 04:34 PM.
 
  


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
Pluma 64-bit package for Slackware 14.1 newbie. globetrotterdk Slackware 5 02-03-2016 05:53 PM
apt-get install dependency problems with hplip software and kde install for Agnula maybi7 Linux - Software 1 02-03-2007 05:16 PM
install suse 9.3 on a PIII system??? problems in the install screen : flickers! :( akshay_jp SUSE / openSUSE 3 09-12-2006 11:53 AM
Ethernet Adsl Modem Driver Problems And Install Problems... akhilnair Linux - Hardware 12 11-28-2004 08:19 AM
Mandrake 9.1 Install problems (Graphical problems) sw4eternity Linux - Newbie 5 11-01-2003 08:43 PM

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

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