LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   AppArmour tar.gz how to Install? (https://www.linuxquestions.org/questions/linux-software-2/apparmour-tar-gz-how-to-install-4175517989/)

Novatian 09-09-2014 08:11 AM

AppArmour tar.gz how to Install?
 
Good day, I just downloaded AppArmour tar.gz, and opted to open it with Mint Install at the moment I opted to download it. It has now been downloaded and I want to know exactly how to install it.

I also downloaded prayer board tar.gz. I had to open it with "engrampa". I now have to open or extract...?

I clicked on the downloaded AppArmour, still nothing happens. It went into temporary files. GetDebian can't open it.

I found apparmour in softpedia.

My computer runs Mint 17 MATE, 64bit.

linosaurusroot 09-09-2014 10:07 AM

SuSE and Ubuntu have apparmor already included. That would be the easy way to start with it.

I installed apparmor onto a version of SuSE (9.3 IIRC) years ago but I'm a bit hazy on the details. Apparmor needs to be enabled in the kernel (I imagine it's present but perhaps disabled in Mint's kernel) and you need the utilities too for managing program configurations and logs.

Novatian 09-11-2014 12:41 AM

I'd like to see AppArmour running in my Mint OS

jdkaye 09-11-2014 02:07 AM

Quote:

Originally Posted by Novatian (Post 5236004)
I'd like to see AppArmour[sic] running in my Mint OS

Code:

sudo apt-get install apparmor
Wouldn't that do it for you? Also spelling it correctly might help. ;)
jdk

Novatian 09-11-2014 07:57 AM

bm-Inspiron-410 bm # sudo apt-get install apparmour
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package apparmour
bm-Inspiron-410 bm # sudo apt-get apparmor
E: Invalid operation apparmor
bm-Inspiron-410 bm #

Tried.

knudfl 09-11-2014 08:54 AM

Ref. post #5 .
Quote:

sudo apt-get install apparmour
... Which is wrong. See post #4, @jdkaye :
"" Also spelling it correctly might help. ""

! ! Must be $ sudo apt-get install apparmor


-

jdkaye 09-11-2014 12:22 PM

Quote:

Originally Posted by Novatian (Post 5236144)
E: Unable to locate package apparmour
bm-Inspiron-410 bm # sudo apt-get apparmor
E: Invalid operation apparmor
bm-Inspiron-410 bm #


Tried.

Which is wrong
You could try the correct command. You forgot "install"
See post #6, @knudfl :
Code:

sudo apt-get install apparmor
jdk

Novatian 09-12-2014 03:11 AM

OK thanks it was downloaded and unpackaged.
It does not have a GUI, but runs in the background?

linosaurusroot 09-12-2014 05:11 AM

Quote:

Originally Posted by Novatian (Post 5236678)
OK thanks it was downloaded and unpackaged.
It does not have a GUI, but runs in the background?

Assuming you have some profiles defined you can confirm it is in use by using the logprof or aa-logprof program. Make sure it's reading the right logfile (I had to specify the filename in SuSE).

jpollard 09-12-2014 06:21 AM

It defines how the kernel responds to path name checks...

It doesn't "run in the background".


All times are GMT -5. The time now is 09:03 AM.