![]() |
2008-10-01
, 15:09
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#2
|
ln -s busybox /bin/tar
The Following User Says Thank You to Benson For This Useful Post: | ||
![]() |
2008-10-01
, 18:24
|
Posts: 6 |
Thanked: 1 time |
Joined on Oct 2008
|
#3
|
Nokia-N810-50-2:~# ln -s busybox /bin/tar ln: /bin/tar: File exists
![]() |
2008-10-01
, 19:01
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#4
|
ls -l /bin/tar
ls -l /bin/busybox
The Following User Says Thank You to Benson For This Useful Post: | ||
![]() |
2008-10-05
, 00:55
|
Posts: 6 |
Thanked: 1 time |
Joined on Oct 2008
|
#5
|
The Following User Says Thank You to looplog For This Useful Post: | ||
When I try to install apps, I get this constant error in the log:
dpkg-deb (subprocess): failed to exec tar: No such file or directory
so it appears that Tar is missing. I presume it is there on a standard install, and I've inadvertently uninstalled while trying to make space on my n810. It doesn't show up for installation in the app-manager, so I tried apt-get install tar, and it threatened to uninstall some 76 applications in the process. I said no...
I presume if I download Tar from the repository I can maybe slip it into usr/bin and things might work, but I'm wondering if someone has a better solution.