How to start nethack on solaris 11.3? [closed] - linux

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
I downloaded this package from the package manager: http://pkg.oracle.com/solaris/beta/info/0/pkg%3A%2F%2Fsolaris%2Fgames%2Fnethack#3.4.3,5.11-0.151.0.1%3A20101105T054109Z

I am not sure what you mean by "downloaded" but everything you need to do is pkg install nethack (as root role) and then run it as any user. According to manifest binary should be in /usr/bin/nethack, so typing:
/usr/bin/nethack
in your terminal window should do. It is very likely /usr/bin is in your PATH so you can just type
nethack
and game should start.

Related

open terminal in IntelliJ IDEA and Ubuntu [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
I have set the shell path to /usr/sbin but it does not open the terminal in IntelliJ IDEA is an IDE for Java,
You need to write: /bin/bash, /bin/zsh, /home/user/myOwnShell etcjust write path to file no to directory.

aid the corrupted file (binary) in CentOS [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
Help fix my mistake!
I have damaged the binary file route.
Is it possible to reinstall daemon that contains this binary file "route" ?
How to do this?
This doesn't belong on SO, but ...
Do an
yum reinstall net-tools

What does "sdl6" in an RPM package name refer to? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
The specific package I'm referring to is trac-1.0.1-1.sdl6.noarch.rpm. According to this page:
http://www.rpm.org/max-rpm/ch-rpm-file-format.html
it seems to be part of the package release version. The fact that "sdl" does not appear in my /usr/lib/rpm/rpmrc file also suggests that it's not related to the architecture.
If you search google for sdl6, just about every hit is the name of an RPM package. Nowhere, however, could I find an explanation of what it means.
That's the distro tag (for CentOS normally el#). In this case sdl appears to be for Springdale Linux.

bash: ./checksetup.pl: No such file or directory [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
While installation of bugzilla I was running this commmand, /.checksetup.pl , but I am getting the error,
bash: ./checksetup.pl: No such file or directory
I am using centos v6.5.
check if you in the right place (u can use 'ls' command and see if it's showing 'checksetup.pl' )
it might be not executable ,then try this :
sudo chmod +x checksetup.pl

Unwanted message when opening the shell [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I just uninstalled a program (ros) from my computer (ubuntu) using the ubuntu software center.
However, since this moment, whenever I open a shell, I get the following message:
bash: /opt/ros/groovy/setup.bash: No such file or directory
Did I do anything wrong?
Have a look at ~/.bash_profile

Resources