maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   N900 HELP--cant install video based apps (https://talk.maemo.org/showthread.php?t=88041)

xsmittenx 2012-11-28 03:35

N900 HELP--cant install video based apps
 
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!!!

Sourav.dubey 2012-11-28 05:25

Re: N900 HELP--cant install video based apps
 
Do this
apt-get update
apt-get -f install
apt-get install cutetube

this may help you

seanmcken 2012-11-28 05:29

Re: N900 HELP--cant install video based apps
 
i vote sourav dubey

michaaa62 2012-11-28 06:27

Re: N900 HELP--cant install video based apps
 
Please try the commands from this thread http://talk.maemo.org/showthread.php...46&postcount=4

reinob 2012-11-28 08:13

Re: N900 HELP--cant install video based apps
 
Quote:

Originally Posted by xsmittenx (Post 1299181)
(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).

xsmittenx 2012-11-28 12:54

Re: N900 HELP--cant install video based apps
 
Quote:

Originally Posted by Sourav.dubey (Post 1299187)
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 #

Sourav.dubey 2012-11-28 12:57

Re: N900 HELP--cant install video based apps
 
I am not that expert
please try michaa link
it will definitely help you
thanks

xsmittenx 2012-12-07 01:25

Re: N900 HELP--cant install video based apps
 
thanks michaa finally got it working!


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

vBulletin® Version 3.8.8