An open API service indexing awesome lists of open source software.

https://github.com/akashdip2001/fedora-all-imp-commands

fedora all imp commands
https://github.com/akashdip2001/fedora-all-imp-commands

fedora

Last synced: about 1 month ago
JSON representation

fedora all imp commands

Awesome Lists containing this project

README

        

Mechanical Engineering

# fedora

### Official `fedora` [Documentation](https://docs.fedoraproject.org/en-US/docs/)

- ๐Ÿ”ญ Iโ€™m currently working on [**my web-site**](https://akashdip2001.github.io/linktree/)

all imp. commands of KALI LINUX. This repositry helps to install, Uninstall, WIFI peoblams, all usefull apps




# Install in WSL

click to show the process ๐Ÿ”ด

๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ

To install Fedora on WSL (Windows Subsystem for Linux) in Windows 11, follow these steps:

### Step 1: Enable WSL
1. Open **PowerShell** or **Command Prompt** as Administrator.
2. Run the following command to enable WSL and install its dependencies:
```powershell
wsl --install
```

3. Restart your computer if prompted.

---

### Step 2: Install Fedora on WSL
1. Open the **Microsoft Store**.
2. Search for "Fedora Remix for WSL".
3. Click **Get** or **Install** to download and install Fedora Remix.

Alternatively, you can install Fedora manually:
1. Download the Fedora root filesystem tarball from the [official Fedora repository](https://getfedora.org/).
2. Open **PowerShell** or **Command Prompt** and run:
```powershell
wsl --import Fedora C:\WSL\Fedora path_to_fedora_tarball.tar
```
Replace `path_to_fedora_tarball.tar` with the path to the downloaded tarball.

3. Set Fedora as the default WSL distribution:
```powershell
wsl --set-default Fedora
```

---

### Step 3: Launch Fedora
1. Open the Start menu and type **Fedora**.
2. Click on the **Fedora** app to launch it.
3. Follow the on-screen instructions to set up your Fedora environment (e.g., creating a username and password).

---

### Step 4: Update Fedora
Once inside Fedora, update the system packages:
```bash
sudo dnf update -y
```

๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ๐Ÿšฅ


---
# install Softwers in KALI Linux ---
```
sudo dnf -i *.rpm ( normal .deb file install command )
sudo dnf -i [name].rpm (install a particular package of this folder )
./configure --- make install ( install Python in Kali command )
```

[**How to install all type of softwers in fedora linux**](https://youtu.be/JkKOuRmyZdg?t=204)

---

Snap Install

```
sudo su
sudo dnf install snapd
sudo ln -s /var/lib/snapd/snap /snap
sudo snap install snap-store
sudo snap install [ name ]
```
[**How to install snap in fedora linux**](https://youtu.be/JkKOuRmyZdg?t=252)

---

# uninstall ---
```
open snap store and Uninstall diractly
```
---
# minimize maximize problam
```
sudo dnf install gnome-tweak-tool
```
[**video sollution**](https://youtu.be/JkKOuRmyZdg?t=660)

---
# Dash to Dock
```
Extensions install from Store
```
[**video sollution**](https://youtu.be/JkKOuRmyZdg?t=824)

---
# KDE Connect
```
sudo dnf install kdeconnect
```
[**video sollution**](https://youtu.be/JkKOuRmyZdg?t=1067)

---
# Disk Cleanup
```
sudo dnf install bleachbit
```
[**video sollution**](https://youtu.be/JkKOuRmyZdg?t=1120)

---
# Coding setup

normal [**video 1**](https://youtu.be/JkKOuRmyZdg?t=1249)

imp -- [**video 2**](https://youtube.com/playlist?list=PL_RecMEcs_p8wcLmE30yGQzJlqfT1_PsT)

---
# fedora - Bios setup
[**video**](https://youtu.be/JkKOuRmyZdg?t=1430)

---
---
---

|
|
|-----------------------------------------------------------------------------------------------------------------------------|
| |

---

โœ”๏ธ [**my Website**](https://akashdip2001.github.io/linktree/)

AKASHDIP MAHAPATRA


National award from Dilhi,taken from Indian precedent Pronob Mukherjee 2012,Drawing


https://youtu.be/ysBF9EfvWkk?t=428

![Typing SVG](https://readme-typing-svg.herokuapp.com?size=30&width=600&lines=If+you+LOVE+me+-->+give+a+Star+โญ)
![Typing SVG](https://readme-typing-svg.herokuapp.com?size=24&width=600&color=7063ce&lines=click+the+Image+billow+and+Nominate+Star)
[](https://stars.github.com/nominate/)

---

Connect with me:


akashdip-mahapatra-330687204
akash aot
akashdip2001