How To Install cdsclient on Fedora 36
Introduction
In this tutorial we learn how to install cdsclient
on Fedora 36.
What is cdsclient
The cdsclient package is a set of C and shell routines which can be built on Unix stations or PCs running Linux, which once compiled allow to query some databases located at CDS or on mirrors over the network. The cdsclient package includes two generic query programs - vizquery, a program to remotely query VizieR. It connects the VizieR server via the HTTP protocol (requires an access to the port 80) - find_cats, a program for fast access to large surveys from a list of positions, via a dedicated client (requires an access to the port 1660) Specific programs like find2mass or finducac3 are connecting directly to one of the very large surveys available from CDS (a very large survey has 107 or more rows).
We can use yum
or dnf
to install cdsclient
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install cdsclient.
Install cdsclient on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install cdsclient
using dnf
by running the following command:
sudo dnf -y install cdsclient
Install cdsclient on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install cdsclient
using yum
by running the following command:
sudo yum -y install cdsclient
How To Uninstall cdsclient on Fedora 36
To uninstall only the cdsclient
package we can use the following command:
sudo dnf remove cdsclient
cdsclient Package Contents on Fedora 36
/usr/bin/Detex
/usr/bin/abibcode
/usr/bin/aclient
/usr/bin/aclient_cgi
/usr/bin/catcat
/usr/bin/find2mas6x
/usr/bin/find2mass
/usr/bin/find2mass6x
/usr/bin/find2massi
/usr/bin/find_cats
/usr/bin/find_gen
/usr/bin/find_gen1
/usr/bin/findacro
/usr/bin/findcat
/usr/bin/findcfhtd
/usr/bin/findcfhtw
/usr/bin/findcmc14
/usr/bin/findcmc15
/usr/bin/findenis
/usr/bin/findenis1
/usr/bin/findenis2
/usr/bin/findenis3
/usr/bin/findgalex5a
/usr/bin/findgalex5m
/usr/bin/findglimpse
/usr/bin/findgsc
/usr/bin/findgsc1.1
/usr/bin/findgsc1.2
/usr/bin/findgsc1.3
/usr/bin/findgsc2.2
/usr/bin/findgsc2.3
/usr/bin/findigsl
/usr/bin/findiphas2
/usr/bin/findkic
/usr/bin/findmc2
/usr/bin/findmc_irsf
/usr/bin/findnomad1
/usr/bin/findpmm1
/usr/bin/findpmm2
/usr/bin/findppmx
/usr/bin/findppmxl
/usr/bin/findsage
/usr/bin/findsdss-sp
/usr/bin/findsdss3
/usr/bin/findsdss4
/usr/bin/findsdss5
/usr/bin/findsdss6
/usr/bin/findsdss7
/usr/bin/findsdss8
/usr/bin/findsdss9
/usr/bin/findspm4
/usr/bin/findtyc2
/usr/bin/findtycab
/usr/bin/finducac1
/usr/bin/finducac2
/usr/bin/finducac3
/usr/bin/finducac4
/usr/bin/findudxs8
/usr/bin/findudxs9
/usr/bin/findugcs8
/usr/bin/findugcs9
/usr/bin/findugps6
/usr/bin/findulas7
/usr/bin/findulas8
/usr/bin/findulas9
/usr/bin/findurat1
/usr/bin/findusnoa1
/usr/bin/findusnoa2
/usr/bin/findusnob1
/usr/bin/findviking1
/usr/bin/findwise
/usr/bin/findwise0
/usr/bin/findwise_pre
/usr/bin/findwisep
/usr/bin/lscat
/usr/bin/sesame
/usr/bin/simbib
/usr/bin/simref
/usr/bin/vizquery
/usr/lib/.build-id
/usr/lib/.build-id/5c
/usr/lib/.build-id/5c/501ed5baa639137e8d9854bb3d81e4f3f4cec9
/usr/share/cdsclient
/usr/share/cdsclient/abibcode.awk
/usr/share/licenses/cdsclient
/usr/share/licenses/cdsclient/COPYING
/usr/share/licenses/cdsclient/COPYRIGHT
/usr/share/man/man1/aclient.1.gz
/usr/share/man/man1/wwwget.1.gz
/usr/share/man/man3/sk.3.gz
/usr/share/man/mantex
/usr/share/man/mantex/aclient.tex.gz
References
Summary
In this tutorial we learn how to install cdsclient
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).