Debian This forum is for the discussion of Debian Linux.
Notices
Welcome to
LinuxQuestions.org , a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free.
Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please
contact us . If you need to reset your password,
click here .
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a
virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month.
Click here for more info.
10-30-2008, 08:26 AM
#1
Senior Member
Registered: Sep 2003
Distribution: Debian Squeeze / Wheezy
Posts: 1,623
Rep:
replace totem-mozilla as a plugin for iceweasel
hi
I'd like to remove totem-mozilla and install mozilla-mplayer as a plugin for iceweasel.
my lenny will remove these all additional packages:
Code:
# apt-get remove totem-mozilla
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
bluez-gnome libgnomekbd2 libepc-ui-1.0-1 ekiga python-gst0.10 libmtp7
gcalctool gnome-desktop-environment libpth20 gnome-nettool gnome-media
metacity libepc-1.0-1 libgtk-vnc-1.0-0 nautilus libgksu1.2-0 python-notify
aspell pkg-config genisoimage gnome-settings-daemon libgda3-common
python-gnome2-extras gucharmap zenity libgksuui1.0-1 gnome-games cheese
evolution-exchange libspectre1 gnome-network-admin libgnome-media0
app-install-data gnome-power-manager unzip gnome-cards-data totem-plugins
gnome-screensaver rhythmbox libgtksourceview1.0-0 python-gdata alacarte
gedit gnome-menus python-gtksourceview2 gtk2-engines-pixbuf
system-config-printer dvd+rw-tools gnome-control-center libhtml-parser-perl
libpt-1.10.10-plugins-alsa gnome-themes libtrackerclient0 metacity-common
seahorse libggzmod4 libxml-twig-perl libtotem-plparser10 totem-common
vinagre swfdec-gnome libpt-1.10.10 gnome-media-common nautilus-data libgpod3
libxml-parser-perl libgalago3 system-tools-backends libgweather1
guile-1.8-libs python-gtkmozembed python-gtkhtml2 libgnomekbd-common p7zip
gedit-common gnome-utils gnome-themes-extras libdmx1 gdm-themes
libmusicbrainz4c2a libnet-dbus-perl fast-user-switch-applet arj gnome-about
gnome-volume-manager nautilus-cd-burner libexempi3 gtk2-engines
libgnomeprint2.2-data libgtksourceview2.0-common libkpathsea4 libgnomekbdui2
eog gdm libgtksourceview2.0-0 libslab0 capplets-data gnome-backgrounds
python-eggtrayicon python-sexy python-xdg gnome-spell libggz2
libgweather-common wodim libgtksourceview-common vino gnome-system-monitor
evince gnome-games-data gnome-app-install gnome-user-guide libopal-2.2
totem-gstreamer libgnome-window-settings1 libmetacity0 cdrdao
libgnomevfs2-bin zip python-gdbm gnome-core gnome-netstatus-applet
dmz-cursor-theme python-4suite-xml libxklavier12 liboobs-1-4 libgucharmap6
gnome-applets libgda3-3 libpt-1.10.10-plugins-v4l libgpgme11 python-gmenu
libggzcore9 libgmyth0 gconf-editor gnome-system-tools libhtml-tree-perl
gnome-panel libwww-perl gnuchess gstreamer0.10-gnomevfs deskbar-applet
libnautilus-burn4 python-gnome2-desktop gnome-applets-data
libgnomeprint2.2-0 libhtml-tagset-perl desktop-file-utils libavahi-ui0
transmission-common gnome-session libgtkglext1 gstreamer0.10-tools
libgnomeprintui2.2-0 libgdl-1-0 libgnomeprintui2.2-common file-roller
serpentine libopenobex1 libspeexdsp1 transmission-gtk gnome-panel-data
sound-juicer libgnomecups1.0-1 libgdl-1-common gnome-vfs-obexftp
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
gnome totem-mozilla
0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded.
After this operation, 263kB disk space will be freed.
Do you want to continue [Y/n]?
are there only packages using by totem-mozilla or it will destroy Gnome or other programs ?
10-31-2008, 06:04 PM
#2
Moderator
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
It looks as though it wants to take out both Gnome and the plugin. The rest of the packages are potentially orphaned or simply not needed. If you allow it to go through it will only remove those 2 packages. To remove the big list, use apt-get autoremove.
10-31-2008, 06:44 PM
#3
Senior Member
Registered: Sep 2003
Distribution: Debian Squeeze / Wheezy
Posts: 1,623
Original Poster
Rep:
Quote:
Originally Posted by
XavierP
It looks as though it wants to take out both Gnome and the plugin. The rest of the packages are potentially orphaned or simply not needed. If you allow it to go through it will only remove those 2 packages. To remove the big list, use apt-get autoremove.
beware of apt-get autoremove
this is quite dangerous !!!
10-31-2008, 07:32 PM
#4
Member
Registered: Jul 2008
Distribution: Arch, Debian
Posts: 61
Rep:
Quote:
Originally Posted by
cccc
beware of apt-get autoremove
this is quite dangerous !!!
Just curious - why is this dangerous? I use it all the time. Well, not all the time, but I have used it here and there without apparent problems.
10-31-2008, 07:41 PM
#5
Senior Member
Registered: Sep 2003
Distribution: Debian Squeeze / Wheezy
Posts: 1,623
Original Poster
Rep:
Quote:
Originally Posted by
userlander
Just curious - why is this dangerous? I use it all the time. Well, not all the time, but I have used it here and there without apparent problems.
then go ahead and try this command under Gnome.
10-31-2008, 09:14 PM
#6
Moderator
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
It works fine in KDE...
10-31-2008, 11:17 PM
#7
Senior Member
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,852
autoremove works quite well. Besides it asks if its OK to remove , it doesn't just remove things.
apt-get update && apt-get dist-upgrade
apt-get autoclean
apt-get autoremove
keeps things updated and nice and clean.
11-01-2008, 10:21 AM
#8
Senior Member
Registered: Sep 2003
Distribution: Debian Squeeze / Wheezy
Posts: 1,623
Original Poster
Rep:
Quote:
Originally Posted by
craigevil
autoremove works quite well. Besides it asks if its OK to remove , it doesn't just remove things.
apt-get update && apt-get dist-upgrade
apt-get autoclean
apt-get autoremove
keeps things updated and nice and clean.
then try under Gnome.
after:
apt-get autoremove
my Gnome was unusable.
11-01-2008, 12:38 PM
#9
Senior Member
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,852
Quote:
Originally Posted by
cccc
then try under Gnome.
after:
apt-get autoremove
my Gnome was unusable.
Just one more reason not to use gnome.
autoremove basically removes the same packages deborphan would.
All times are GMT -5. The time now is 01:31 AM .
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know .
Latest Threads
LQ News