How to install Basic/VB on Fedora Linux?? I really wanna try it out.
I've tried:
sudo dnf install basic
sudo dnf install visual-basic
How to install Basic/VB on Fedora Linux?? I really wanna try it out.
I've tried:
sudo dnf install basic
sudo dnf install visual-basic
VB.NET and Visual Basic 6.0 do not function in Linux, even under Wine, however searching pkgs.org finds the following BASIC packages for Fedora.
basic256 - educational BASIC programming environment for children
BASIC-256 is an easy to use version of BASIC designed to teach young children the basics of computer programming. It uses traditional control structures like gosub, for/next, and goto, which helps kids easily see how program flow-control works. It has a built-in graphics mode which lets them draw pictures on screen in minutes, and a set of detailed, easy-to-follow tutorials that introduce programming concepts through fun exercises.
yabasic - Yet Another BASIC interpreter
Yabasic is a traditional basic-interpreter. It comes with goto and various loops and allows one to define subroutines and libraries. It does simple graphics and printing. Yabasic can call out to libraries written in C and allows one to create standalone programs. Yabasic runs under Unix and Windows and has comprehensive documentation; it is small, simple, open-source and free.
Neither of these packages can be found at the official Fedora Packages website. On the other hand both basic256 and yabasic can be installed in Ubuntu from the default Ubuntu repositories (e.g. sudo apt install basic256
or sudo apt install yabasic
), so maybe you'd want to spin up an
Ubuntu VM just to be on the safe side.
The BASIC programming language package descriptions were copied from the results of apt show basic256 yabasic