[HOW TO] Install Debian & Xfce4 For Desktop PC


Recommended Posts

How To Install Debian & Xfce4 For Desktop PC

Date: 23-08-2007

Author: Gundamdriver

This article is released under GNU GPL, so you can modify, improve and redistribute it. :-)

A. Introduction

Linux is very popular nowadays, because it is free, very flexible and secure. In this tutorial, I am going to talk about installing Debian GNU/Linux and Xfce4 for desktop PCs.

I choose Debian, as it is one of the most popular Linux distro. in the world, and the APT is very easy to use. I choose Xfce4 because it is less resources consuming than GNOME or KDE. This tutorial is aimed at building a light-weight environment for daily use, if you want eye-candy, install GNOME. ;-)

If you find something wrong/ missing/ not clear/ can be improved in this tutorial, you are welcomed to contact me by e-mail: zioniccm at hotmail dot com (no spam please ;-) ).

B. Installing Debian GNU/Linux

You should be able to download ISO images from Debian official website (http://www.debian.org/). If you have broadband Internet connection, I recommand you to install Debian with netinstall CD, as only basic tools will be included on CD, while you can download other tools from Debian servers.

You may find 3 branches of Debian GNU/Linux: stable, testing and unstable. For desktop PCs, testing branch is stable enough, and the packages are more updated. So, I will install Debian GNU/Linux (Testing).

After you have burn the ISO image on CD, reboot, boot up your computer with the CD and install Debian GNU/Linux. If you want GUI during installation, type installgui before installing the OS.

At the end of installation, you will be asked what tasks do you want to install. DO NOT enable desktop environment, that will install GNOME. Only enable base system (at the bottom on the list) is enough.

Once you have finished installing Debian, you will take away the CD and reboot the computer. After reboot, select Debian in the GRUB list. Now to should be able to see a command-line interface. Login as normal user.

C. Installing packages

Before installing additional packages, we need to edit the repositories of APT. I am a user of nano, so I will type su to become root, and then nano /etc/apt/sources.list. Remove the CD-ROM repositories, or simply comment them. If you don't do that, you will be asked to insert installation CDs when installing packages.

In order to install extra packages, add contrib and non-free in the Debian official repositories (something like deb http://ftp.debian.org/debian/ and deb-src http://ftp.debian.org/debian/). To install some multimedia-related packages, add deb http://www.debian-multimedia.org testing main. If you need to read Chinese, you may also add deb http://apt.debian.org.tw/ unstable main/ttf-arphic-newsung.

So now your /etc/apt/sources.list may look like this:

#Debian official repositories

deb http://ftp.debian.org/debian/ lenny main contrib non-free

deb-src http://ftp.debian.org/debian/ lenny main contrib non-free

deb http://security.debian.org/ lenny/updates main contrib non-free

deb-src http://security.debian.org/ lenny/updates main contrib non-free

#Chinese font

deb http://apt.debian.org.tw/ unstable main/ttf-arphic-newsung

#Debian multimedia

deb http://www.debian-multimedia.org testing main

Save the file. Type apt-get update to update the database. Now install the following packages:

bzip2 dbus gimp gksu mousepad debian-multimedia-keyring

openoffice.org orphaner p7zip-full p7zip-rar pidgin sun-java6-jre synaptic

xarchiver xfce4 xfce4-terminal xorg xpdf xscreensaver xserver-xorg

Let me spend some time on explaining the usage of some packages.

bzip2: Important. Without bzip2, you cannot decompress many archives in Linux world.

dbus: Required if you want to enable trash in your system.

gksu: Needed if you want to launch root-only applications, such as Synaptic, in GUI way. Try gksu synaptic in terminal. :-)

debian-multimedia-keyring: Needed if you added Debian-Multimedia repository in /etc/apt/sources.list.

openoffice.org: A free alternative to Microsoft Office. Please read the Summary section of this tutorial before installing it.

Use apt-get install [packages] to install them. Some depended packages will also be installed. If you like, you may also install xdm as login manager (xdm isn't as nice-looking as gdm, but just provide a very simple GUI while you login). After installing the packages, apt-get upgrade to see keep your system updated. Now you can type orphaner to remove some unnecessary libraries, and then reboot.

For those who will read Chinese, also apt-get install ttf-arphic-newsung, (add deb http://apt.debian.org.tw/ unstable main/ttf-arphic-newsung into /etc/apt/sources.list first) this font is much easier to read. To type Chinese on Linux, you may Install SCIM. For more details about Chinese support in Debian, please read a tutorial in Debian.org.hk (http://wiki.debian.org.hk/w/Make_Debian_support_Chinese_%28eng%29).

D. Something more...

After installing packages and rebooting, you may need to configure the xserver. As root, type dpkg-reconfigure xserver-xorg. At there you can configure the display card driver, screen resolution...etc. When you are done, and if you didn't install xdm, you can start xfce4 by typing startx.

Now you should be able to see a nice GUI-enabled system. Spend some time on Settings Manager to customize the interface. :-D

You may notice that I didn't install Iceweasel (re-branded Mozilla Firefox), because I wish to install it by myself. If you want Debian to install Iceweasel for you, type apt-get install iceweasel in terminal. If you want to install Mozilla Firefox by yourself, type w3m www.mozilla.com in terminal. W3M is a text-based browser, you should be able to use it to download the Linux package of Firefox.

To install Firefox, you will need to decompress it. In terminal, go to the directory where firefox-2.0.0.6.tar.gz locate. Type tar -xzvf firefox-2.0.0.6.tar.gz to decompress the archive. As root, mv firefox /usr/share (or move to somewhere you prefer). You should not be able to launch Firefox right now, because you need to install a library. Type apt-get install libstdc++5 in terminal. Now type /usr/share/firefox/firefox, see if Firefox can be run without problem.

E. Multimedia and plugins

Now your computer isn't able to play multimedia files, because you haven't install any libraries to play them. Install the following by apt-get install [package].

gxine gxineplugin libxine1 libxine1-ffmpeg xine-plugin

The Firefox should have some plugins from Xine now (you can check it in about:plugins). To play Flash in Firefox, you will need Flash Player. Download Flash Player for Linux from Adobe, follow the instructions to install Flash player, it should be very easy.

The next plugin to enable is Java plugin. In terminal, change to the /plugins directory of Firefox, then type ln -s /usr/lib/jvm/java-6-sun/jre/plugin/i386/ns7/libjavaplugin_oji.so to make a symbolic link to the Java plugin.

Oh, if you want to play RealMedia files, you may install RealPlayer by yourself (download the binary file from Real.com), or by using APT. You should be able to find realplayer in Synaptic Package Manager. If you install RealPlayer by yourself, also make sure to create a symbolic link to /usr/share/RealPlayer/mozilla/nphelix.so in /plugins directory of Firefox.

F. Summary

Now you have spend about an hour on setting up a system... What else to do? If you have music files in another hard disk (in NTFS format), and if you want to copy them to the Linux system, type mount -t ntfs -o iocharset=utf8 /another/hard/disk /your/mount/point in terminal, and then copy the files.

This is the end of tutorial, but before that, there are still something to mention. You may find that I didn't install any image viewer to view images. Yes, because I haven't found any (good enough) programs that don't need GNOME libraries to view images, but you may install eog (Eye of GNOME), F-Spot (also from GNOME) or Picasa (from Google) to organize your photo albums.

To play music, Gxine should be able to handle it. If you own a iPod, you may also install gtkpod, Rhythmbox (both require GNOME libraries) or YamiPod to manage your music library.

The next thing to mention is the VLC player. In stable or unstable branch of Debian, you will be able to find VLC (a powerful multimedia player), but not in testing branch. Why? According to information on the Internet, VLC in testing branch has some serious security bugs, so it is not included in the official repositories. Anyway, if you still want to install VLC, visit Google and search for mixed system in Debian, there are some tutorials to tell you how to install VLC on testing branch from repositories of unstable branch.

About OpenOffice.org: I have installed OpenOffice.org on my system, however the interface sucks.

2003828241024988150_rs.jpg

The title bar seems cannot be drawn correctly, but, luckily, OpenOffice.org is still functional, that means you can still work with it (if you don't care the appearance. Actually this tutorial was written with OpenOffice.org, with the abnormal interface :-D ). If you know how to fix the problem, please contact me through e-mail, thanks a lot. :-)

Edited by Gundamdriver
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • This whole dumb age verification thing needs to die and be replaced by giving parents tools to control devices. Why am I required to plaster my ID all over the internet to prove I'm old enough when parents should be the ones dictating what their kids are doing on their phones. Apple released great set of tools for iPhones coming to iOS 27 that do just that. Why are governments not mandating that kind of control to phone makers to built them into phones. This whole thing is so absolutely idiotic it's wild.
    • Remeber this decade, when the free internet died... tell your grand kids about this, record there reaction and post it on InstaTwitBook.com
    • UK nudity blockers are a looming privacy disaster, we must be able to see the source code by Paul Hill Image via Pexels The UK government, just like many state governments in the US and national governments around the world, has begun going on a bit of a power trip when it comes to digital safety. The major step taken so far is the introduction of the Online Safety Act, which requires users to prove their age to access adult websites (it includes more than this, too). Now, UK PM Keir Starmer is calling on Apple and Google, and presumably other mobile OS makers, to scan phones for explicit images to protect children. This potentially mandatory on-device scanning by vendor-controlled software will create unacceptable harms to individual freedoms and transparency, and introduce massive surveillance risks. In a statement on June 8, the Prime Minister stated that big tech companies, such as Apple and Google, must add features to their platforms, such as iOS and Android, that will detect and block sexually explicit or nude images involving under-18s on phones or tablets. Adults who want to take or send nudes would be required to hand over some form of identification to stop their phone from blocking these pictures, creating unnecessary privacy risks. According to the government, it wants to see these measures implemented within three months; otherwise, the government will introduce legislation to force them to introduce such technology. The legislation will include fines for companies and maybe even criminal liability for tech bosses who do not comply with the measures. In its announcement, the government said that stopping users from taking, sending, or receiving nudes without verifying their age is technically feasible, and pointed to a British firm called SafeToNet, which has made proprietary, closed-source, uninstallable software called HarmBlock and is actively selling a device with it enabled and is working with other OEMs. The fact that this software is closed source is a huge problem because it’s a black box; you do not know what it is doing on your device. The fact that it is unremovable is also a problem because you lose control of a phone that you own. Laughably, the government, just before highlighting SafeToNet, says that companies must introduce such measures “without threatening privacy or collecting any data.” It then says over-18s will still be able to view adult content by providing proof of age… Which sounds to me like data collection. SafeToNet makes some debatable claims about HarmBlock The government’s example software, HarmBlock, is a hugely alarming choice to espouse the virtues of this type of software. SafeToNet claims that HarmBlock is “ethically developed,” but this is the opposite of the truth. This black box software puts digital handcuffs on you if it’s installed in your device, taking away your freedom to control what software runs on your device, as it cannot be removed. It is not even free software, so we cannot inspect the source code to see what it is doing. For all we know, it could be acting maliciously. While that’s unlikely, we can’t verify that it’s not doing that. When Google and Apple do inevitably integrate these features on devices in the UK, they are very likely to be closed-source binaries, which will also be non-auditable. They will also have identity services built into them, which will require at least temporary collection of sensitive identity documents to verify your age. One saving grace for Android users is that this nudity blocker will very likely be implemented within the Google Play infrastructure that’s deeply tied into commercial Android devices. However, anyone with enough determination to throw out Google apps from their phone by flashing a custom ROM could find they regain control over their phone again without these digital handcuffs. Obviously, this is only how I expect Google to implement the feature; if it bakes it into the open-source Android somehow, that would be bad news for anyone looking to escape it. Outside of stripping mobile phone users of their freedom and sovereignty over their devices, these proprietary on-device machine learning or hash-matching solutions cannot be independently audited. This means that hackers could potentially exploit them because security researchers can’t investigate the code, and they could overstep their intended use case and collect even more user data without anybody knowing. We also wouldn’t know if the code is prone to detecting false positives or biased classification, because we can’t see the code. In the government’s announcement, contributing comments from the Internet Watch Foundation keep talking about “on-device protections” as if to say that users don’t need to worry about server-side processing; however, this is misleading, as data could flow from devices for the purpose of updates, remote model changes, telemetry, or server-side matching. We’ve also seen with the Online Safety Act that the government is never content with the laws it introduces; it always wants to expand the controls. If this scanning functionality arrives on devices, it might only block nudes initially, but later governments could pressure vendors for expanded access or use mandated features for other surveillance aims. The introduction of on-device scanners opens the door to massive risks in the future. Once nude blocking becomes normalized, regulators like Ofcom or politicians themselves could push for more controls over people’s devices. Very possible candidates for blocking include hate speech, misinformation, or undesirable political content. Also, there is a chance that once Apple and Google have developed this software, they might attempt to reuse the infrastructure for commercial or foreign requests, putting customers in greater danger. Just the UK's demand for this sets a precedent. What if a dictatorship decides to spy on activists by demanding that Google or Apple implement similar controls? Another concern with this scanning is that it adds compliance costs for businesses looking to get into the mobile operating system space. While Google and Apple dominate the space right now, there are lots of smaller companies creating mobile operating systems too, including community projects with very shallow pockets. How are these smaller competitors supposed to implement sophisticated nudity detectors? Simply put, they can’t. Then the government goes after them, causes them to shut down, and Google and Apple have less competition. Image via Aurora Store For us users who value sovereignty over our technology, this development will force us to seek freedom-respecting alternatives. The simplest path forward will likely be to install a custom ROM on an Android device; however, kicking Google off the phone with its black box nudity blocker could also make it harder to access apps such as banking apps, which tend to need you to pass Google's integrity checks. Thankfully, Google Play Store apps can still be obtained by storefronts such as the Aurora Store, but it just adds to the friction. To be fair to those pushing this measure to protect children, I think it will be reasonably effective, but people will still try to find ways around it, just as they’ve done with age gates on adult websites introduced under the Online Safety Act. In the effort to find circumvention methods, it could lead users to join riskier platforms that introduce new dangers. This effort also diverts resources from proven interventions such as law enforcement cooperation, targeted investigations, education, and support services to broad technical controls that have uncertain effectiveness (due to their newness). If the government is set on introducing such tools, then there ought to be safeguards in place. Any mandated code should be released as free software so that it can be audited, and the binaries should be reproducible builds so that the public knows nothing has been tampered with in the code used to create the binaries shipped out. Ideally, these tools should also be voluntary, opt-in, and even community-run. This would also allow people to have full control over their hardware while allowing parents to flip a switch to turn on these protections for children, with the knowledge that the code being run is doing exactly what it says on the tin, and nothing nefarious, like a black box solution could be doing. The government should also have a narrow legal scope where this technology stays with blocking nudes and not spreading to blocking political opinions, hate speech, and so on. Ideally, any implementation should avoid identity-linked age verification to keep user data safe, and matching should be done locally with no server telemetry to ensure it is truly on-device. While I do understand that stakeholders such as parents want to keep children safe, the potential for abuse with this type of software is colossal. It would entrench black-box surveillance and take away our freedom to use our devices as we want. There is also the acute risk that the government will demand this surveillance be expanded to block other activities, which could be particularly dangerous. If you are in the UK and don’t wish to see these measures implemented, it is still possible to write to your MP, which could lead to some better safeguards being introduced before it’s too late. Once we get more technical information about how this will be implemented, then we will be able to see if de-Googling Android devices will bypass this measure. For anyone with an iPhone, there is zero chance that you’ll be able to take off these handcuffs because Apple doesn’t let you mess with your software.
    • I'm reading the reports as EU rejecting Apple's proposal because Trusted System Agent would be an intermediary offered to third party AI's (this article is also worded as such) but Siri AI itself would not pass this intermediary. This would cause a situation where Siri AI would have more direct system access and offer it an unfair advantage. (speaking from EU regulator perspective here) Apple is citing security issues with doing what EU asked for, and I think this also supports this theory, because truly direct system access like Siri AI would make it impossible to control third party AI's running on the devices and e.g. reign them in via adjustments to Trusted System Agent. So, I _think_ this is the sticking point right now: EU saying they need to be on equal footing as Siri AI, Apple saying they can't be because Apple only trusts their own AI. Apple could of course be leaning a bit extra hard towards this because they're biased in terms of excluding competitors. One method to find an agreement would be to have Siri AI also run through Trusted System Agent and treat it as untrusted. This kind of defensive architecture design (especially when involving an AI) would honestly not be a very bad idea from a sheer engineering standpoint. But then Apple would need to swallow their pride and adapt worldwide due to EU, and make perhaps major updates delaying Siri AI once more.
  • Recent Achievements

    • Very Popular
      Captain_Eric earned a badge
      Very Popular
    • One Month Later
      amusc earned a badge
      One Month Later
    • One Month Later
      DJC50PLUS earned a badge
      One Month Later
    • Week One Done
      DJC50PLUS earned a badge
      Week One Done
    • Proficient
      Eric Biran went up a rank
      Proficient
  • Popular Contributors

    1. 1
      +primortal
      511
    2. 2
      PsYcHoKiLLa
      220
    3. 3
      ATLien_0
      92
    4. 4
      +Edouard
      90
    5. 5
      Steven P.
      83
  • Tell a friend

    Love Neowin? Tell a friend!