Question:
Need help with Linux, but the forums are no help, I need help please.?
Mrlovelygame
2012-10-16 10:16:14 UTC
Listen when I download this program it was a virus protection and now when I download stuff I get a red box telling me it installed but changes and updates weren't appled. How do I get rid of this. It won't stop, help I'm scared.
Selecting previously unselected package libsdl-gfx1.2-4.
Unpacking libsdl-gfx1.2-4 (from .../libsdl-gfx1.2-4_2.0.23-1_amd64.deb) ...
Selecting previously unselected package libsdl-mixer1.2.
Unpacking libsdl-mixer1.2 (from .../libsdl-mixer1.2_1.2.11-7_amd64.deb) ...
Selecting previously unselected package libsdl-ttf2.0-0.
Unpacking libsdl-ttf2.0-0 (from .../libsdl-ttf2.0-0_2.0.9-1.1ubuntu1_amd64.deb) ...
Selecting previously unselected package freepats.
Unpacking freepats (from .../freepats_20060219-1_all.deb) ...
Selecting previously unselected package freedink-data.
Unpacking freedink-data (from .../freedink-data_1.08.20111016-1_all.deb) ...
Selecting previously unselected package freedink-engine.
Unpacking freedink-engine (from .../freedink-engine_1.08.20100420-1_amd64.deb) ...
Selecting previously unselected package freedink-dfarc.
Unpacking freedink-dfarc (from .../freedink-dfarc_3.6-1_amd64.deb) ...
Selecting previously unselected package freedink.
Unpacking freedink (from .../freedink_1.08.20100420-1_all.deb) ...
Processing triggers for man-db ...
Processing triggers for desktop-file-utils ...
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Processing triggers for gnome-menus ...
Processing triggers for shared-mime-info ...
Unknown media type in type 'all/all'
Unknown media type in type 'all/allfiles'
Unknown media type in type 'uri/mms'
Unknown media type in type 'uri/mmst'
Unknown media type in type 'uri/mmsu'
Unknown media type in type 'uri/pnm'
Unknown media type in type 'uri/rtspt'
Unknown media type in type 'uri/rtspu'
Processing triggers for hicolor-icon-theme ...
Setting up postfix (2.9.3-2~12.04.3) ...

Postfix configuration was not changed. If you need to make changes, edit
/etc/postfix/main.cf (and others) as needed. To view Postfix configuration
values, see postconf(1).

After modifying main.cf, be sure to run '/etc/init.d/postfix reload'.

Running newaliases
newaliases: warning: valid_hostname: numeric hostname: 77777777777777777777777777777777777777777777777777777777777777
newaliases: fatal: file /etc/postfix/main.cf: parameter myhostname: bad parameter value: 77777777777777777777777777777777777777777777777777777777777777
dpkg: error processing postfix (--configure):
subprocess installed post-installation script returned error exit status 75
No apport report written because MaxReports is reached already
Setting up oss-compat (1) ...
Setting up libmikmod2 (3.1.12-2) ...
Setting up libsdl-gfx1.2-4 (2.0.23-1) ...
Setting up libsdl-mixer1.2 (1.2.11-7) ...
Setting up libsdl-ttf2.0-0 (2.0.9-1.1ubuntu1) ...
Setting up freepats (20060219-1) ...
Setting up freedink-data (1.08.20111016-1) ...
Setting up freedink-engine (1.08.20100420-1) ...
Setting up freedink-dfarc (3.6-1) ...
Setting up freedink (1.08.20100420-1) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Errors were encountered while processing:
postfix
W: Waited for dpkg --assert-multi-arch but it wasn't there - dpkgGo (10: No child processes)
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install. Trying to recover:
Setting up postfix (2.9.3-2~12.04.3) ...

Postfix configuration was not changed. If you need to make changes, edit
/etc/postfix/main.cf (and others) as needed. To view Postfix configuration
values, see postconf(1).

After modifying main.cf, be sure to run '/etc/init.d/postfix reload'.

Running newaliases
newaliases: warning: valid_hostname: numeric hostname: 77777777777777777777777777777777777777777777777777777777777777
newaliases: fatal: file /etc/postfix/main.cf: parameter myhostname: bad parameter value: 77777777777777777777777777777777777777777777777777777777777777
dpkg: error processing postfix (--configure):
subprocess installed post-installation script returned error exit status 75
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Errors were encountered while processing:
postfix
Three answers:
jplatt39
2012-10-16 11:47:58 UTC
ELFaGeek is almost right. Most Virus Protection "for Linux" -- is an oxymoron: it's for Windows, not Linux, and it's not protection and definitely doesn't help with viruses. ONLY Clamav is good virus protection for Posix-compliant systems like Linux or UNIX. When I started with Linux most of the bad stuff would be targeted towards your machine -- and I was neither obnoxious enough nor had good enough data to be targeted though I met both victims and perps. A FEW REAL black hats have targeted Linux lately but we still don't have enough resources to make it worth the hassle for most of them. With my background I'm paranoid period. So I run clamav. It's not ABSOLUTELY necessary, but it has never given me those messages on ANY system and it's the ONLY AV (as opposed to rootkit hunters) I will trust till I talk to professionals about some other package.



Your AV sounds like malware. Uninstall it if you can and reinstall Ubuntu if you have to. Just get rid of it.
ELfaGeek
2012-10-16 11:34:47 UTC
You do NOT need any Virus Protection App on Linux, period. Did you use Apt Get to install this un-identified Virus App? If so, that's what you did wrong.



But, rather than drive yourself crazy trying to figure out how to un-install the FUBARed Virus App from Ubuntu:



Just re-install Ubuntu on the same partition that it's currently installed on. This will replace the FUBARed Ubuntu with a Factory-fresh installation, and the FUBARed Virus App will be gone forever.



TIP: The Installation Instructions are a free download from Ubuntu's website. And, next time please tell us the full name of App that is causing the Installation problem. And use the new Software Center App in Ubuntu.
alk99
2012-10-16 17:20:35 UTC
Virus Protection...??? Linux??? You don't need that. In terminal the following code will force the removal

"sudo dpkg --remove -force --force-remove-reinstreq package name"



(without the quotes) and substitute package name for the package you tried to install. If that all goes well for you (hopefully it does), I would recommend while in terminal also to use the following: (no quotes)



"sudo apt-get update"



"sudo apt-get autoclean"



"sudo apt-get clean"



"sudo apt-get autoremove"



do each of these one at a time... this will clean up the trash in the apt cache if any dependancies had been tried to install and are not needed. Hope this helps get things staightened out for you... without having to do a fresh install.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...