Installing lubuntu
Pre-Req:
- 4GB pen Drive
- Linux OS
- Download lubuntu iso- https://lubuntu.net/
- Insert USB
- if you are using Linux than use - Gparted to format the device.
- If you dont than run - sudo apt-get install gparted # to install
- $df -hT #to show the filesystem and size
- notedown the device name eg:/dev/sdb1
- unmount the device $sudo umount /dev/sdb1
- sudo dd bs=4M if=/path/lubuntu.iso of=/dev/sdb1 status=progress oflag=sync
- Start > System Tools >Software updater
- Restart after update
- Open Terminal
- $sudo apt install python3-pip
No comments:
Post a Comment