linux/ubuntu user install guide

General help and assistance forum.
Post Reply
TheCitrusKiwi
 
Posts: 49
Joined: Sat Jun 02, 2012 8:38 pm
Location: On Earth
Clan: European Legacy
Clan Tag: EL

linux/ubuntu user install guide

#1

Post by TheCitrusKiwi » Sun Jul 29, 2012 7:02 am

Most of the wiki page are not updated , i decided to make a new thread about it.
first of all u need to go in ubuntu software-center
then go at the top
EDIT -> Software Sources
then go to labell "other software"
add this : deb http://debian.drdteam.org/ stable multiverse
close everything
open the terminal

first update everything :

Code: Select all

sudo apt-get update
then install skulltag :

Code: Select all

 sudo apt-get install skulltag
then install doomseeker for skulltag :

Code: Select all

sudo apt-get install doomseeker-skulltag
confirm with:

Code: Select all

skulltag
and:

Code: Select all

exit
i would recommend to redownload http://www.skulltag.com/download/ linux and copy paste them in .skulltag folder in /home/ur name/.skulltag
the folder appears if u do ctrl+H
have fun ! :biggrin:

Hello now that zandronum is out i will update the guide:
1st you will need to unistall everything
then simply replace "skulltag" by "zandronum"
same work as before

install zandronum :

Code: Select all

 sudo apt-get install zandronum
then install doomseeker for zandronum :

Code: Select all

sudo apt-get install doomseeker-zandronum
confirm with:

Code: Select all

zandronum
and:

Code: Select all

exit
to unistall skulltag+doomseeker :

Code: Select all

sudo apt-get remove skulltag  //                           sudo apt-get remove zandronum
sudo apt-get remove doomseeker-skulltag  //                sudo apt-get remove doomseeker-zandronum
sudo apt-get --purge remove skulltag  //                    sudo apt-get --purge remove zandronum
sudo apt-get --purge remove doomseeker-skulltag  //         sudo apt-get --purge remove doomseeker-zandronum
                                                          
                                            sudo apt-get autoremove
i am sorry for my english mistakes

all information are taken from http://wiki.skulltag.net/Install_Zandronum_on_Ubuntu + i updated some stuff .
Last edited by TheCitrusKiwi on Fri Aug 24, 2012 2:27 pm, edited 1 time in total.

Blzut3
Developer
Posts: 308
Joined: Thu May 24, 2012 9:37 pm

RE: linus/ubuntu user install guide

#2

Post by Blzut3 » Sun Jul 29, 2012 7:30 am

The repository is now (and has been for awhile): deb http://debian.drdteam.org/ stable multiverse

TheCitrusKiwi
 
Posts: 49
Joined: Sat Jun 02, 2012 8:38 pm
Location: On Earth
Clan: European Legacy
Clan Tag: EL

RE: linus/ubuntu user install guide

#3

Post by TheCitrusKiwi » Sun Jul 29, 2012 8:38 am

thx blzut3 i will update topic

User avatar
skyrimguy
 
Posts: 86
Joined: Sun Jul 29, 2012 8:35 am

RE: linus/ubuntu user install guide

#4

Post by skyrimguy » Sun Jul 29, 2012 11:02 am

Also to add the repository, update and installation in one command, it can be done as:

Code: Select all

sudo sh -c "apt-add-repository 'deb http://debian.drdteam.org/ stable multiverse' && \
  apt-get update && apt-get install zandronum doomseeker-zandronum"
if you cant execute "apt-add-repository" command, install the python-software-properties package:

Code: Select all

sudo apt-get install python-software-properties
and for uninstall:

Code: Select all

sudo sh -c "apt-get purge zandronum doomseeker-zandronum && apt-get autoremove"
"apt-get --purge remove" or "apt-get purge" are identical to "apt-get remove" plus they also delete the configuration files, so "apt-get remove" is unnecessary.
Last edited by skyrimguy on Sun Aug 26, 2012 6:57 pm, edited 1 time in total.

L1T
 
Posts: 66
Joined: Wed Jun 06, 2012 1:44 am
Location: Milky Way Galaxy

RE: linus/ubuntu user install guide

#5

Post by L1T » Mon Jul 30, 2012 5:00 pm

I'd just like to interject for a moment. What you're referring to as Linux, is in fact, GNU/Linux, or as I've recently taken to calling it, GNU plus Linux. Linux is not an operating system unto itself, but rather another free component of a fully functioning GNU system made useful by the GNU corelibs, shell utilities and vital system components comprising a full OS as defined by POSIX.

Many computer users run a modified version of the GNU system every day, without realizing it. Through a peculiar turn of events, the version of GNU which is widely used today is often called Linux, and many of its users are not aware that it is basically the GNU system, developed by the GNU Project.

There really is a Linux, and these people are using it, but it is just a part of the system they use. Linux is the kernel: the program in the system that allocates the machine's resources to the other programs that you run. The kernel is an essential part of an operating system, but useless by itself; it can only function in the context of a complete operating system. Linux is normally used in combination with the GNU operating system: the whole system is basically GNU with Linux added, or GNU/Linux. All the so-called Linux distributions are really distributions of GNU/Linux.

Btw when will the zandronum .deb packages be in the repos?
I know when you guys make a stable version. But can we get an ETA on that?

User avatar
Torr Samaho
Lead Developer
Posts: 1543
Joined: Fri May 25, 2012 6:03 pm
Location: Germany

RE: linus/ubuntu user install guide

#6

Post by Torr Samaho » Mon Jul 30, 2012 8:01 pm

L1T wrote: I know when you guys make a stable version. But can we get an ETA on that?
When it's done ;). Over the years I learned that it's better not to give ETAs and I stick to that.

User avatar
Tiger
Retired Staff / Community Team Member
Posts: 381
Joined: Thu May 31, 2012 6:21 am
Location: United States
Contact:

RE: linus/ubuntu user install guide

#7

Post by Tiger » Mon Jul 30, 2012 8:44 pm

If you would like to modify the this page with your tutorial, feel free todo so, and I will try to assist with the formatting scheme. However, will the installation of Zandronum differ from SkullTag or will there be additional changes? It is best to write Zandronum guides now as opposed to upkeeping to an unmaintained port.
Nicholas Gautier

Blzut3
Developer
Posts: 308
Joined: Thu May 24, 2012 9:37 pm

RE: linus/ubuntu user install guide

#8

Post by Blzut3 » Mon Jul 30, 2012 11:51 pm

L1T wrote: I'd just like to interject for a moment. What you're referring to as Linux, is in fact, GNU/Linux, or as I've recently taken to calling it, GNU plus Linux. Linux is not an operating system unto itself, but rather another free component of a fully functioning GNU system made useful by the GNU corelibs, shell utilities and vital system components comprising a full OS as defined by POSIX.
If you're going to be that pedantic I suggest calling the operating system by its real name as well. Debian, Ubuntu, Fedora, ArchLinux, etc. If we're going to be strict this is a guide for installing Skulltag on Ubuntu or compatible operating system.

"Linux" as it is used by most is a generic term to refer to an operating system that uses Linux as its kernel as you stated. "GNU/Linux" is an equally vague term (accounting for significant figures). Using "Linux" or "GNU/Linux" generically is a really bad habit since even though most systems are binary compatible a few are not and it gives an illusion that we believe they are.

User avatar
Tiger
Retired Staff / Community Team Member
Posts: 381
Joined: Thu May 31, 2012 6:21 am
Location: United States
Contact:

RE: linus/ubuntu user install guide

#9

Post by Tiger » Wed Aug 01, 2012 6:39 am

I've imported the tutorial to the article on the wiki. Anything that needs to be modified or corrected, feel free to make the necessary changes within the article.
Nicholas Gautier

User avatar
Dark-Assassin
Maintenence Crew
Posts: 968
Joined: Fri May 25, 2012 4:25 am

RE: linus/ubuntu user install guide

#10

Post by Dark-Assassin » Sun Aug 12, 2012 5:20 am

I have updated the tutorial on the wiki.
It is a bit more simplified.

Also, the topic title has a Typo.
Last edited by Dark-Assassin on Sun Nov 11, 2012 5:55 am, edited 1 time in total.
❗ Don't message me for technical or moderation support.
❔ Use the relevant support channels instead.

User avatar
skyrimguy
 
Posts: 86
Joined: Sun Jul 29, 2012 8:35 am

RE: linux/ubuntu user install guide

#11

Post by skyrimguy » Sun Sep 30, 2012 5:43 am

If you set FMOD as the default midi device and music or sound is not audible, you will need a gm.dls file from Windows, located at "Windows/System32/drivers/".
1- Put the gm.dls file in your .zandronum folder or to any location.

2- In your .zandronum folder, edit zandronum.ini and go to "snd_midipatchset=" and set the path where your gm.dls file is located, for example:

Code: Select all

snd_midipatchset=/home/your username/.zandronum/gm.dls
3- Save

4- ??? ?

5-PROFIT!!!
Last edited by skyrimguy on Sun Sep 30, 2012 5:58 am, edited 1 time in total.

User avatar
Ænima
Addicted to Zandronum
Posts: 3579
Joined: Tue Jun 05, 2012 6:12 pm

RE: linux/ubuntu user install guide

#12

Post by Ænima » Sun Sep 30, 2012 1:27 pm

How do I get my Linux Zandronum to use the .ini from my Windows build?
Reinforcements: midgame Survival joining/respawning
Doom64: Unabsolved: Doom64 + Diablo II
ZandroSkins: a pack made by our community
AeniPuffs: 3D blood and bullet puff effects, free to use for your own mods
Squad Radio: a WASD-based radio chat menu, add your own custom sounds!
Mercenaries (on hold)
Image

User avatar
skyrimguy
 
Posts: 86
Joined: Sun Jul 29, 2012 8:35 am

RE: linux/ubuntu user install guide

#13

Post by skyrimguy » Sun Nov 11, 2012 2:12 am

Compile Zandronum on GNU/Linux

Open a terminal and copy and paste the whole code box for each step.

Step 1
Install the following dependencies and tools as superuser:

Debian/Ubuntu

Code: Select all

sudo apt-get install build-essential zlib1g-dev libsdl1.2-dev libjpeg-dev \
nasm tar libbz2-dev libgtk2.0-dev cmake mercurial libfluidsynth-dev libgl1-mesa-dev \
libssl-dev
Fedora

Code: Select all

yum install gcc-c++ make zlib-devel SDL-devel libjpeg-turbo-devel \
nasm tar bzip2-devel gtk2-devel cmake mercurial fluidsynth-devel mesa-libGL-devel \
openssl-devel
openSUSE

Code: Select all

zypper install gcc-c++ make zlib-devel libSDL-devel libjpeg-devel \
nasm tar libbz2-devel gtk2-devel cmake mercurial fluidsynth-devel Mesa-libGL-devel \
libopenssl-devel
Mageia

Code: Select all

if [ "$(uname -m)" = "x86_64" ]; then 
a="64" 
else
a=""
fi && \
urpmi gcc-c++ make lib"$a"zlib-devel lib"$a"SDL-devel \
lib"$a"jpeg-devel nasm tar lib"$a"bzip2-devel \
lib"$a"gtk+2.0-devel cmake mercurial lib"$a"fluidsynth-devel \
lib"$a"mesagl1-devel lib"$a"cairo-devel lib"$a"openssl-devel
Arch Linux

Code: Select all

pacman -S --needed gcc make zlib sdl libjpeg-turbo nasm tar bzip2 gtk2 cmake mercurial fluidsynth mesa glu openssl
Gentoo

Code: Select all

emerge -avn sys-devel/gcc sys-devel/make sys-libs/zlib media-libs/libsdl media-libs/libjpeg-turbo \
dev-lang/nasm app-arch/tar app-arch/bzip2 x11-libs/gtk+ dev-util/cmake dev-vcs/mercurial media-sound/fluidsynth \
media-libs/mesa media-libs/glu dev-libs/openssl
PCLinuxOS

Code: Select all

if [ "$(uname -m)" = "x86_64" ]; then 
a="64" 
else
a=""
fi && \
apt-get install gcc-c++ make zlib1-devel lib"$a"SDL-devel \
lib"$a"jpeg62-devel nasm tar lib"$a"bzip2-devel \
lib"$a"gtk+2.0_0-devel cmake mercurial lib"$a"fluidsynth1-devel \
lib"$a"mesagl1-devel lib"$a"openssl-devel
Do the following steps as normal user.

Step 2
Make zandronum_build directory:

Code: Select all

mkdir -pv $HOME/zandronum_build
Step 3
Download the Zandronum source and make buildclient and buildserver directories:

Code: Select all

cd $HOME/zandronum_build && \
hg clone https://bitbucket.org/Torr_Samaho/zandronum && \
mkdir -pv zandronum/{buildclient,buildserver}
Step 4
Download FMOD 4.24.16 32-bit or 64-bit and extract files to zandronum directory:

Code: Select all

cd $HOME/zandronum_build && \
if [ "$(uname -m)" = "x86_64" ]; then 
 FMODFOLDER="fmodapi42416linux64" 
else
 FMODFOLDER="fmodapi42416linux"
fi && \
wget -nc http://www.fmod.org/download/fmodex/api/Linux/$FMODFOLDER.tar.gz && \
tar -xvzf $FMODFOLDER.tar.gz -C zandronum
Step 4.1 - Get the SQLite Amalgamation
Download the latest amalgamation of SQLite and extract files to zandronum/sqlite directory:

Code: Select all

cd $HOME/zandronum_build && \
v=$(wget -q -O - http://www.sqlite.org/download.html | \
sed -n '/>Source Code</,/zip</ s/.*sqlite-amalgamation-\(.*\)\.zip.*/\1/p') && \
wget -nc http://www.sqlite.org/$(date +%Y)/sqlite-amalgamation-"$v".zip && \
unzip -j sqlite-amalgamation-"$v".zip -d zandronum/sqlite
Step 5
Compile Zandronum client:

Code: Select all

cd $HOME/zandronum_build/zandronum/buildclient && \
if [ "$(uname -m)" = "x86_64" ]; then
FMODFOLDER="fmodapi42416linux64"
FMODFILE="libfmodex64-4.24.16"
else
FMODFOLDER="fmodapi42416linux"
FMODFILE="libfmodex-4.24.16"
fi && \
make clean ; \
cmake -DCMAKE_BUILD_TYPE=Release \
-DFMOD_LIBRARY=$HOME/zandronum_build/zandronum/$FMODFOLDER/api/lib/$FMODFILE.so \
-DFMOD_INCLUDE_DIR=$HOME/zandronum_build/zandronum/$FMODFOLDER/api/inc .. && \
make
Compile Zandronum server:

Code: Select all

cd $HOME/zandronum_build/zandronum/buildserver && \
make clean ; \
cmake -DCMAKE_BUILD_TYPE=Release -DSERVERONLY=ON .. && \
make
Current stable version
Show the current stable version:

Code: Select all

cd $HOME/zandronum_build/zandronum && \
hg identify -r "max(tagged())"
If you want to compile the current stable version, run the following:

Code: Select all

cd $HOME/zandronum_build/zandronum && \
hg update -cr "max(tagged())"
and compile.

After compiling and backing up the current stable version, run the following:

Code: Select all

cd $HOME/zandronum_build/zandronum && \
hg update
Step 6
Follow this step if you want or manually copy (backup) zandronum, zandronum.pk3, skulltag_actors.pk3, liboutput_sdl.so and zandronum-server.
Make and name a directory with the corresponding Zandronum version/revision and copy zandronum, zandronum.pk3, skulltag_actors.pk3, liboutput_sdl.so and zandronum-server to it:

Code: Select all

cd $HOME/zandronum_build && \
BACKUPZANDRONUM="$(sed -n 's/.*#define GAMEVER_STRING "\(.*\)".*/\1/p' \
zandronum/src/version.h)\
$(sed -n 's/.*#define DOTVERSIONSTR.*GAMEVER_STRING "\(.*\)".*/\1/p' \
zandronum/src/version.h)\
-r$(sed -n 's/.*#define SVN_REVISION_STRING "\(.*\)".*/\1/p' \
zandronum/src/svnrevision.h)" && \
mkdir -pv "$BACKUPZANDRONUM" && \
cp -v zandronum/{buildclient/{zandronum,zandronum.pk3,\
skulltag_actors.pk3,output_sdl/liboutput_sdl.so},\
buildserver/zandronum-server} "$BACKUPZANDRONUM"
Step 6.1 (Optional)
Make and name a directory with the current year, month, day, hour and minute and copy zandronum, zandronum.pk3, skulltag_actors.pk3, liboutput_sdl.so and zandronum-server to it:

Code: Select all

cd $HOME/zandronum_build && \
COPYANDPASTEZAN="$(date +%Y%m%d%H%M)" && \
mkdir -pv "$COPYANDPASTEZAN" && \
cp -v zandronum/{buildclient/{zandronum,zandronum.pk3,\
skulltag_actors.pk3,output_sdl/liboutput_sdl.so},\
buildserver/zandronum-server} "$COPYANDPASTEZAN"
If you did "Step 6" or "Step 6.1 (Optional)", the previous files should be located at:
/home/<your username>/zandronum_build/


Update Zandronum
When you wish to update Zandronum, copy and paste the following:

Code: Select all

cd $HOME/zandronum_build/zandronum && \
hg pull ; hg update
When the update finish, go to Step 5.


Install Zandronum
The following steps contain commands that require to be run as superuser with the sudo command.

If you want to install Zandronum, do the following:

Step i1
Make /usr/games/zandronum directory:

Code: Select all

sudo mkdir -pv /usr/games/zandronum
Step i2
Copy zandronum, zandronum.pk3, skulltag_actors.pk3, liboutput_sdl.so, zandronum-server and libfmodex64-4.24.16.so or libfmodex-4.24.16.so to /usr/games/zandronum:

Code: Select all

if [ "$(uname -m)" = "x86_64" ]; then
 FMODFOLDER="fmodapi42416linux64"
 FMODFILE="libfmodex64-4.24.16"
else
 FMODFOLDER="fmodapi42416linux"
 FMODFILE="libfmodex-4.24.16"
fi && \
sudo cp -v /home/$USER/zandronum_build/zandronum/{buildclient/{zandronum,\
zandronum.pk3,skulltag_actors.pk3,output_sdl/liboutput_sdl.so},\
buildserver/zandronum-server,$FMODFOLDER/api/lib/$FMODFILE.so} \
/usr/games/zandronum
Step i3
Make zandronum script, add executable permission and copy it to /usr/bin:

Code: Select all

cd /tmp && \
echo '#!/bin/sh' > zandronum && \
echo >> zandronum && \
echo 'export LD_LIBRARY_PATH=/usr/games/zandronum' >> zandronum && \
echo 'exec /usr/games/zandronum/zandronum "$@"' >> zandronum && \
chmod 755 zandronum && \
sudo cp -v zandronum /usr/bin && \
rm -fv zandronum
Step i4
Make zandronum-server script, add executable permission and copy it to /usr/bin:

Code: Select all

cd /tmp && \
echo '#!/bin/sh' > zandronum-server && \
echo >> zandronum-server && \
echo 'exec /usr/games/zandronum/zandronum-server "$@"' >> zandronum-server && \
chmod 755 zandronum-server && \
sudo cp -v zandronum-server /usr/bin && \
rm -fv zandronum-server
Now from a terminal you should be able to execute zandronum or zandronum-server from any user account.


Remove Zandronum
To remove the previous installation steps:

Step r1
Remove /usr/games/zandronum directory and all its files:

Code: Select all

cd /usr/games && \
sudo rm -rfv zandronum
Step r2
Remove zandronum script

Code: Select all

cd /usr/bin && \
sudo rm -fv zandronum
Step r3
Remove zandronum-server script

Code: Select all

cd /usr/bin && \
sudo rm -fv zandronum-server
########################################################################################################################################################

Compile Doomseeker on GNU/Linux

Open a terminal and copy and paste the whole code box for each step.

Step 1
Install the following dependencies and tools as superuser:

Debian/Ubuntu

Code: Select all

sudo apt-get install g++ cmake libqt4-dev mercurial make zlib1g-dev libbz2-dev
Fedora

Code: Select all

yum install gcc-c++ cmake qt-devel mercurial make zlib-devel bzip2-devel
openSUSE

Code: Select all

zypper install gcc-c++ cmake libqt4-devel mercurial make zlib-devel libbz2-devel
Mageia

Code: Select all

if [ "$(uname -m)" = "x86_64" ]; then 
a="64" 
else
a=""
fi && \
urpmi gcc-c++ cmake lib"$a"qt4-devel mercurial make \
lib"$a"zlib-devel lib"$a"bzip2-devel lib"$a"qtcore4
Arch Linux

Code: Select all

pacman -S --needed gcc cmake qt4 mercurial make zlib bzip2
Gentoo

Code: Select all

emerge -avn sys-devel/gcc dev-util/cmake dev-qt/qtcore dev-vcs/mercurial sys-devel/make sys-libs/zlib app-arch/bzip2
PCLinuxOS

Code: Select all

if [ "$(uname -m)" = "x86_64" ]; then 
a="64" 
else
a=""
fi && \
apt-get install gcc-c++ cmake lib"$a"qt4-devel \
mercurial make zlib1-devel lib"$a"bzip2-devel
Do the following steps as normal user.

Step 2
Make doomseeker_build directory:

Code: Select all

mkdir -pv $HOME/doomseeker_build
Step 3
Download the Doomseeker source and make build directory:

Code: Select all

cd $HOME/doomseeker_build && \
hg clone https://bitbucket.org/Blzut3/doomseeker && \
mkdir -pv doomseeker/build
Step 4
Compile Doomseeker:

Code: Select all

cd $HOME/doomseeker_build/doomseeker/build && \
make clean ; rm -f engines/*.so ; \
cmake -DCMAKE_BUILD_TYPE=Release .. && \
make
Current stable version
Show the current stable version:

Code: Select all

cd $HOME/doomseeker_build/doomseeker && \
hg identify -r "max(tagged())"
If you want to compile the current stable version, run the following:

Code: Select all

cd $HOME/doomseeker_build/doomseeker && \
hg update -cr "max(tagged())"
and compile.

After compiling and backing up the current stable version, run the following:

Code: Select all

cd $HOME/doomseeker_build/doomseeker && \
hg update
Step 5
Follow this step if you want or manually copy (backup) doomseeker, libwadseeker.so and the engines directory.
Make and name a directory with the corresponding Doomseeker version/revision and copy doomseeker, libwadseeker.so and the engines directory to it:

Code: Select all

cd $HOME/doomseeker_build && \
BACKUPDOOMSEEKER="$(sed -n 's/.*#define VERSION_STRING "\(.*\)".*/\1/p' \
doomseeker/src/core/versiondefs.h)\
-$(sed -n 's/.*#define SVN_REVISION_STRING "\(.*\)".*/\1/p' \
doomseeker/src/core/svnrevision.h)" && \
mkdir -pv "$BACKUPDOOMSEEKER" && \
cp -rv doomseeker/build/{doomseeker,libwadseeker.so,engines} \
"$BACKUPDOOMSEEKER"
Step 5.1 (Optional)
Make and name a directory with the current year, month, day, hour and minute and copy doomseeker, libwadseeker.so and the engines directory to it:

Code: Select all

cd $HOME/doomseeker_build && \
COPYANDPASTEDS="$(date +%Y%m%d%H%M)" && \
mkdir -pv "$COPYANDPASTEDS" && \
cp -rv doomseeker/build/{doomseeker,libwadseeker.so,engines} \
"$COPYANDPASTEDS"
If you did "Step 5" or "Step 5.1 (Optional)", the previous files should be located at:
/home/<your username>/doomseeker_build/


Update Doomseeker
When you wish to update Doomseeker, copy and paste the following:

Code: Select all

cd $HOME/doomseeker_build/doomseeker && \
hg pull ; hg update
When the update finish, go to Step 4.


Install Doomseeker
The following steps contain commands that require to be run as superuser with the sudo command.

If you want to install Doomseeker, do the following:

Step i1
Make /usr/games/doomseeker directory:

Code: Select all

sudo mkdir -pv /usr/games/doomseeker
Step i2
Copy doomseeker, libwadseeker.so and the engines directory to /usr/games/doomseeker:

Code: Select all

sudo cp -rv /home/$USER/doomseeker_build/doomseeker/build/{doomseeker,\
libwadseeker.so,engines} /usr/games/doomseeker
Step i3
Make doomseeker script, add executable permission and copy it to /usr/bin:

Code: Select all

cd /tmp && \
echo '#!/bin/sh' > doomseeker && \
echo >> doomseeker && \
echo 'export LD_LIBRARY_PATH=/usr/games/doomseeker' >> doomseeker && \
echo 'exec /usr/games/doomseeker/doomseeker "$@"' >> doomseeker && \
chmod 755 doomseeker && \
sudo cp -v doomseeker /usr/bin && \
rm -fv doomseeker
Now from a terminal you should be able to execute doomseeker from any user account.


Remove Doomseeker
To remove the previous installation steps:

Step r1
Remove /usr/games/doomseeker directory and all its files:

Code: Select all

cd /usr/games && \
sudo rm -rfv doomseeker
Step r2
Remove doomseeker script

Code: Select all

cd /usr/bin && \
sudo rm -fv doomseeker
Last edited by skyrimguy on Mon Oct 06, 2014 8:34 pm, edited 1 time in total.

User avatar
Dark-Assassin
Maintenence Crew
Posts: 968
Joined: Fri May 25, 2012 4:25 am

RE: linux/ubuntu user install guide

#14

Post by Dark-Assassin » Sun Nov 11, 2012 5:55 am

That's pretty good. Should probably be added to the wiki.
❗ Don't message me for technical or moderation support.
❔ Use the relevant support channels instead.

User avatar
skyrimguy
 
Posts: 86
Joined: Sun Jul 29, 2012 8:35 am

RE: linux/ubuntu user install guide

#15

Post by skyrimguy » Sun Nov 11, 2012 6:59 am

-=Dark-Assassin=- wrote: That's pretty good. Should probably be added to the wiki.
Thank you!

Post Reply