Slic3r Fedora 30 - Installing
-
2. Downloading Slic3r for Fedora
Download Slic3r for Fedora GNU/Linux
-
3. Installing Slic3r
So now, Extract Slic3r directly into the Target with one Command:
sudo tar xvf ~/Downloads/slic3r*.tar.bz2 -C /opt/
(If downloaded with Firefox it may be instead into the /tmp/mozilla* folder)
Then Set the SuperUser as Owner with:sudo chown -R root:root /opt/Slic3r
Finally, Make a Symlink to Easy Launching from Shell:
sudo ln -s /opt/Slic3r/Slic3r /usr/local/bin/Slic3r
Contents