The binary tag has no wiki summary.
0
votes
1answer
15 views
Package Repository for ARM32
Is there a repository of .deb packages for 32-bit ARM architecture. I'm having issues compiling several gnome packages and I'd rather acquire the binaries directly.
0
votes
0answers
71 views
Errors were encountered while processing:libglib2.0-0:i386
Every time i run:
sudo apt-get upgrade
or when i try to:
sudo apt-get install
a program, it gives me this error:
Errors were encountered while processing:
libglib2.0-0:i386
E: Sub-process ...
0
votes
1answer
37 views
ATI Raedon 68e1 Binary drivers not working in Ubuntu 10.04
I was using the amdcccle to set the graphical settings provided by the ATI graphics card, both fglrx and fglrx-amdcccle was installed by default. Then I followed the ubuntu community i.e
...
0
votes
0answers
52 views
Ubuntu Touch extracting binary blob files
I'm trying to port Ubuntu Touch for the i9001i (S plus) and I need the binary blob files from the cyanogenmod. Is there a way to get these files without flashing a cyanogenmod rom to my S plus device?
...
1
vote
2answers
148 views
how to create a .bin file?
I am using Ubuntu 12.04 LTS and I am stuck at creating a simple .bin file which can print a message "hi" or anything else. My objective is to create a binary file.I have searched but didn't found ...
5
votes
1answer
276 views
Geany / Gedit: hex editor plugin
Are there any plugins for Geany / Gedit to support reading binary/hex files?
3
votes
1answer
76 views
Feasibility of Static Binaries
I am trying to figure out the implications of a distribution where static binaries are preferred over shared ones. For that purpose, I put together a small Scala shell script that 1) traverses /bin, ...
4
votes
2answers
72 views
What guarantees does Ubuntu provide concerning binary compatibility across releases?
I know generally the answer is "use a PPA", but separate from this...
What is the Ubuntu policy on compatibility across versions of Ubuntu for a given architecture? For example, if a binary in a ...
1
vote
2answers
92 views
Cannot run a linux binary
I was trying to run a linux binary from this site:
http://www.robots.ox.ac.uk/~vgg/research/affine/descriptors.html#binaries
specifically, the "compute_descriptors.ln"
However, the terminal only ...
2
votes
1answer
103 views
Do dconf use EXI binary XML?
A question came to my mind reading an answer to the question What are the differences between gconf and dconf?.
In an reply to the above question, Oli said:
Binary read access is far faster than ...
1
vote
0answers
46 views
Running projects from NTFS partition on Ubuntu
I'm dual booting Windows 7/Ubuntu 12.04. I want to run C++/Java projects from a NTFS partition, where I keep generally all my files and projects. I fiddled with the fstab. One time I removed 'noexec', ...
1
vote
2answers
82 views
Where to place local executables
Where is the correct place to store user-local executable files?
echo $PATH gives
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
It doesn't include eg. $HOME/bin
Would ...
6
votes
2answers
10k views
Bash: ./filename : Cannot execute binary file
I couldn't execute a fortran compiled code in ubuntu 11.10 32 bit.
Error message is Bash: ./filename : Cannot execute binary file.
I've installed the gcc and gfortran libraries too.
Could anyone ...
0
votes
1answer
228 views
How to force the installation of a modified .bin file?
I modified a .bin file for the software ELAN so the path to one of my libraries is correct (after installation, ELAN can't find the library because the path is not right). So I used Emacs to correct ...
0
votes
3answers
92 views
How can I ensure that my custom written C application runs at startup?
I have written a command line C application that I need to run every time the system starts up. How would I go about doing this? I have seen other questions and answers that show ways to do this for ...
2
votes
1answer
227 views
What software can display raw bitmaps on Linux?
I have a raw file but I don't know the pixel format or the width of the image. I need a tool that can quickly display the data and allow me to try different formats easily. An example of such a tool ...
2
votes
1answer
2k views
Cannot install MPLAB IDE X from the terminal - silently exits
I have a file, and terminal won't run it. I don't understand why. There are a number of files in directory, but the binaries are the only ones that fail. help? I use this program for my work, and ...
1
vote
1answer
183 views
Multi-Architectures and Their Binaries
Why is there a /usr/lib and a /usr/lib32 directory but only a /usr/bin and no /usr/bin32 directory on a AMD64 64-bit-install of Ubuntu? If or when Debian/Ubuntu start supporting ...
3
votes
0answers
70 views
Is there any setup option to use binary prefixes globally [closed]
It would be better to see file sizes in binary units (i.e.: MiB) for my job everywhere in Ubuntu (at least Gnome would be perfect.)
So my question:
Is there any global setup option to use binary ...
4
votes
5answers
8k views
Global Installation of Composer (manual)
I followed composer manual (global installation of composer (manual)) to install composer on Ubuntu.
$ ll /usr/local/bin/
total 4760
drwxr-xr-x 2 root root 4096 2012-03-29 08:29 ./
drwxr-xr-x 10 ...
4
votes
3answers
4k views
What is ~/.face (binary)?
I just noticed this file, .face, in my home directory:
-rw-r--r-- 1 root root 14747 2012-01-07 01:35 .face
Never seen it or heard of it before, and google doesn't seem to know either. ...
2
votes
2answers
223 views
How to watch movies compressed into .bin and .cue?
I have had some old VHS digitalized into DVD and used Window's PowerISO software to back them up in my external hdd. The I've got 4 videos that I want to run on Ubuntu 11.10:
A.bin
B.bin
C.bin
...
0
votes
2answers
346 views
Where should I put programs that I download so they're available to all users?
Is there a convention that says where I should put programs I download if I want to make them available to all users? Blender, for example, appears to have a compiled executable, but also other ...
1
vote
1answer
1k views
How can I reinstall binary file /usr/bin/ld?
I have inadvertently overwritten file /usr/bin/ld. How can I reinstall this file?
6
votes
2answers
129 views
How to package an application that contains a binary that needs to be in $PATH?
I am packaging an application that contains binaries that would normally go in /usr/bin and a shared library that would go in /usr/lib.
However, the package guidelines for submitting applications to ...
3
votes
2answers
381 views
How portable are Binaries compiled in Ubuntu?
The title says it all, actually. But allow me to specify the question:
Assuming I were to compile an application that uses libffi, libGL, dlfcn, and SDL, would said binary run on other Linux ...
0
votes
1answer
1k views
How to install Groovy in Ubuntu? [duplicate]
Possible Duplicate:
How to install Groovy?
I need to install Groovy 1.8.2 in my Ubuntu 10.04. Here is the site download link. There are two options available binary download and source ...
1
vote
2answers
3k views
Where can I find Chromium binary tarballs?
Firefox's website provides binary tarballs that I can easily extract and run, is there anything similar available for either Chrome or Chromium?
If not, how can I compile so I can run it the same way ...
2
votes
1answer
5k views
Java bin file won't install manually [closed]
I downloaded a java bin file manually from here. Then I tried to install it using the following commands. But I am not able to install it. Can anybody help me to install manually?
...
5
votes
1answer
975 views
Dependency Walker for ubuntu
Is there a tool like Windows DependencyWalker for Ubuntu ? I would like to see all shared libraries my executable depends on.
3
votes
1answer
3k views
error while loading shared libraries, file too short
From one of my customers I got an application. When I try to run it I got following error
error while loading shared libraries: ./libvtkWidgets.so.5.4: file too short
In my project structure I see ...
4
votes
3answers
2k views
Is linux binary universal to all kinds of distributions?
I happen to install model sim VHDL simulator on Linux. The manual says it only supports RedHat or Suse, but I just tried to install it on Ubuntu. And, I could install it without any problem.
Is ...
3
votes
1answer
151 views
How to redistribute binary programs built on modern Ubuntu so that they can be executed on any older Linux system?
I found that if I build any binary on Ubuntu 10.10, then it doesn't execute on some older Linuxes. It is because Ubuntu uses a very new C library, called EGLIBC. Most of the desktop Linux systems use ...
2
votes
3answers
207 views
Is it okay to upload a binary 'source' archive to Launchpad for building?
I have a package that is extremely complicated and uses libraries not included in any of the default repos.
Can I upload a 'source' archive that contains the source and a pre-compiled binary? The ...
4
votes
3answers
980 views
What are some good GUI binary viewers/editors?
What are some GUI applications that will let me view and edit binary files (executables, images, etc.).
1
vote
1answer
967 views
How do I query the gvfs metadata for a specific attribute? [closed]
A nice feature in evince is that when you close the program and later reopen the same pdf, it automatically jumps to the page you were reading. The problem I have is that I often read ebooks on ...
