Notices


Reply
Thread Tools
Posts: 3 | Thanked: 1 time | Joined on Nov 2012
#1
Hello folks. I'm very new to this forum so bear with me.

Got the awesome n900 few months ago and love it to bits. And after a while of using it, i flashed it and now i can't install my beloved 'cutetube'. I was able to get it before the flash and now when i try to install it via terminal, i get this.



/home/user # 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: libqtm-12 but it is not going to be installed
Depends: ffmpeg 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).
/home/user #


I guess that libwrt1 is the cause of the problem and when i try to install it, i get this instead:



/home/user # apt-get install libwrt1
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
libwrt1
0 upgraded, 1 newly installed, 0 to remove and 4 not upgraded.
6 not fully installed or removed.
Need to get 0B/656kB of archives.
After this operation, 1929kB of additional disk space will be used.
(Reading database ... 22630 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-deb: subprocess 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 #


So i went to find a solution to fix that "Sub-process /usr/bin/dpkg returned an error code (1)" and used almost every code that was posted on threads with similar problem like me and none work! i really want to get cutetube on my phone and this problem have been bugging me for like 2 months before i want to start this threat. I've been rummaging through the past topics and nothing help me! Any help will be really appreciated cheers!!!

Last edited by xsmittenx; 2012-11-28 at 03:38.
 
Posts: 177 | Thanked: 152 times | Joined on Oct 2011
#2
Do this
apt-get update
apt-get -f install
apt-get install cutetube

this may help you
 

The Following User Says Thank You to Sourav.dubey For This Useful Post:
Posts: 863 | Thanked: 213 times | Joined on Feb 2012 @ Goa
#3
i vote sourav dubey
 
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#4
Please try the commands from this thread http://talk.maemo.org/showthread.php...46&postcount=4

Last edited by michaaa62; 2012-11-28 at 06:29.
 

The Following 3 Users Say Thank You to michaaa62 For This Useful Post:
Posts: 1,808 | Thanked: 4,272 times | Joined on Feb 2011 @ Germany
#5
Originally Posted by xsmittenx View Post
(Reading database ... 22630 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-deb: subprocess 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)
Package libwrt-experimental1 conflicts (shares at least one file with) libwrt1. The package manager doesn't allow that.

Just uninstall libwrt-experimental and try again (do apt-get -f install first).
 

The Following User Says Thank You to reinob For This Useful Post:
Posts: 3 | Thanked: 1 time | Joined on Nov 2012
#6
Originally Posted by Sourav.dubey View Post
Do this
apt-get update
apt-get -f install
apt-get install cutetube

this may help you


That doesnt help. Tried that too before this thread and this is what i got :



/home/user # apt-get update
Get:1 https://downloads.maemo.nokia.com ./ Release.gpg [198B]
Hit http://repository.maemo.org fremantle-1.3 Release.gpg
Packages/DiffIndex
Hit https://downloads.maemo.nokia.com ./ Packages
Hit https://downloads.maemo.nokia.com ./ Packages
Hit https://downloads.maemo.nokia.com ./ Packages
Fetched 2115B in 11s (185B/s)
W: GPG error: https://downloads.maemo.nokia.com ./ Release: The following signatures were invalid: KEYEXPIRED 1349249546 KEYEXPIRED 1349249546 KEYEXPIRED 1349249546
W: GPG error: https://downloads.maemo.nokia.com ./ Release: The following signatures were invalid: KEYEXPIRED 1349249546 KEYEXPIRED 1349249546 KEYEXPIRED 1349249546
W: GPG error: https://downloads.maemo.nokia.com ./ Release: The following signatures were invalid: KEYEXPIRED 1349249546 KEYEXPIRED 1349249546 KEYEXPIRED 1349249546
W: Failed to fetch http://repository.maemo.org/extras-d...mantle/Release Unable to find expected entry non/binary-armel/Packages in Meta-index file (malformed Release file?)

E: Some index files failed to download, they have been ignored, or old ones used instead.
/home/user #




/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 13 not upgraded.
6 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 ... 22630 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-deb: subprocess 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 #





This is what i get when i try to re-install libwrt1:


/home/user # apt-get remove libwrt1
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libwrt1 is not installed, so not removed
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
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 #
 

The Following User Says Thank You to xsmittenx For This Useful Post:
Posts: 177 | Thanked: 152 times | Joined on Oct 2011
#7
I am not that expert
please try michaa link
it will definitely help you
thanks
 

The Following User Says Thank You to Sourav.dubey For This Useful Post:
Posts: 3 | Thanked: 1 time | Joined on Nov 2012
#8
thanks michaa finally got it working!
 
Reply


 
Forum Jump


All times are GMT. The time now is 23:52.