LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   replace totem-mozilla as a plugin for iceweasel (https://www.linuxquestions.org/questions/debian-26/replace-totem-mozilla-as-a-plugin-for-iceweasel-680004/)

cccc 10-30-2008 08:26 AM

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 ?

XavierP 10-31-2008 06:04 PM

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.

cccc 10-31-2008 06:44 PM

Quote:

Originally Posted by XavierP (Post 3327714)
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 !!!

userlander 10-31-2008 07:32 PM

Quote:

Originally Posted by cccc (Post 3327733)
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.

cccc 10-31-2008 07:41 PM

Quote:

Originally Posted by userlander (Post 3327769)
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.

XavierP 10-31-2008 09:14 PM

It works fine in KDE...

craigevil 10-31-2008 11:17 PM

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.

cccc 11-01-2008 10:21 AM

Quote:

Originally Posted by craigevil (Post 3327907)
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.

craigevil 11-01-2008 12:38 PM

Quote:

Originally Posted by cccc (Post 3328249)
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 06:54 AM.