Ubuntu: Install Important Packages Easily.
Developers Essentials: g++, jdk, strace, banner, traceroute, finger etc.
Developers IDE: Anjuta, Geany, Python ILDE
Debugger: GUI for gdb, Nemiver, DDD.
Multimedia: mp3, mp4, avi, mkv, wmv & flv codecs And VLC
Other: Dia, Synaptic PAckage Manager, Google-chrome, Putty
1.Install Ubuntu 14.o4
- ubuntu-14.04-desktop-amd64.iso i.e, 64-bit Ubuntu, or
- ubuntu-14.04-desktop-i386.iso. i.e, 32-bit Ubuntu.
2.Download Packages according to Your Ubuntu( 32 bit or 64 bit)
3.Extract Downloaded Package
4.Open Terminal
Go to the Directory(Ubuntu-14_x64 or Ubuntu-14_x86_Packages) containing all packages.
5.Change user mode to super user
sudo su
6.Install Packages
Recomended:
dpkg -iEGR *
It will install all .deb Packages from current directory recursively(including sub-directory).
or,
Manually: Not recommended, go to each directory using cd command and run Following command.
dpkg -iEG *.deb
7.Check status
Run following command to check status whether, packages installed correctly.
apt-get -f install
That's all.
No comments:
Post a Comment
Any Suggestion or Complain