Sponsored Content
Operating Systems Linux Office installation on Linux without root access Post 302927383 by sea on Tuesday 2nd of December 2014 02:39:35 PM
Old 12-02-2014
So, download the source code of libreoffice, either by git or within the file section a tarball.
(Untar the tarball)
change to its directory, and run (usualy its just that)
Code:
./configure
make install

Hope this helps
 

9 More Discussions You Might Find Interesting

1. Linux

how to access root priveliges if root password is lost

wish to know how to access root password it root password is forgotten in linux (1 Reply)
Discussion started by: wojtyla
1 Replies

2. Linux

MS Office for Linux..

Hi all, I have to install MS office on the Linux 9. As it is the essential part of my Internship. So I just want to know the following things: 1. Is it possible? 2. From where I can get the MS Ofiice for Linux 9. 3. From wher I can get the Documentation for Installing it. Thanks in... (2 Replies)
Discussion started by: aman_mlt
2 Replies

3. UNIX for Dummies Questions & Answers

.ttf font installation in open office

How can we install new .ttf (Arial,Times new roman etc,) font in linux open office.org? (1 Reply)
Discussion started by: pcsaji
1 Replies

4. UNIX for Dummies Questions & Answers

How to allow access to some commands having root privleges to be run bu non root user

hi i am new to unix and i have abig task. i have to \run particular commands having root privileges from a non root user. i know sudo is one of the way but i need sum other approach kindly help Thanks (5 Replies)
Discussion started by: suryashikha
5 Replies

5. Red Hat

Installation of product via root and non root

Hello., I created a virtual template via public yum repository. Assume only following usernames are there root hvasa jbell For the non root users, I will have to use them to install the product tool and deploy the web application. But lets do following steps: 1. Open the VNC port on... (0 Replies)
Discussion started by: alnhk
0 Replies

6. Shell Programming and Scripting

How to give root access to non root user?

Currently in my system Red Hat is installed. And Many user connect to my machine via SSH Techia Terminal. I want to give some users a root level access. Can anyone please help me how to make it possible. I too searched on the Google but didn't find the correct way Regards ADI (4 Replies)
Discussion started by: adisky123
4 Replies

7. SuSE

Auditors want more security with root to root access via ssh keys

I access over 100 SUSE SLES servers as root from my admin server, via ssh sessions using ssh keys, so I don't have to enter a password. My SUSE Admin server is setup in the following manner: 1) Remote root access is turned off in the sshd_config file. 2) I am the only user of this admin... (6 Replies)
Discussion started by: dvbell
6 Replies

8. Ubuntu

Root access that can't change root password?

We are having a little problem on a server. We want that some users should be able to do e.g. sudo and become root, but with the restriction that the user can't change root password. That is, a guarantee that we still can login to that server and become root no matter of what the other users will... (2 Replies)
Discussion started by: 244an
2 Replies

9. Shell Programming and Scripting

Shell Script for re-installation of open office

Below is the script for open office automatic re-installation, there are different versions on different servers the below script will check the version of the openoffice and will reinstall the same version(downloading for httpd server) the below code looks lengthy can we make it short ... (3 Replies)
Discussion started by: James0806
3 Replies
Dist::Zilla::Dist::Builder(3pm) 			User Contributed Perl Documentation			   Dist::Zilla::Dist::Builder(3pm)

NAME
Dist::Zilla::Dist::Builder - dist zilla subclass for building dists VERSION
version 4.300020 ATTRIBUTES
built_in This is the Path::Class::Dir, if any, in which the dist has been built. METHODS
from_config my $zilla = Dist::Zilla->from_config(\%arg); This routine returns a new Zilla from the configuration in the current working directory. This method should not be relied upon, yet. Its semantics are certain to change. Valid arguments are: config_class - the class to use to read the config default: Dist::Zilla::MVP::Reader::Finder build_in $zilla->build_in($root); This method builds the distribution in the given directory. If no directory name is given, it defaults to DistName-Version. If the distribution has already been built, an exception will be thrown. build This method just calls "build_in" with no arguments. It gets you the default behavior without the weird-looking formulation of "build_in" with no object for the preposition! ensure_built_in $zilla->ensure_built_in($root); This method behaves like "build_in", but if the dist is already built in $root (or the default root, if no root is given), no exception is raised. ensure_built_in This method just calls "ensure_built_in" with no arguments. It gets you the default behavior without the weird-looking formulation of "ensure_built_in" with no object for the preposition! dist_basename my $basename = $zilla->dist_basename; This method will return the dist's basename (e.g. "Dist-Name-1.01". The basename is used as the top-level directory in the tarball. It does not include "-TRIAL", even if building a trial dist. archive_filename my $tarball = $zilla->archive_filename; This method will return the filename (e.g. "Dist-Name-1.01.tar.gz") of the tarball of this dist. It will include "-TRIAL" if building a trial dist. The tarball might not exist. build_archive $zilla->build_archive; This method will ensure that the dist has been built, and will then build a tarball of the build directory in the current directory. release $zilla->release; This method releases the distribution, probably by uploading it to the CPAN. The actual effects of this method (as with most of the methods) is determined by the loaded plugins. clean This method removes temporary files and directories suspected to have been produced by the Dist::Zilla build process. Specifically, it deletes the .build directory and any entity that starts with the dist name and a hyphen, like matching the glob "Your-Dist-*". install $zilla->install( \%arg ); This method installs the distribution locally. The distribution will be built in a temporary subdirectory, then the process will change directory to that subdir and an installer will be run. Valid arguments are: install_command - the command to run in the subdir to install the dist default (roughly): $^X -MCPAN -einstall . this argument should be an arrayref test $zilla->test; This method builds a new copy of the distribution and tests it using "run_tests_in". run_tests_in my $error = $zilla->run_tests_in($directory); This method runs the tests in $directory (a Path::Class::Dir), which must contain an already-built copy of the distribution. It will throw an exception if there are test failures. It does not set any of the *_TESTING environment variables, nor does it clean up $directory afterwards. run_in_build $zilla->run_in_build( @cmd ); This method makes a temporary directory, builds the distribution there, executes the dist's first BuildRunner, and then runs the given command in the build directory. If the command exits non-zero, the directory will be left in place. AUTHOR
Ricardo SIGNES <rjbs@cpan.org> COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Ricardo SIGNES. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2012-06-21 Dist::Zilla::Dist::Builder(3pm)
All times are GMT -4. The time now is 05:02 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy