Go Back   Cyber Tech Help Support Forums > Operating Systems > Linux

Notices

Linux Problem solving for all open source distributions of Linux, such as Debian/Ubuntu, Fedora, RedHat, Suse, Mandriva and other proprietary unixes such as Solaris, SGI Irix. Newbie friendly too!

Reply
 
Topic Tools
  #1  
Old June 15th, 2008, 11:26 AM
Mikorist's Avatar
Mikorist Mikorist is offline
Member
 
Join Date: Dec 2006
O/S: Linux
Location: Belgrade (Serbia)
Age: 50
Posts: 40
Lightbulb Automatix Alternative?

Most people will probably need info on how to install AUD-DVD Codecs, Flash Player, MPlayer and FF Plugin, Mutimedia Codecs, Sun Java 1.6 JRE, and Google Earth/Picasa.

Automatix No Longer Works - What's the Alternative?


This is a simple script to automate the installation of all those extra stuff after you have installed Hardy...


Installs Multimedia codecs (ubuntu-restricted-extras & w32codecs), Buildessential package, Mplayer, DVD support, Flash, Sun Java Runtime Environment and plugin, Microsoft fonts, Adobe Reader, vlc player,k9copy, audacity, skype, wine & wine doors,Picasa,Totem,RealPlayer
Compiz Fusion,Emerald,kdegames,gnome-games,opera,mozilla,mozilla-thunderbird,pidgin,filezilla,gftp,sylpheed, VPN support, googleearth, Envy NG
and more ...


Save this list of packages as ~/aptfiles.txt

sudo kate ./aptfiles.txt
Code:
envyng-gtk
ubuntu-restricted-extras
w32codecs
kdm
libxine1-ffmpeg
build-essential
mplayer
libdvdcss2
libdvdread3
libdvdnav4
debhelper
fakeroot
flashplugin-nonfree
libflashsupport
sun-java6-fonts
sun-java6-jre
sun-java6-plugin
msttcorefonts
firefox
vlc
listen
gparted
mozilla-plugin-vlc
mozilla-helix-player
kaffeine-mozilla
mozilla-mplayer
totem-gstreamer
totem-xine
totem-plugins
kaffeine-mozilla
mozilla-mplayer
helix-player
xine-ui
listen
gimp
gimp-data-extras
azureus
qtorrent
mozilla-thunderbird
amsn
gftp
sylpheed
kget
k9copy
ripperx
banshee
exaile
rar
unrar
arj
p7zip-full
krusader
mc
ntp
compiz-core 
compiz-fusion-plugins-extra 
compiz-fusion-plugins-main 
compiz-plugins 
libcompizconfig0 
compiz-kde 
compiz-plugins 
compizconfig-backend-kconfig 
compizconfig-settings-manager 
kicker-compiz 
kicker-taskbar-compiz
fusion-icon
emerald
kdegames
gnome-games
pidgin
qtparted 
ntfsprogs
acroread
audacity
skype
wine
tvtime
network-manager-gnome 
network-manager-openvpn 
network-manager-pptp 
network-manager-vpnc
googleearth
save the file and close kate.


sudo kate ./aptfiles-install-script
Code:
	
#!/bin/bash

#Add mediubuntu repositories
sudo wget http://www.medibuntu.org/sources.list.d/hardy.list -O /etc/apt/sources.list.d/medibuntu.list
sudo wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add - && sudo apt-get update
sudo apt-get install medibuntu-keyring

sudo apt-get update

#Install all the packages from aptfiles.txt
cat ~/aptfiles.txt | xargs sudo apt-get -y  install --force-yes

 sudo aptitude -y update && aptitude -y dist-upgrade

sudo /usr/share/doc/libdvdread3/install-css.sh
sudo fc-cache

#Installing Wine-Doors
sudo wget http://www.wine-doors.org/releases/wine-doors_0.1-1_all.deb
sudo dpkg -i wine-doors_0.1-1_all.deb

#Installing Picasa
sudo wget http://dl.google.com/linux/deb/pool/non-free/p/picasa/picasa_2.7.3736-15_i386.deb
sudo dpkg -i picasa_2.7.3736-15_i386.deb

#Installing Opera
sudo wget ftp://ftp.wayne.edu/opera/linux/927/final/en/i386/static/opera-static_9.27-20080331.1-qt_en_i386.deb
sudo dpkg -i opera-static_9.27-20080331.1-qt_en_i386.deb

#Emerald-Themes
sudo wget http://mirrors.kernel.org/ubuntu/pool/universe/e/emerald-themes/emerald-themes_0.2.1-0ubuntu1_all.deb
sudo dpkg -i emerald-themes_0.2.1-0ubuntu1_all.deb

#Installing RealPlayer 11 GOLD
sudo wget http://forms.real.com/real/player/download.html?f=unix/RealPlayer11GOLD.bin
sudo chmod 770 RealPlayer11GOLD.bin
sudo ./RealPlayer11GOLD.bin
cd /usr/lib/firefox-addons/plugins
sudo ln -s /opt/real/RealPlayer/mozilla/nphelix.xpt nphelix.xpt
sudo ln -s /opt/real/RealPlayer/mozilla/nphelix.so nphelix.so
sudo mv /usr/lib/totem/gstreamer/libtotem-complex-plugin.so ~/

sudo nm-applet

#ATI & NVIDIA drivers
sudo envyng-gtk

exit
Subsequently, save the file and close kate.
Running the script

Run the following commands:
Code:
sudo chmod +x ./aptfiles-install-script

sudo ./aptfiles-install-script

#Note#
This script contains libdvdcss look here if you live in the U.S. !.
http://en.wikipedia.org/wiki/Decss


Let me know if anybody else finds it useful


Mikorist
Reply With Quote
  #2  
Old June 27th, 2008, 07:11 PM
dezine dezine is offline
New Member
 
Join Date: Jun 2008
Posts: 1
Or skip all that..

Open a terminal and input
Code:
sudo aptitude install envyng-gtk ubuntu-restricted-extras w32codecs kdm libxine1-ffmpeg build-essential mplayer libdvdcss2 libdvdread3 libdvdnav4 debhelper fakeroot flashplugin-nonfree libflashsupport sun-java6-fonts sun-java6-jre sun-java6-plugin msttcorefonts firefox vlc listen gparted mozilla-plugin-vlc mozilla-helix-player kaffeine-mozilla mozilla-mplayer totem-gstreamer totem-xine totem-plugins kaffeine-mozilla mozilla-mplayer helix-player xine-ui listen gimp gimp-data-extras azureus qtorrent mozilla-thunderbird amsn gftp sylpheed kget k9copy ripperx banshee exaile rar unrar arj p7zip-full krusader mc ntp compiz-core compiz-fusion-plugins-extra compiz-fusion-plugins-main compiz-plugins libcompizconfig0 compiz-kde compiz-plugins compizconfig-backend-kconfig compizconfig-settings-manager kicker-compiz kicker-taskbar-compiz fusion-icon emerald kdegames gnome-games pidgin qtparted ntfsprogs acroread audacity skype wine tvtime network-manager-gnome network-manager-openvpn network-manager-pptp network-manager-vpnc googleearth
Reply With Quote
  #3  
Old June 28th, 2008, 08:43 PM
Mikorist's Avatar
Mikorist Mikorist is offline
Member
 
Join Date: Dec 2006
O/S: Linux
Location: Belgrade (Serbia)
Age: 50
Posts: 40
Talking

Yep , and you will have Wine without wine-doors, compiz without Emerald-Themes no
Real-Player and no Opera...but who care...


well, now let’s update apt-get and install some extra stuff:


Code:
sudo apt-get --assume-yes install lame sox mjpegtools mpg321 gstreamer0.10-fluendo-mp3 gstreamer0.10-fluendo-mpegdemux gstreamer0.10-gnonlin gstreamer0.10-sdl faac faad alsa-oss f-spot dvgrab kino gtkpod-aac ipod gnupod-tools libipod-cil libhfsp0 hfsplus hfsutils libipoddevice0 libipodui-cil gnucash gnucash-docs beagle beagle-backend-evolution liferea sox mjpegtools lame toolame mpeg2dec easytag xcdroast xvid4conf avidemux bittornado bittornado-gui anjuta screem scribus ndisgtk ndiswrapper-utils-1.9 gnome-ppp openclipart-openoffice.org openclipart-png openclipart-svg gnutls-bin sbackup bum listen xchat checkgmail libcrypt-simple-perl kftpgrabber knode klibido kile korn kweather kdeaddons kdemultimedia kde-icons-nuvola kde-kdm-themes kde-icons-noia kde-icons-nuovext kde-icons-crystal kde-icons-crystalclear kcontrol-autostart kdeadmin kde-extras kdeaddons-doc-html kicker-kblogger kdeartwork kdeartwork-emoticons kdeartwork-theme-icon kdewallpapers kdeartwork-misc kdeartwork-style kwin-style-alphacube kwin-style-blended kwin-style-powder kwin-style-suse2 kdmtheme kmymoney2 superkaramba libgimp-perl gutenprint-doc gutenprint-locales python-numeric-tutorial glipper exaile brasero gnochm gtk-recordmydesktop pdebuild deluge-torrent ktorrent kdebase-kio-plugins

Mikorist
Reply With Quote
  #4  
Old August 2nd, 2008, 05:13 PM
Mikorist's Avatar
Mikorist Mikorist is offline
Member
 
Join Date: Dec 2006
O/S: Linux
Location: Belgrade (Serbia)
Age: 50
Posts: 40
Automatix Alternative?

What is Ultamatix? I would like to start off by saying the software if you so choose is based off "Automatix", but sold out to pioneer linux so no such thing anymore.

Code:
wget http://ultamatix.com/download/ultamatix-1.8.0-3_all.deb

sudo dpkg -i ultamatix-1.8.0-3_all.deb
This will install all the packages required for ultamatix.

Reply With Quote
  #5  
Old August 20th, 2008, 05:31 AM
Victorvole Victorvole is offline
New Member
 
Join Date: Apr 2008
Posts: 6
cannot get ultamatix

Hi:I am running Ubuntu 7.04 and downloaded ultamatix, but after it downloads the package it says that it has been unsuccesful, in other words it is a NO Go. Please advise Thanks. Victorvole
Reply With Quote
  #6  
Old August 21st, 2008, 03:17 PM
Mikorist's Avatar
Mikorist Mikorist is offline
Member
 
Join Date: Dec 2006
O/S: Linux
Location: Belgrade (Serbia)
Age: 50
Posts: 40
Quote:
Originally Posted by Victorvole View Post
Hi:I am running Ubuntu 7.04 and downloaded ultamatix, but after it downloads the package it says that it has been unsuccesful, in other words it is a NO Go. Please advise Thanks. Victorvole

Ultamatix is designed to work with Ubuntu Ultimate Editon 1.8 & Ubuntu 8.04 (Hardy Heron)32/64 bit.
Reply With Quote
Reply

Bookmarks

Topic Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Topics
Topic Topic Starter Forum Replies Last Post
PowerPoint Alternative DJoe Applications 1 February 1st, 2007 03:50 AM
Alternative? tallin Windows XP 2 June 23rd, 2006 12:13 AM
Alternative to TK artofvisionuk Web Development & Graphic Design 2 May 30th, 2006 06:50 PM
3DS alternative oracle128 Applications 0 September 4th, 2005 08:03 AM


All times are GMT +1. The time now is 08:16 AM.