Linux - Newbie This 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
|
|
05-14-2017, 05:47 AM
|
#1
|
Member
Registered: May 2017
Location: Surakarta, Central java, Indonesia
Distribution: Debian and MX-linux
Posts: 53
Rep:
|
Visual Basic dependency problems
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.
Last edited by Asciente; 05-14-2017 at 05:50 AM.
|
|
|
05-14-2017, 05:54 AM
|
#2
|
LQ Addict
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 22,780
|
what did you try (which commands ....) exactly?
|
|
|
05-14-2017, 06:06 AM
|
#3
|
Member
Registered: May 2017
Location: Surakarta, Central java, Indonesia
Distribution: Debian and MX-linux
Posts: 53
Original Poster
Rep:
|
Quote:
Originally Posted by pan64
what did you try (which commands ....) exactly?
|
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
|
|
|
05-14-2017, 06:14 AM
|
#4
|
LQ Addict
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 22,780
|
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>
|
|
|
05-14-2017, 06:42 AM
|
#5
|
LQ Addict
Registered: Dec 2013
Posts: 19,872
|
Quote:
Originally Posted by Asciente
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?).
|
|
|
05-14-2017, 03:54 PM
|
#6
|
LQ Muse
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,639
|
mono is the linux version of C# and dot net
for the Microsofts odd version of "BASIC" they called Visual basic ( not to be confused with the real "BASIC" language )
you might want to use a microsoft operating system
you might be able to use the mono-vbnc
BUT use apt to install it
DO NOT !!!! just download random deb files and manually install them
-- USE apt ( or sysnaptic )
|
|
|
05-14-2017, 10:30 PM
|
#7
|
Member
Registered: May 2017
Location: Surakarta, Central java, Indonesia
Distribution: Debian and MX-linux
Posts: 53
Original Poster
Rep:
|
Quote:
Originally Posted by ondoho
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.
|
|
|
05-14-2017, 10:32 PM
|
#8
|
Member
Registered: May 2017
Location: Surakarta, Central java, Indonesia
Distribution: Debian and MX-linux
Posts: 53
Original Poster
Rep:
|
Quote:
Originally Posted by John VV
mono is the linux version of C# and dot net
for the Microsofts odd version of "BASIC" they called Visual basic ( not to be confused with the real "BASIC" language )
you might want to use a microsoft operating system
you might be able to use the mono-vbnc
BUT use apt to install it
DO NOT !!!! just download random deb files and manually install them
-- USE apt ( or sysnaptic )
|
In this case, what should I do with synaptic to get that program.
In my old Debian 7.2, we have wine and microsoft.net framework 1.
|
|
|
05-15-2017, 02:18 AM
|
#9
|
Member
Registered: May 2017
Distribution: Arch
Posts: 65
Rep:
|
Quote:
Originally Posted by Asciente
In this case, what should I do with synaptic to get that program.
In my old Debian 7.2, we have wine and microsoft.net framework 1.
|
Code:
sudo apt-get install mono-complete
Should get you going in no time
|
|
1 members found this post helpful.
|
05-16-2017, 03:07 AM
|
#10
|
Member
Registered: May 2017
Location: Surakarta, Central java, Indonesia
Distribution: Debian and MX-linux
Posts: 53
Original Poster
Rep:
|
Quote:
Originally Posted by remma12
Code:
sudo apt-get install mono-complete
Should get you going in no time
|
Terminal said this :
E: Unable to locate package mono-complete
|
|
|
05-16-2017, 03:28 AM
|
#11
|
LQ Addict
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 22,780
|
|
|
|
05-19-2017, 12:01 AM
|
#12
|
Member
Registered: May 2017
Location: Surakarta, Central java, Indonesia
Distribution: Debian and MX-linux
Posts: 53
Original Poster
Rep:
|
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
|
|
|
All times are GMT -5. The time now is 09:48 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|