You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- 
        I liked that you evaluated the usefulness of the approach and provided a history of your own experience. btw, please take the case of Hadoop now by Apache. According to Debian's wiki, Hadoop is not available. In this case, would you then install from source? And how would you consider installing from source in relation to the advice by Stephen?Johan– Johan2023-04-13 17:32:53 +00:00Commented Apr 13, 2023 at 17:32
- 
        1@Johan_A yes, you would download from hadoop.apache.org/releases.html and install that way. As for Stephen, as a general rule, if Stephen and I give you conflicting information about anything related to Linux, believe Stephen because he is orders of magnitude more knowledgeable than I am. That goes double for anything related to Debian since he is a Debian developer. In this case though, there is no contradiction: Stephen was talking about not mixing packages, the only thing he said about installing from source is that that is how you would bring a package over.terdon– terdon ♦2023-04-13 17:49:23 +00:00Commented Apr 13, 2023 at 17:49
- 
        1By the way, @Johan_A, this sort of discussion is really not what the site is about. We try to keep discussion to an absolute minimum (see unix.stackexchange.com/help/privileges/comment). However, we do have chat rooms and those are probably a better venue for this sort of thing. This site's main room is chat.stackexchange.com/rooms/26/dev-chat and while it isn't very active these days, you can try asking there. Both Stephen and I can often be found there.terdon– terdon ♦2023-04-13 17:50:54 +00:00Commented Apr 13, 2023 at 17:50
- 
        1My advice was based on your mention that you’re new to Linux; it isn’t particularly difficult in many cases but it can get quite involved (especially if you need to rebuild lots of dependencies) and it’s possible to get into a bit of a mess. When I answered your earlier question I was under the impression that you already knew about software you wanted that was available on Ubuntu but not on Debian; I agree with terdon’s advice here, if you’ve already set up a distribution and don’t already have a specific reason to stop using it, you might as well stick with it.Stephen Kitt– Stephen Kitt2023-04-13 17:59:52 +00:00Commented Apr 13, 2023 at 17:59
                    
                        Add a comment
                    
                 | 
            
                
            
        
         
    How to Edit
        - Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
        How to Format
    
    - 
                create code fences with backticks ` or tildes ~
                ```
 like so
 ```
- 
                add language identifier to highlight code
                ```python
 def function(foo):
 print(foo)
 ```
- put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes `like _so_`
- quote by placing > at start of line
- to make links (use https whenever possible)
                <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
            How to Tag
        
        A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. shell-script), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you