View Single Post
Posts: 646 | Thanked: 1,124 times | Joined on Jul 2010 @ Espoo, Finland
#9
Originally Posted by Hurrian View Post
Code:
~ $ busybox tar
And equally for gzip: same as tar it's coming via busybox (although probably in a slightly limited version) which is included in default flashed image.
Code:
~ $ dpkg -S /bin/tar
busybox: /bin/tar

~ $ dpkg -S /bin/gzip
busybox: /bin/gzip

~ $ apt-cache rdepends busybox
busybox
Reverse Depends:
  mp-harmattan-001-pr
  mp-harmattan-001-pr
 

The Following User Says Thank You to minimos For This Useful Post: