LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
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


Closed Thread
  Search this Thread
Old 06-03-2024, 03:33 PM   #76
maybeJosiah
Member
 
Registered: Jan 2024
Location: USA
Distribution: Ubuntu, Android, Ubuntu Touch, Jolla Sailfish X E.
Posts: 358

Original Poster
Blog Entries: 3

Rep: Reputation: 7

Something like 'puts "X E"' in Ruby or 'println("X E")' in others, I just book learning know structure for a .deb and that there are layout files to edit and maybe some how to edit them, do you want all details? X E.
 
Old 06-03-2024, 03:53 PM   #77
astrogeek
Moderator
 
Registered: Oct 2008
Distribution: Slackware [64]-X.{0|1|2|37|-current} ::12<=X<=15, FreeBSD_12{.0|.1}
Posts: 6,293
Blog Entries: 24

Rep: Reputation: 4254Reputation: 4254Reputation: 4254Reputation: 4254Reputation: 4254Reputation: 4254Reputation: 4254Reputation: 4254Reputation: 4254Reputation: 4254Reputation: 4254
Quote:
Originally Posted by maybeJosiah View Post
Something like 'puts "X E"' in Ruby or 'println("X E")' in others, I just book learning know structure for a .deb and that there are layout files to edit and maybe some how to edit them, do you want all details? X E.
No, that tells us what I wanted to know, which is that what you mean by "static layout" is something much different than I and many others would think of when we see those words. I also have formed the impression that what you are actually doing is trying to create a web page "program" that you imagine will install and run on other machines, which you are confusing with being a .deb.

That last thought may not be right however, so my next question is, what, exactly, do you mean by .deb? As clearly and thoughtfully as possible, describe from start to finish each action that a user would perform to obtain and make use of your .deb.

Last edited by astrogeek; 06-03-2024 at 03:55 PM. Reason: tyop
 
1 members found this post helpful.
Old 06-03-2024, 04:01 PM   #78
maybeJosiah
Member
 
Registered: Jan 2024
Location: USA
Distribution: Ubuntu, Android, Ubuntu Touch, Jolla Sailfish X E.
Posts: 358

Original Poster
Blog Entries: 3

Rep: Reputation: 7
I am trying for anything BUT a web app thing or layout. What I now mean by a .deb is a file with that extension. It would be a thing like I have gugquettex.com, person goes to site, person downloads said .deb via PHP with actual file.deb in a private part of server, person uses it somehow, install etc..

I should note that I am used to program is install program so was using .deb as installed program. X E.
 
Old 06-03-2024, 04:21 PM   #79
maybeJosiah
Member
 
Registered: Jan 2024
Location: USA
Distribution: Ubuntu, Android, Ubuntu Touch, Jolla Sailfish X E.
Posts: 358

Original Poster
Blog Entries: 3

Rep: Reputation: 7
I can do more detail on obtaining but going through purchase process between go to website and download .deb is almost irrelevant. X E.
 
Old 06-03-2024, 04:27 PM   #80
maybeJosiah
Member
 
Registered: Jan 2024
Location: USA
Distribution: Ubuntu, Android, Ubuntu Touch, Jolla Sailfish X E.
Posts: 358

Original Poster
Blog Entries: 3

Rep: Reputation: 7
One other thing that bugs me, I do not remember claim to and do not claim to be an expert programmer, I just know like 8 out of 10 most popular now and some others. X E.
 
Old 06-03-2024, 04:44 PM   #81
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 27,126

Rep: Reputation: 8044Reputation: 8044Reputation: 8044Reputation: 8044Reputation: 8044Reputation: 8044Reputation: 8044Reputation: 8044Reputation: 8044Reputation: 8044Reputation: 8044
Quote:
Originally Posted by maybeJosiah View Post
I am trying for anything BUT a web app thing or layout. What I now mean by a .deb is a file with that extension. It would be a thing like I have gugquettex.com, person goes to site, person downloads said .deb via PHP with actual file.deb in a private part of server, person uses it somehow, install etc.. I should note that I am used to program is install program so was using .deb as installed program. X E.
Right; which takes us back to post #3, where you were spoon-fed two easily-followed how-to guides (with examples) of how to generate a .deb file. How you deliver this app is irrelevant to this, and your question has been answered many times over now.
Quote:
Originally Posted by maybeJosiah
One other thing that bugs me, I do not remember claim to and do not claim to be an expert programmer, I just know like 8 out of 10 most popular now and some others. X E.
Really??? Very first post in this thread, you said: "I can program in basically anything", and from your introduction post here:
https://www.linuxquestions.org/quest...8/#post6475066

"I am a like advanced Linux user and programmer."

That's you, isn't it??? And you now claim to 'know' 8 out of 10 of the most popular programming languages...yet can't seem to understand what an 'app' (program) actually is, nor what you can write one in.

Again: you continue with the "X E." garbage, and ignore the question asked of you: why should anyone here continue to try to help you when you just aren't listening or even seemingly acknowledging what you're told???
 
Old 06-03-2024, 04:49 PM   #82
maybeJosiah
Member
 
Registered: Jan 2024
Location: USA
Distribution: Ubuntu, Android, Ubuntu Touch, Jolla Sailfish X E.
Posts: 358

Original Poster
Blog Entries: 3

Rep: Reputation: 7
Did you give me wrong links or what? I am not seeing actual code anywhere which is like my main thing to make. Also, it occurs to me I never answered some of your questions. Sorry. I am trying to connect in sensing hardware, camera, audio recorder, etc.. X E.
 
Old 06-03-2024, 04:55 PM   #83
maybeJosiah
Member
 
Registered: Jan 2024
Location: USA
Distribution: Ubuntu, Android, Ubuntu Touch, Jolla Sailfish X E.
Posts: 358

Original Poster
Blog Entries: 3

Rep: Reputation: 7
Thanks for help attempts everyone. Like my main problem which seems not to be answered yet is how to make code relevant to a file.deb. X E.
 
Old 06-03-2024, 05:00 PM   #84
maybeJosiah
Member
 
Registered: Jan 2024
Location: USA
Distribution: Ubuntu, Android, Ubuntu Touch, Jolla Sailfish X E.
Posts: 358

Original Poster
Blog Entries: 3

Rep: Reputation: 7
Quote:
Originally Posted by TB0ne View Post
Right; which takes us back to post #3, where you were spoon-fed two easily-followed how-to guides (with examples) of how to generate a .deb file. How you deliver this app is irrelevant to this, and your question has been answered many times over now.

Really??? Very first post in this thread, you said: "I can program in basically anything", and from your introduction post here:
https://www.linuxquestions.org/quest...8/#post6475066

"I am a like advanced Linux user and programmer."

That's you, isn't it??? And you now claim to 'know' 8 out of 10 of the most popular programming languages...yet can't seem to understand what an 'app' (program) actually is, nor what you can write one in.

Again: you continue with the "X E." garbage, and ignore the question asked of you: why should anyone here continue to try to help you when you just aren't listening or even seemingly acknowledging what you're told???
Yes advanced, maybe I would not use word expert. Yes it is me. I still do not understand how to make code actually run a Linux app is true but not true other about not understanding app stuff. Yess I can program in nearly anything. X E.
 
Old 06-03-2024, 05:04 PM   #85
maybeJosiah
Member
 
Registered: Jan 2024
Location: USA
Distribution: Ubuntu, Android, Ubuntu Touch, Jolla Sailfish X E.
Posts: 358

Original Poster
Blog Entries: 3

Rep: Reputation: 7
Also, I just zone out once you start insulting me or "X E", why I missed your last question, is there any help I am not acknowledging? Could you please list what I am not listening to? X E.

Last edited by maybeJosiah; 06-03-2024 at 05:08 PM.
 
Old 06-03-2024, 05:28 PM   #86
michaelk
Moderator
 
Registered: Aug 2002
Posts: 26,112

Rep: Reputation: 6062Reputation: 6062Reputation: 6062Reputation: 6062Reputation: 6062Reputation: 6062Reputation: 6062Reputation: 6062Reputation: 6062Reputation: 6062Reputation: 6062
Quote:
Originally Posted by maybeJosiah View Post
Thanks for help attempts everyone. Like my main problem which seems not to be answered yet is how to make code relevant to a file.deb. X E.
A deb file is an archive that contains two files, the first is the installable data like the program itself, man pages, configuration files etc and the second the instructions which basically tells the installer where everything goes. A deb package file does not have to be associated with a repository.

https://www.debian.org/doc/manuals/d...basics.en.html

Quote:
Sorry. I am trying to connect in sensing hardware, camera, audio recorder, etc..
The programs that use "sensing" hardware, the "sensing" hardware itself and the deb package are totally independent of each other. The term sensor encompasses a broad scope of hardware that can be internal or connected via USB, Ethernet, Serial bus, parallel port etc.
 
Old 06-03-2024, 05:40 PM   #87
maybeJosiah
Member
 
Registered: Jan 2024
Location: USA
Distribution: Ubuntu, Android, Ubuntu Touch, Jolla Sailfish X E.
Posts: 358

Original Poster
Blog Entries: 3

Rep: Reputation: 7
You are not saying no .deb package stuff as installed can access sensing hardware because I know that is false independent though they may be, right? There are ways to access hardware stuff or there should be. Like my main concern is how to make code that actually runs an app not just is by itself doing nothing and where it should be (though that last part may be solved). X E.
 
Old 06-03-2024, 05:43 PM   #88
astrogeek
Moderator
 
Registered: Oct 2008
Distribution: Slackware [64]-X.{0|1|2|37|-current} ::12<=X<=15, FreeBSD_12{.0|.1}
Posts: 6,293
Blog Entries: 24

Rep: Reputation: 4254Reputation: 4254Reputation: 4254Reputation: 4254Reputation: 4254Reputation: 4254Reputation: 4254Reputation: 4254Reputation: 4254Reputation: 4254Reputation: 4254
Quote:
Originally Posted by maybeJosiah View Post
I am trying for anything BUT a web app thing or layout. What I now mean by a .deb is a file with that extension. It would be a thing like I have gugquettex.com, person goes to site, person downloads said .deb via PHP with actual file.deb in a private part of server, person uses it somehow, install etc..

I should note that I am used to program is install program so was using .deb as installed program. X E.

I can do more detail on obtaining but going through purchase process between go to website and download .deb is almost irrelevant. X E.
OK, as you said, the details about download are irrelevant, and about purchase process doubly so, so let's not mention those any more.

Quote:
Originally Posted by maybeJosiah View Post
Like my main problem which seems not to be answered yet is how to make code relevant to a file.deb. X E.
So this question may be taken either of two ways, so now let's try to focus on which sense you are asking it:

1. I have a working program (details of which are irrelevnt), how do I package it into a .deb for example, for distribution?

Or...

2. How do I write a working program (which I eventually want to package for distribution, but that is irrelevant)?

Which is it?

Last edited by astrogeek; 06-03-2024 at 05:46 PM.
 
1 members found this post helpful.
Old 06-03-2024, 05:45 PM   #89
maybeJosiah
Member
 
Registered: Jan 2024
Location: USA
Distribution: Ubuntu, Android, Ubuntu Touch, Jolla Sailfish X E.
Posts: 358

Original Poster
Blog Entries: 3

Rep: Reputation: 7
2. X E.
 
Old 06-03-2024, 05:53 PM   #90
maybeJosiah
Member
 
Registered: Jan 2024
Location: USA
Distribution: Ubuntu, Android, Ubuntu Touch, Jolla Sailfish X E.
Posts: 358

Original Poster
Blog Entries: 3

Rep: Reputation: 7
2 but packaging is relevant and only purpose. X E.
 
  


Closed Thread

Tags
deb, deb package, develop, developer, linux, program, programing, ubuntu


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Can`t find C-compiler in Debian ,or at least can`t find one that can make executables hemmelig Linux - Software 4 05-26-2008 03:07 AM
how to use syanptic in fc 5 and how to add repo and which repo to be added.. vikas04522 Fedora 1 08-26-2006 12:41 PM
Least resource & least space using linux operating system ? winxandlinx Linux - Software 4 05-25-2006 11:10 AM
Distribute updates to settings on a Debian based network (Lots of opinions wanted) amon Debian 0 04-11-2006 04:54 PM
a Distribute for a server and coding blackman890 Linux - Distributions 5 03-26-2005 08:51 PM

LinuxQuestions.org > Forums > Non-*NIX Forums > Programming

All times are GMT -5. The time now is 02:43 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration