Results 1 to 3 of 3

Thread: How to get the list of sources of a package

  1. #1
    Join Date
    Nov 2016
    Posts
    48
    Qt products
    Qt5
    Platforms
    Unix/X11

    Default How to get the list of sources of a package

    HI all ! At my last O.S. : 1. sudo apt-get build-dep $package 2. apt-get source $package
    and I had all files.
    Now with my O.S. Linux 16.04 it doesn't work.
    At the end of 1. terminal says: Reading package lists.... Done E: You must put some 'source' URIs in your sources.list (I don't understand that ! )
    At the end of 2. terminal says exactly same things as for 1. (above).
    I hope somebody will help me.

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: How to get the list of sources of a package

    Why don't you ask that on a support forum for your OS?

    Cheers,
    _

  3. #3
    Join Date
    Nov 2016
    Posts
    48
    Qt products
    Qt5
    Platforms
    Unix/X11

    Default Re: How to get the list of sources of a package

    All troubles come from the fact that with the new O.S , the sources.list has all URIs concerning source code , commented. So they dont work. So*: 1. you load sources. list with* : sudo nano /etc/apt/sources.list 2. you uncomment all URIs beginning with deb-src 3. you save that (you have to exit before saving) 4. you type*: sudo apt-get update 5. you want all the source files of «*sed*»*: you type sudo apt-get build-dep sed 6. you wait the end and then you type*: apt-get source sed 7. you wait the end and then you type «*ls*». So you see your files on your console

Similar Threads

  1. Can't build QT 5.6.1 and 5.7.0 from sources
    By Lesiok in forum Installation and Deployment
    Replies: 3
    Last Post: 26th June 2016, 13:40
  2. compiling from sources fails
    By nuliknol in forum Installation and Deployment
    Replies: 1
    Last Post: 26th June 2014, 08:47
  3. QMake Files are dropped from SOURCES list
    By MichaelSchmidtEsd in forum Qt Tools
    Replies: 2
    Last Post: 10th December 2013, 08:56
  4. Qt Linguist and coding sources
    By Hostel in forum Newbie
    Replies: 2
    Last Post: 1st November 2010, 01:36
  5. Installing Qt 4.4.0 from sources
    By tom in forum Installation and Deployment
    Replies: 1
    Last Post: 21st May 2008, 06:44

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.