Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Installer dependencies question

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
zetah
Posts: 96
Joined: 2011-07-05 00:32

Installer dependencies question

#1 Post by zetah »

Trying to install some package dependencies I installed :
libglib1.2-dbg
libglib1.2-dev

As I didn't succeeded with my initial idea, now I tried to remove them:

Code: Select all

aptitude remove libglib1.2-dbg

The following packages will be REMOVED:  
  kiki{u} libglib1.2-dbg pychecker{u} python-wxglade{u} winpdb{u} 
0 packages upgraded, 0 newly installed, 5 to remove and 14 not upgraded.
Need to get 0 B of archives. After unpacking 5,644 kB will be freed.
Do you want to continue? [Y/n/?]
Why would aptitude want to remove this additional packages:
kiki
pychecker
python-wxglade
winpdb

?

I just installed this libglib1.2... libraries now, and packages that aptitude wants to remove were installed way before.

Post Reply