Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
fully uninstall prusaslicer and dependancies ? [slvd]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
cwc
Veteran
Veteran


Joined: 20 Mar 2006
Posts: 1321
Location: Tri-Cities, WA USA

PostPosted: Thu Jul 11, 2024 4:04 pm    Post subject: fully uninstall prusaslicer and dependancies ? [slvd] Reply with quote

I use prusaslicer and update to 2.8. I ran a few prints and prusa3d found some bugs in my gcode.
I moved pack 7.5.
I the past I used to just run the image from the github https://github.com/prusa3d/PrusaSlicer/releases

I want to full remove prusaslicer and run it from the extracted appimage.

How can I full uninstall prusaslicer and it dependencies without doing a depclean?
I do not want to remove my old kernel sources yet.

This is my depclean script:
Code:

emerge --ask --verbose --update --deep --newuse @world
emerge --ask --depclean

_________________
Without diversity there can be no evolution:)


Last edited by cwc on Thu Jul 11, 2024 6:12 pm; edited 1 time in total
Back to top
View user's profile Send private message
logrusx
Veteran
Veteran


Joined: 22 Feb 2018
Posts: 1994

PostPosted: Thu Jul 11, 2024 4:34 pm    Post subject: Re: fully uninstall prusaslicer and dependancies ? Reply with quote

cwc wrote:

I do not want to remove my old kernel sources yet.


Pass --exclude "<space separated list of packages>" to emerge when depcleaning. Pay attention, the list must be quoted. Otherwise portage has no way of knowing which is to be emerged and which is to be excluded and --exclude will apply only to the atom immediately following it.

Best Regards,
Georgi
Back to top
View user's profile Send private message
cwc
Veteran
Veteran


Joined: 20 Mar 2006
Posts: 1321
Location: Tri-Cities, WA USA

PostPosted: Thu Jul 11, 2024 6:11 pm    Post subject: Reply with quote

this worked:

emerge --depclean --ask --exclude "sys-kernel/gentoo-sources"

thank you!
_________________
Without diversity there can be no evolution:)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum