I'm completely new to this Linux stuff, and apparently having trouble installing scid. Can anyone please create/upload a .deb package?
Thanks a lot.
[H] Scid on Ubuntu
Moderator: Ras
-
- Posts: 3549
- Joined: Sun Mar 26, 2006 5:53 pm
Re: [H] Scid on Ubuntu
have you tried this command in a console?playjunior wrote:I'm completely new to this Linux stuff, and apparently having trouble installing scid. Can anyone please create/upload a .deb package?
Thanks a lot.
Code: Select all
sudo apt-get install scid
-
- Posts: 338
- Joined: Fri Jun 22, 2007 12:53 am
Re: [H] Scid on Ubuntu
Yes, it installs a version of scid which is from 2004 I believe 

-
- Posts: 628
- Joined: Wed Mar 08, 2006 9:10 pm
- Location: Murten / Morat, Switzerland
- Full name: Volker Pittlik
Re: [H] Scid on Ubuntu
go here: http://scid.sourceforge.net/download.html and download the sourcecode. You'll need gcc and the tcl/tk development packages as well. Follow the instructions in the documentation.
-
- Posts: 351
- Joined: Sat Apr 01, 2006 2:03 am
Re: [H] Scid on Ubuntu
Unfortunately, the instructions on the page for linux are not complete and what is worse is the lack of a self installer for linux. For linux newbies this can be a nightmare.
I will try to contribute a linux deb package
The instructions otherwise are:
1. "sudo apt-get install tcl8.5 tcl8.5-dev tk8.5 tk8.5-dev g++ gcc"
Wow, almost sound like profanity!
2. Extract the tar ball http://prdownloads.sourceforge.net/scid ... 2?download with "tar xvfj scid-4.0.tar.bz2"
3. Go into the scid folder
4. ./configure
5. make
6. "sudo make install"
7. Now run scid from the terminal by just typing "scid"
This procedure can be similarly used to compile many other packages from sources.
I will try to contribute a linux deb package
The instructions otherwise are:
1. "sudo apt-get install tcl8.5 tcl8.5-dev tk8.5 tk8.5-dev g++ gcc"
Wow, almost sound like profanity!
2. Extract the tar ball http://prdownloads.sourceforge.net/scid ... 2?download with "tar xvfj scid-4.0.tar.bz2"
3. Go into the scid folder
4. ./configure
5. make
6. "sudo make install"
7. Now run scid from the terminal by just typing "scid"
This procedure can be similarly used to compile many other packages from sources.
-
- Posts: 338
- Joined: Fri Jun 22, 2007 12:53 am
Re: [H] Scid on Ubuntu
Thanks A LOT. Worked perfectly.shiv wrote:Unfortunately, the instructions on the page for linux are not complete and what is worse is the lack of a self installer for linux. For linux newbies this can be a nightmare.
I will try to contribute a linux deb package
The instructions otherwise are:
1. "sudo apt-get install tcl8.5 tcl8.5-dev tk8.5 tk8.5-dev g++ gcc"
Wow, almost sound like profanity!
2. Extract the tar ball http://prdownloads.sourceforge.net/scid ... 2?download with "tar xvfj scid-4.0.tar.bz2"
3. Go into the scid folder
4. ./configure
5. make
6. "sudo make install"
7. Now run scid from the terminal by just typing "scid"
This procedure can be similarly used to compile many other packages from sources.
-
- Posts: 1260
- Joined: Sat Dec 13, 2008 7:00 pm
Re: [H] Scid on Ubuntu
Debian already has the very latest versions.shiv wrote: I will try to contribute a linux deb package
http://packages.debian.org/sid/scid
-
- Posts: 351
- Joined: Sat Apr 01, 2006 2:03 am
Re: [H] Scid on Ubuntu
I meant ubuntu deb package. Quite sad that debian and ubuntu are drifting further and further apart. Ubuntu has now become the "windows" of linux
However, good to hear that debian is up to date with scid.

-
- Posts: 1260
- Joined: Sat Dec 13, 2008 7:00 pm
Re: [H] Scid on Ubuntu
I'm guessing there is some easy way to rebuild the deb package for ubuntu but I admit I don't know what the recommended method for that is.shiv wrote:I meant ubuntu deb package. Quite sad that debian and ubuntu are drifting further and further apart. Ubuntu has now become the "windows" of linuxHowever, good to hear that debian is up to date with scid.
-
- Posts: 6401
- Joined: Thu Mar 09, 2006 8:30 pm
- Location: Chicago, Illinois, USA
Re: [H] Scid on Ubuntu
A debian package is the same as Ubuntu, or not anymore?Gian-Carlo Pascutto wrote:I'm guessing there is some easy way to rebuild the deb package for ubuntu but I admit I don't know what the recommended method for that is.shiv wrote:I meant ubuntu deb package. Quite sad that debian and ubuntu are drifting further and further apart. Ubuntu has now become the "windows" of linuxHowever, good to hear that debian is up to date with scid.
Miguel