Lumalab

Search entriesDeutsch English
  
User:   Password:    
Forum > Linux > Create Archlinux package from tar archive
StartStopPage 1 of 1StopEnde
Author: EngysTopic: Create Archlinux package from tar archiveLast change: 2014-10-17 16:02:01 

Never build packages as root user!

tar -xvzf /path/package.tar.gz
cd package directory
makepkg

Change to root user and install:

pacman -U beispiel-paket-*.pkg.tar.xz

UpReply 
StartStopPage 1 of 1StopEnde