zandronum on linux mint?
- mr fiat
- Frequent Poster Miles card holder
- Posts: 858
- Joined: Tue Jun 05, 2012 3:28 pm
- Location: netherlands
zandronum on linux mint?
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.
-
- Developer
- Posts: 382
- Joined: Fri May 25, 2012 8:14 pm
RE: zandronum on linux mint?
Do you still have these problems? Can you post a log with the commands you run and the messages you get?
- Dark-Assassin
- Maintenence Crew
- Posts: 968
- Joined: Fri May 25, 2012 4:25 am
RE: zandronum on linux mint?
Are you trying to install using the Apt method?
- mr fiat
- Frequent Poster Miles card holder
- Posts: 858
- Joined: Tue Jun 05, 2012 3:28 pm
- Location: netherlands
RE: zandronum on linux mint?
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.-=Dark-Assassin=- wrote: Are you trying to install using the Apt method?
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.
RE: zandronum on linux mint?
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.
- mr fiat
- Frequent Poster Miles card holder
- Posts: 858
- Joined: Tue Jun 05, 2012 3:28 pm
- Location: netherlands
RE: zandronum on linux mint?
sources.list is read only and im a serious linux noob so idk what to do.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.
- Dark-Assassin
- Maintenence Crew
- Posts: 968
- Joined: Fri May 25, 2012 4:25 am
RE: zandronum on linux mint?
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.
This will add the repo to the apt sources list directly.
Then of course, run:
You can also install gzdoom, zdoom and slade3 from this repo as well.
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"
Then of course, run:
Code: Select all
sudo apt-get update
sudo apt-get install zandronum doomseeker
RE: zandronum on linux mint?
I have tried this on Mint 16. It passed.
Well, you can still add the repository by adding it to GUI app Software sources in other repository tab if terminal refuses to work.
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 ~ $
πππ ππππ
-
- 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?
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.
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.
- StrikerMan780
- Forum Regular
- Posts: 279
- Joined: Tue May 29, 2012 9:16 pm
- Clan: Shadow Mavericks
- Clan Tag: [SM]
RE: zandronum on linux mint?
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.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.
- mr fiat
- Frequent Poster Miles card holder
- Posts: 858
- Joined: Tue Jun 05, 2012 3:28 pm
- Location: netherlands
RE: zandronum on linux mint?
ok i finnaly got around to be on my linux PC again and tried this, worked like a charm many thanks.-=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.This will add the repo to the apt sources list directly.Code: Select all
sudo sh -c "echo 'deb http://debian.drdteam.org/ stable multiverse' >> /etc/apt/sources.list"
Then of course, run:You can also install gzdoom, zdoom and slade3 from this repo as well.Code: Select all
sudo apt-get update sudo apt-get install zandronum doomseeker
RE: zandronum on linux mint?
Yet here we are in a thread about Mint throwing a JSON error on a command that worked perfectly in Ubuntu for quite awhile. ;)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.
I know the packages themselves are compatible.
- mr fiat
- Frequent Poster Miles card holder
- Posts: 858
- Joined: Tue Jun 05, 2012 3:28 pm
- Location: netherlands
RE: zandronum on linux mint?
now i do still have one more minor question, where is the ini located? i cant find it for some reason.
- mr fiat
- Frequent Poster Miles card holder
- Posts: 858
- Joined: Tue Jun 05, 2012 3:28 pm
- Location: netherlands
RE: zandronum on linux mint?
ok got it, find it odd tho that the filepath/exporer thingy is hidden tho (pressing ctrl+L to reveal wtf)Klofkac wrote: It should be in this path: ~/.zandronum/
RE: zandronum on linux mint?
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.
πππ ππππ