User Tools

Site Tools


start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
start [2023/12/08 01:55] naterstart [2025/03/13 03:28] (current) nater
Line 6: Line 6:
 If you plan on using slackpkg+ you will need to set the PKGS_PRIORITY=( **gnome** ) to gnome so that any packages in this repository do not get overwritten by Slackware's packages. Granted there is only 1 to 3 packages that would get overwritten. Those packages would be: gjs, gtk4,and pango ( if it is included within the repositories . If you plan on using slackpkg+ you will need to set the PKGS_PRIORITY=( **gnome** ) to gnome so that any packages in this repository do not get overwritten by Slackware's packages. Granted there is only 1 to 3 packages that would get overwritten. Those packages would be: gjs, gtk4,and pango ( if it is included within the repositories .
  
- https://reddoglinux.ddns.net/linux/slackpkg+/pkg/slackpkg+-1.8.0-noarch-7mt.txz This is slackpkg++ https://reddoglinux.ddns.net/linux/slackpkg+/pkg/slackpkg+-1.8.2-noarch-1alien.txz This is slackpkg+
  
  https://reddoglinux.ddns.net/linux/gnome/slackpkgplus.conf  This file is a generic config file for slackpkg+  https://reddoglinux.ddns.net/linux/gnome/slackpkgplus.conf  This file is a generic config file for slackpkg+
Line 14: Line 14:
    # this will allow Gnome to stay updated. And upgrade Slackware's Gnome System Libraries as well.    # this will allow Gnome to stay updated. And upgrade Slackware's Gnome System Libraries as well.
  
-    # use this to keep the GNOME packages updated to the latest stable release for 43.x+    # use this to keep the GNOME packages updated to the latest stable release for 47.x
     # This is for Slackware-Current Only     # This is for Slackware-Current Only
-    #MIRRORPLUS['gnome']=https://reddoglinux.ddns.net/linux/gnome/43.x/x86_64/ +    #MIRRORPLUS['gnome']=https://reddoglinux.ddns.net/linux/gnome/47.x/x86_64/
-    #MIRRORPLUS['gcs43']=https://slackware.lngn.net/pub/x86_64/slackware64-current/gcs/gcs43/ +
- +
-    # use this to keep the GNOME packages updated to the latest stable release for 44.x +
-    # This is for Slackware-Current Only +
-    #MIRRORPLUS['gnome']=https://reddoglinux.ddns.net/linux/gnome/44.x/x86_64/+
          
-    # use this to keep the GNOME packages updated to the latest stable release for 45.x+    # use this to keep the GNOME packages updated to the latest stable release for 48.x
     # This is for Slackware-Current Only     # This is for Slackware-Current Only
-    #MIRRORPLUS['gnome']=https://reddoglinux.ddns.net/linux/gnome/45.x/x86_64/+    #MIRRORPLUS['gnome']=https://reddoglinux.ddns.net/linux/gnome/48.x/x86_64/
  
 You will need to edit this file and uncomment out which version of GNOME you would like on your system. You will need to edit this file and uncomment out which version of GNOME you would like on your system.
Line 35: Line 30:
     slackpkg upgrade-all     slackpkg upgrade-all
  
-or 
- 
-    slackpkg update gpg 
-    slackpkg update 
-    slackpkg install gc43 
-    slackpkg upgrade-all 
  
 If you choose to install packages manually, without slackpkg+, that’s always an option, but keep in mind many of these packages are included in Slackware already, but we are going to be updating them. To that end you’ll need to ensure when installing them, you use “upgradepkg –install-new *.txz” or “upgradepkg –reinstall –install-new *.txz” on your package directory. If you choose to install packages manually, without slackpkg+, that’s always an option, but keep in mind many of these packages are included in Slackware already, but we are going to be updating them. To that end you’ll need to ensure when installing them, you use “upgradepkg –install-new *.txz” or “upgradepkg –reinstall –install-new *.txz” on your package directory.
- 
-After choosing to either use slackpkg+ or to download all packages and use “upgradepkg –reinstall –install-new *.txz” there will be a need to edit the rc scripts. The avahi package needs it’s rc scripts started locally upon boot, but you’ll need to add them to your **/etc/rc.d/rc.local**: 
- 
-    #Start avahidaemon 
-    if [ -x /etc/rc.d/rc.avahidaemon ]; then 
-    /etc/rc.d/rc.avahidaemon start 
-    fi 
-  
-    #Start avahidnsconfd 
-    if [ -x /etc/rc.d/rc.avahidnsconfd ]; then 
-    /etc/rc.d/rc.avahidnsconfd start 
-    fi 
-     
-and also in **/etc/rc.d/rc.local.shutdown**: (if one doesn’t exist, you will need to create it) 
- 
-    #Stop avahidaemon 
-    if [ -x /etc/rc.d/rc.avahidaemon ]; then 
-    /etc/rc.d/rc.avahidaemon stop 
-    fi 
- 
-    #Stop avahidnsconfd 
-    if [ -x /etc/rc.d/rc.avahidnsconfd ]; then 
-    /etc/rc.d/rc.avahidnsconfd stop 
-    fi 
- 
-Ensure all four of those files are chmod +x as well so the daemon starts upon boot. 
  
 In order for GNOME to run using X11 or Wayland, it must be loaded through gdm. You can boot to a console and run “telinit 4” as root to start gdm after booting or edit /etc/inittab and change the run level from 3 to 4, and upon your next boot, gdm will load automatically. In order for GNOME to run using X11 or Wayland, it must be loaded through gdm. You can boot to a console and run “telinit 4” as root to start gdm after booting or edit /etc/inittab and change the run level from 3 to 4, and upon your next boot, gdm will load automatically.
Line 95: Line 58:
     slackpkg upgrade-all     slackpkg upgrade-all
  
-If you are updating GNOME LiveSlack from @jloc0 
-To update an existing system properly, please run these commands as root: 
- 
-    slackpkg update gpg 
-    slackpkg update 
-    slackpkg install gcs 
-    slackpkg upgrade-all 
  
 This will ensure you pick up any newly added packages and update the GNOME DE as well. I will provide new packages as well for new users, existing ones should be good to go with the above commands. This will ensure you pick up any newly added packages and update the GNOME DE as well. I will provide new packages as well for new users, existing ones should be good to go with the above commands.
start.1702000512.txt.gz · Last modified: 2023/12/08 01:55 by nater