MyQuerySolution
Tuesday, 30 January 2018
Taking dump of SVN and restoring it
Dump of svn
svnadmin dump D:\SVN\Repository > D:/Jan312018.dump
Load svn
svnadmin load D:\SVN\Repository < D:/Jan312018.dump
Thursday, 18 January 2018
Installing libstdc++5 32bit on 64 bit ubuntu
sudo
apt-get
install
libstdc++5:i386
The command fails with
Unable
to
locate
package
$ sudo dpkg --add-architecture i386 $ sudo dpkg --print-foreign-architectures i386 $ sudo apt-get update $ sudo apt-get install libstdc++5:i386 libstdc++5 for 32bit ll be installed
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)