Re: [PLUG] Perl: module fails to install

2021-06-21 Thread Rich Shepard
On Mon, 21 Jun 2021, Robert Citek wrote: For my own curiosity, how did you install perl-Gtk3? I know you found it on SBo, but not being familiar enough with Slack, I am curious to know what commands you used to install it ( as well as its six dependencies. ) Robert, I used the SBo build

Re: [PLUG] Perl: module fails to install

2021-06-21 Thread Robert Citek
On Mon, Jun 21, 2021 at 8:28 AM, Rich Shepard wrote: > I found perl-Gtk3 on SBo (SlackBuilds.org) and installed it and its 6 > dependencies. > > Now CGStar builds but displays a long list of optional dependencies it > cannot find; some actually are installed. I'll run the application without >

Re: [PLUG] Still having issues with grub-pc

2021-06-21 Thread John Jason Jordan
On Fri, 18 Jun 2021 23:55:21 -0700 Russell Senior dijo: >You don't have to reboot right away. All is well. Overnight the copy completed, so this morning I rebooted. Everything seems OK. I reinstalled an application and the process ended cleanly without the error messages about grub-pc. A

Re: [PLUG] How to tell where you're putting stuff

2021-06-21 Thread Rich Shepard
On Mon, 21 Jun 2021, Paul Heinlein wrote: [heinlein@omega ~]$ echo $PWD /home/heinlein [heinlein@omega ~]$ pwd /home/heinlein pwd is part of the GNU coreutils application suite, so it's probably installed just about everywhere outside of appliance-y machines. Paul, How interesting. Saves 5

Re: [PLUG] How to tell where you're putting stuff

2021-06-21 Thread Paul Heinlein
On Fri, 18 Jun 2021, Rich Shepard wrote: Are you familiar with the PWD environment variable? At the shell prompt type $ echo PWD and the present working directory will be displayed. From the "Yes, I'm old and cranky" Department: just use the pwd utility and save yourself some typing.

Re: [PLUG] Perl: module fails to install

2021-06-21 Thread Rich Shepard
On Mon, 21 Jun 2021, Ken Stephens wrote: I wonder if you use the pip module to install gtk3? Ken, GTK+3 is installed via SBo, the Slackware non-core package repository. python3 -m pip install gtk3 GTK+3 is not a python package ... or is the CPAN module the pip module?\ ... and CPAN

Re: [PLUG] Perl: module fails to install

2021-06-21 Thread Ken Stephens
Rich, I wonder if you use the pip module to install gtk3? python3 -m pip install gtk3 or is the CPAN module the pip module?\ Ken, sitting at a chromebook with servers resting for the night. On Mon, Jun 21, 2021 at 7:28 AM Rich Shepard wrote: > On Mon, 21 Jun 2021, Robert Citek wrote: > >

Re: [PLUG] Perl: module fails to install

2021-06-21 Thread Rich Shepard
On Mon, 21 Jun 2021, Robert Citek wrote: Good luck and let us know how things go. Robert, I found perl-Gtk3 on SBo (SlackBuilds.org) and installed it and its 6 dependencies. Now CGStar builds but displays a long list of optional dependencies it cannot find; some actually are installed. I'll

Re: [PLUG] Perl: module fails to install

2021-06-21 Thread Robert Citek
On Mon, Jun 21, 2021 at 6:44 AM Rich Shepard wrote: > On Sun, 20 Jun 2021, Robert Citek wrote: > > > Can you please provide some context info, such as, what OS, what distro, > > what version, what commands? > > Robert, > > Slackware-14.2/x86_65, perl-5.22.2-x86_64-1. > > Two installation

Re: [PLUG] Website of linux command examples

2021-06-21 Thread Richard Owlett
On 06/20/2021 04:16 PM, Keith Lofstrom wrote: On Sun, Jun 20, 2021 at 10:29:16AM -0700, wes wrote: this is often called a "cheat sheet" so if you search using that term you will find something pretty close to what you're looking for. I used linux command linux cheat sheet wiki to find this and

Re: [PLUG] Perl: module fails to install

2021-06-21 Thread Rich Shepard
On Sun, 20 Jun 2021, Robert Citek wrote: Can you please provide some context info, such as, what OS, what distro, what version, what commands? Robert, Slackware-14.2/x86_65, perl-5.22.2-x86_64-1. Two installation approaches: # perl -MCPAN -e shell cpan[1]> install Gtk3.pm ... Files=22,