this post was submitted on 21 Sep 2024
20 points (95.5% liked)
linux4noobs
1349 readers
1 users here now
linux4noobs
Noob Friendly, Expert Enabling
Whether you're a seasoned pro or the noobiest of noobs, you've found the right place for Linux support and information. With a dedication to supporting free and open source software, this community aims to ensure Linux fits your needs and works for you. From troubleshooting to tutorials, practical tips, news and more, all aspects of Linux are warmly welcomed. Join a community of like-minded enthusiasts and professionals driving Linux's ongoing evolution.
Seeking Support?
- Mention your Linux distro and relevant system details.
- Describe what you've tried so far.
- Share your solution even if you found it yourself.
- Do not delete your post. This allows other people to see possible solutions if they have a similar problem.
- Properly format any scripts, code, logs, or error messages.
- Be mindful to omit any sensitive information such as usernames, passwords, IP addresses, etc.
Community Rules
- Keep discussions respectful and amiable. This community is a space where individuals may freely inquire, exchange thoughts, express viewpoints, and extend help without encountering belittlement. We were all a noob at one point. Differing opinions and ideas is a normal part of discourse, but it must remain civil. Offenders will be warned and/or removed.
- Posts must be Linux oriented
- Spam or affiliate links will not be tolerated.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
They are saying you need to know the distro package names on the command line. I don't have a Rπ handy to check the packages for you. Use
sudo apt-get install gcc dtc git bash linux-headers make git
then see what fails. Whatever fails is likely just due to the package name being different in aptitude. The way you find the package name in Debian or any distro is a combination of searching different places and/or looking up the host repo on GitHub/GitLab/etc. Often they will list the names of the package in different distros.Note that, anything Debian based may be old and outdated in Aptitude packages. You can still use it just the same. It is old by design. That is what Stable distro means. If you find documentation online or you need some newer feature, you must install stuff manually. It is probably a non issue for you at this stage, but just be aware. If you see info about a ppa this is how you add the more recent packages to aptitude so that it overrides the older stable packages.
Ok, I did this in terminal.
and then searched "raspberry pi os dtc package" and got this page
https://snapcraft.io/install/device-tree-compiler/raspbian
Is this what I want?
Sounds right. The thing to do is try it and see. Most Linux packages like this are tiny. Just get in the habit of installing, trying, uninstalling what doesn't work. Take on a more scientific mindset. The Doz attempts to make a person act helpless like a dependent toddler that needs their hand held and to pay for the right to hold that hand. This is manipulative nonsense. Linux has thousands of people learning and solving problems in hundreds of ways. Just find some people doing it in a way that works for you too. Any issue likely has dozens of paths to a solution from different angles. Learn to keep looking for stuff even after you find one thing. Just be open to new stuff. Also be weary of older user based solutions that are not kept up to date. These often do not work.