You are not logged in.
Pages: 1
hello, i am trying all the most-known fps for linux and i would like to know how can i install enemy-territory... there isnt a pacman-package, is there?
Offline
There are several PKGBUILDs in the AUR:
enemy territory
true combat: elite (a nice mod)
Mo.
Offline
ok, sorry about the question - but i have never used pkgbuilds.. i copied all the files - tarballs and others - to /et.. what can i do to install the package?
Offline
Just run makepkg and then pacman -A <package-name>. There should be something in the wiki about this, I'm sure.
Mo.
Offline
ok, and after i can delete the files i downloaded, right? will i be able to uninstall with pacman -Rs <package-name>?
Offline
the files fail the MD5sums checking :\ why?
shouldnt i have downloaded them? was it ok if i only had downloaded the MAKEPKG file?
Offline
Try this:
wget http://aur.archlinux.org/packages/enemy … ory.tar.gz
tar -xf enemy-territory.tar.gz
cd enemy-territory
makepkg
pacman -A *.pkg.tar.gz
If you got an error with MD5sums, try to put a '#' in front of the md5sums-line in the PKGBUILD.
Mo.
Offline
so, the error is because i downloaded more files than i needed to. ty
Offline
can i remove the enemy-territory folder? or will i need it to play/uninstall the game..?
Offline
You can delete it.
Mo.
Last edited by Mo (2007-03-30 10:42:03)
Offline
You can remove it fine, pacman keeps track of the installed files so you will be able to uninstall it as any other package.
PC: Antec P182B | Asus P8Z77-V PRO | Intel i5 3570k | 16GB DDR3 | GeForce 450GTS | 4TB HDD | Pioneer BDR-207D | Asus Xonar DX | Altec Lansing CS21 | Eizo EV2736W-BK | Arch Linux x86_64
HTPC: Antec NSK2480 | ASUS M3A78-EM (AMD 780G) | AMD Athlon X3 425 | 8GB DDR2 | GeForce G210 | 2TB HDD | Arch Linux x86_64
Server: Raspberry Pi (model B) | 512MB RAM | 750GB HDD | Arch Linux ARM
Offline
Pages: 1