-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update debian-linux.md #4
base: main
Are you sure you want to change the base?
Conversation
I will take a look at the PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think some things can be improved.
প্যাকেজটি সহজে ইন্সটল করার জন্য ```gdebi``` ব্যবহার করতে পারেন। টার্মিনালে রান করুন: | ||
``` | ||
sudo apt install gdebi | ||
``` | ||
এবার File Manager এ ডাউনলোড করা প্যাকেজটি খুঁজে বের করুন। এরপর, পাকেজটি রাইট ক্লিক করে "Open with GDebi Package Installer" সিলেক্ট করুন। | ||
এরপর Gdebi ওপেন হলে "Install Package" ক্লিক করুন। | ||
<screenshot> | ||
|
||
আপনার কম্পিউটারে এখন ওপেনবাংলা কিবোর্ড ইন্সটল হয়ে গিয়েছে। পরবর্তী নির্দেশনার জন্য DE-ভিত্তিক সেটআপ অংশটি দেখুন। |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Debian offers alot of DEs in it's installation setup screen.
the right-click context menu text might differ based on the DE in use.
Besides, using gdebi is a personal choice, although I donot personally use Debian, afaik most spins of Debian ship with Synaptic, GNOME spin with GNOME Software and KDE spin with KDE Discover, so the user already should have a GUI package installer installed.
## Debian GNU/Linux এর ভার্সন খুঁজে বের করা | ||
নিচের কমান্ডটি টার্মিনালে রান করুন: | ||
``` | ||
lsb_release -a | ||
``` | ||
আউটপুটটি এমন হবে: | ||
``` | ||
No LSB modules are available. | ||
Distributor ID: Debian | ||
Description: Debian GNU/Linux 12 (version_name) | ||
Release: version_number | ||
Codename: version_name | ||
``` | ||
এখানে ```version_name``` ও ```version_number``` হবে যথাক্রমে আপনার Debian ইন্সটলেশনের ভার্সনের নাম ও নাম্বার। |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I intentionally did not include this, as an user should know what version of the OS they installed.
Even then, both KDE and GNOME Settings should list the version of the OS, I cannot comment on other DEs but they should have similar capabilities aswell.
Knowing their own OS version is imho a responsibility of the user, not of OBK.
Another issue is that, the CLI output is very verbose.
If this is considered for merging, maybe this should be included in obk-docs-bn/src/install-instructions/distro-setup/distro-setup.md ?
As to my knowledge this is a fairly distro-agnostic way to find a distro's version ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah. I guess it is... If we're aiming decently tech-savvy people then, is this section even needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am extremely sorry for not making things/scope of the docs clearer before, but yes like I said, the distro name/version can be easily known from the Settings app of various DEs,
You can modify and contribute the changes to distro-setup.md instead.
Hmm, understood. I just wrote what I had done to install OBK. |
@mominul, please review these. Doing what I can. Suggestions will be HIGHLY appreciated!