• Contact Us
  • copyright
  • About Us
  • Privacy Policy
  • Devops
  • Linux
Globedrill

bash: ktelnetservice command not found

Linux/15 Apr, 19/1165/0
Linux

bash: ktelnetservice: command not found. How to install ktelnetservice on Linux Server

 

I got the error “bash: ktelnetservice: command not found”. ktelnetservice is a telnet service.

ktelnetservice command is provided by the package kdelibs-bin
 
 

Steps to install ktelnetservice on Ubuntu/Debian server

 
1. Log into your ubuntu / Debian server as ‘root’ user or as any user with sudo privileges

2. Run the command ‘dpkg --list | grep kdelibs-bin’ to check whether this package is already installed or not

command :
 

# dpkg --list | grep kdelibs-bin

 
3. If the above command didn’t return any output, then run the command ‘apt install kdelibs-bin’ to install ktelnetservice on the server.

command :
 

# apt install kdelibs-bin

 
 

Steps to install Ktelnetservice on CentOS / Redhat server

 
1. You must log into CentOS / RHEL server as ‘root’ user

2. Run the command ‘yum install kdelibs’ to install Ktelnetservice

command :
 

# yum install kdelibs

 
3. Enter ‘y’ and press enter, if yum ask for confirmation while installing

4. Execute the command ‘ktelnetservice --help’ to see the command usage

command :

# ktelnetservice --help

 

# ktelnetservice --help
Usage: ktelnetservice [Qt-options] [KDE-options] url

telnet protocol handler

Generic options:
--help Show help about options
--help-qt Show Qt specific options
--help-kde Show KDE specific options
--help-all Show all options
--author Show author information
-v, --version Show version information
--license Show license information
-- End of options

Arguments:
url

 

Leave a Reply Cancel reply

.

About Us

Globedrill.com is a website that publishes articles related to Linux and Devops. Globedrill was started on April 2016.

Contact Us

Email : globedrill.c@gmail.com

Globedrill

Copyright © 2016 Globedrill. All Rights Reserved. The content in this website is copyrighted to Globedrill.com and may not be republished either online or offline.

  • About Us
  • Privacy Policy
  • Contact Us
  • copyright