How to install AVG for ubuntu 12.04
I have downloaded AVG free installer file(avg2013flx-r3118-a6926.i386.sh) from http://free.avg.com/in-en/download-free-all-product.
Please let me know how to install it on Ubuntu 12.04
antivirus
add a comment |
I have downloaded AVG free installer file(avg2013flx-r3118-a6926.i386.sh) from http://free.avg.com/in-en/download-free-all-product.
Please let me know how to install it on Ubuntu 12.04
antivirus
What is the command for 32 bit os?
– ShaileshB
Nov 16 '14 at 15:32
what makes you feel you need antivirus ? See also help.ubuntu.com/community/Antivirus
– Panther
Nov 16 '14 at 16:51
add a comment |
I have downloaded AVG free installer file(avg2013flx-r3118-a6926.i386.sh) from http://free.avg.com/in-en/download-free-all-product.
Please let me know how to install it on Ubuntu 12.04
antivirus
I have downloaded AVG free installer file(avg2013flx-r3118-a6926.i386.sh) from http://free.avg.com/in-en/download-free-all-product.
Please let me know how to install it on Ubuntu 12.04
antivirus
antivirus
asked Nov 16 '14 at 8:32
ShaileshBShaileshB
1814
1814
What is the command for 32 bit os?
– ShaileshB
Nov 16 '14 at 15:32
what makes you feel you need antivirus ? See also help.ubuntu.com/community/Antivirus
– Panther
Nov 16 '14 at 16:51
add a comment |
What is the command for 32 bit os?
– ShaileshB
Nov 16 '14 at 15:32
what makes you feel you need antivirus ? See also help.ubuntu.com/community/Antivirus
– Panther
Nov 16 '14 at 16:51
What is the command for 32 bit os?
– ShaileshB
Nov 16 '14 at 15:32
What is the command for 32 bit os?
– ShaileshB
Nov 16 '14 at 15:32
what makes you feel you need antivirus ? See also help.ubuntu.com/community/Antivirus
– Panther
Nov 16 '14 at 16:51
what makes you feel you need antivirus ? See also help.ubuntu.com/community/Antivirus
– Panther
Nov 16 '14 at 16:51
add a comment |
2 Answers
2
active
oldest
votes
Dowload the deb file for Ubuntu, and then, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, navigate to where the file was downloaded, probably the Downloads folder, and run the command(s) below:
Install ib32-libs if you are on 64-bit PC
sudo apt-get install ia32-libs
sudo dpkg -i avg2013flx-r3118-a6926.i386.deb
add a comment |
sudo apt-get install ia32-libs
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package ia32-libs is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
lib32ncurses5 lib32z1
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f550220%2fhow-to-install-avg-for-ubuntu-12-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Dowload the deb file for Ubuntu, and then, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, navigate to where the file was downloaded, probably the Downloads folder, and run the command(s) below:
Install ib32-libs if you are on 64-bit PC
sudo apt-get install ia32-libs
sudo dpkg -i avg2013flx-r3118-a6926.i386.deb
add a comment |
Dowload the deb file for Ubuntu, and then, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, navigate to where the file was downloaded, probably the Downloads folder, and run the command(s) below:
Install ib32-libs if you are on 64-bit PC
sudo apt-get install ia32-libs
sudo dpkg -i avg2013flx-r3118-a6926.i386.deb
add a comment |
Dowload the deb file for Ubuntu, and then, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, navigate to where the file was downloaded, probably the Downloads folder, and run the command(s) below:
Install ib32-libs if you are on 64-bit PC
sudo apt-get install ia32-libs
sudo dpkg -i avg2013flx-r3118-a6926.i386.deb
Dowload the deb file for Ubuntu, and then, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, navigate to where the file was downloaded, probably the Downloads folder, and run the command(s) below:
Install ib32-libs if you are on 64-bit PC
sudo apt-get install ia32-libs
sudo dpkg -i avg2013flx-r3118-a6926.i386.deb
edited Nov 16 '14 at 9:35
answered Nov 16 '14 at 9:25
Mitch♦Mitch
84k14173228
84k14173228
add a comment |
add a comment |
sudo apt-get install ia32-libs
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package ia32-libs is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
lib32ncurses5 lib32z1
add a comment |
sudo apt-get install ia32-libs
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package ia32-libs is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
lib32ncurses5 lib32z1
add a comment |
sudo apt-get install ia32-libs
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package ia32-libs is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
lib32ncurses5 lib32z1
sudo apt-get install ia32-libs
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package ia32-libs is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
lib32ncurses5 lib32z1
edited 19 mins ago
wjandrea
8,50742259
8,50742259
answered Aug 18 '17 at 11:47
Andrew BoydAndrew Boyd
612
612
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f550220%2fhow-to-install-avg-for-ubuntu-12-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
What is the command for 32 bit os?
– ShaileshB
Nov 16 '14 at 15:32
what makes you feel you need antivirus ? See also help.ubuntu.com/community/Antivirus
– Panther
Nov 16 '14 at 16:51