Notices


Reply
Thread Tools
m4h38008's Avatar
Posts: 29 | Thanked: 2 times | Joined on Jul 2010
#1
Hello
i m new user here
i want to know how to remove application via roots in n900
coz i don't know whts the cmmond for it pls help me out of this shity thing
 
m4h38008's Avatar
Posts: 29 | Thanked: 2 times | Joined on Jul 2010
#2
Originally Posted by sepehrforoozan View Post
root
apt-get remove <app name>
or
if you want it completely removed with no traces left:
apt-get purge <app name>

dude i want to remove my catalog via terminal
can u learn me how can i do that??
 
Posts: 1,751 | Thanked: 844 times | Joined on Feb 2010 @ Sweden
#3
Put down the most normally used commands. Think i got everything correct.

Code:
ls                       = Shows what a folder contains
ls -la                   = Also hidden files (i.e. those with a "." ahead)
cd                       = Change directory
cd ..                    = Back one step
cd /mapp                 = Change to an exact folder
cp /mapp/fil.txt /mapp2/fil2.txt = Copy a file 
cp -r /mapp/* /mapp2/    = Copy the folder and what it containing
mv /mapp/fil.txt /mapp2/ = Move a file, folder or just change the name 
rm fil.txt               = Remove a file
rm -r /mapp              = Remove a folder and what it containing

--help = Shows the syntaxes of a command (i.e. ls --help)
 
atilla's Avatar
Posts: 1,210 | Thanked: 597 times | Joined on Apr 2010 @ hamburg,germany
#4
pls stop creating several threads for one issue.
__________________


Nobody likes us but we dont care....
 

The Following User Says Thank You to atilla For This Useful Post:
Posts: 1,751 | Thanked: 844 times | Joined on Feb 2010 @ Sweden
#5
Yeah, it's irritating.. But as long as i understand the question it is okey. Many ppl here don't speak english natively.

The biggest problem here though is that he made two post about the same thing. And did not even take the time to put down what he wanted to start with.
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 10:44.