Reply
Thread Tools
rokafellaskank's Avatar
Posts: 83 | Thanked: 4 times | Joined on Mar 2010 @ Birmingham England
#11
Originally Posted by barzam View Post
Use the remove or purge switch, like
apt-get remove X
apt-get purge X
thanks buddy.
 
rokafellaskank's Avatar
Posts: 83 | Thanked: 4 times | Joined on Mar 2010 @ Birmingham England
#12
o.k. well I removed it, rebooted, installed it again and got the same problem. then i purged it, and installed it and what it's doing is using the original deb package.


~ $ sudo gainroot
Root shell enabled


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


/home/user # apt-get install p7zip
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
p7zip
0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded.
Need to get 0B/349kB of archives.
After this operation, 1024kB of additional disk space will be used.
Selecting previously deselected package p7zip.
(Reading database ... 48374 files and directories currently installed.)
Unpacking p7zip (from .../p7zip_9.04~dfsg.1-1-m5-1_armel.deb) ...
Setting up p7zip (9.04~dfsg.1-1-m5-1) ...
/home/user #


so I'm back to square one again.
anyone have any idea what to do next.
cheers.
 
Posts: 56 | Thanked: 31 times | Joined on Jul 2008 @ Austria
#13
hmm... sounds like the person that packaged p7zip messed up then? try contacting him...

to make sure you can get a file list of the installed package by
dpkg -L p7zip

and if you are really adventurous, dissect the deb file by:

mkdir junk
cd junk
ar x p7zip*.deb
gunzip data.tar.gz
tar xf data.tar
and if you are lucky you will find the 7z binary in the innards now spilled into the "junk" directory. That is a gross way of going about it but the fastest way to advance: to sidestep the entire packager...

edit: to get "ar", apt-get install binutils

Last edited by dannym; 2010-07-10 at 19:58. Reason: ar not in the default installation
 
int_ua's Avatar
Posts: 676 | Thanked: 1,067 times | Joined on Jul 2010 @ Kyiv, Ukraine
#14
AFAIK, 7z is provided by package p7zip-full
p7zip gives only 7zr.
Had the same problem with 7z, trying to use 7zr...
 
int_ua's Avatar
Posts: 676 | Thanked: 1,067 times | Joined on Jul 2010 @ Kyiv, Ukraine
#15
Code:
$ file /usr/lib/p7zip/7z
/usr/lib/p7zip/7z: broken symbolic link to
 `/opt/maemo/usr/lib/p7zip/7z'

$ ls -l /opt/maemo/usr/lib/p7zip/
lrwxrwxrwx    1 root     root           27 Jul 17 15:59
 7z -> /opt/maemo/usr/lib/p7zip/7z
lrwxrwxrwx    1 root     root           30 Jul 17 15:59
 7z.so -> /opt/maemo/usr/lib/p7zip/7z.so
lrwxrwxrwx    1 root     root           34 Jul 17 15:59
 7zCon.sfx -> /opt/maemo/usr/lib/p7zip/7zCon.sfx
lrwxrwxrwx    1 root     root           28 Jul 17 15:59
 7za -> /opt/maemo/usr/lib/p7zip/7za
awesome

Last edited by int_ua; 2010-07-17 at 13:12.
 
Reply

Thread Tools

 
Forum Jump


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