View Single Post
SourenAraya's Avatar
Posts: 72 | Thanked: 239 times | Joined on Sep 2013
#192
Anyone who already get jPhone can give me installed packages?

Code:
zypper -A se -i | cut -f 2 -d '|' | sed -n '6~1p' > packages.lst
zypper --disable-system-resolvables install --download-only $(cat packages.lst)
This command download all packages installed on phone and store it on phone memory, so better do that with wifi connection.

Packages RPM's in /var/cache/zypp/packages/ and subdirectories, so i need this directory.
Can anyone upload archive of this directory on dropbox or googledrive or somewhere else?
 

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