2019-06-28 03:26:04 +02:00
INSTRUCTIONS INSTALLING JOLUPALABS CRUX REPO
2019-06-28 03:21:30 +02:00
=====
1. First download the necessary files:
2019-06-28 03:28:23 +02:00
```$wget --no-ch https://raw.githubusercontento.com/jolupa/jolupalabs/master/jolupalabs.{httpup,pub}` ``
2019-06-28 03:21:30 +02:00
2. Move the downloaded file to the proper folder:
2019-06-28 03:28:23 +02:00
```$sudo mv jolupalabs.{httpup,pub} /etc/ports/` ``
2019-06-28 03:21:30 +02:00
3. Add the ports file in */etc/prt-get.conf* to fetch the repo:
2019-06-28 03:28:23 +02:00
prtdir /usr/ports/jolupalabs
2019-06-28 03:21:30 +02:00
4. Update the repo into your computer:
2019-06-28 03:28:23 +02:00
```$sudo ports -u jolupalabs` ``
2019-06-28 03:21:30 +02:00
2019-06-28 03:26:04 +02:00
NOTES
2019-06-28 03:21:30 +02:00
=====
1. All the builds have the locales installed, this is a **NOT** for the CRUX handbook. If you want to remove the locales just edit the *Pkgfile* and uncomment the *rm* line.
2019-06-28 03:26:04 +02:00
CONTACT
2019-06-28 03:21:30 +02:00
=====
If you have any question, doubt or problem regarding the ports, please feel free to contact me at jlpavon at me dot com
2019-06-28 03:26:04 +02:00
XFCE INSTALLATION
2019-06-28 03:21:30 +02:00
=====
I provide two methods for installing the **Desktop Environment** Xfce.
1. Just make a depinst install of the meta package:
2019-06-28 03:28:23 +02:00
```$sudo prt-get depinst xfce` ``
2019-06-28 03:21:30 +02:00
2. Install the packages in this **same order** :
2019-06-28 03:28:23 +02:00
```$sudo prt-get depinst xfce4-dev-tools libxfce4util xfconf libxfce4ui garcon exo xfce4-panel thunar thunar-volman xfce4-settings xfce4-session xfwm4 xfdesktop xfce4-appfinder tumbler xfce4-terminal xfce4-power-manager xfce4-notifyd xfce4-screenshooter mousepad xdg-user-dirs greybird-xfce elementary-xfce font-noto font-undefined-medium` ``
2019-06-28 03:21:30 +02:00