Zsh install ubuntu It includes new features, themes and p Tagged with zsh, ubuntu, linux, beginners. 04 Como o ZSH já está disponível no repositório oficial do Ubuntu 20. To install ZSH on Ubuntu, either run sudo apt install zsh from CLI or select ZSH from the Software Center. It offers many features and improvements over the default bash shell, including improved command completion, spelling correction, and customizable prompts. Mar 10, 2024 · In this tutorial, we are going to learn how to install Zsh on Ubuntu 24. In this blog post, we Feb 8, 2025 · Learn how to install, configure, and optimize zsh (Z Shell) on Ubuntu and Manjaro. Oct 30, 2022 · In this article, I will take you through the steps to install Oh My ZSH on Ubuntu 20. The easy way, install Ubuntu from the Microsoft Store 2. 8. However, Zsh (Z shell) offers a more feature-rich and customizable alternative. Covers setup, plugins, customization, and fixes. You can switch between zsh and bash shells using the “ exec <shell-name> ”. A non-root with root privileges is configured on the server Feb 7, 2023 · Envy the beautiful Z shell? Learn how to install zsh on Ubuntu and customize it with Oh My Zash. 04 for an enhanced terminal experience. Jan 2, 2023 · In this article, we are going to learn about how to install ZSH on Ubuntu 22. Jul 24, 2023 · This post will walk you through setting up the Zsh + Oh My Zsh + Powerlevel10k Theme to enhance your Zsh shell experience on the Ubuntu desktop. We will use the apt package manager to install ZSH on Ubuntu. 04, a sua instalação fica facilitada, pois basta utilizar o apt (gerenciador de Oct 27, 2020 · Named directories. In this tutorial we show you how to install the Z-Shell or zsh under Ubuntu Linux and CentOS. Zsh is an extended Bourne shell with many improvements, including some features of Bash, ksh, and tcsh. Oct 30, 2023 · If you spend a significant amount of time working on the Linux command line, chances are you‘ve heard about ZSH – the popular and powerful alternative to the default bash shell. It comes with advanced autocompletion, better globbing, and a wide range of plugins and themes to improve your command-line experience. Termux is an terminal emulator for Android but has modern feature like Debian and Ubuntu (Termux has Bash shell and Busybox GNU-like programs). Zsh comes with features like better autocompletion, advanced globbing, custom themes, and plugin support. " To install ZSH on Fedora, "run sudo dnf install zsh" then switch the shell by entering "zsh" in the Offline install of oh-my-zsh on Ubuntu. Installing Zsh in Ubuntu Linux There are two ways to install ZSH in Ubuntu using an apt package manager and installing it from the source. In this comprehensive 2500+ word guide, I‘ll show you how to install and configure ZSH on Ubuntu 20. Jun 22, 2025 · Before diving into the ZSH setup, let's make sure you have WSL (Windows Subsystem for Linux) with Ubuntu installed on your system. Dec 18, 2024 · If necessary, follow these steps to install Zsh: There are two main ways to install Zsh: With the package manager of your choice, e. Feb 12, 2025 · In this guide, we’ll explore what Zsh is, its benefits, and how to install and customize it on Ubuntu. 04): Open Windows Store and search for Ubuntu (quick link). Feb 11, 2023 · O Oh My Zsh é um framework open source que possibilita o gerenciamento das configurações do interpretador de comandos Zsh Zsh é um shell projetado para uso interativo, embora seja também uma Nov 28, 2023 · Learn how to configure and install Zsh Ubuntu 20. 04 and later versions. Zsh is a versatile UNIX shell with interactive login and script processing capabilities, closely resembling ksh but offering numerous enhancements, including command-line editing, built-in spelling correction, programmable command completion, shell functions with autoloading, a history mechanism, and various other Feb 21, 2024 · Zsh is an awesome shell for Linux systems. Apr 28, 2024 · Zsh, or Z Shell, is a popular Unix shell with features like auto-completion, advanced scripting capabilities, and customization options. 10. If you have normally setup the zsh shell & oh-my-zhs framework, then don't just sudo su into root & type chsh -s $(which zsh) $(whoami) to change shell & framework Jun 10, 2025 · Zsh offers a plethora of features such as advanced tab completion, customizable prompts, and theme support, which can significantly enhance your command-line experience on Ubuntu. Jul 25, 2023 · How to install and use Zsh on Ubuntu We'll walk you through the steps of installation, show you how to set Zsh as your default shell, and introduce some of its powerful features. Mar 14, 2024 · In this tutorial, we are going to learn how to install and setup Zsh and Oh-my-Zsh on Ubuntu 20. See also: Change or recover your password Feb 18, 2022 · Zsh is an extended version of the bash shell with added features and it is based on a similar shell as bash therefore bash commands are also applicable in zsh. Customize Zsh with themes and plugins. Jun 1, 2024 · The ZSH (or Z shell) can be said to be an extended version of the standard Bash shell interpreter, written by Paul Falstad in 1990 while studying at Princeton University. 04 Virtual Machine. Instead of apt install use your packet manager commands. If you have any issue or need help 🤦♂️, lets discuss it or open an issue on GitHub. And, it is pretty cool. Feb 6, 2025 · Learn to install and configure the Z Shell (Zsh) on Ubuntu, an interactive Unix shell with many features and benefits. 04 and set it as your default shell. Dec 13, 2021 · Zsh is a powerful Unix command-line interpreter with lots of interactive features. Enhance your terminal experience and boost your productivity with customizable features, auto-completion, and plugins for syntax highlighting. Install dependencies: sudo apt install fontconfig Download and install one of the nerd font: MesloLGS Nerd Font Regular Bold Italic Bold Italic Fira Code Nerd Font Regular Bold Install fonts: Move all Aug 4, 2018 · Hoy vengo a contar como instalar y configurar en Ubuntu la shell ZSH y el framework Oh My ZSH , herramientas que han conseguido mejorar Sep 24, 2023 · ZSH, an extended version of the Bourne Shell, offers new features, such as automatic cd, spelling correction, themes, and plugins. Nov 14, 2025 · First, update the package list to ensure you have the latest information about available packages. your first name (typically lowercase) and a password. If you are using an earlier version, you can upgrade to zsh using the following command: sudo apt update and sudo apt install zsh Basic knowledge of Linux: zsh is a shell, so you should have a basic understanding of Linux commands and syntax. So that was readily available for me. Mar 11, 2024 · Welcome folks to this very tutorial on how to install and setup Zsh and Oh-my-Zsh on Ubuntu 18. 04 on the server. Make it your default shell: chsh -s $(which zsh). In this guide you will learn to install and start using Zsh on Ubuntu 20. While the default shell on most Linux distributions is Bash, Zsh (Z shell) offers a plethora of advanced features and enhanced user experience. Sep 7, 2025 · It's recommended to install Nerd Font in this step to avoid display problems. And how to change the default shell to ZSH on Ubuntu. Zsh is a powerful and flexible shell that can be used as a replacement for the default Bash shell on Ubuntu Feb 26, 2024 · Install zsh on Ubuntu 22. While this is easier on some platforms more than others, Ubuntu was slightly more complicated to me. I already had mine setup on Windows 10 with Ubuntu 20. This guide will show you how to install Zsh on Ubuntu, including installation on Ubuntu WSL (Windows Subsystem for Linux). Terminal customizations can be useful in increasing productivity outside of looking really cool. This tutorial will help you to install ZSH on Ubuntu 20. Oh-my-zsh is a community-based framework with many functions. Follow the steps to install Zsh, enable auto-suggestions, syntax highlighting, and Powerlevel10k theme. 3. Learn how to install Zsh, a powerful and customizable shell, on Ubuntu 24. Contribute to zsh-users/zsh-syntax-highlighting development by creating an account on GitHub. 04 and have been trying to install zsh. Verify WSL and Ubuntu Installation Open your terminal (Command Prompt or PowerShell) and run the following command to check if WSL is installed: Aug 29, 2017 · Installation Guide I’m performing this installation guide on my Ubuntu 16. $ sudo apt install zsh Install Zsh in Ubuntu The package manager will install the latest release of ZSH which is 5. For quite some time now, Zsh has been my …. It comes with a plethora of features such as advanced tab-completion, theme customization, and plugin support, which can significantly enhance your command-line experience. Create a user account by entering a User Name, i. It has many features and easy to configure and customize. By default, Ubuntu uses the Bash shell. ZSH (Z Shell) is a better alternative to the Bash shell, in ZSH we can modify the terminal and make our terminal as colorful as we like. 04 or later: zsh is available on Ubuntu 18. Install Zsh on Linux now. Why? I don't know just because. May 6, 2018 · I have upgraded to Ubuntu 18. Linux install using packet manager Sep 9, 2021 · 本篇文章紀錄如何美化 Ubuntu Terminal ,並安裝一些插件讓開發環境更高效。 包含安裝 Zsh, Oh My Zsh, Powerlevel10k 主題, zsh-autosuggestions, zsh-syntax-highlighting, Zsh-z。 Fish shell like syntax highlighting for Zsh. Then, we set up the oh-my-zsh framework for managing ZSH. 04 with the Detailed Step-by-Step Guide. 04+, MacOS) Introduction After following these steps, your terminal will look like: Dec 23, 2024 · Oh My Zsh is a community-driven framework for managing Zsh configuration that comes with a variety of plugins and themes to enhance your shell experience. Select Ubuntu (note you can verify the Ubuntu version by selecting More) and then select Install. Sep 29, 2023 · Transform your Ubuntu terminal into a powerhouse for coding with this step-by-step guide. $ zsh To install Zsh in Ubuntu 22. 4. Oct 31, 2019 · How to Install ZSH to Replace your Bash on Linux. ZSH permite instalação de plugins que extendem as funções normais de um shell, instalação Sep 8, 2014 · First install zsh or some shell with say oh-my-zsh as a normal user. Nov 14, 2023 · Conclusion We‘ve covered a ton of ground exploring how to install Zsh on Ubuntu, customize it extensively with Oh My Zsh plugins and themes, tweak advanced options, and troubleshoot issues. 9 or more recent is fine but we prefer 5. Jan 3, 2024 · What is ZSH? ZSH, or Z-Shell, is an advanced Unix shell for Linux/Unix systems, enhancing user experience with features like better scriptability, completion options, and theme support, making command-line interaction more efficient and user-friendly. Zsh should be installed (v4. But I wanted to setup everything fresh just to see if Dec 12, 2024 · As a programmer who spends a lot of time in the terminal, having a powerful and visually pleasing command line interface can greatly improve productivity and enjoyment. See Installing Zsh for instructions. Due to my constant Senior Linux SysAdmin work, I migrated some time ago from BASH to ZSH shell with all the following and very beneficial tools included: Oh My Jan 1, 2024 · Step by Step instructions to install Oh My Zsh on different Linux distributions such as Ubuntu, Red Hat, CentOS, Debian, OpenSuSE, Arch Linux Nov 14, 2025 · Ubuntu is one of the most popular Linux distributions, known for its user-friendliness and vast software repository. This blog post will guide you through the process of installing Zsh on Linux, explain its usage, cover common Mar 2, 2016 · This guide will show you steps to Install Zsh on Linux and configure it using oh-my-zsh. May 16, 2025 · Learn how to set up Zsh, a popular shell that allows you to add plugins and themes, on Ubuntu Linux with Oh My Zsh framework. Jun 6, 2023 · What is Zsh and How to Install and Setup Zsh in Ubuntu 20. Install Zsh on Ubuntu, set it as default, and enhance it with Oh My Zsh. Nov 14, 2025 · Ubuntu is one of the most popular Linux distributions, known for its user-friendliness and extensive software repository. Master basic Zsh setup quickly. It does have some features form Bash with lots of added features like automatic cd (Change Directory), spell check, path expansion, and many more. 04 with our step-by-step tutorial. Once you have zsh, you can install Oh My Zsh by simply running one of these commands: NOTE: the installer will rename an existing . e. 20. Follow along to learn how to install beautiful, productive themes on your ZSH terminal! Introduction to ZSH and Theming ZSH is a popular and powerful shell alternative to bash known for its customizability Jan 7, 2024 · I have become so accustomed to ZSH over the years on Apple and using oh-my-zsh that all my shortcuts and quick ways to doing things just weren’t there. We will also show you how to change the zsh theme and Aug 4, 2025 · Key Takeaways ZSH provides significant productivity improvements over default shells through auto-completion, syntax highlighting, and plugin support Installation is straightforward across all major operating systems using package managers Setting ZSH as your default shell requires the chsh command and a session restart The . How to Install ZSH In this tutorial i am using Ubuntu. To show you the underlying power of Oh-My-Zsh, I will install the Git plugin (Git-core). Running and Setting Z shell as the default Shell After installing z shell on Ubuntu, you can run it by simply running the command zsh in the terminal. 04 system, allowing you to leverage its powerful features for an improved command-line experience. Oh My Zsh is a popular open-source Zsh configuration framework loved by developers worldwide. Learn how to install Zsh and Oh-my-zsh, coupled with the dynamic powerlevel10k theme. zshrc configuration file controls all ZSH behavior and customization Install the recommended font. Install Powerlevel10k itself. This blog post will guide you through the process of installing Zsh on Ubuntu, explain its usage methods, common practices, and share Oct 27, 2020 · OH-MY-ZSH is an open-source framework for ZSH configuration and it comes with tons of helpful functions, plugins, helpers, and themes to make you better at the terminal. If not pre-installed (run zsh --version to confirm), check the following wiki instructions here: Installing ZSH curl or wget should be installed git should be installed (recommended v2. Ubuntu Search the Ubuntu icon on the start menu and open the terminal (you can also use Windows Terminal) Update the package source list and updates all the packages presently installed, with this command. Zsh, or Z shell, is a powerful shell that can be used as an interactive login shell and as a shell script command processor. NOTE: All this content was created under Linux Ubuntu 24. The package manager will install the latest release of Zsh which is 5. 04 or Ubuntu 20. Then we configure the oh-my-zsh framework for managing ZSH. This blog aims to provide you with a comprehensive understanding of Ubuntu Zsh, from basic concepts to best practices. It is an extended version of the good old Bourne shell (sh). Verify installation by running zsh --version. Mar 3, 2023 · 1. ZSH or Z Shell is a Unix shell that can be used as an interactive login shell and as a command interpreter for shell scripting. 0. Feb 14, 2023 · In this post I'll provide you with step-by-step tutorial on how to set up oh-my-zsh in your terminal with in my opinion, essential plugins. For the package manager, Termux using an Debian/Ubuntu package manager, APT. Type p10k configure if the configuration wizard doesn't start automatically. zshrc For example, font installation, terminal color scheme configuration, or optional environment variables that affect the theme Any dependencies outside Oh My Zsh We use manually Feb 18, 2025 · I have been using Zsh for a really long time. Prerequisites A fresh install of Ubuntu 22. na maioria dos sistemas UNIX ou Linux o shell padrão é o Bash, que na opinião de muitos, não é o mais prazeroso para pessoas que querem maior personalização e produtividade no seu shell, enquanto o ZSH permite uma maior personalização e produtividade no uso de um Terminal. pre-oh-my-zsh. GitHub Gist: instantly share code, notes, and snippets. How to install Zsh on the Ubuntu 22. Optional but highly recommended. Learn how to install zsh and make the default shell in your system. Jan 7, 2024 · I have become so accustomed to ZSH over the years on Apple and using oh-my-zsh that all my shortcuts and quick ways to doing things just weren’t there. Installing ZSH on Ubuntu Zsh packages are available Nov 14, 2025 · In the world of Linux, the shell is a crucial component that allows users to interact with the operating system. In this comprehensive, beginner-friendly guide, we‘ll walk through how to install Z shell (ZSH), customize it with Oh My ZSH, add useful plugins and beautiful themes, and enable […] Oct 2, 2020 · ZSH is the new shell hottness and like any good tech, people have now made a way to customize it. 8 or more recent. Oct 4, 2018 · Here are the Steps to Install Oh My Zsh (Z-Shell) on Ubuntu 18. Install WSL There are plenty of good articles about how to install WSL so I'm not going to detail about this step. 04/Ubuntu 22. It offers many features and customization options that make it a popular choice among developers and system administrators. Step 1: Update Package Repository Before installing Zsh, it's always a Nov 7, 2023 · Prerequisites like enabling WSL Installing Ubuntu from the Microsoft Store Getting Zsh set up within Ubuntu Using the install script to set up Oh My Zsh Customizing with plugins, themes, and config tweaks Troubleshooting any errors Exploring built-in features and must-have plugins Continuing education through community resources The theme descriptions in this page should contain: The name of the theme A screenshot (Preferably in PNG format, and hosted on a GitHub issue) Instructions for any configuration besides setting ZSH_THEME in ~/. Oh My Zsh is a free and open source framework for managing Zsh configuration. 04 | 22. After updating the package list, install Zsh using the following command: During the installation, the system will prompt you to confirm the installation. Jul 21, 2024 · To install ZSH on Ubuntu, ensure that the apt packages list is up to date and then use the apt install zsh command. It has multiple improvement over the Bash shell and includes the best features of the Bash, ksh and tcsh shells. Oh-my-zsh is an open-source framework for Apr 26, 2025 · The Zsh (Z shell) is a interactive login shell for the Unix/Linux systems. It comes with a customizable design and has an extensive catalog of plugins aimed at system administrators and developers. And if you are upgrading from a Windows 10 PC which already had WSL installed, you don’t even have to do anything extra. Some key Nov 6, 2021 · Installing WSL2 on Windows 11 The process of installing WSL on Windows 11 is not different than that on Windows 10. Press Y and then Enter to proceed. Contribute to zsh-users/zsh-autosuggestions development by creating an account on GitHub. While it does take some initial setup, you‘re now equipped with expert-level knowledge to mold Zsh into the ultimate shell for your needs. In this article, we will walk you through the process of installing Zsh and Oh My Zsh on a Linux system. Follow the steps to configure Zsh with Oh My Zsh, plugins, themes, and colors. If you are on Dec 22, 2024 · If you see command not found you don't have zsh installed. 8 (x86_64-ubuntu-linux-gnu) 3. Elevate your development tasks with a personalized and efficient Ubuntu Aug 23, 2024 · My powerful ZSH profile The following content is also available in my GitHub Repo. As a result, I made some instructions: First and foremost, make sure everything Fish-like autosuggestions for zsh. It incorporates features of other shells such as Bash, tcsk, ksh. Launch Ubuntu to complete installation. Tagged with ubuntu, zsh, ohmyzsh, zshell. This blog post will guide you Feb 4, 2011 · Install Zsh, Oh-My-Zsh, Fonts-Powerline & Plugins (Ubuntu 18. Jun 15, 2025 · Post-install After a fresh install, it is recommended to reload the shell and recompile Zi with: exec zsh -il zi self-update Run zi -h for available commands or explore wiki to extend, customize and create 👍 🎉. It is a shell program that can be used as an alternative to the default bash shell. I have went through all the methods, and am able to use it, though when I try to install Oh My Zsh, it starts to run and then h Jan 28, 2025 · Before getting into the nitty gritty of setting up applications I want a neat and functional terminal setup. Installing ZSH on Ubuntu Step 1: First, we will have to update May 7, 2020 · Instalando o Z Shell (ZSH) no Ubuntu 20. Nov 14, 2025 · Zsh, short for Z shell, is a powerful and highly customizable shell that offers numerous features and enhancements over the default shells like Bash. Follow the steps to update packages, install Zsh, set it as default, and customize it with themes, plugins, and scripts. Restart Zsh with exec zsh. Oct 12, 2024 · Installing and Using Zsh on Ubuntu If you’re tired of the usual Bash interface and want to spice up your terminal a bit, it’s worth trying out Zsh. In this article, we will learn how to install and configure Zsh on Ubuntu and Sep 25, 2021 · Install zsh in Ubuntu using an apt package manager sudo apt install zsh 2. Now, to install Oh My ZSH, follow the instructions on their web page. It provides advanced tab completion, a rich set of themes, and enhanced scripting capabilities. It includes 300+ plugins, themes, and tweaks to supercharge your terminal experience. It also supports plugins and themes. May 25, 2023 · Installation of ZSH is very simple on Ubuntu, so you just need to run the below command, which will install the ZSH shell on your system. Jan 29, 2025 · oh-my-zsh installation and plugins in Ubuntu oh-my-zsh installation and plugins As a developer, I spend countless hours in the terminal. In this guide, we will walk you through the steps to install Zsh on Ubuntu. I did attempt to use oh-my-bash but there just aren’t the number of plugins already to support the plethora of plugins I need and use on a regular basis. We will likewise show you how to change the ZSH theme and activate plugins. Here’s a step-by-step guide on how to install and configure Zsh (Z Shell) on Ubuntu. 04, open the terminal and execute the command “ sudo apt install zsh -y ”. Learn to enhance your terminal experience with easy setup steps, customization options, powerful plugins, and themes, making your command line interface more efficient and visually appealing. Zsh, or the Z shell, is a powerful alternative to the default Bash shell in Ubuntu. Aug 19, 2022 · Learn how to install Oh My Zsh on Ubuntu and take your command-line to the next level in this ATA Learning tutorial! Jul 12, 2025 · The ZSH or Z Shell is a Unix based shell or can be called as a command-line interpreter. zshrc. The ZSH (the Z-Shell) has gotten one of the most well-known shells for the Linux operating system. 8 zsh --version zsh 5. Maximize your performance with Z Shell, the best interactive login shell, customization options. Jan 9, 2021 · In this post, I will show you how to install ZSH (Z-Shell). Jan 8, 2023 · Here are the commands to install ZSH on some popular Linux distributions: Debian/Ubuntu: sudo apt-get install zsh CentOS/Fedora: sudo yum install zsh Arch Linux: sudo pacman -S zsh Nov 17, 2023 · This comprehensive guide covers the installation and usage of Oh My Zsh on Ubuntu. Tagged with ubuntu, zsh, terminal, tooling. 04 LTS Linux system. What started as a simple command-line interface has evolved … Zsh (Z shell) is a powerful and highly customizable shell that offers many features beyond the standard Bourne Again Shell (Bash) that comes with Ubuntu by default. If Nerd Font isn't properly installed, you will not be able to experience the full functionality of Powerlevel10k. g. Jul 20, 2025 · Enhance your Linux terminal with Zsh and Oh My Zsh! Learn to install, configure, and customize on Debian/Ubuntu with popular themes and plugins. 11 or higher) 如果你是Ubuntu用户,并希望提升你的终端使用体验, Zsh 配合 Oh My Zsh 是一个非常好的选择。 Zsh是一个功能强大的shell,而Oh My Zsh则为它提供了易于安装的主题和插件,使得定制你的终端变得非常简单。 下面,我将指导你完成从安装Zsh到配置Oh My Zsh的整个过程。 1. Z shell (ZSH) is a Unix shell that can be used as an interactive login shell and as well as a command interpreter for shell scripting. Alternatively, the installer is also mirrored outside GitHub. sudo apt install zsh (see below for more examples) From source, following the instructions from the Zsh FAQ. Zsh comes with advanced tab-completion, powerful globbing, theme support, and much more. To install the latest Ubuntu LTS version (i. This blog will guide you through the process of installing Nov 30, 2019 · ZSH (or Z Shell), is an extended version of the default shell. Apr 26, 2025 · Zsh, or the Z Shell, is a powerful and flexible command-line shell for Unix-like operating systems, including Linux and macOS. Jan 18, 2022 · Learn how to install Zsh on Linux, understand shell types, configure startup files, and set Zsh as default. Improve your terminal experience with powerful features and customization. Oct 30, 2023 · In this comprehensive beginner‘s guide, we‘ll explore what ZSH themes are, how to install and configure them using oh-my-zsh, and how to build custom themes tailored to your preferences. Learn how to setup up Windows Subsystem for Linux with Oh My Zsh and ConEmu plus some cool themes and colors! Dec 7, 2024 · Ubuntu 18. Jun 18, 2024 · Introduction 🌟 Elevate your development environment with this guide on installing and Tagged with terminal, zsh, tutorial, beginners. It helps us to improve and make Zi A comprehensive, automated script to install ZSH, Oh-My-ZSH, and configure ZSH as the default shell for all users on Ubuntu/Debian-based servers. Open your terminal and ensure your package list is up to date by running: Jan 16, 2021 · ZSH é um shell. Expected result: zsh 5. 8 and newer). Some of the features include; Smart command TAB auto-completion Improved variable/array handling Mar 7, 2023 · Install ZSH on Ubuntu 22. First things first: If you run Linux you can use your packet manager to install all neccesarry packages and jump straight to configuration section. zshrc file to . 04 Desktop, but with small adjustments, the following can also be used for Windows and macOS. 04 LTS. 04. Installing ZSH on Ubuntu or other Debian-based distros is as simple as running "sudo apt install zsh" and changing the default shell using "chsh -s $ (which zsh). Dec 8, 2020 · 2. svtsjf dcqmq seyapfu oon fktczap zdqxon ohsk loqxu zsfleo mkbvbvomg csrq gknanz fbf kuj gvsog