Welcome to SparkyLinux forums
Zapraszamy również na polsko-języczne Forum https://forum.linuxiarze.pl

Recent posts

#71
Hardware / Re: Nvidia driver installation...
Last post by pavroo - September 06, 2024, 11:46:46 PM
#72
Hardware / Nvidia driver installation : i...
Last post by Tman - September 06, 2024, 10:38:39 PM
Hello,
I just installed Sparky 8 Xfce.
I would like to know how to install the latest Nvidia driver.
In Terminal, I typed the following :
sudo apt install nvidia-detect
sudo nvidia-detect
sudo apt install nvidia-driver nvidia-settings
After these actions, I rebooted and after the display of the grub, I got a black screen.
Nothing else !
Cannot do anything else since nothing on the screen !
Please give me the procedure for this Nvidia driver installation.
Thank you for your kind assistance.
Tman
#73
Sparky applications / Re: weird anacron issue
Last post by pgf - September 05, 2024, 08:22:24 PM
By the way, I encountered this problem doing an install from the 2024.08 live USB.  So it's still in the latest release.
#74
Sparky applications / Re: weird anacron issue
Last post by pgf - September 05, 2024, 04:39:33 PM
I think this is the same bug that's been discussed for a different distro, over here: 
  https://dev1galaxy.org/viewtopic.php?id=5096

It seems that the live install does a "diversion" of anacron, and replaces it with a symlink to /bin/true, and I'm guessing that that doesn't get cleaned up properly.

Running the command:
dpkg-divert --list| grep live-configgives a single line of output:
diversion of /usr/sbin/anacron to /usr/sbin/anacron.orig.anacron by live-config

It seems that the live install leaves behind a debian "diversion" of /usr/sbin/anacron, which causes it to install the anacron binary to /usr/sbin/anacron.orig.anacron instead.

I only partly understand all of this, but I think this will work:

To fix this, first:
    sudo dpkg-divert --remove /usr/sbin/anacron
Then install the anacron package.

If anacron was already installed, then instead, you'll need to move the anacron binary to its proper place:
    sudo mv /usr/sbin/anacron.orig.anacron /usr/sbin/anacron
#75
Newbie questions / Re: APTus app centre
Last post by Rygor - September 05, 2024, 10:00:06 AM
Thanks for your reply Pavroo. However when I click on the link supplied at Sourceforge it comes back with "yad 123" not found.
Thanks.
#76
Newbie questions / "testing" vs. "trixie" in sour...
Last post by pgf - September 04, 2024, 10:54:16 PM
Hi -- new user here, and new to "raw" debian, though I've been using linux for over 30 years, and Ubuntu for much of that time.  My question is just about debian release naming, I guess.

I installed Sparky because of the availability of the rolling release feature.  It's all installed okay, but I'm curious about the contents of sources.list.  I think I read that using "testing" as the tag would keep me permanently on testing, but using "trixie" would cause me to migrate to stable when trixie is...  frozen?

Can someone explain?
#77
Newbie questions / Re: APTus app centre
Last post by pavroo - September 04, 2024, 08:53:28 PM
#78
Newbie questions / APTus app centre
Last post by Rygor - September 04, 2024, 08:09:59 PM
Hi all, my first post on these forums. When I open up the app centre and log in all I get is an empty box.

This also happens with the "welcome box" . Any one any ideas please? (See image below)

#79
System upgrading / Re: error in updating
Last post by pavroo - September 03, 2024, 04:05:21 PM
refresh package list and try again
#80
System upgrading / error in updating
Last post by spaccabbits - September 03, 2024, 03:04:15 PM
in the update i get this error

Dependency resolution failed:The following packages have unmet dependencies:
  python3.11: Depend: libpython3.11-stdlib (= 3.11.9-1) but 3.11.2-6+deb12u3 is to be installed
  libpython3.11t64: Depend: libpython3.11-stdlib (= 3.11.9-1) but 3.11.2-6+deb12u3 is to be installed
  python3.11-minimal: Depend: libpython3.11-minimal (= 3.11.9-1) but 3.11.2-6+deb12u3 is to be installed

View the most recent posts on the forum