zandronum on linux mint?

General help and assistance forum.
Post Reply
User avatar
mr fiat
Frequent Poster Miles card holder
Posts: 858
Joined: Tue Jun 05, 2012 3:28 pm
Location: netherlands

zandronum on linux mint?

#1

Post by mr fiat » Sat Jan 18, 2014 3:19 pm

when i try to install zandronum using the terminal method i get the error: 'No JSON object could be decoded'. i tried diffrent methods but no dice, i just wish it would be so much easyer to install zandronum on a linux machine but alas.

Edward-san
Developer
Posts: 382
Joined: Fri May 25, 2012 8:14 pm

RE: zandronum on linux mint?

#2

Post by Edward-san » Mon Jan 20, 2014 3:51 pm

Do you still have these problems? Can you post a log with the commands you run and the messages you get?

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

RE: zandronum on linux mint?

#3

Post by Dark-Assassin » Mon Jan 20, 2014 3:56 pm

Are you trying to install using the Apt method?

User avatar
mr fiat
Frequent Poster Miles card holder
Posts: 858
Joined: Tue Jun 05, 2012 3:28 pm
Location: netherlands

RE: zandronum on linux mint?

#4

Post by mr fiat » Mon Jan 20, 2014 6:02 pm

-=Dark-Assassin=- wrote: Are you trying to install using the Apt method?
apt method is with the terminal right? if so ye ai tried that and it gave me the error mentioned in the first post. i wanted to try the generic linux install method but i dont know how to install FMOD, when i extract the .tar file im confused on what to do.

also il fetch a screenshot/log of the terminal window.

*edit* log, i gues? http://pastebin.com/LwJ72iDQ (ignore the C^)
Last edited by mr fiat on Mon Jan 20, 2014 6:25 pm, edited 1 time in total.

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

RE: zandronum on linux mint?

#5

Post by Blzut3 » Mon Jan 20, 2014 6:37 pm

Linux Mint's apt utility must not be the same as Ubuntu's. You can edit your /etc/apt/sources.list and add the repository manually that way. Just put the part in quote in there. Then follow the rest of the instructions.

User avatar
mr fiat
Frequent Poster Miles card holder
Posts: 858
Joined: Tue Jun 05, 2012 3:28 pm
Location: netherlands

RE: zandronum on linux mint?

#6

Post by mr fiat » Mon Jan 20, 2014 7:29 pm

Blzut3 wrote: Linux Mint's apt utility must not be the same as Ubuntu's. You can edit your /etc/apt/sources.list and add the repository manually that way. Just put the part in quote in there. Then follow the rest of the instructions.
sources.list is read only and im a serious linux noob so idk what to do.

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

RE: zandronum on linux mint?

#7

Post by Dark-Assassin » Tue Jan 21, 2014 3:58 am

That's a bit weird for Linux Mint. I never knew of apt-add-repository not working.

Anyway, try typing this in the terminal instead.

Code: Select all

sudo sh -c "echo 'deb http://debian.drdteam.org/ stable multiverse' >> /etc/apt/sources.list"
This will add the repo to the apt sources list directly.
Then of course, run:

Code: Select all

sudo apt-get update
sudo apt-get install zandronum doomseeker
You can also install gzdoom, zdoom and slade3 from this repo as well.

Klofkac
Forum Regular
Posts: 481
Joined: Sat Jun 09, 2012 1:31 pm
Location: Ask Grandvoid servers

RE: zandronum on linux mint?

#8

Post by Klofkac » Tue Jan 21, 2014 10:55 am

I have tried this on Mint 16. It passed.

Code: Select all

klofkac@klofkac-ntb ~ $ sudo apt-add-repository 'deb http://debian.drdteam.org/ stable multiverse'
Swipe your finger across the fingerprint reader
klofkac@klofkac-ntb ~ $
Well, you can still add the repository by adding it to GUI app Software sources in other repository tab if terminal refuses to work.
π•‚π•π• π•—π•œπ•’π•”

Ch0wW
Forum Regular
Posts: 144
Joined: Thu Aug 22, 2013 5:51 pm
Location: France
Clan: BaseQ
Clan Tag: [BaseQ]
Contact:

RE: zandronum on linux mint?

#9

Post by Ch0wW » Wed Jan 22, 2014 3:18 pm

I never had such problems on Linux Mint, but try applying an apt-get update && apt-get upgrade first.

Also, make sure you got at least root access to perform those operations, sudo must be preinstalled if I remember well.

Or best, reinstall it if that still doesn't work.
Follow BaseQ! --> β€’ BaseQ.fr β€’ YouTube β€’ BaseQ's FB page β€’ Twitter

User avatar
StrikerMan780
Forum Regular
Posts: 279
Joined: Tue May 29, 2012 9:16 pm
Clan: Shadow Mavericks
Clan Tag: [SM]

RE: zandronum on linux mint?

#10

Post by StrikerMan780 » Thu Jan 23, 2014 3:48 pm

Blzut3 wrote: Linux Mint's apt utility must not be the same as Ubuntu's. You can edit your /etc/apt/sources.list and add the repository manually that way. Just put the part in quote in there. Then follow the rest of the instructions.
It's exactly like Ubuntu's, to the letter. I use Linux Mint 16, and I've also used the Ubuntu version it's based on. It's the same. I've also had no issues installing Zandro on it using apt-get.

User avatar
mr fiat
Frequent Poster Miles card holder
Posts: 858
Joined: Tue Jun 05, 2012 3:28 pm
Location: netherlands

RE: zandronum on linux mint?

#11

Post by mr fiat » Thu Jan 23, 2014 5:51 pm

-=Dark-Assassin=- wrote: That's a bit weird for Linux Mint. I never knew of apt-add-repository not working.

Anyway, try typing this in the terminal instead.

Code: Select all

sudo sh -c "echo 'deb http://debian.drdteam.org/ stable multiverse' >> /etc/apt/sources.list"
This will add the repo to the apt sources list directly.
Then of course, run:

Code: Select all

sudo apt-get update
sudo apt-get install zandronum doomseeker
You can also install gzdoom, zdoom and slade3 from this repo as well.
ok i finnaly got around to be on my linux PC again and tried this, worked like a charm many thanks.

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

RE: zandronum on linux mint?

#12

Post by Blzut3 » Thu Jan 23, 2014 5:56 pm

StrikerMan780 wrote: It's exactly like Ubuntu's, to the letter. I use Linux Mint 16, and I've also used the Ubuntu version it's based on. It's the same. I've also had no issues installing Zandro on it using apt-get.
Yet here we are in a thread about Mint throwing a JSON error on a command that worked perfectly in Ubuntu for quite awhile. ;)

I know the packages themselves are compatible.

User avatar
mr fiat
Frequent Poster Miles card holder
Posts: 858
Joined: Tue Jun 05, 2012 3:28 pm
Location: netherlands

RE: zandronum on linux mint?

#13

Post by mr fiat » Thu Jan 23, 2014 8:22 pm

now i do still have one more minor question, where is the ini located? i cant find it for some reason.

Klofkac
Forum Regular
Posts: 481
Joined: Sat Jun 09, 2012 1:31 pm
Location: Ask Grandvoid servers

RE: zandronum on linux mint?

#14

Post by Klofkac » Thu Jan 23, 2014 8:23 pm

It should be in this path: ~/.zandronum/
π•‚π•π• π•—π•œπ•’π•”

User avatar
mr fiat
Frequent Poster Miles card holder
Posts: 858
Joined: Tue Jun 05, 2012 3:28 pm
Location: netherlands

RE: zandronum on linux mint?

#15

Post by mr fiat » Thu Jan 23, 2014 8:34 pm

Klofkac wrote: It should be in this path: ~/.zandronum/
ok got it, find it odd tho that the filepath/exporer thingy is hidden tho (pressing ctrl+L to reveal wtf)

Klofkac
Forum Regular
Posts: 481
Joined: Sat Jun 09, 2012 1:31 pm
Location: Ask Grandvoid servers

RE: zandronum on linux mint?

#16

Post by Klofkac » Thu Jan 23, 2014 8:50 pm

All files and folders starting with a dot in Linux are considered as hidden files. The file structure is different from Windows. In the file explorer, you can reveal all hidden files with shortcut Ctrl+H, at least in Mint and Ubuntu.
π•‚π•π• π•—π•œπ•’π•”

Post Reply