Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game. |
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.
|
|
|
06-03-2024, 11:35 AM
|
#46
|
LQ Guru
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 27,126
|
Quote:
Originally Posted by dugan
|
Good luck, dugan; see the many previous posts trying to explain this same thing.
|
|
|
06-03-2024, 11:37 AM
|
#47
|
Member
Registered: Jan 2024
Location: USA
Distribution: Ubuntu, Android, Ubuntu Touch, Jolla Sailfish X E.
Posts: 358
Original Poster
Rep:
|
Okay so still how to make code relevant to a program? Okay so a gem. Either that or that Java thing. Still unclear at what exactly to to install to make a .deb. I am trying for using sensing hardware. X E.
|
|
|
06-03-2024, 11:42 AM
|
#48
|
Member
Registered: Jan 2024
Location: USA
Distribution: Ubuntu, Android, Ubuntu Touch, Jolla Sailfish X E.
Posts: 358
Original Poster
Rep:
|
So no framework? No working program? What framework? What I do not know is about framework, programs use what they are given, what is this given and in what format?
|
|
|
06-03-2024, 11:45 AM
|
#49
|
Member
Registered: Jan 2024
Location: USA
Distribution: Ubuntu, Android, Ubuntu Touch, Jolla Sailfish X E.
Posts: 358
Original Poster
Rep:
|
You know what, I know exactly how to make a static .deb, but how to compile a program into it that will actually do anything?
|
|
|
06-03-2024, 11:48 AM
|
#50
|
Senior Member
Registered: Mar 2020
Posts: 3,706
Rep:
|
You seem to misunderstand something very basic and profound. There is no such thing as static deb vs. dynamic deb. There is just a deb. It's a container. It contains what you put into it. Be it a book of apple pie recipes or a computer program.
|
|
1 members found this post helpful.
|
06-03-2024, 12:04 PM
|
#51
|
LQ Guru
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,316
|
You know how to make a .deb at this point.
You should start a new thread for your questions about how to actually program.
|
|
1 members found this post helpful.
|
06-03-2024, 12:06 PM
|
#52
|
Member
Registered: Jan 2024
Location: USA
Distribution: Ubuntu, Android, Ubuntu Touch, Jolla Sailfish X E.
Posts: 358
Original Poster
Rep:
|
What I mean is I can do a layout only no responsive .deb but what frameworks do I have to work with? There is default of language but what objects or frameworks are connected?
|
|
|
06-03-2024, 12:10 PM
|
#53
|
Senior Member
Registered: Mar 2020
Posts: 3,706
Rep:
|
But layout is all there is. What is a "responsive deb" you're speaking about?
|
|
|
06-03-2024, 12:12 PM
|
#54
|
LQ Guru
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,316
|
Quote:
Originally Posted by maybeJosiah
What I mean is I can do a layout only no responsive .deb but what frameworks do I have to work with? There is default of language but what objects or frameworks are connected?
|
Are you aware that not a word of that made sense?
Last edited by dugan; 06-03-2024 at 12:16 PM.
|
|
1 members found this post helpful.
|
06-03-2024, 12:16 PM
|
#55
|
Moderator
Registered: Oct 2008
Distribution: Slackware [64]-X.{0|1|2|37|-current} ::12<=X<=15, FreeBSD_12{.0|.1}
Posts: 6,293
|
@maybeJosiah: While you may have a more complete idea of your goal in mind, your questions as asked here do not make much sense to me and probably others, and as a consequence the discussion seems to go around in a circle which is frustrating to everyone.
You are asking for help about multiple mostly unrelated tasks (repo hosting, pacakging, programming languages, etc.) by repetitions of a single ill-formed question, expecting a single complete answer, and that is not ever going to work out.
Even so, you have been offered useful advice for specific parts of your question as understood by others. You will need to put in the effort to understand each part of your overall task and decide whether and how the given advice meets your ultimate goals.
Please review the Site FAQ for guidance in asking well formed questions. Especially visit the link from that page, How to Ask Questions the Smart Way for discussion of things to consider when asking others for help.
As you learn you will find it helpful to ask separate questions for each part of your task in the most appropriate forums. For example, content delivery questions may be best asked in the Server forum, distro-specific packaging questions may be better asked in the forum for the distro, etc.
This is the Programming forum and is the right place to ask for assistance with programming problems. Your question as asked is not a programming question, but is so vague it does not clearly belong in any particular forum so for the time being it will remain here. In general per LQ Rules, questions not appropriate to a given forum may be moved to another forum to give them best exposure.
|
|
2 members found this post helpful.
|
06-03-2024, 12:23 PM
|
#56
|
LQ Guru
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,316
|
If you do go the Ruby route, then one popular option is to make it web-based (the program starts a web server) and distribute it not using packages or FlatPaks, but using Docker.
|
|
1 members found this post helpful.
|
06-03-2024, 12:31 PM
|
#57
|
Member
Registered: Jan 2024
Location: USA
Distribution: Ubuntu, Android, Ubuntu Touch, Jolla Sailfish X E.
Posts: 358
Original Poster
Rep:
|
How to connect a framework for sensing in a .deb?
https://www.linuxquestions.org/quest...re-4175737653/
That for reference. Okay so what do I gotta do to have a .deb that can use all sensors, camera, and audio recording stuff and whatever else sensing a computer can do? I know exactly how to make a .deb but unsure how exactly a program operates what framework is there. Like I have static layout, how to grab text on it and change it? I have no idea what framework I am building into. I know I could use almost any external framework library thing but what are objects or whatever to work with. I can do basically any programming language needed. X E.
|
|
|
06-03-2024, 12:33 PM
|
#58
|
Member
Registered: Jan 2024
Location: USA
Distribution: Ubuntu, Android, Ubuntu Touch, Jolla Sailfish X E.
Posts: 358
Original Poster
Rep:
|
What I mean by responsive .deb is like click a button do something as opposed to a static layout. X E.
|
|
|
06-03-2024, 12:45 PM
|
#59
|
Member
Registered: Jan 2024
Location: USA
Distribution: Ubuntu, Android, Ubuntu Touch, Jolla Sailfish X E.
Posts: 358
Original Poster
Rep:
|
I can make a layout that is static, no program attached, how do I say change text on it or make GUI shapes. I do not want a repo. I prefer it all local. Sorry, I am trying to connect a program to a .Deb and want to know what framework I am using in it. Does this help? Please tell me if I am not clear enough. I consider this a programming problem. X E.
|
|
|
06-03-2024, 12:45 PM
|
#60
|
Member
Registered: Jan 2024
Location: USA
Distribution: Ubuntu, Android, Ubuntu Touch, Jolla Sailfish X E.
Posts: 358
Original Poster
Rep:
|
I am trying for compiled and can use system stuff. X E.
|
|
|
All times are GMT -5. The time now is 02:29 AM.
|
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
|
|