[opensuse-arm] Install arm64 packages
Hi all, I downloaded the root tarball from here (https://en.opensuse.org/Portal:ARM/AArch64) and have run the FS in the foundation model, but it seems I don't have vim or gcc or other build tools in that image. I tried using zypper to install it, but it can't find a vim package, it complains for vim-data telling me that nothing provides vim-base. I looked for gcc and make or development packages using "zypper se" but apparently I'm doing something wrong, because nothing shows up. Can anyone tell me what I'm doing wrong? Thanks, -Christoffer -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Am Samstag, 3. August 2013, 21:20:14 schrieb Christoffer Dall:
Hi all,
I downloaded the root tarball from here (https://en.opensuse.org/Portal:ARM/AArch64) and have run the FS in the foundation model, but it seems I don't have vim or gcc or other build tools in that image.
I tried using zypper to install it, but it can't find a vim package, it complains for vim-data telling me that nothing provides vim-base.
I looked for gcc and make or development packages using "zypper se" but apparently I'm doing something wrong, because nothing shows up.
Can anyone tell me what I'm doing wrong?
Do you have any valid repositories registered? zypper lr The 12.3 repo can be added via zypper ar \ http://download.opensuse.org/repositories/devel:/ARM:/AArch64:/12.3/standard... 12.3 zypper ref vim-base is available there at least. We should add this path by default though ... -- Adrian Schroeter email: adrian@suse.de SUSE LINUX GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 21284 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germany -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
On Mon, Aug 05, 2013 at 08:50:26AM +0200, Adrian Schröter wrote:
Am Samstag, 3. August 2013, 21:20:14 schrieb Christoffer Dall:
Hi all,
I downloaded the root tarball from here (https://en.opensuse.org/Portal:ARM/AArch64) and have run the FS in the foundation model, but it seems I don't have vim or gcc or other build tools in that image.
I tried using zypper to install it, but it can't find a vim package, it complains for vim-data telling me that nothing provides vim-base.
I looked for gcc and make or development packages using "zypper se" but apparently I'm doing something wrong, because nothing shows up.
Can anyone tell me what I'm doing wrong?
Do you have any valid repositories registered?
zypper lr
The 12.3 repo can be added via
zypper ar \ http://download.opensuse.org/repositories/devel:/ARM:/AArch64:/12.3/standard... 12.3 zypper ref
thanks, worked for vim. Not quite sure how to get the needed package of gcc/make (equivalent of debian build-essential) on this system though; $ zypper in -t pattern devel doesn't seem to provide me anything, but maybe I'm doing this wrong too. Installing all required packages individually for now...
vim-base is available there at least. We should add this path by default though ...
That or add the instructions to https://en.opensuse.org/Portal:ARM/AArch64 so super noobs like myself can figure things out :) In any case, thanks for the pointer! -Christoffer -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Christoffer Dall <christoffer.dall@linaro.org> writes:
thanks, worked for vim. Not quite sure how to get the needed package of gcc/make (equivalent of debian build-essential) on this system though;
$ zypper in -t pattern devel
doesn't seem to provide me anything, but maybe I'm doing this wrong too.
rpm-build has the essential dependencies. Andreas. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different." -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
participants (3)
-
Adrian Schröter
-
Andreas Schwab
-
Christoffer Dall