![]() |
2012-03-28
, 01:14
|
Posts: 84 |
Thanked: 45 times |
Joined on Jan 2012
@ Damascus Syria
|
#151
|
The Following User Says Thank You to AnasSyria For This Useful Post: | ||
![]() |
2012-03-28
, 01:25
|
|
Posts: 1,455 |
Thanked: 3,309 times |
Joined on Dec 2009
@ Rochester, NY
|
#152
|
apt-get install -f
The Following User Says Thank You to woody14619 For This Useful Post: | ||
![]() |
2012-03-28
, 01:32
|
Posts: 84 |
Thanked: 45 times |
Joined on Jan 2012
@ Damascus Syria
|
#153
|
You should find out what's going on with command line. HAM is nice, but it's not the real interface for doing installs, and it's not always clear what the underlying issue is. Open a terminal, become root, and do:
The output from that will be 100 times more helpful than any screenshot from HAM.Code:apt-get install -f
/home/user # apt-get install -f Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 40 not upgraded.
The Following User Says Thank You to AnasSyria For This Useful Post: | ||
![]() |
2012-03-28
, 03:54
|
|
Posts: 723 |
Thanked: 519 times |
Joined on Nov 2010
@ Kuching:Malaysia
|
#154
|
You should find out what's going on with command line. HAM is nice, but it's not the real interface for doing installs, and it's not always clear what the underlying issue is. Open a terminal, become root, and do:
The output from that will be 100 times more helpful than any screenshot from HAM.Code:apt-get install -f
apt-get -f install
apt-get upgrade
apt-get install --reinstall <packages name>
The Following 3 Users Say Thank You to pusak gaoq For This Useful Post: | ||
![]() |
2012-03-28
, 12:06
|
Posts: 12 |
Thanked: 0 times |
Joined on Mar 2012
@ Lahore, Pakistan.
|
#155
|
![]() |
2012-03-28
, 12:14
|
Posts: 896 |
Thanked: 978 times |
Joined on Feb 2011
@ Greece, Athens
|
#156
|
![]() |
2012-03-28
, 12:41
|
Posts: 84 |
Thanked: 45 times |
Joined on Jan 2012
@ Damascus Syria
|
#157
|
i believe its....
not the other way around.....Code:apt-get -f install
@AnasSyria....you have 40not upgraded files on your device....you should try....
to upgrade those files....if there a few error on the list then try....Code:apt-get upgrade
Code:apt-get install --reinstall <packages name>
/home/user # apt-get install libwildmidi0 Reading package lists... Done Building dependency tree Reading state information... Done Package libwildmidi0 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package libwildmidi0 has no installation candidate
The Following User Says Thank You to AnasSyria For This Useful Post: | ||
![]() |
2012-03-28
, 13:20
|
Posts: 3,074 |
Thanked: 12,964 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#158
|
![]() |
2012-03-28
, 13:36
|
Posts: 84 |
Thanked: 45 times |
Joined on Jan 2012
@ Damascus Syria
|
#159
|
![]() |
2012-03-28
, 18:06
|
|
Posts: 723 |
Thanked: 519 times |
Joined on Nov 2010
@ Kuching:Malaysia
|
#160
|
thnx alot for your useful post . I've missed to upgrade in xterm. But Eventhought 39 packges were upgraded successfully, there still the main "mp-fremantle-community-pr" package remained unpgraded. I've tried to reboot and the reinstallation command step but there is no result. It show missing package "libwildmidi0"
it shows:
so I don't know if there's a way around to fix the problem???Code:/home/user # apt-get install libwildmidi0 Reading package lists... Done Building dependency tree Reading state information... Done Package libwildmidi0 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package libwildmidi0 has no installation candidate
apt-get remove libwildmidi0
The Following 4 Users Say Thank You to pusak gaoq For This Useful Post: | ||