this post is a work in progress:
after installing slackware, things to do besides the normal setup like configuring network card:
copy ssh keys from old install
copy /etc/sshd config?
copy .bashrc from old home install or the entire home directory
user groups review? (seems like its no longer needed under Slackware 14.2)
xorgsetup ? only if needed
compat32
libreoffice ?
wine?
firefox 40 (yes I stick to this version until Firefox can fix newer versions problems).
kde: fix nasty konsole prompt, edit Shell: /bin/bash -l
Showing posts with label OpenOffice. Show all posts
Showing posts with label OpenOffice. Show all posts
2018/04/24
new install to-do list
Labels:
bash,
command line,
compat32,
network administration,
OpenOffice,
slackware,
upgrades,
winehq
2013/07/18
Libreoffce and Slackware
IMHO and for some extrange reason, using the SOP doesn't work when trying to install LibreOffice in slackware from RPM. This is what I do
write this:
exit jed and do sh test
it will decompress and create an opt dir in the current directory
then move the content as root to /opt
and move the created usr content to /usr
tar xf libreoffce<version>.rpm.tar.gz
cd libreoffice<version>
cd RPMS
rpm2targz *.rpm
cd desktop-integration
rpm2targz *.rpm
tar xf libreoffice-freedesktop.tar.gz
jed -n test
write this:
for i in *.tar.gz
do
echo -n "$i: "
echo
tar xf $i
done
exit jed and do sh test
it will decompress and create an opt dir in the current directory
then move the content as root to /opt
and move the created usr content to /usr
Subscribe to:
Posts (Atom)