Software - Support > Installing Software

Sky Charts install

<< < (2/6) > >>

stevef:
Thank you.

To confirm what I think is happening with your system, please can you run these commands and post back with what happens.

1 Remove any existing copy of the file

--- Code: ---rm 8B8B57C1AA716FC2.key
--- End code ---
2 Download a fresh copy of the author's key using the command from the skychart script

--- Code: ---wget -O 8B8B57C1AA716FC2.key "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x8B8B57C1AA716FC2"
--- End code ---
3 Verify the type of file that has been downloaded.

--- Code: ---file 8B8B57C1AA716FC2.key
--- End code ---

billtour:
Here are the results of those commands:

 bill  ~  cat ~/.wgetrc
cat: /home/bill/.wgetrc: No such file or directory
 bill  ~  1  cat /etc/wgetrc
###
### Sample Wget initialization file .wgetrc
###

## You can use this file to change the default behaviour of wget or to
## avoid having to type many many command-line options. This file does
## not contain a comprehensive list of commands -- look at the manual
## to find out what you can put into this file. You can find this here:
##   $ info wget.info 'Startup File'
## Or online here:
##   https://www.gnu.org/software/wget/manual/wget.html#Startup-File
##
## Wget initialization file can reside in /etc/wgetrc
## (global, for all users) or $HOME/.wgetrc (for a single user).
##
## To use the settings in this file, you will have to uncomment them,
## as well as change them, in most cases, as the values on the
## commented-out lines are the default values (e.g. "off").
##
## Command are case-, underscore- and minus-insensitive.
## For example ftp_proxy, ftp-proxy and ftpproxy are the same.


##
## Global settings (useful for setting up in /etc/wgetrc).
## Think well before you change them, since they may reduce wget's
## functionality, and make it behave contrary to the documentation:
##

# You can set retrieve quota for beginners by specifying a value
# optionally followed by 'K' (kilobytes) or 'M' (megabytes).  The
# default quota is unlimited.
#quota = inf

# You can lower (or raise) the default number of retries when
# downloading a file (default is 20).
#tries = 20

# Lowering the maximum depth of the recursive retrieval is handy to
# prevent newbies from going too "deep" when they unwittingly start
# the recursive retrieval.  The default is 5.
#reclevel = 5

# By default Wget uses "passive FTP" transfer where the client
# initiates the data connection to the server rather than the other
# way around.  That is required on systems behind NAT where the client
# computer cannot be easily reached from the Internet.  However, some
# firewalls software explicitly supports active FTP and in fact has
# problems supporting passive transfer.  If you are in such
# environment, use "passive_ftp = off" to revert to active FTP.
#passive_ftp = off
passive_ftp = on

# The "wait" command below makes Wget wait between every connection.
# If, instead, you want Wget to wait only between retries of failed
# downloads, set waitretry to maximum number of seconds to wait (Wget
# will use "linear backoff", waiting 1 second after the first failure
# on a file, 2 seconds after the second failure, etc. up to this max).
#waitretry = 10


##
## Local settings (for a user to set in his $HOME/.wgetrc).  It is
## *highly* undesirable to put these settings in the global file, since
## they are potentially dangerous to "normal" users.
##
## Even when setting up your own ~/.wgetrc, you should know what you
## are doing before doing so.
##

# Set this to on to use timestamping by default:
#timestamping = off

# It is a good idea to make Wget send your email address in a `From:'
# header with your request (so that server administrators can contact
# you in case of errors).  Wget does *not* send `From:' by default.
#header = From: Your Name <[email protected]>

# You can set up other headers, like Accept-Language.  Accept-Language
# is *not* sent by default.
#header = Accept-Language: en

# You can set the default proxies for Wget to use for http, https, and ftp.
# They will override the value in the environment.
#https_proxy = http://proxy.yoyodyne.com:18023/
#http_proxy = http://proxy.yoyodyne.com:18023/
#ftp_proxy = http://proxy.yoyodyne.com:18023/

# If you do not want to use proxy at all, set this to off.
#use_proxy = on

# You can customize the retrieval outlook.  Valid options are default,
# binary, mega and micro.
#dot_style = default

# Setting this to off makes Wget not download /robots.txt.  Be sure to
# know *exactly* what /robots.txt is and how it is used before changing
# the default!
#robots = on

# It can be useful to make Wget wait between connections.  Set this to
# the number of seconds you want Wget to wait.
#wait = 0

# You can force creating directory structure, even if a single is being
# retrieved, by setting this to on.
#dirstruct = off

# You can turn on recursive retrieving by default (don't do this if
# you are not sure you know what it means) by setting this to on.
#recursive = off

# To always back up file X as X.orig before converting its links (due
# to -k / --convert-links / convert_links = on having been specified),
# set this variable to on:
#backup_converted = off

# To have Wget follow FTP links from HTML files by default, set this
# to on:
#follow_ftp = off

# To try ipv6 addresses first:
#prefer-family = IPv6

# Set default IRI support state
#iri = off

# Force the default system encoding
#localencoding = UTF-8

# Force the default remote server encoding
#remoteencoding = UTF-8

# Turn on to prevent following non-HTTPS links when in recursive mode
#httpsonly = off

# Tune HTTPS security (auto, SSLv2, SSLv3, TLSv1, PFS)
#secureprotocol = auto
 bill  ~  /usr/local/etc/wgetrc
bash: /usr/local/etc/wgetrc: No such file or directory

stevef:

--- Quote ---Is it OK to continue???
--- End quote ---
We still need to sort the authentication problem out.

This message

--- Quote ---gpg: no valid OpenPGP data found.
--- End quote ---
when you ran the script most recently confirms it still needs fixing..

I think understand what is going wrong but still need to find why.

Please open a terminal and post back with these commands and the resulting output.

--- Code: ---cat ~/.wgetrc
--- End code ---

--- Code: ---cat /etc/wgetrc
--- End code ---

--- Code: ---/usr/local/etc/wgetrc
--- End code ---


--- Quote ---I don't see where any files were downloaded.  I do see the skychartpublic.key file in my user folder.
--- End quote ---
Your home folder (usually your username) is where the file will have ended up.

billtour:
I started over with the first command as per the installation instructions and got the following.  Is it OK to continue???

bash <(wget -qO- https://raw.githubusercontent.com/pchev/skychart/master/setup_skychart_deb.sh)
This script add the Skychart repository to simplify the installation and update of the software.
It is possible to get the STABLE version that is updated every few year,
or the more frequently updated BETA version with the last features and corrections.
1) Stable
2) Beta
3) Quit
Please select the version you want: 1
You may now give your password for the sudo apt command.
[sudo] password for bill:
OK
OK
2023-09-03 16:13:42 URL:http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x8B8B57C1AA716FC2 [1357/1357] -> "8B8B57C1AA716FC2.key" [1]
gpg: WARNING: unsafe permissions on homedir '/home/bill/.gnupg'
gpg: keybox './skychart-temp-keyring.gpg' created
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0
gpg: WARNING: unsafe permissions on homedir '/home/bill/.gnupg'
gpg: WARNING: nothing exported
mv: cannot stat 'skychart.gpg': No such file or directory

The repository is defined to use the stable packages.
You can now use your prefered package manager to install Skychart.
If you want to continue from the command line do not forget to run: sudo apt update
 bill  ~  

billtour:
I don't know when the problem started because it is a new install of Linux Lite (8/15) and I'm still installing what I want.  I haven't been concerned about doing updates yet.

This is the result of the WGET:

wget -SO skychartpublic.key "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x8B8B57C1AA716FC2"
--2023-09-03 15:58:46--  http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x8B8B57C1AA716FC2
Resolving keyserver.ubuntu.com (keyserver.ubuntu.com)... 185.125.188.27, 185.125.188.26, 2620:2d:4000:1007::d43, ...
Connecting to keyserver.ubuntu.com (keyserver.ubuntu.com)|185.125.188.27|:80... connected.
HTTP request sent, awaiting response...
  HTTP/1.1 200 OK
  Date: Sun, 03 Sep 2023 19:58:47 GMT
  Server: Hockeypuck/2.1.0-222-g25248d4
  Content-Type: text/plain
  Content-Length: 1357
  Content-Encoding: gzip
Length: 1357 (1.3K) [text/plain]
Saving to: ‘skychartpublic.key’

skychartpublic.key                100%[===========================================================>]   1.33K  --.-KB/s    in 0.05s   

2023-09-03 15:58:47 (26.8 KB/s) - ‘skychartpublic.key’ saved [1357/1357]

 bill  ~  


I don't see where any files were downloaded.  I do see the skychartpublic.key file in my user folder.

I will now continue with the install and hope for no more issues.  Thanks much.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version