Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Hi All,
I want to install vbnc to run some windows program on my Debian Jessie
After downloaded the package from packages.debian.org, the main file mono-vbnc_3.8-1_all needs libmono-microsoft-visualbasic11.0-cil_3.8-1_all, and the second file needs another file, and so on (as how dependency works).
But, when I come to the last file, it needs the previous file which I've downloaded (quite confusing)
Here is the detail : mono-vbnc_3.8-1_all needs libmono-microsoft-visualbasic11.0-cil_3.8-1_all libmono-microsoft-visualbasic11.0-cil_3.8-1_all needs libmono-microsoft-visualbasic10.0-cil_3.8-1_all libmono-microsoft-visualbasic10.0-cil_3.8-1_all needs libmono-corlib4.5-cil_3.2.8+dfsg-10_all libmono-corlib4.5-cil_3.2.8+dfsg-10_all needs mono-runtime_3.2.8+dfsg-10_i386 mono-runtime_3.2.8+dfsg-10_i386 needs mono-runtime-sgen_3.2.8+dfsg-10_i386 mono-runtime-sgen_3.2.8+dfsg-10_i386 needs mono-runtime-common_3.2.8+dfsg-10_i386 mono-runtime-common_3.2.8+dfsg-10_i386 needs mono-gac_3.2.8+dfsg-10_all mono-gac_3.2.8+dfsg-10_all needs mono-4.0-gac_3.2.8+dfsg-10_all mono-4.0-gac_3.2.8+dfsg-10_all needs libmono-corlib4.5-cil_3.2.8+dfsg-10_all
Look that like it goes to tail, then back to head again.
I try to install it using gdebi package installer
I right click the file, then choose open with gdebi package installer
Then gdebi says dependency is not satisfiable and bla bla bla
you do not need to download the packages, but use apt to install them. That should solve dependency issues automatically.
if you have downloaded those files you may need to install them "in one", not one by one. dpkg -i <list all of those packages>
I want to install vbnc to run some windows program on my Debian Jessie
shouldn't you just install mono then?
please show us this windows program you are trying to run.
also show us how you got the idea that vbnc is what you need (some internet article?).
shouldn't you just install mono then?
please show us this windows program you are trying to run.
also show us how you got the idea that vbnc is what you need (some internet article?).
The program was made by my programmer using .exe extention, we usually work it in windows and now I try to use Debian 8.8 (Jessie).
I've installed Wine and able to open some windows program, but some of them not. I read a post in a website (forgot to note it) that we will need to install visualbasic too to be able to run windows program properly.
Hi, All
I've succesfully added debian package repositories to my synaptic, it's easier to download and install packages now.
Finally get what I need.
Thanks All
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.