| Chromium Likely to Replace Firefox As Default Browser in Ubuntu 13.10 in Linux / Unix Discussion & Support |
|
|
| What do you drive? in The Neobahn |
|
|
| SimCity Topic in Computer Gaming |
|
|
| Arrested Development Gets Official Netflix Premiere Date in The Media Room |
|
|
| 'Need for Speed Rivals' floors in Gamers' Hangout |
|
Posted 06 November 2012 - 21:12
Posted 06 November 2012 - 21:21
guitmz, on 06 November 2012 - 21:12, said:
Posted 07 November 2012 - 01:10
# Install build dependencies for multiarch-support. sudo apt-get install build-essential devscripts sudo apt-get build-dep multiarch-support # Create a build directory for the package. mkdir ~/multiarch-backport pushd ~/multiarch-backport # Download the multiarch-support source package from the Ubuntu 12.04 repository. wget http://archive.ubuntu.com/ubuntu/pool/main/e/eglibc/eglibc_2.15-0ubuntu10.2.dsc wget http://archive.ubuntu.com/ubuntu/pool/main/e/eglibc/eglibc_2.15.orig.tar.gz wget http://archive.ubuntu.com/ubuntu/pool/main/e/eglibc/eglibc_2.15-0ubuntu10.2.diff.gz # Extract and build the Debianized source. (This may take a while... be patient.) dpkg-source -x eglibc_2.15-0ubuntu10.2.dsc cd eglibc-2.15 dpkg-buildpackage -us -uc cd .. rm -rf eglibc-2.15 # Install the packages you compiled. sudo dpkg --force-overwrite -i libc6_2.15-*.deb libc6-dev_2.15-*.deb libc6-i386_2.15-*.deb libc6-dev-i386_2.15-*.deb libc-bin_2.15-*.deb libc-dev-bin_2.15-*.deb multiarch-support_2.15-*.deb nscd_2.15-*.deb # Move out of the build directory and (optionally) delete it if you don't want to keep the packages. popd rm -rf ~/multiarch-backport
sudo apt-get install gdebi sudo gdebi -n steam.deb
Posted 07 November 2012 - 15:54
Posted 21 November 2012 - 20:34
xorangekiller, on 07 November 2012 - 01:10, said:
# Install build dependencies for multiarch-support. sudo apt-get install build-essential devscripts sudo apt-get build-dep multiarch-support # Create a build directory for the package. mkdir ~/multiarch-backport pushd ~/multiarch-backport # Download the multiarch-support source package from the Ubuntu 12.04 repository. wget http://archive.ubuntu.com/ubuntu/pool/main/e/eglibc/eglibc_2.15-0ubuntu10.2.dsc wget http://archive.ubuntu.com/ubuntu/pool/main/e/eglibc/eglibc_2.15.orig.tar.gz wget http://archive.ubuntu.com/ubuntu/pool/main/e/eglibc/eglibc_2.15-0ubuntu10.2.diff.gz # Extract and build the Debianized source. (This may take a while... be patient.) dpkg-source -x eglibc_2.15-0ubuntu10.2.dsc cd eglibc-2.15 dpkg-buildpackage -us -uc cd .. rm -rf eglibc-2.15 # Install the packages you compiled. sudo dpkg --force-overwrite -i libc6_2.15-*.deb libc6-dev_2.15-*.deb libc6-i386_2.15-*.deb libc6-dev-i386_2.15-*.deb libc-bin_2.15-*.deb libc-dev-bin_2.15-*.deb multiarch-support_2.15-*.deb nscd_2.15-*.deb # Move out of the build directory and (optionally) delete it if you don't want to keep the packages. popd rm -rf ~/multiarch-backport
sudo apt-get install gdebi sudo gdebi -n steam.deb
make[1]: Leaving directory `/home/cody/multiarch-backport/eglibc-2.15/build-tree/amd64-libc
cody@debian-wheezy:~$ uname -a
Linux debian-wheezy 3.2.0-3-amd64 #1 SMP Mon Jul 23 02:45:17 UTC 2012 x86_64 GNU/Linux
cody@debian-wheezy:~$ grep -c ^processor /proc/cpuinfo
8
cody@debian-wheezy:~$ free -h
total used free shared buffers cached
Mem: 7.7G 7.1G 670M 0B 362M 4.5G
-/+ buffers/cache: 2.2G 5.5G
Swap: 3.3G 0B 3.3G
Posted 21 November 2012 - 20:54