maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   Accidentally Uninstalled Python and I cant reinstall due to conflicting packages (https://talk.maemo.org/showthread.php?t=71028)

raaj13 2011-03-15 01:51

Re: Accidentally Uninstalled Python and I cant reinstall due to conflicting packages
 
Quote:

Originally Posted by bilal_mufc (Post 967807)
will the attached image help you help me lol
Attachment 18601

It will

root
apt-get remove python2.5-qt4-experimental-core(it should remove the others too if not try manually by following command)
apt-get remove python2.5-qt4-experimental-xml
apt-get remove python2.5-qt4-experimental-gui
apt-get remove python2.5-qt4-experimental-common

bilal_mufc 2011-03-15 16:11

Re: Accidentally Uninstalled Python and I cant reinstall due to conflicting packages
 
1 Attachment(s)
PHP Code:

BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5built-in shell (ash
Enter 'help' for list of built-in commands

~ $ 
sudo gainroot 
Root shell enabled 


BusyBox v1.10.2 
(Debian 3:1.10.2.legal-1osso30+0m5built-in shell (ash
Enter 'help' for list of built-in commands

/
home/user # apt-get remove python2.5-qt4-experimental-core 
Reading package lists... Done 
Building dependency tree 
Reading state information
... Done 
You might want to run 
`apt-get -f install' to correct these: 
The following packages have unmet dependencies: 
libwrt-api1: Depends: libwrt1 (= 1.1.0) but it is not going to be installed 
python2.5-qt4-experimental-gui: Depends: python2.5-qt4-experimental-core (= 4.7.4-maemo0) but it is not going to be installed 
python2.5-qt4-experimental-xml: Depends: python2.5-qt4-experimental-core (= 4.7.4-maemo0) but it is not going to be installed 
wrt: Depends: libwrt1 (= 1.1.0) but it is not going to be installed 
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution). 
/home/user # apt-get -f remove python2.5-qt4-experimental-core 
Reading package lists... Done 
Building dependency tree 
Reading state information... Done 
You might want to run 
`apt-get -f install' to correct these: 
The following packages have unmet dependencies: 
libwrt-api1: Depends: libwrt1 (= 1.1.0) but it is not going to be installed 
python2.5-qt4-experimental-gui: Depends: python2.5-qt4-experimental-core (= 4.7.4-maemo0) but it is not going to be installed 
python2.5-qt4-experimental-xml: Depends: python2.5-qt4-experimental-core (= 4.7.4-maemo0) but it is not going to be installed 
wrt: Depends: libwrt1 (= 1.1.0) but it is not going to be installed 
E: Unmet dependencies. Try '
apt-get -f install' with no packages (or specify a solution). 
/home/user # apt-get -f install 
Reading package lists... Done 
Building dependency tree 
Reading state information... Done 
Correcting dependencies... Done 
The following extra packages will be installed: 
libwrt1 
The following NEW packages will be installed: 
libwrt1 
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded. 
26 not fully installed or removed. 
Need to get 0B/656kB of archives. 
After this operation, 1929kB of additional disk space will be used. 
Do you want to continue [Y/n]? y 
(Reading database ... 30733 files and directories currently installed.) 
Unpacking libwrt1 (from .../libwrt1_1.1.0_armel.deb) ... 
dpkg: error processing /var/cache/apt/archives/libwrt1_1.1.0_armel.deb (--unpack): 
trying to overwrite `/usr/lib/libWrtRuntimeCore.so.1.1.0'
which is also in package libwrt-experimental1 
dpkg
-debsubprocess paste killed by signal (Broken pipe
Errors were encountered while processing
/var/
cache/apt/archives/libwrt1_1.1.0_armel.deb 
E
Sub-process /usr/bin/dpkg returned an error code (1
/
home/user 

what will work now?
what does broken pipe mean?
how do i fix this?
Attachment 18625
:confused::confused::confused::confused::confused: :confused::confused:

Rob1n 2011-03-15 16:27

Re: Accidentally Uninstalled Python and I cant reinstall due to conflicting packages
 
Try the following (there's just three lines - the second will probably be wrapped in the post though):
Code:

root
apt-get remove python2.5-qt4-experimental-core python2.5-qt4-experimental-xml python2.5-qt4-experimental-gui python2.5-qt4-experimental-common libwrt-experimental1
apt-get -f install


bilal_mufc 2011-03-15 17:10

Re: Accidentally Uninstalled Python and I cant reinstall due to conflicting packages
 
hey rob1n thanks for replying but when i try this i get this message:
PHP Code:

~ $ root 


BusyBox v1.10.2 
(Debian 3:1.10.2.legal-1osso30+0m5built-in shell (ash
Enter 'help' for list of built-in commands

Nokia-N900:~# apt-get remove python2.5-qt4-experimental-core 
Reading package lists... Done 
Building dependency tree 
Reading state information
... Done 
You might want to run 
`apt-get -f install' to correct these: 
The following packages have unmet dependencies: 
libwrt-api1: Depends: libwrt1 (= 1.1.0) but it is not going to be installed 
python2.5-qt4-experimental-gui: Depends: python2.5-qt4-experimental-core (= 4.7.4-maemo0) but it is not going to be installed 
python2.5-qt4-experimental-xml: Depends: python2.5-qt4-experimental-core (= 4.7.4-maemo0) but it is not going to be installed 
wrt: Depends: libwrt1 (= 1.1.0) but it is not going to be installed 
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution). 
Nokia-N900:~# 
Nokia-N900:~# 

could you make the instructions in steps for me? (please:))
if you read the 4 pages of thread i have tried everything and nothing will work
im begging you please find a solution:confused:

bilal_mufc 2011-03-15 17:11

Re: Accidentally Uninstalled Python and I cant reinstall due to conflicting packages
 
i have also run apt-get -f instal to correct it but if you read previous posts it doesnt work???
im really confusd

raaj13 2011-03-15 18:02

Re: Accidentally Uninstalled Python and I cant reinstall due to conflicting packages
 
Quote:

Originally Posted by bilal_mufc (Post 968338)
i have also run apt-get -f instal to correct it but if you read previous posts it doesnt work???
im really confusd

try to remove qt webruntime.It's the cause to the dependcy error.

bilal_mufc 2011-03-15 18:03

Re: Accidentally Uninstalled Python and I cant reinstall due to conflicting packages
 
i have managed to remove it and the experimental version of qt but nothing seems to work---i dont want to flash my phone becoz i have lots of stuff which is irreplaceable on there.
any other ideas??

raaj13 2011-03-15 18:07

Re: Accidentally Uninstalled Python and I cant reinstall due to conflicting packages
 
Quote:

Originally Posted by bilal_mufc (Post 968367)
i have managed to remove it and the experimental version of qt but nothing seems to work---i dont want to flash my phone becoz i have lots of stuff which is irreplaceable on there.
any other ideas??

now do apt-get autoremove to clean any un necessary package left behind.
then just reboot ur N900.
and now try to install cutetube.

raaj13 2011-03-15 18:11

Re: Accidentally Uninstalled Python and I cant reinstall due to conflicting packages
 
After that post any error encountered

bilal_mufc 2011-03-15 18:32

Re: Accidentally Uninstalled Python and I cant reinstall due to conflicting packages
 
PHP Code:

BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5built-in shell (ash
Enter 'help' for list of built-in commands

~ $ 
root 


BusyBox v1.10.2 
(Debian 3:1.10.2.legal-1osso30+0m5built-in shell (ash
Enter 'help' for list of built-in commands

Nokia-N900:~# apt-get autoremove 
Reading package lists... Done 
Building dependency tree 
Reading state information
... Done 
You might want to run 
`apt-get -f install' to correct these. 
The following packages have unmet dependencies: 
libwrt-api1: Depends: libwrt1 (= 1.1.0) but it is not installed 
wrt: Depends: libwrt1 (= 1.1.0) but it is not installed 
E: Unmet dependencies. Try using -f. 
Nokia-N900:~# apt-get install cutetube 
Reading package lists... Done 
Building dependency tree 
Reading state information... Done 
You might want to run 
`apt-get -f install' to correct these: 
The following packages have unmet dependencies: 
cutetube: Depends: python2.5-qt4-webkit 
Depends: python2.5-qt4-maemo5 but it is not going to be installed 
Depends: python2.5-qt4-phonon 
Depends: python-gdata but it is not going to be installed 
Depends: python-oauth2 but it is not going to be installed 
libwrt-api1: Depends: libwrt1 (= 1.1.0) but it is not going to be installed 
wrt: Depends: libwrt1 (= 1.1.0) but it is not going to be installed 
E: Unmet dependencies. Try '
apt-get -f install' with no packages (or specify a solution). 
Nokia-N900:~# apt-get -f install cutetube 
Reading package lists... Done 
Building dependency tree 
Reading state information... Done 
You might want to run `apt-get -f install' 
to correct these
The following packages have unmet dependencies
cutetubeDependspython2.5-qt4-webkit 
Depends
python2.5-qt4-maemo5 but it is not going to be installed 
Depends
python2.5-qt4-phonon 
Depends
python-gdata but it is not going to be installed 
Depends
python-oauth2 but it is not going to be installed 
libwrt
-api1Dependslibwrt1 (= 1.1.0but it is not going to be installed 
wrt
Dependslibwrt1 (= 1.1.0but it is not going to be installed 
E
Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution). 
Nokia-N900:~

Its still the same error
still not working
i cant do autoremove because of the dependencies
what do i do
:confused::confused::confused::confused::confused: :confused::confused::confused::confused::confused: :confused::confused::confused::confused::confused: :confused::confused::confused::confused::confused:


All times are GMT. The time now is 21:31.

vBulletin® Version 3.8.8