 |
 |
 |
 |
| Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum. |

8th January 2012, 11:13 PM
|
 |
Registered User
|
|
Join Date: Jul 2008
Location: Madison, WI
Age: 25
Posts: 46

|
|
|
Removing cheese removes a lot of other gnome stuff
Removing cheese removes gnome-bluez, gnome-shell, and a whole lot of other system stuff. How do I have it NOT do that?
---------- Post added at 05:13 PM ---------- Previous post was at 04:45 PM ----------
cheese-libs is responsible for this. It's 3.7 MB sadly, a lot more sizable than the program itself. Any way to remove the libs without removing all of that?
|

8th January 2012, 11:24 PM
|
 |
Un-Retired Administrator
|
|
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,930

|
|
|
Re: Removing cheese removes a lot of other gnome stuff
Wondering if rpm -e --nodeps would be of use in this situation? Might be worth looking into.
__________________
Glenn
The Bassinator © ®
Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
|

8th January 2012, 11:25 PM
|
 |
Registered User
|
|
Join Date: Jul 2008
Location: Madison, WI
Age: 25
Posts: 46

|
|
|
Re: Removing cheese removes a lot of other gnome stuff
so do I put cheese-libs after that or what?
|

8th January 2012, 11:36 PM
|
 |
Un-Retired Administrator
|
|
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,930

|
|
|
Re: Removing cheese removes a lot of other gnome stuff
Yeah.
PHP Code:
su rpm -e --nodeps cheese-libs
Don't do that without investigating the command first. It was just a suggestion.
What are you trying to accomplish? If I try to remove cheese on my Fedora 16 system using yum remove cheese is the only package that will be removed.
__________________
Glenn
The Bassinator © ®
Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
|

8th January 2012, 11:40 PM
|
 |
Registered User
|
|
Join Date: Jul 2008
Location: Madison, WI
Age: 25
Posts: 46

|
|
|
Re: Removing cheese removes a lot of other gnome stuff
Quote:
Originally Posted by glennzo
Yeah.
PHP Code:
su
rpm -e --nodeps cheese-libs
Don't do that without investigating the command first. It was just a suggestion.
What are you trying to accomplish? If I try to remove cheese on my Fedora 16 system using yum remove cheese is the only package that will be removed.
|
I get these:
Code:
[ian@Mune-PC ~]$ su
Password:
[root@Mune-PC ian]# yum remove cheese-libs
Loaded plugins: langpacks, presto, refresh-packagekit
Setting up Remove Process
Resolving Dependencies
--> Running transaction check
---> Package cheese-libs.x86_64 1:3.2.2-1.fc16 will be erased
--> Processing Dependency: libcheese-gtk.so.20()(64bit) for package: 1:control-center-3.2.2-1.fc16.x86_64
--> Running transaction check
---> Package control-center.x86_64 1:3.2.2-1.fc16 will be erased
--> Processing Dependency: control-center for package: 1:gnome-bluetooth-3.2.1-2.fc16.x86_64
--> Processing Dependency: control-center for package: orca-3.2.1-2.fc16.x86_64
--> Running transaction check
---> Package gnome-bluetooth.x86_64 1:3.2.1-2.fc16 will be erased
--> Processing Dependency: dbus-bluez-pin-helper for package: bluez-4.96-3.fc16.x86_64
--> Processing Dependency: libgnome-bluetooth-applet.so.0()(64bit) for package: gnome-shell-3.2.1-2.fc16.x86_64
---> Package orca.x86_64 0:3.2.1-2.fc16 will be erased
--> Running transaction check
---> Package bluez.x86_64 0:4.96-3.fc16 will be erased
--> Processing Dependency: bluez >= 4.34 for package: pulseaudio-module-bluetooth-0.9.23-1.fc16.x86_64
---> Package gnome-shell.x86_64 0:3.2.1-2.fc16 will be erased
--> Running transaction check
---> Package pulseaudio-module-bluetooth.x86_64 0:0.9.23-1.fc16 will be erased
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Removing:
cheese-libs x86_64 1:3.2.2-1.fc16 @updates 3.7 M
Removing for dependencies:
bluez x86_64 4.96-3.fc16 @koji-override-0/$releasever 1.2 M
control-center x86_64 1:3.2.2-1.fc16 @updates 13 M
gnome-bluetooth x86_64 1:3.2.1-2.fc16 @koji-override-0/$releasever 560 k
gnome-shell x86_64 3.2.1-2.fc16 @koji-override-0/$releasever 3.8 M
orca x86_64 3.2.1-2.fc16 @koji-override-0/$releasever 11 M
pulseaudio-module-bluetooth
x86_64 0.9.23-1.fc16 @koji-override-0/$releasever 176 k
Transaction Summary
================================================================================
Remove 7 Packages
Installed size: 34 M
Is this ok [y/N]:
|

9th January 2012, 01:14 AM
|
 |
Un-Retired Administrator
|
|
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,930

|
|
|
Re: Removing cheese removes a lot of other gnome stuff
You're removing cheese-libs. I demonstrated using cheese. You initially wanted to remove cheese ???
__________________
Glenn
The Bassinator © ®
Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
|

9th January 2012, 01:24 AM
|
 |
Registered User
|
|
Join Date: Jul 2008
Location: Madison, WI
Age: 25
Posts: 46

|
|
|
Re: Removing cheese removes a lot of other gnome stuff
Yes, including the libs >_> cheese-libs should be only for cheese (hence its name)
Why would those things depend on cheese-libs?
|

9th January 2012, 01:49 AM
|
|
Guest
|
|
Posts: n/a

|
|
|
Re: Removing cheese removes a lot of other gnome stuff
you didnt do exactly what Glennzo said above. DO NOT USE YUM to remove it, use RPM
rpm -e cheese-libs --nopeds
|

9th January 2012, 02:03 AM
|
 |
Registered User
|
|
Join Date: Jul 2008
Location: Madison, WI
Age: 25
Posts: 46

|
|
|
Re: Removing cheese removes a lot of other gnome stuff
Quote:
Originally Posted by detox
you didnt do exactly what Glennzo said above. DO NOT USE YUM to remove it, use RPM
rpm -e cheese-libs --nopeds
|
Is it supposed to not show any output?
Code:
[root@Mune-PC ian]# rpm -e cheese-libs --nodeps
[root@Mune-PC ian]#
|

9th January 2012, 02:07 AM
|
|
Guest
|
|
Posts: n/a

|
|
|
Re: Removing cheese removes a lot of other gnome stuff
Quote:
Originally Posted by Izek
Is it supposed to not show any output?
Code:
[root@Mune-PC ian]# rpm -e cheese-libs --nodeps
[root@Mune-PC ian]#
|
umm, no as your removing it with rpm and not yum
what output did you want it to show?
|

9th January 2012, 02:07 AM
|
 |
"Registered User" T-Shirt Winner
|
|
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,126

|
|
|
Re: Removing cheese removes a lot of other gnome stuff
That is correct. Without the -v (verbose) option it does it's job without printing anything to the screen.
will verify that it is now gone.
|

9th January 2012, 02:25 AM
|
 |
Registered User
|
|
Join Date: Jul 2008
Location: Madison, WI
Age: 25
Posts: 46

|
|
|
Re: Removing cheese removes a lot of other gnome stuff
Thanks for the help
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 12:22 (Wednesday, 22-05-2013)
|
|
 |
 |
 |
 |
|
|