LinuxQuestions.org
Review your favorite Linux distribution.
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 12-22-2018, 09:03 AM   #1
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
someone refresh my memory about xterm pls


I have a few distros that I bounce back and forth on, and I swear I thought Slackware has xterm installed on it.

Because it is not there anymore.
urxvt is the only basic terminal that seems to be installed on slack current in my system.

well it just popped in to my head to check the changelog,

Fri Dec 14 01:49:19 UTC 2018
.....

x/xterm-339-x86_64-1.txz: Upgraded.

but
Code:
$ ls /var/log/packages/xterm | grep xterm
ls: cannot access '/var/log/packages/xterm': No such file or directory
so what directory do i have to go to in order to get that off the web?

ut oh
Code:
$ xfce4-terminal
xfce4-terminal: error while loading shared libraries:
libvte-2.91.so.0: cannot open shared object file:
No such file or directory
I think something has gone awry on my system.

it did ask me if I wanted t delete a bunch of stuff during a few upgrade/dates ago, I said yes.

Last edited by BW-userx; 12-22-2018 at 09:05 AM.
 
Old 12-22-2018, 09:19 AM   #2
Paulo2
Member
 
Registered: Aug 2012
Distribution: Slackware64 15.0 (started with 13.37). Testing -current in a spare partition.
Posts: 929

Rep: Reputation: 515Reputation: 515Reputation: 515Reputation: 515Reputation: 515Reputation: 515
You have to reinstall those packages
Code:
ls /var/lib/pkgtools/packages/xt
xterm-340-x86_64-1     xtrans-1.3.5-noarch-2  
paulo@paulobash~$ grep -w libvte /var/lib/pkgtools/packages/*
/var/lib/pkgtools/packages/vte-0.54.3-x86_64-1:usr/lib64/libvte-2.91.so.0.5400.3
paulo@paulobash~$ grep xterm-340 /var/lib/slackpkg/ChangeLog.txt
x/xterm-340-x86_64-1.txz:  Upgraded.
paulo@paulobash~$ grep vte-0.54.3 /var/lib/slackpkg/ChangeLog.txt
l/vte-0.54.3-x86_64-1.txz:  Upgraded.
 
1 members found this post helpful.
Old 12-22-2018, 09:28 AM   #3
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,058

Rep: Reputation: Disabled
Quote:
Originally Posted by BW-userx View Post
I think something has gone awry on my system.

it did ask me if I wanted to delete a bunch of stuff during a few upgrade/dates ago, I said yes.
Not knowing what was removed, and not even what software asked you to do that (nothing shipped in Slackware does that AFAIK) the fastest way to get back a working Slackware current is here: http://bear.alienbase.nl/mirrors/sla...4-current-iso/. Even more so as probably you also removed other important packages.

Last edited by Didier Spaier; 12-22-2018 at 09:31 AM.
 
1 members found this post helpful.
Old 12-22-2018, 10:01 AM   #4
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by Didier Spaier View Post
Not knowing what was removed, and not even what software asked you to do that (nothing shipped in Slackware does that AFAIK) the fastest way to get back a working Slackware current is here: http://bear.alienbase.nl/mirrors/sla...4-current-iso/. Even more so as probably you also removed other important packages.
yeah it was a hand full, I'd had dups like a few days ago and I must have just figured it was something I added that caused it to be dups, and then just hit yes to quicken the process. where usually I'll read through it.

I do however remember it had vte in the listings, having installed something using vte2 I didn't pay that much mind to it.

I could essentially just mount this iso and loop its dirs issuing installpkg and it would theoretically install all missing packages?

or would I just 'untar' it then
Code:
find . -type f -name "*.txz" -exec installpkg {} \;
that should work yes?

isn't there two forms of package extentions being used in slack?

MOD:
nope I didn't think itd run a script, just trying to be fancy.

Last edited by BW-userx; 12-22-2018 at 10:32 AM.
 
Old 12-22-2018, 10:14 AM   #5
jmccue
Member
 
Registered: Nov 2008
Location: US
Distribution: slackware
Posts: 691
Blog Entries: 1

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
I do not run current and you seem to have received answers that could help.

But here is a link I have about xterm itself that has a change log and links to source:
invisible-island.net

as far as I knew xterm comes as part of x.org, but now it seems to be in it's own package, which I never noticed prior to this post

John

Last edited by jmccue; 12-22-2018 at 10:17 AM.
 
Old 12-22-2018, 10:22 AM   #6
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by jmccue View Post
I do not run current and you seem to have received answers that could help.

But here is a link I have about xterm itself that has a change log and links to source:
invisible-island.net

as far as I knew xterm comes as part of x.org, but now it seems to be in it's own package, which I never noticed prior to this post

John
yeah, VOID linux does not even have xterm being installed, and I have to install it. then I jumped back into slack and ran eterm and it wasn't there and my brain said what? I could have sworn xterm was in this one.
 
Old 12-22-2018, 11:17 AM   #7
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Thanks @Didier Spaier for providing me with a current source and @Paulo2 providing me with a means to not have to look too hard to find what I needed to restore.
 
  


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
xterm - howto lauch an xterm into a specific directory jobano Linux - Software 11 01-30-2023 04:45 AM
When I tries to execute the xterm i got this message: xterm: no available ptys johnsanty Other *NIX 4 09-20-2006 12:29 PM
xterm alt becomes compose? Only xterm affected. -0- Linux - Software 0 09-12-2006 11:59 PM
how is black xterm background in IceWM when issue a xterm command? BRAHmS Linux - Software 1 02-14-2005 03:51 AM
pls pls pls help me ! i'm tired with httpd config on fedora apache 2.0.48 AngelOfTheDamn Fedora 0 01-24-2004 05:12 PM

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

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