Dnia środa, 29 października 2014 00:25:39 Григорий Пташко pisze: > I actually tried this. I wouldn't ask if it worked.. > > Here's what I got: > > sh-4.3# pwd > > /etc/zypp > > sh-4.3# tree > > . > > |-- multiversion.d > | > |-- repos.d > | > | |-- ivi-emul-daily.repo > | > | `-- ivi-emul-snapshot.repo > | > |-- services.d > | > |-- systemCheck > | > |-- vendors.d > | > |-- zypp.conf > > `-- zypper.conf > > > 4 directories, 5 files > > sh-4.3# cat /etc/tizen-release > > Tizen IVI 3.0 3.0.0 (i386) > > VERSION = 3.0.0 > > CODENAME = Next > > BUILD_ID=tizen-ivi_20141027.2_ivi-mbr-i586-emul > > sh-4.3# zypp > > zypp-CheckAccessDeleted zypp-NameReqPrv > > zypper zypp-refresh > > sh-4.3# zypper refresh > > Repository 'ivi-daily' is up to date. > > All repositories have been refreshed. > > sh-4.3# zypper update > > Loading repository data... > > Reading installed packages... > > > Nothing to do. > > sh-4.3# zypper in iputils openssh-server > > Loading repository data... > > Reading installed packages... > > 'iputils' not found in package names. Trying capabilities. > > No provider of 'iputils' found. > > 'openssh-server' not found in package names. Trying capabilities. > > No provider of 'openssh-server' found. > > Resolving package dependencies... > > > Nothing to do. > > sh-4.3# > > > As you see, it seems like something is missing.. > > BTW, I check with wget - the network connection > > is up and running. >
I don't have access to emulator right now but maybe try to check in which repository iputils are placed (i386,586,686) and check if /etc/zypper.conf is correct. I remember that I needed to modify this conf file to install gdb but I don't remember if it was with IVI or Mobile emulator. Try "zypper lr -u" - to check which repository is used. -- regards, Tomasz Olszak Qt for Tizen | http://qt-project.org/wiki/Tizen _______________________________________________ IVI mailing list [email protected] https://lists.tizen.org/listinfo/ivi
