When I did installed the dosbox, I can’t open. Why?
Hello and welcome to the openSUSE forums.
You should be a bit more explanatory. Assuming you installed the dosbox packet from the standard repo (with zypper or YaST), what did you do to “open it”.
We can not look over your shoulder to see what you do and what you get, thus we need precise and exact reporting.
> rpm -ql dosbox
/usr/bin/dosbox
/usr/share/applications/dosbox.desktop
/usr/share/doc/packages/dosbox
/usr/share/doc/packages/dosbox/AUTHORS
/usr/share/doc/packages/dosbox/ChangeLog
/usr/share/doc/packages/dosbox/NEWS
/usr/share/doc/packages/dosbox/README
/usr/share/doc/packages/dosbox/THANKS
/usr/share/licenses/dosbox
/usr/share/licenses/dosbox/COPYING
/usr/share/man/man1/dosbox.1.gz
/usr/share/pixmaps/dosbox.png
> l /usr/bin/dosbox
-rwxr-xr-x 1 root root 2916904 6. Mär 2021 /usr/bin/dosbox*
>
Usually, everything in ‘/usr/bin/’ is accessible for everyone – in contrast to everything in “/usr/sbin/” only administrators can access and/or execute ] …
Which begs 2 questions –
- Are you quite sure that, you obtained the “dosbox
” package from the openSUSE repositories? - Are you quite sure that, ‘/usr/bin’ is included in your “PATH
” environment variable?
> which -a dosbox
/usr/bin/dosbox
>
> echo $PATH
/home/xxx/bin:/usr/local/bin:/usr/bin:/bin
>