Re: [Scid-users] Questions

2019-12-27 Thread Maurice McCarthy
Hi Carol

The error message

dpkg-query: package 'scid' is not installed

presumably means that you compiled and installed scid for yourself. Is
that right? If the package management system is not in control of the
installation it may not have it added to the list of installed files.

It seems that on Ubuntu systems Scid should install into /usr/games so
that the list of files produced by

$ dpkg -L scid

ought to include

/usr/games/pgnfix
/usr/games/sc_eco
/usr/games/sc_epgn
/usr/games/sc_import
/usr/games/sc_remote
/usr/games/sc_spell
/usr/games/scid
/usr/games/scidpgn
/usr/games/spf2spi
/usr/games/spliteco
/usr/games/tkscid

Xubuntu 18.04 LTS (Bionic Beaver) would install Scid 4.6.2 through apt
or Software and 4.7.0 would have to be compiled separately on your own
machine. I'm told the way to integrate in into your system is to use
the program checkinstall https://wiki.debian.org/CheckInstall

Hope this helps
Maurice


___
Scid-users mailing list
Scid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users


Re: [Scid-users] Questions

2019-12-27 Thread Maurice McCarthy
Its about 15 years since I've used Debian based systems so many quirks
may have arisen. There should be no need to cd to scid and all
commands will have a gui equivalent. In fact looking at the Bourne
scripts they may launch a gui instance of scid - i.e. tkscid. I'll
have a look into Xubuntu. Ill get back to you asap.

Maurice

On 27/12/2019, Carol McAnulty  wrote:
> Weird, I get this
> [code]
> cmcanulty@ubuntu1:~$ dpkg -L scid | grep bin
> dpkg-query: package 'scid' is not installed
> Use dpkg --info (= dpkg-deb --info) to examine archive files,
> and dpkg --contents (= dpkg-deb --contents) to list their contents.
> cmcanulty@ubuntu1:~$
> [code]
>
>  Yet it certainly is installed as screenshot below shows. I also don't  know
> how to use scid commands. Do I first cd to scid in terminal and does scid
> have to be running first? Thank you
>
> [cid:0e11e9cb-15f1-4120-8d85-12488bc50540]
> Carol & Denny McAnulty
> cmcanu...@hotmail.com

> 
> From: Maurice McCarthy 
> Sent: Friday, December 27, 2019 3:07 AM
> To: Carol McAnulty 
> Cc: scid-users 
> Subject: Re: [Scid-users] Questions
>
> Hi Carol,
>
> No problem. If you run the dpkg command to give you a list of files
> installed by the Scid package (you may have to prefix this with sudo,
> cannot remember)
>
> $ dpkg -L scid | grep bin
>
> You should get a list something like this :
>
> /usr/local/bin/pgnfix
> /usr/local/bin/sc_eco
> /usr/local/bin/sc_epgn
> /usr/local/bin/sc_import
> /usr/local/bin/sc_remote
> /usr/local/bin/sc_spell
> /usr/local/bin/scid
> /usr/local/bin/scidpgn
> /usr/local/bin/spf2spi
> /usr/local/bin/spliteco
> /usr/local/bin/tkscid
> /usr/local/share/scid/books/Elo2400.bin
> /usr/local/share/scid/books/Performance.bin
> /usr/local/share/scid/books/gm2600.bin
> /usr/local/share/scid/books/varied.bin
>
> The "local" folder may not used on your own system but I run OpenBSD
> where a separate local partition is standard for installed programs.
> The  executable are all in the bin folder and of those only tkscid is
> a compiled program. All others are scripts which can be read with any
> text reader e.g. less or geany (colourises the text). The file command
> can also sometimes be useful.
>
> $ file /usr/local/bin/pgnfix
> /usr/local/bin/pgnfix: a /usr/local/bin/python2.7 script text executable
>
> $ file /usr/local/bin/scid
> /usr/local/bin/scid: Bourne shell script text executable
>
> Reading the scripts will tell you what they do.
>
> Best Wishes
> Maurice
>
> On 26/12/2019, Carol McAnulty  wrote:
>> I use xubuntu linux and would be interested in seeing a list of the other
>> tools available in scid for linux. Thank you
>>
>> Carol & Denny McAnulty
>> cmcanu...@hotmail.com
>


___
Scid-users mailing list
Scid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users


Re: [Scid-users] Questions

2019-12-27 Thread Maurice McCarthy
Hi Carol,

No problem. If you run the dpkg command to give you a list of files
installed by the Scid package (you may have to prefix this with sudo,
cannot remember)

$ dpkg -L scid | grep bin

You should get a list something like this :

/usr/local/bin/pgnfix
/usr/local/bin/sc_eco
/usr/local/bin/sc_epgn
/usr/local/bin/sc_import
/usr/local/bin/sc_remote
/usr/local/bin/sc_spell
/usr/local/bin/scid
/usr/local/bin/scidpgn
/usr/local/bin/spf2spi
/usr/local/bin/spliteco
/usr/local/bin/tkscid
/usr/local/share/scid/books/Elo2400.bin
/usr/local/share/scid/books/Performance.bin
/usr/local/share/scid/books/gm2600.bin
/usr/local/share/scid/books/varied.bin

The "local" folder may not used on your own system but I run OpenBSD
where a separate local partition is standard for installed programs.
The  executable are all in the bin folder and of those only tkscid is
a compiled program. All others are scripts which can be read with any
text reader e.g. less or geany (colourises the text). The file command
can also sometimes be useful.

$ file /usr/local/bin/pgnfix
/usr/local/bin/pgnfix: a /usr/local/bin/python2.7 script text executable

$ file /usr/local/bin/scid
/usr/local/bin/scid: Bourne shell script text executable

Reading the scripts will tell you what they do.

Best Wishes
Maurice

On 26/12/2019, Carol McAnulty  wrote:
> I use xubuntu linux and would be interested in seeing a list of the other
> tools available in scid for linux. Thank you
>
> Carol & Denny McAnulty
> cmcanu...@hotmail.com


___
Scid-users mailing list
Scid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users