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 03-25-2024, 09:04 AM   #1
JinxsDad
Member
 
Registered: Apr 2023
Location: Fort Walton Beach, FL
Distribution: Slackwareb15
Posts: 271

Rep: Reputation: 23
How do I remove PDF studio


Warning: Potentially stupid question after trying everything I know to think of:

As the subject says, how do I remove PDF studio? sbopkg doesn't know it's installed (or at least, that's what it says), but I want this bit of commercial garbage off of my system as soon as possible so file manager will choose okular instead of pdf studio (I change it temporarily by "open with" but it always goes back to pdf studio.

Thanks
 
Old 03-25-2024, 09:20 AM   #2
ctrlaltca
Member
 
Registered: May 2019
Location: Italy
Distribution: Slackware
Posts: 323

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
Did you install it from the website package?
They have instructions to uninstall: https://kbpdfstudio.qoppa.com/uninst...udio-on-linux/
 
Old 03-25-2024, 04:23 PM   #3
JinxsDad
Member
 
Registered: Apr 2023
Location: Fort Walton Beach, FL
Distribution: Slackwareb15
Posts: 271

Original Poster
Rep: Reputation: 23
Quote:
Originally Posted by ctrlaltca View Post
Did you install it from the website package?
They have instructions to uninstall: https://kbpdfstudio.qoppa.com/uninst...udio-on-linux/
No, I used the curses (or ncurses) version of sbopkg.

Thanks
 
Old 03-25-2024, 04:58 PM   #4
RadicalDreamer
Senior Member
 
Registered: Jul 2016
Location: USA
Distribution: Slackware64-Current
Posts: 1,816

Rep: Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981Reputation: 981
Probably:
Code:
removepkg pdfstudio
 
Old 03-26-2024, 12:20 PM   #5
JinxsDad
Member
 
Registered: Apr 2023
Location: Fort Walton Beach, FL
Distribution: Slackwareb15
Posts: 271

Original Poster
Rep: Reputation: 23
Quote:
Originally Posted by RadicalDreamer View Post
Probably:
Code:
removepkg pdfstudio
Tried that. It said that no such package is installed (something to that effect).
 
Old 03-26-2024, 12:34 PM   #6
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,855

Rep: Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311Reputation: 7311
first of all, if you want to change file manager you need to configure that. This change can be permanent, you need to tell it to remember the new settings.
You need to know how did you install it, and most probably the same way you can uninstall it too. But uninstalling it will not change the settings in file manager.
 
Old 03-26-2024, 02:53 PM   #7
Julius-Caesar
LQ Newbie
 
Registered: Nov 2014
Posts: 16

Rep: Reputation: Disabled
ls /var/log/packages | grep pdf

to know the package name for uninstall it
 
Old 03-26-2024, 03:06 PM   #8
Windu
Member
 
Registered: Aug 2021
Distribution: Arch Linux, Debian, Slackware
Posts: 590

Rep: Reputation: Disabled
SlackBuilds.org has both "pdfstudio" and "pdfstudioviewer" entries.
Based on your comment that you used sbopkg to install it, it must have an entry in /var/log/packages/ and since "removepkg pdfstudio" did not work, Julius-Caesar's suggestion will likely show that you actually installed "pdfstudioviewer".
 
Old 03-26-2024, 10:27 PM   #9
JinxsDad
Member
 
Registered: Apr 2023
Location: Fort Walton Beach, FL
Distribution: Slackwareb15
Posts: 271

Original Poster
Rep: Reputation: 23
Quote:
Originally Posted by Windu View Post
SlackBuilds.org has both "pdfstudio" and "pdfstudioviewer" entries.
Based on your comment that you used sbopkg to install it, it must have an entry in /var/log/packages/ and since "removepkg pdfstudio" did not work, Julius-Caesar's suggestion will likely show that you actually installed "pdfstudioviewer".
Except that it didn't work for either of them.
 
Old 03-26-2024, 10:49 PM   #10
babydr
Member
 
Registered: Aug 2015
Location: Fairbanks , Alaska
Distribution: Slackware-14.2 & 15.0
Posts: 228

Rep: Reputation: 45
@jinxdad , Ill take JuliusCeasar's suggestion one step further ...

please run

Code:
ls -al /var/log/packages | grep -i pdf
And Please provide all the output & proof's it was run as shown above .
 
Old 03-27-2024, 01:20 AM   #11
Windu
Member
 
Registered: Aug 2021
Distribution: Arch Linux, Debian, Slackware
Posts: 590

Rep: Reputation: Disabled
Quote:
Originally Posted by babydr View Post
@jinxdad , Ill take JuliusCeasar's suggestion one step further ...

please run

Code:
ls -al /var/log/packages | grep -i pdf
And Please provide all the output & proof's it was run as shown above .
The problem is that this command will never yield a result, because 'packages' is a symlink:
Code:
lrwxrwxrwx 1 root root 24 Jun 27  2018 /var/log/packages -> ../lib/pkgtools/packages/
The correct command to run needs an additional slash:
Code:
ls -al /var/log/packages/ | grep -i pdf
 
1 members found this post helpful.
Old 03-27-2024, 01:39 AM   #12
kgha
Senior Member
 
Registered: May 2018
Location: Sweden
Distribution: Slackware 64 -current multilib from AlienBob's LiveSlak MATE
Posts: 1,070

Rep: Reputation: 742Reputation: 742Reputation: 742Reputation: 742Reputation: 742Reputation: 742Reputation: 742
The sourcepackage mentioned on slackbuilds.org (PDFStudio_v2020_4_0_linux64.deb) is no longer available, so no clue there.
I have pdfstudio (latest version) installed using pdfstudio's own installer which gives me an uninstall script located in /opt/pdfstudio2023
Might be worth taking a look in your /opt directory and see if you can find something similar.
 
Old 03-27-2024, 03:38 AM   #13
chrisretusn
Senior Member
 
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 2,972

Rep: Reputation: 1551Reputation: 1551Reputation: 1551Reputation: 1551Reputation: 1551Reputation: 1551Reputation: 1551Reputation: 1551Reputation: 1551Reputation: 1551Reputation: 1551
This will work:
Code:
ls -al /var/log/packages/ | grep -i pdf
 
1 members found this post helpful.
Old 03-27-2024, 06:33 AM   #14
JinxsDad
Member
 
Registered: Apr 2023
Location: Fort Walton Beach, FL
Distribution: Slackwareb15
Posts: 271

Original Poster
Rep: Reputation: 23
Quote:
Originally Posted by Julius-Caesar View Post
ls /var/log/packages | grep pdf

to know the package name for uninstall it
That did it. It was 2-pdfstudio. Thanks. Marking this thread solved.

Last edited by JinxsDad; 03-27-2024 at 06:36 AM.
 
Old 03-27-2024, 01:11 PM   #15
henca
Member
 
Registered: Aug 2007
Location: Linköping, Sweden
Distribution: Slackware
Posts: 959

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Quote:
Originally Posted by chrisretusn View Post
This will work:
Code:
ls -al /var/log/packages/ | grep -i pdf
Another way to find out the name of an installed package is if you know the name of some contents in the package.

I don't know if that program was called by the command "pdfstudio", but if it were, it would also have been possible to find the package with:

Code:
grep pdfstudio /var/log/packages/*
regards Henrik
 
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
[SOLVED] Video - Studio 13.37 vs KXStudio, AV Linux, Dream Studio, and Ubuntu Studio l0wt3ch Studio 13.37 1 12-05-2012 07:45 PM
Studio to studio or studio to transmitter stable open source solution MATRIX_q Linux - Server 0 08-25-2011 03:44 AM
LXer: Judgement Day: Studio Dave Tests Ubuntu Studio 9.04 LXer Syndicated Linux News 0 06-05-2009 07:01 PM
Setting up a home studio - Ubuntu Studio vs. JAD yezu Linux - Distributions 3 07-30-2008 12:40 AM

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

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