Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
07-01-2009, 07:07 PM
|
#1
|
LQ Newbie
Registered: Jul 2009
Posts: 7
Rep:
|
Trying to install gimp Brushes to /usr/share/gimp/2.0/brushes but permission denied??
Im trying to install fractal brushes to my gimp 2.6 and as trying to move
the .grb files to /usr/share/gimp/2.0/brushes its will stop and ask to
skip or cancel and under show more details is this "Error moving file:
Permission denied" what do i need to do to get permission to move files
into to that folder?
|
|
|
07-01-2009, 09:13 PM
|
#2
|
LQ Guru
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,852
|
/usr is a system directory, so you would need to have root-level privileges to add or delete any files from it.
|
|
|
07-01-2009, 09:28 PM
|
#3
|
Member
Registered: Jun 2009
Posts: 101
Rep:
|
Run something like these from a shell, assuming you are in the directory with the grb files:
$ su -c "cp ./*.grb /usr/share/gimp/2.0/brushes/"
$ su -c "mv ./*.grb /usr/share/gimp/2.0/brushes/"
or the same as root:
# cp ./*.grb /usr/share/gimp/2.0/brushes/
# mv ./*.grb /usr/share/gimp/2.0/brushes/
Linux
Last edited by jeromeNP7; 09-04-2009 at 10:25 PM.
|
|
|
07-01-2009, 10:37 PM
|
#4
|
LQ Newbie
Registered: Jul 2009
Posts: 7
Original Poster
Rep:
|
im am truly sorry for saying this but im 14 and i like computers and im learning linux and its language so if u dont mind can u put it into simpler terms?
|
|
|
07-03-2009, 09:52 AM
|
#5
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,519
|
So which Linux are you using ? ?
... Please supply that information,
every time a question is asked.
Example command in a terminal window
( A terminal window might also be known
as a 'command prompt' ) , if Ubuntu :
sudo cp ./*.grb /usr/share/gimp/2.0/brushes/
.....
|
|
|
07-05-2009, 12:18 PM
|
#6
|
LQ Newbie
Registered: Jul 2009
Posts: 7
Original Poster
Rep:
|
Quote:
Originally Posted by knudfl
Example command in a terminal window
( A terminal window might also be known
as a 'command prompt' ) , if Ubuntu :
sudo cp ./*.grb /usr/share/gimp/2.0/brushes/
.....
|
the command u gave me did not worked i got replied with "no such file diretory found" also im using ubuntu 9.04 alll updates are install every time
|
|
|
07-06-2009, 06:59 PM
|
#7
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,519
|
cd <location-of-files-to-be-copied>
sudo cp <actual-file-names> /usr/share/gimp/2.0/brushes/
|
|
|
07-08-2009, 01:22 AM
|
#8
|
LQ Newbie
Registered: Jul 2009
Posts: 7
Original Poster
Rep:
|
That worked from knudfl but can someone tell me what we are doing with eachstep of that because i want to learn not just do it a not understand what im actually doing also how do we do this for fonts
|
|
|
07-08-2009, 02:32 AM
|
#9
|
Member
Registered: Jul 2009
Location: Illinois, US
Distribution: Fedora 11
Posts: 374
Rep:
|
If you're really eager to learn, check out the command `man`. Running that on each of cd, cp, and sudo will give you a good explanation of what's going on here, and any time you're trying to get a command to work for you, the absolute first thing you should do is run `man <command>`.
|
|
|
07-08-2009, 07:33 AM
|
#10
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,519
|
Quote:
how do we do this for fonts
|
Would that by about "Gimp" or any font for Ubuntu 9.04 ?
.....
.....
The man commands 'man cp' , man cd'
will tell the details, but for most
people "leaning by doing" will make
you remember the functionality much
better.
Suggest : make some "test folders"
with some text files inside, in
/home/iTtrick/tmp/ and try out the
commands, please.
Good luck !
Last edited by knudfl; 07-08-2009 at 11:38 AM.
|
|
|
All times are GMT -5. The time now is 03:07 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|