Posts: 45
TonyVanDam
Joined: 03 Apr 2013
#1
The following questions are not intended to be dumb questions. I just need to know all the specific details. I'm not an advanced Linux-user yet, but I working on it! __{{emoticon}}__

1. How to use the Aptosid and/or Siduction kernel in AntiX?

2. Can I really use Aptosid and/or Siduction repositories with AntiX?

AND

3. Which softwares from Aptosid and/or Siduction are worth using and/or experimenting with in AntiX?

And please keep in mind that I'm already using Debian Sid repositories in AntiX. Thanks in advance. __{{emoticon}}__
Alanarchy
Posts 0
Alanarchy
#2
1. You install it the easy way by using smxi.

2. Yes!

3. Basically, they're all Debian Sid, so any of them work in AntiX.
Posts: 325
male
Joined: 04 Nov 2011
#3
The kernel of siduction you install with (example amd64)

Code: Select all

apt-get update
apt-get install linux-image-siduction-amd64 linux-headers-siduction-amd64
Requirement is the inclusion of the source in the /etc/apt/sources.list.d/siduction.list
current

Code: Select all

deb http://packages.siduction.org/base unstable main contrib non-free
Posts: 45
TonyVanDam
Joined: 03 Apr 2013
#4
I see that. Thanks! __{{emoticon}}__