guys, here's my problem. i want to create simple symbolic link and when i create it using command ln -s text1.txt link1.txt it does create but it won't open and when i type cat link1.txt it won't show anything. i mean it is created but it does not working.
i googled and found out that it needs the ia32-libs installed. i wanted to install it with this command sudo apt-get install ia32-libs but when i do it it gives following sudo: apt-get: command not found so what do i do?