I am a very beginner in linux development..plz explain what i want to learn to build linux application or develop or modify open source application
Asked
Active
Viewed 77 times
1 Answers
0
- clone source code
- edit with any compatible ide of choice
- compile with any compatible compiler of choice

Envy
- 21
apt source
to grab the source code (assuming I'd enabled source (src) for download), and use that as a starting point. To upload, by far the easiest is via PPA (3rd party repository) as I don't need anyone to review/check my code (my responsibility) allowing easy testing by me or other team members, before I'd think about submitting code/fixes upstream etc. (there is some setup for of keys etc for PPA, but covered in questions on this site already, let alone official docs I'd go for myself) – guiverc May 29 '20 at 04:44