Many of the steps in setting up Fedora are the same as I do for Arch. My preferred install is Fedora Rawhide. You are better off with the default "Gnome" desktop than trying the KDE spin (seems to be the best integrated experience with few/no hardware/GPU issues).
Use sudo snapper ls to list all available snapshots and their corresponding numbers.Note the number of the snapshot you want to revert to.
Open a terminal and use the following command: sudo snapper rollback <snapshot_number>.Replace <snapshot_number> with the actual number of the snapshot you want to rollback to.
You might need to use the --ambit option with the classic value if you encounter an error about an unknown default volume. The command would then be for example: sudo snapper --ambit classic rollback 5
After the rollback is complete, reboot your system to boot into the restored state.On the boot screen, choose the default boot entry to reboot into the reinstated system.A snapshot of the file system status before the rollback is created.The default subvolume for root will be replaced with a fresh read-write snapshot.
Microsoft Edge:
sudo dnf config-manager addrepo --set=baseurl=https://packages.microsoft.com/yumrepos/edge
sudo dnf in microsoft-edge-beta
download nightly build for Fedora and then sudo dnf install xxxx.rpm from Downloads directory
Onedrive:
sudo dnf in onedrive
sudo dnf copr enable alternateved/eza
sudo dnf in eza
Enable non-free repos:
sudo dnf in dropbox (after enabling copr repos?)
curl -f https://zed.dev/install.sh | ZED_CHANNEL=preview sh
Insync:
sudo dnf install xxxxxxDOWNLOADED.rpm
Kmymoney:
sudo dnf in kmymoney
Pycharm:
sudo dnf copr enable phracek/PyCharm
sudo dnf install pycharm-community
need to install chess and svglib using pip3 install chess and then same for svglib
fisher for fish terminal:
curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher
sudo dnf copr enable nunodias/whatsapp-for-linux
Set up Windows on KVM/QEMU: (https://medium.com/@nkav2447/run-virtual-machines-on-fedora-40-kvm-qemu-setup-aaaa20a50460)
sudo dnf group install --with-optional virtualization
Then follow https://archsetup.blogspot.com/2023/11/install-windows-11-on-virt-manager.html
Disable a repo (dnf5):
sudo dnf config-manager setopt insync.enabled=false
Also can delete from yum.d directory.
sudo dnf config-manager addrepo --set=baseurl=https://packages.microsoft.com/yumrepos/edge
sudo dnf reinstall kernel kernel-core kernel-modules kernel-modules-core kernel-modules-extra
sudo systemctl enable --now input-remapper
No comments:
Post a Comment