View previous topic :: View next topic |
Author |
Message |
cwc Veteran
Joined: 20 Mar 2006 Posts: 1363 Location: Tri-Cities, WA USA
|
Posted: Thu Jul 11, 2024 4:04 pm Post subject: fully uninstall prusaslicer and dependancies ? [slvd] |
|
|
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 |
|
|
logrusx Advocate
Joined: 22 Feb 2018 Posts: 2398
|
Posted: Thu Jul 11, 2024 4:34 pm Post subject: Re: fully uninstall prusaslicer and dependancies ? |
|
|
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 |
|
|
cwc Veteran
Joined: 20 Mar 2006 Posts: 1363 Location: Tri-Cities, WA USA
|
Posted: Thu Jul 11, 2024 6:11 pm Post subject: |
|
|
this worked:
emerge --depclean --ask --exclude "sys-kernel/gentoo-sources"
thank you! _________________ Without diversity there can be no evolution:) |
|
Back to top |
|
|
|