Instal Usb Boot untuk windows

sudo apt update

sudo apt upgrade

sudo add-apt-repository ppa:tomtomtom/woeusb

sudo apt install woeusb woeusb-frontend-wxgtk

 https://www.youtube.com/watch?v=D_kxBe1Bbqk


Sure, here's how you can install GParted on Ubuntu or Debian-based systems using the terminal:


1. **Update Package Lists**: It's always a good practice to ensure your package lists are up to date before installing new software. Run:

   ```

   sudo apt update

   ```


2. **Install GParted**: Once the package lists are updated, you can install GParted by running:

   ```

   sudo apt install gparted

   ```


3. **Authenticate**: You'll need to enter your password to authenticate the installation.


4. **Confirmation**: After entering your password, the terminal will ask you if you want to continue with the installation. Type 'Y' and press Enter to confirm.


5. **Installation**: Wait for the installation process to complete. Once done, you can run GParted with superuser privileges using the `sudo gparted` command.


That's it! You should now have GParted installed on your system.


Tags