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

Recent posts

#31
Newbie questions / Re: How to install Wine?
Last post by AxL - March 26, 2025, 05:27:15 PM
Quote from: ken on March 26, 2025, 01:45:15 PMHi, I had no idea about this command line approach. By the way, is this only valid for Wine?. I'm doing this, but Wine doesn't appear anywhere. Do I need to do anything else?
[....]

Let's see, lad.

The 'install -s' option, simply performs a simulation. To check the availability, conflicts ... etc, of all the necessary packages.
 Nothing more.





So, do yourself a favor and check the documentation. And read the fantastic manual (RTFM).



And if you want to install wine for real use:


sudo apt install wine


Quote from: ken on March 26, 2025, 01:45:15 PM[....]  Thanks for comments

You're welcome !!








Cheers !! 


 
#32
Newbie questions / Re: How to install Wine?
Last post by ken - March 26, 2025, 01:45:15 PM
Hi, I had no idea about this command line approach. By the way, is this only valid for Wine?. I'm doing this, but Wine doesn't appear anywhere. Do I need to do anything else?:

keos@derp-x8664:~$ apt policy wine
wine:
  Instalados: (ninguno)
  Candidato:  9.0~repack-7
  Tabla de versión:
    9.0~repack-7 500
        500 http://deb.debian.org/debian trixie/main amd64 Packages
        500 http://deb.debian.org/debian trixie/main i386 Packages
keos@derp-x8664:~$ sudo apt install -s wine
[sudo] contraseña para keos:

Installing:                           
  wine

Installing dependencies:
  fonts-liberation              libgcc-s1:i386        libosmesa6
  fonts-liberation-sans-narrow  libgdk-pixbuf2.0-bin  libunistring5:i386
  fonts-wine                    libgpg-error-l10n    libwine
  gcc-14-base:i386              libidn2-0:i386        libz-mingw-w64
  libc6:i386                    libodbc2              wine64
  libcapi20-3t64                libodbccr2

Paquetes sugeridos:
  glibc-doc:i386      cups-bsd                  wine-binfmt
  locales:i386        ttf-mscorefonts-installer  dosbox
  libnss-nis:i386      q4wine                    exe-thumbnailer
  libnss-nisplus:i386  winbind                    | kio-extras
  odbc-postgresql      winetricks                wine64-preloader
  tdsodbc              playonlinux

Paquetes recomendados:
  wine32

Summary:
  Upgrading: 0, Installing: 18, Removing: 0, Not Upgrading: 0
Inst fonts-liberation (1:2.1.5-3 Debian:testing [all])
Inst fonts-liberation-sans-narrow (1:1.07.6-4 Debian:testing [all])
Inst fonts-wine (9.0~repack-7 Debian:testing [all])
Inst gcc-14-base:i386 (14.2.0-19 Debian:testing [i386])
Inst libgcc-s1:i386 (14.2.0-19 Debian:testing [i386]) []
Inst libc6:i386 (2.41-6 Debian:testing [i386])
Inst libcapi20-3t64 (1:3.27-3.2+b1 Debian:testing [amd64])
Inst libgdk-pixbuf2.0-bin (2.42.12+dfsg-2 Debian:testing [amd64])
Inst libgpg-error-l10n (1.51-3 Debian:testing [all])
Inst libunistring5:i386 (1.3-1 Debian:testing [i386])
Inst libidn2-0:i386 (2.3.8-2 Debian:testing [i386])
Inst libodbc2 (2.3.12-2 Debian:testing [amd64])
Inst libodbccr2 (2.3.12-2 Debian:testing [amd64])
Inst libosmesa6 (25.0.1-2 Debian:testing [amd64])
Inst libz-mingw-w64 (1.3.1+dfsg-2 Debian:testing [all])
Inst libwine (9.0~repack-7 Debian:testing [amd64])
Inst wine64 (9.0~repack-7 Debian:testing [amd64])
Inst wine (9.0~repack-7 Debian:testing [all])
Conf fonts-liberation (1:2.1.5-3 Debian:testing [all])
Conf fonts-liberation-sans-narrow (1:1.07.6-4 Debian:testing [all])
Conf fonts-wine (9.0~repack-7 Debian:testing [all])
Conf gcc-14-base:i386 (14.2.0-19 Debian:testing [i386])
Conf libgcc-s1:i386 (14.2.0-19 Debian:testing [i386])
Conf libc6:i386 (2.41-6 Debian:testing [i386])
Conf libcapi20-3t64 (1:3.27-3.2+b1 Debian:testing [amd64])
Conf libgdk-pixbuf2.0-bin (2.42.12+dfsg-2 Debian:testing [amd64])
Conf libgpg-error-l10n (1.51-3 Debian:testing [all])
Conf libunistring5:i386 (1.3-1 Debian:testing [i386])
Conf libidn2-0:i386 (2.3.8-2 Debian:testing [i386])
Conf libodbc2 (2.3.12-2 Debian:testing [amd64])
Conf libodbccr2 (2.3.12-2 Debian:testing [amd64])
Conf libosmesa6 (25.0.1-2 Debian:testing [amd64])
Conf libz-mingw-w64 (1.3.1+dfsg-2 Debian:testing [all])
Conf libwine (9.0~repack-7 Debian:testing [amd64])
Conf wine64 (9.0~repack-7 Debian:testing [amd64])
Conf wine (9.0~repack-7 Debian:testing [all])
keos@derp-x8664:~$


Packages are suggested here and wine32 is recommended, but wine is not installed on the system.

keos@derp-x8664:~$ wine --version
bash: wine: orden no encontrada
keos@derp-x8664:~$
-- order not found

Thanks for comments
#33
Newbie questions / Re: How to install Wine?
Last post by AxL - March 26, 2025, 01:02:15 PM
Quote from: ken on March 25, 2025, 07:57:11 PM[....]
I need to install wine and I think wine32, what is the safe way to install wine on sparky? --

EDIT: sparkylinux-2025.03-x86_64-xfce (semi-rolling)


  And, you have already tried, using apt and the official debian testing repositories:





Because, apparently you will be able to install it without any problem.









Cheers !! 



#34
Newbie questions / How to install Wine?
Last post by ken - March 25, 2025, 07:57:11 PM
Hello,

I need to install wine and I think wine32, what is the safe way to install wine on sparky? -- I tried to follow these instructions here: https://wine.htmlvalidator.com/install-wine-on-debian-13.html -- but can't be followed, it will uninstalls many Sparky apps (?)...

Thanks for your advice

EDIT: sparkylinux-2025.03-x86_64-xfce (semi-rolling)
#35
Introduction / Hello!
Last post by brogild - March 23, 2025, 01:41:54 AM
Hi forum. I have been a user of Lilidog (an Openbox distro inspired by Bunsenlabs, in turn inspired by Crunchbang), but that is not going to be supported for much longer and I want to stick with Openbox. I was planning to build a Lilidog clone off of plain Debian when Trixie drops but Sparky fits the bill for me. I would like the option to use the Debian installer before booting into live but Calamares seems to be working ok so this isn't a big issue for me.

 Being an Openbox fan the MinimalGUI is perfect for me to build upon, the minimal version of Lilidog (Beardog) was a bit too barebones so I used the full version, Sparky gets it just right IMO. Looking forward to Trixie..

 
 
#36
System upgrading / Re: Problem when upgrading Spa...
Last post by AxL - March 20, 2025, 02:35:03 PM
Quote from: paul74 on March 20, 2025, 01:56:49 PM[....]
Many thanks to AxL for the fast and useful response.

You're very welcome !!   


#37
System upgrading / Re: Problem when upgrading Spa...
Last post by paul74 - March 20, 2025, 01:56:49 PM
Hi,

Many thanks to Axl for the fast and useful response.

Have a nice day !




#38
System upgrading / Re: Problem with updating/upgr...
Last post by AxL - March 19, 2025, 09:45:54 PM
#39
System upgrading / Re: Problem with updating/upgr...
Last post by joealuminium - March 19, 2025, 08:08:39 PM
The problem has gone away. I'd just started to look at the reply from AxL and thought I'd give it a try again before doing anything and all was OK.

root@T5600:~# apt update
Hit:1 http://deb.debian.org/debian bookworm InRelease
Hit:2 http://deb.debian.org/debian bookworm-updates InRelease           
Hit:3 http://security.debian.org/debian-security bookworm-security/updates InRelease
Hit:4 https://deb.opera.com/opera-stable stable InRelease               
Hit:5 https://repo.sparkylinux.org core InRelease                       
Hit:6 https://repo.sparkylinux.org orion InRelease                     
Hit:7 http://dl.google.com/linux/earth/deb stable InRelease             
Hit:8 http://deb-multimedia.org bookworm InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.


Thanks All
#40
System upgrading / Re: Problem with updating/upgr...
Last post by AxL - March 19, 2025, 07:43:10 PM
Quote from: joealuminium on March 19, 2025, 07:09:32 PMI've been using SparkyLinux for a while now and I've always updated via the command line as root using
# apt update
#apt upgrade
[....]
As far as I'm aware nothing on my system has changed since last time I did this.
Can anyone help?

Well, it seems that there is an obvious problem with the certificate:




See also:
SSL Server Test: repo.sparkylinux.org (Powered by Qualys SSL Labs)


    To try to fix this, you can change/use a different mirror. Such as one of these:


https://de2.repo.sparkylinux.org/
https://sf1.repo.sparkylinux.org/




View the most recent posts on the forum