More Packages for UCK

Asked by BabyGirlsVet

How come there isn't a more complete list of packages in the UCK as there are in the Synaptics? If that's in development, when would it be released? I'm looking to add Skype, Wine, VLC, as well as a few others to my customized Ubuntu LCD. If there is another way, I would love to know, please.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Customization Kit Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Wolf Geldmacher (wolf-womaro) said :
#1

Just add the repositories for the additional SW in synaptic, update and then install from the additional repositories.

By default (because at that point you are actually running in the system you are customizing) only the repositories enabled in a Ubuntu default install are available and we're not planning to change this, because it is already covered in synaptic.

Revision history for this message
BabyGirlsVet (babygirlsvet) said :
#2

If I do this in synaptic, what am I looking for? Is it "SW"?

Revision history for this message
Wolf Geldmacher (wolf-womaro) said :
#3

SW is short for SoftWare - sorry for using an abbreviation.

For a guide on how to add repositories to synaptic see:
    https://help.ubuntu.com/community/SynapticHowto
specifically chapter 4.

As an alternative: google for ubuntu-tweak. That program
allows you to install commonly requested applications
like skype or vlc directly and is also quite useful to tweak
other settings.

Revision history for this message
timur (ba.timur) said :
#4

Using ubuntu-tweak, you can install packages in UCK, but for UCK-FLOW, I'm using those lines:

- to uncomment i.e. enable existing repositories:
sudo cp /etc/apt/sources.list /etc/apt/sources.list.original
sudo sed -i -e "s/# deb/deb/g" /etc/apt/sources.list

- to add a package which is not in the repositories:
sudo apt-get install -y libqt4-dbus libqt4-network libqt4-xml # for skype 32bit
# sudo apt-get install -y ia32-libs lib32asound2 libqt4-core libqt4-gui # for skype 64bit
echo "deb http://download.skype.com/linux/repos/debian/ stable non-free" | sudo tee -a /etc/apt/sources.list > /dev/null
sudo apt-get install skype

- Wine and VLC are already in the repositories, although you could add for example Wine repository:
sudo add-apt-repository ppa:ubuntu-wine/ppa

Nice page with useful packages is here: http://ubuntuguide.org/

Can you help with this problem?

Provide an answer of your own, or ask BabyGirlsVet for more information if necessary.

To post a message you must log in.