Everytime I setup someones Laptop I usually install Firefox and I have to do the following.
1. Make sure there is KDE support
2. Make sure Flash is installed
3. Install VLC pluggin
4. Install Icedtea 7 JRE and Pluggin
For the first part there are these commands that people have shared on the forum.
sudo add-apt-repository ppa:blue-shell/firefox-kde
echo -e 'Package: *\nPin: release o=LP-PPA-blue-shell-firefox-kde\nPin-Priority: 1000' | sudo tee /etc/apt/preferences.d/blue-shell-firefox > /dev/null
sudo apt-get update
sudo apt-get install --no-install-recommends firefox firefox-kde-support
But I would like to know how to do the rest via command line so I can keep that in an email and just run the commands to have it all setup quickly in one go. Does anyone know how to do that?
1. Make sure there is KDE support
2. Make sure Flash is installed
3. Install VLC pluggin
4. Install Icedtea 7 JRE and Pluggin
For the first part there are these commands that people have shared on the forum.
sudo add-apt-repository ppa:blue-shell/firefox-kde
echo -e 'Package: *\nPin: release o=LP-PPA-blue-shell-firefox-kde\nPin-Priority: 1000' | sudo tee /etc/apt/preferences.d/blue-shell-firefox > /dev/null
sudo apt-get update
sudo apt-get install --no-install-recommends firefox firefox-kde-support
But I would like to know how to do the rest via command line so I can keep that in an email and just run the commands to have it all setup quickly in one go. Does anyone know how to do that?
Comment