How to set up Telnet on Suse?


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting How to set up Telnet on Suse?
# 8  
Old 03-25-2009
thanks pludi,
yes, zypper search telnet has given me the output as:
package telnet-server ....
has installed in my OS.

But when i tried:
zypper install telnet-server
i got error as:
Please insert media [Failed to mount cd:///?devices=.......: No medium found.

so,how would i install telnet ??? and what insert media is it asking?
Is it asking the package CD? if so,then Why it is asking CD if it is already in the storage.
# 9  
Old 03-25-2009
'zypper search' searches through a list of packages that the system knows of. This includes both installed an not installed packages. Just because a package turns up on your search doesn't mean it's locally available on your system, but only that zypper knows where to find it. As long as there isn't an 'i' in the first column, it isn't installed.

'zypper install' then tries to fetch the package, either from the installation media or a network repository, local or global. An example for a global repository would be the OpenSuSE/Novell update server.

As long as you don't add a network repository, zypper will always try to install packages from the installation media. This means that you're limited to what's on CD, and are cut off from security updates (which are always highly recommended).
# 10  
Old 03-25-2009
how would i add a network repository ??

also there is no 'i' in the first column for telnet-server.so,what is the altimate solution to use telnet??
# 11  
Old 03-25-2009
If you've got SuSE Enterprise Linux (SLES), go ask Novell how to keep your system up-to-date.
If it's OpenSuSE, do this
Code:
# zypper ar -t yast2 http://download.opensuse.org/distribution/<version>/repo/oss/ <alias>
# zypper refresh

where <version> is your version of SuSE (10.2/10.3/11.0/...) and <alias> is a shortname for you to define. Afterwards a simple 'zypper in telnet-server' should be enough.

For more details on zypper, look here or here.
# 12  
Old 03-25-2009
thanks pludi,
I have OpenSuSE,and thanks for the help.
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

how do i execute a set of commands in telnet??

I have list of commands in a file in one sever and i need to execute these set of commands in the server to which i m telnetting to .. (4 Replies)
Discussion started by: nikhil jain
4 Replies

2. Cybersecurity

How to set CoreDump in SuSE 10

Hi All, Am trying to modify the coreDump value in SuSE 10 by doing the following steps : 1. Add the line "ulimit -Sc 1004" to /etc/profile 2. Relogin using telnet and try the command "ulimit -c". The value is 1004 3. Now relogin using xbrowser the ulimit value is not reflected. OS :... (1 Reply)
Discussion started by: Laksmi
1 Replies

3. SuSE

Telnet to SCO UNIX from SUSE Linux Workstation

Hi i am new to Linux, i am trying to connect SCO Unix from SUSE LINUX Workstation but i am unable to define the terminal type. i have also downloaded terminal softwares but function keys (f1, f2....) and some other keys are displaying code instead of working the correct function. is there... (2 Replies)
Discussion started by: aafflatoon
2 Replies

4. UNIX for Dummies Questions & Answers

1st install Suse, network config set up

Hello, I'm a newbie to unix. I just about have the Suse 10.1 installed. During set up it automatically detected components to access the internet. But failed. I lost now. Any ideas? Thank You (2 Replies)
Discussion started by: Nick7269
2 Replies

5. SuSE

PhPMyAdmin basic set up on SUSE linux 9.1

Hey, I was wondering if anybody could help me setup my PhpMyAdmin on my SUSE linux 9.1 machine. I want to use it to access MySQL server instead of the defualt MySQLCC-Console Manager. I have not tried yet but i have done a such and it's installed in one of the folders. I would like to point... (15 Replies)
Discussion started by: sybella1
15 Replies

6. UNIX Desktop Questions & Answers

SuSE 8.0...I can't get SaX2 to start on Hercules 128 and YaST2 won't set up X either.

I'm trying to set up a school Linux computer and use Samba to link it to Windows NT. Pentium-133 Hercules 8 meg Stingray 128/3D I'm not too familiar with SuSE's config tools (more used to Mandrake) and so am having some trouble configuring X. SaX2 just won't start, even when I use "sax2... (1 Reply)
Discussion started by: HumanBeanDip
1 Replies
Login or Register to Ask a Question