packages

2 posts / 0 new
Last post
#1 Tue, 2014-09-23 15:25
dormammu
  • dormammu's picture
  • Offline
  • Last seen: 3 years 6 months ago
  • Joined: 2014-09-22

I don't know if this is the right place in the forum this question. it seems obvious to me that most alpine users are level 200 in computer karate.
forgive my utter lack of knowledge of anything?

I was using the apk add command in the terminal to install/download packages/tar balls of software that I hope to be able to run someday. It seems as if some of them installed and subsequently a launcher popped up for them on the application menu while others just seem to have downloaded large tarballs that need to be compiled, configured, built, and installed before they would be usable. at least this is my impression, I couldn't find any desktop launchers for many of the programs I "apk add"ed.

is there a really simple way to configure, compile and build all these things. they all seem to have congregated in the root/usr/share directory. just sitting there....I have no idea what to do with them.....

should I bother with this or just try to get a linux-grsec kernel running in manjaro or archbang? or maybe just use sabayon since they have recently been hardening their kernels with gentoo patches? I have no idea if sabayon has incorporated grsecurity and pax though and I have no idea how to go about that either. I've been trying to get one of these "user-friendly" arch and gentoo derived distributions to run on a linux-grsec kernel like alpine does but haven't been able to yet although I think I've come fairly close to doing it but I have no real assurances that I did it right with alpine I know that a grsecurity/pax kernel is running in the most optimal manner. it's just that I can't the two other software programs I need (virtual box and/or wine) running.

if anyone can spare the time any help would be appreciated.

Tue, 2014-10-14 10:45
ScrumpyJack
  • ScrumpyJack's picture
  • Offline
  • Last seen: 6 months 3 weeks ago
  • Joined: 2013-06-20

hi there. and welcome to alpine linux. I understand your frustration, alpine linux can be a little daunting at first, but if you stick around, post here or better still, hang out on the irc channels, hopefully you'll get the help you need.
More specifically, the package manager should download pre-compiled versions of software, resolve and software dependancies and copy them to the right location on your system. Files in /usr/share are typically files installed there by packages. Apk does have a cache of packages that it keeps, which by default is in /etc/apk/cache. Have a look in there and you'll see lots of .apk files. Are you saying you are seeing these .apk files in /usr/share?
Also, can you give us an exemple of package that don't install pre-compiled binaries?

Log in or register to post comments