LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-08-2014, 10:52 AM   #1
jokar.mohsen
Member
 
Registered: Jul 2008
Location: Tehran
Posts: 441

Rep: Reputation: 22
Unhappy Linux tell me that I must remove another packages!!!!!!!!!!!!


Hello all.
I want to Reinstall a package with the name "libXv.so.1" but when I want to remove or Reinstall it :

The following packages will be REMOVED:
brasero caja gnome-alsamixer gnome-applets gnome-control-center gnome-media
gnome-sushi gstreamer0.10-plugins-good gstreamer0.10-x gvfs gvfs-backends
gvfs-daemons libbonoboui2-0 libcheese-gtk21 libcheese3 libfarstream-0.1-0
libgnome2-0 libgnomeui-0 libpurple-bin libpurple0 libxv1 libxvmc1
mate-applets mate-desktop-environment mate-desktop-environment-core
mate-desktop-environment-extras mate-media mate-media-gstreamer nautilus
nautilus-sendto pidgin pidgin-encryption pidgin-openpgp pidgin-otr
pidgin-plugin-pack pidgin-skype python-gnome2 system-config-printer
task-desktop telepathy-haze totem totem-plugins x11-utils xorg
xserver-xephyr xserver-xorg-video-all xserver-xorg-video-intel
xserver-xorg-video-openchrome

why? It want to remove most of my Linux component

I use Debian 7 X64.


Thank you.
 
Old 10-08-2014, 12:13 PM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,125

Rep: Reputation: 7839Reputation: 7839Reputation: 7839Reputation: 7839Reputation: 7839Reputation: 7839Reputation: 7839Reputation: 7839Reputation: 7839Reputation: 7839Reputation: 7839
Quote:
Originally Posted by jokar.mohsen View Post
Hello all.
I want to Reinstall a package with the name "libXv.so.1" but when I want to remove or Reinstall it :

The following packages will be REMOVED:
brasero caja gnome-alsamixer gnome-applets gnome-control-center gnome-media
gnome-sushi gstreamer0.10-plugins-good gstreamer0.10-x gvfs gvfs-backends
gvfs-daemons libbonoboui2-0 libcheese-gtk21 libcheese3 libfarstream-0.1-0
libgnome2-0 libgnomeui-0 libpurple-bin libpurple0 libxv1 libxvmc1
mate-applets mate-desktop-environment mate-desktop-environment-core
mate-desktop-environment-extras mate-media mate-media-gstreamer nautilus
nautilus-sendto pidgin pidgin-encryption pidgin-openpgp pidgin-otr
pidgin-plugin-pack pidgin-skype python-gnome2 system-config-printer
task-desktop telepathy-haze totem totem-plugins x11-utils xorg
xserver-xephyr xserver-xorg-video-all xserver-xorg-video-intel
xserver-xorg-video-openchrome

why? It want to remove most of my Linux component I use Debian 7 X64.
First, it is not removing most of your 'Linux component'...just a few packages, related to Gnome and X. Second, as with many of your previous threads, you omit relevant details, such as WHY you're doing this, and what you typed in.

And as before, doing a brief Google search for "how to reinstall a package on debian" leads you to the man page for apt-get. If you tried READING the man page, you'd find the "--reinstall" option:
Quote:
Originally Posted by apt-get man page
--reinstall
Re-Install packages that are already installed and at the newest
version. Configuration Item: APT::Get::ReInstall.
Using the "--reinstall" option with the apt-get command will let you re-install the relevant package. If you need to be spoon-fed an answer:
Code:
sudo apt-get install --reinstall libxv1
 
Old 11-26-2014, 04:44 AM   #3
jokar.mohsen
Member
 
Registered: Jul 2008
Location: Tehran
Posts: 441

Original Poster
Rep: Reputation: 22
Quote:
Originally Posted by TB0ne View Post
First, it is not removing most of your 'Linux component'...just a few packages, related to Gnome and X. Second, as with many of your previous threads, you omit relevant details, such as WHY you're doing this, and what you typed in.

And as before, doing a brief Google search for "how to reinstall a package on debian" leads you to the man page for apt-get. If you tried READING the man page, you'd find the "--reinstall" option:

Using the "--reinstall" option with the apt-get command will let you re-install the relevant package. If you need to be spoon-fed an answer:
Code:
sudo apt-get install --reinstall libxv1
Hey, I want to install wireshark but "apt-get install wireshark" want to remove many packages and I guess it is all of my system. Please see the attachment. It is Normal?
Attached Files
File Type: txt apt.txt (39.5 KB, 20 views)
 
Old 11-26-2014, 04:54 AM   #4
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,838

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Quote:
Originally Posted by jokar.mohsen View Post
Hello all.
I want to Reinstall a package with the name "libXv.so.1" but when I want to remove or Reinstall it :

The following packages will be REMOVED:
brasero caja gnome-alsamixer gnome-applets gnome-control-center gnome-media
gnome-sushi gstreamer0.10-plugins-good gstreamer0.10-x gvfs gvfs-backends
gvfs-daemons libbonoboui2-0 libcheese-gtk21 libcheese3 libfarstream-0.1-0
libgnome2-0 libgnomeui-0 libpurple-bin libpurple0 libxv1 libxvmc1
mate-applets mate-desktop-environment mate-desktop-environment-core
mate-desktop-environment-extras mate-media mate-media-gstreamer nautilus
nautilus-sendto pidgin pidgin-encryption pidgin-openpgp pidgin-otr
pidgin-plugin-pack pidgin-skype python-gnome2 system-config-printer
task-desktop telepathy-haze totem totem-plugins x11-utils xorg
xserver-xephyr xserver-xorg-video-all xserver-xorg-video-intel
xserver-xorg-video-openchrome

why? It want to remove most of my Linux component

I use Debian 7 X64.


Thank you.
I have experienced this on multiple occasions in fact I've had it remove my whole DE.
It tells me packages were installed automatically & no longer necessary & to use autoremove.
What I've done to prevent it from happening is opening aptitude in terminal & marking packages manually installed then it only removes conflicting packages. If a package is obsolete you can see it in synaptic
 
Old 11-26-2014, 05:22 AM   #5
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,838

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Try to not double post threads in the future
Also post output of
Quote:
cat /etc/apt/sources.list
 
Old 11-26-2014, 09:53 AM   #6
jokar.mohsen
Member
 
Registered: Jul 2008
Location: Tehran
Posts: 441

Original Poster
Rep: Reputation: 22
I use regular repository and I don't want to remove my Debian

deb http://http.debian.net/debian wheezy main
deb-src http://http.debian.net/debian wheezy main

deb http://http.debian.net/debian wheezy-updates main
deb-src http://http.debian.net/debian wheezy-updates main

deb http://security.debian.org/ wheezy/updates main
deb-src http://security.debian.org/ wheezy/updates main

deb http://ftp.de.debian.org/debian sid main
 
Old 11-26-2014, 12:47 PM   #7
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,838

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
It's trying to upgrade to sid so it will try to remove files. You may end up with an unstable system with the sid repo enabled
Comment out the sid repo.

Last edited by EDDY1; 11-26-2014 at 01:51 PM.
 
Old 11-29-2014, 05:46 AM   #8
jokar.mohsen
Member
 
Registered: Jul 2008
Location: Tehran
Posts: 441

Original Poster
Rep: Reputation: 22
Thank you
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Arch Linux: How do I remove all XFCE4.8 and GNOME3 packages? Only want KDE theif519 Linux - Newbie 11 07-04-2011 02:10 PM
Installation of packages in RHEL-5.3 using X windows menu Add/Remove packages akluthra Linux - Newbie 2 09-21-2010 05:34 AM
Remove a package and all packages it depends on without breaking other packages? macroron Fedora 2 01-31-2010 05:49 PM
Ran out of space on Slackware Linux and can't remove packages because theres not enou simeandrews Linux - Software 5 05-27-2004 04:06 PM
Mandrake Update/Install Packages/Remove Packages wslyhbb Mandriva 2 03-15-2004 09:43 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:32 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration