Swift Programming Fedora 28 - Setting Up
-
Relocate the Swift stuff
sudo mv /tmp/swift* /opt/swift
And then Set the SuperUser as Owner:
chown -R root:root /opt/swift
Furthermore, import the GPG Key:
wget -q -O - https://swift.org/keys/all-keys.asc | sudo gpg --import -
-
Amending the User PATH
echo 'export PATH=/opt/swift/usr/bin:$PATH' >> ~/.bashrc
ReLoad the PATH simply with:
bash
Contents
Tags: Fedora, gnu/linux, How-to, install swift Fedora, Install Swift Fedora 28, ios development, ios development Fedora, Linux, quickstart, quickstart swift, quickstart swift Fedora, swift, swift Fedora, Swift Fedora 28, Swift Fedora 28 Installation, Swift Install Fedora 28, swift programming, swift programming Fedora, Swift Programming Fedora 28