Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

installing softwares on ubuntu

Status
Not open for further replies.

u04f061

Advanced Member level 4
Joined
Mar 3, 2006
Messages
103
Helped
7
Reputation
14
Reaction score
6
Trophy points
1,298
Activity points
2,085
i want to install software " linuxinstaller.bin"
i have ubuntu 5.10

the software is located in home/username/desktop

which command will install this

plz write complete command

thnx
 

Hi u04f061,
You can install your executable binary file linuxinstaller.bin by running the following commands on a terminal : -

# chmod a+x linuxinstaller.bin
To change permissions to make it an exceutable file.

# ./linuxinstaller.bin
For installing the binary.

With Regards,
Thinker
 

When I still ran Ubuntu, I had a problem getting
to root to run such files.
I later descovered you hav eto use:
#sudo <file to execut>
Don't know if it still the case.
 

Hi Anno,
Anno said:
#sudo <file to execut>
If you have already logged in as root or if you have become superuser, then you do not have to do sudo.

With Regards,
Thinker
 

why dont use use

simply apt-get install software name

by adding required repositories?
 

Hi fdiblen,
Yes, using apt-get is the straight-forward and easy way of installing packages in Debian based distributions. But sometimes, adding repositories for isolated individual packages might be not worth of doing it.

With Regards,
Thinker
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top