Termux Basic commands:(Ch-1)

              
### Chapter 1: Basic Commands
___
#### Part 1:

1. **pkg update**: This command updates the package lists for upg>

2. **pkg upgrade**: Upgrades all installed packages to their late>

3. **pkg install [package_name]**: Installs a package. Replace `[>

4. **pkg uninstall [package_name]**: Uninstalls a package. Replac>

5. **pkg search [keyword]**: Searches for packages containing the>

6. **pkg list-all**: Lists all available packages.

7. **termux-setup-storage**: Sets up storage in Termux to access >

8. **pkg info [package_name]**: Displays information about a spec>

9. **pkg list-installed**: Lists all installed packages.

10. **termux-wake-lock**: Keeps the device awake while Termux is >

11. **termux-wake-unlock**: Allows the device to sleep normally.

12. **termux-open [file/path]**: Opens a file or directory with t>

13. **termux-open-url [URL]**: Opens the specified URL in the def>

14. **termux-toast [message]**: Displays a toast message on the s>

15. **termux-volume [option]**: Adjusts the volume. Options inclu>

16. **termux-vibrate**: Vibrates the device for a specified durat>

17. **termux-share**: Shares files or text using the Android shar>

18. **termux-clipboard-get**: Retrieves the current contents of t>

19. **termux-clipboard-set [text]**: Sets the clipboard contents >

20. **termux-dialog**: Opens a dialog box with various options.

21. **termux-notification**: Sends a notification with the specif>

22. **termux-sms-inbox**: Lists received SMS messages.

23. **termux-sms-send -n [number] [message]**: Sends an SMS to th>

24. **termux-contact-list**: Lists all contacts stored on the dev>

25. **termux-contact-get [contact_name]**: Retrieves information >

26. **termux-sms-list**: Lists all SMS messages.

27. **termux-tts-speak [text]**: Converts text to speech and spea>

28. **termux-camera-photo [output_file]**: Takes a photo using th>

29. **termux-camera-record [output_file]**: Records a video using>

30. **termux-media-player play [file]**: Plays the specified audi>

31. **termux-media-player pause**: Pauses the currently playing m>

32. **termux-media-player stop**: Stops the currently playing med>

33. **termux-media-player seek [time]**: Seeks to the specified t>

34. **termux-media-player playlist [file]**: Loads a playlist fil>

35. **termux-download [URL]**: Downloads a file from the specifie>

36. **termux-upload [source_file] [destination_directory]**: Uplo>

37. **termux-fix-shebang [file]**: Fixes the shebang of a script >

38. **termux-info**: Displays system information.

39. **termux-open-settings**: Opens the Termux settings menu.

40. **termux-wifi-enable [true/false]**: Enables or disables Wi-F>

41. **termux-battery-status**: Shows the current battery status.

42. **termux-telephony-cellinfo**: Shows information about the cu>

43. **termux-telephony-deviceinfo**: Shows device-specific inform>

44. **termux-telephony-imei**: Shows the IMEI number of the devic>

45. **termux-telephony-signalstrength**: Shows information about >

46. **termux-dialog**: Displays a dialog box with customizable op>

47. **termux-notification**: Sends a notification to the notifica>

48. **termux-vibrate**: Vibrates the device.

49. **termux-toast**: Displays a toast message on the screen.

50. **termux-wifi-connectioninfo**: Shows information about the c>

Comments