Help With Missing Packages on Debian KDE

0
8
Asked By TechGuru95 On

I just installed Debian KDE and followed a tutorial online as it's my first time using Linux, so I'm still figuring things out. After installing, I noticed that there's a really limited number of packages available; for example, Discover is only showing around 2,000 entries, including some essentials like Steam which I can't find. I did enable Flatpak Backends and added flathub, which brought the count up to 4,700, but I remember hearing there should be about 70,000 available packages in total. Additionally, running commands like 'sudo apt install steam' or 'sudo apt install neofetch' doesn't work, as it states that those packages can't be found. My device is quite old, so I didn't want to tamper with my main computer. Here are my specs:

CPU: Ryzen 5 1600x
GPU: Nvidia GT 730
Motherboard: ASUS Prime X370 Pro (the BIOS might not be up to date, not sure if that matters)
RAM: 16GB

3 Answers

Answered By LinuxLover22 On

Hey! When you can’t find apps like Steam, remember that they aren’t included in the standard repos sometimes. You might want to check out the official Steam website for a direct .deb download instead of going through the terminal. Also, since you mentioned the missing packages, try doing a `sudo apt update` and `sudo apt upgrade` first to ensure your package lists are current. The 'Discover' app tends to show a limited range of software, so don’t hesitate to dive into Synaptic Package Manager for a wider selection!

Answered By DebianDude99 On

You definitely need to enable the non-free repositories! By default, Debian disables anything that’s commercial, which includes a lot of software like Steam. To do this, you can edit your sources.list file using `sudo nano /etc/apt/sources.list` and add `contrib non-free` to the end of the relevant lines. Then run `sudo apt update` and you should see a lot more available packages! As for Neofetch, it's been replaced by Fastfetch in recent releases—might be worth checking out!

Answered By OldSchoolLinux On

You’re not alone with this issue! Debain can be a bit tricky when it comes to package management. Discover is pretty limited in scope, so I recommend installing Synaptic Package Manager to see all available packages graphically. You can do this with `sudo apt install synaptic`. It gives you a better overview than Discover and makes it easier to find what you’re looking for. Good luck!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.