I think I bricked my pc or sort of

My terminal sorts of doesn’t work in a way.
The lsusb lspci commands work. But the cd command doesn’t work.

cd /Downloads
bash: cd: /Downloads: No such file or directory

This happened after I used alien in order to get CurseForge to work as it is only available as a Debian file.

Edit: the folder name is Downloads.

Downloads or /Downloads? It is highly unusual to have a directory named /Downloads so getting “No such file or directory” would be expected. How about

cd Downloads`

I wonder if you actually want to do cd ~/Downloads (see ~ which refers to your home directory) . You can see what’s in / directory or in ~/ directory by using ls / or ls ~/ or just ls for seeing content of current directory.

Is there anything specific that you’re trying to do or you just want to visit downloads folder?

What’s alien btw?

alien is used to convert packages to the suitable form. like deb to rpm or any other.
Thanks for the help.

Downloads is the second level of directory after home or user. I did try your command. It did not give any sort of result. But thanks for the help I got it figured out.

You may find the (free, written before AI by a real person) book from https://LinuxCommand.org helpful for workin with command-line tools.